📎 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.
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.
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*"
Change this line
$SEHPackage = Get-AppxPackage -Name "*ShellExperienceHost*"
to this
$SEHPackage = Get-AppxPackage -Name "*Win32Bridge*"
Windows 10 - How to reset the Windows Start Menu
The thread discusses methods to repair Windows Start Menu issues, mainly focusing on a PowerShell script for resetting the appx package associated with ...
windowsforum.com
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
Which application should I use and should I search in Boot, logon or elsewhere
- 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*"
Change this line
$SEHPackage = Get-AppxPackage -Name "*ShellExperienceHost*"
to this
$SEHPackage = Get-AppxPackage -Name "*Win32Bridge*"
Windows 10 - How to reset the Windows Start Menu
The thread discusses methods to repair Windows Start Menu issues, mainly focusing on a PowerShell script for resetting the appx package associated with ...
windowsforum.com