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*"
The thread discusses methods to repair Windows Start Menu issues, mainly focusing on a PowerShell script for resetting the appx package associated with ...
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
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*"
The thread discusses methods to repair Windows Start Menu issues, mainly focusing on a PowerShell script for resetting the appx package associated with ...