📎 AI Summary:
The user "bridterry" seeks help removing a startup item that appears every time they boot Windows, despite using CCleaner. Responders suggest using tools like Sysinternals Autoruns to identify and manage startup processes, with one user providing a detailed guide on resetting the Windows start menu package, which may address the issue. Overall, the thread revolves around troubleshooting and resolving startup notifications, with helpful technical advice provided.

bridterry

Active Member
Joined
Nov 21, 2019
Messages
4
Thread Author #1
Each time I start up I get the following item. I click OK and it goes. I have tried Ccleaner but it does not remove it.


An image from 'Start up item'. Windows error 'Incorrect function' relates to Win32Bridge.Server.exe on Windows 10 Pro version 21H1.





An image from 'Start up item'. Windows error 'Incorrect function' relates to Win32Bridge.Server.exe on Windows 10 Pro version 21H1.



Is it important and how do I remove it.

Regards
Terry Green
 

Last edited by a moderator:
Solution
Probably just need to reset the package. You can follow this guide I wrote.
Change this line
$SEHPackage = Get-AppxPackage -Name "*ShellExperienceHost*"
to this
$SEHPackage = Get-AppxPackage -Name "*Win32Bridge*"

bridterry

Active Member
Joined
Nov 21, 2019
Messages
4
Thread Author #3
Thanks. I have installed and the result is a folder with 163 files mostly applications. I have tried autoruns64.exe with opens large screen. I tried Boot and Logon neither shew file. I then tried Everything and Filter Win32Br which finds nothing.
Which application should I use and should I search in Boot, logon or elsewhere
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Probably just need to reset the package. You can follow this guide I wrote.
Change this line
$SEHPackage = Get-AppxPackage -Name "*ShellExperienceHost*"
to this
$SEHPackage = Get-AppxPackage -Name "*Win32Bridge*"

 

Solution