-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open start menu #316
Comments
Hi please attach the generated privacy.sexy file, on desktop version you can find it at |
I remember when using Blackbird (they are not updating it since November 22 if I do not err) I have a similar problem and I wrote a note for myself.
|
Made it a zip because github wouldn't let me post it otherwise I reinstalled the system a couple of times and everything works fine after running the script until it doesn't anymore. After a while the explorer restarts and then i can't open start, the latest time i couldn't use search either and i couldn't open windows security (don't know if i could the other times). |
I cannot reproduce this. Both the start menu and search bar works fine after running the script in Windows 11 23H2, even after restarting explorer or the computer. Thank you for the information about the apps. |
This commit adds missing system apps for Windows 10 19H2 to 22H2 and Windows 21H2 to 23H2. Changes: - Add missing system apps. - Improve documentation and naming of existing apps - Add documentation about excluded system apps (#343) - Adjust recommendation levels - Enhance disabling of some apps with extra configurations New apps added: - Microsoft.MicrosoftEdge.Stable - MicrosoftWindows.UndockedDevKit - Microsoft.Windows.XGpuEjectDialog - NarratorQuickStart New apps excluded: - Microsoft.Windows.StartMenuExperienceHost (#316) - Microsoft.Windows.ShellExperienceHost (#316) - MicrosoftWindows.Client.Core - MicrosoftWindows.Client.CBS - MicrosoftWindows.Client.FileExp - Microsoft.Windows.Cortana Other supporting changes: - Add conditional store app removal when constraining Windows version - Add more generated comments in code for better script readability
This commit adds missing system apps for Windows 10 19H2 to 22H2 and Windows 11 21H2 to 23H2. Changes: - Add missing system apps. - Improve documentation and naming of existing apps - Add documentation about excluded system apps (#343) - Adjust recommendation levels - Enhance disabling of some apps with extra configurations New apps added: - Microsoft.MicrosoftEdge.Stable - MicrosoftWindows.UndockedDevKit - Microsoft.Windows.XGpuEjectDialog - NarratorQuickStart New apps excluded: - Microsoft.Windows.StartMenuExperienceHost (#316) - Microsoft.Windows.ShellExperienceHost (#316) - MicrosoftWindows.Client.Core - MicrosoftWindows.Client.CBS - MicrosoftWindows.Client.FileExp - Microsoft.Windows.Cortana Other supporting changes: - Add conditional store app removal when constraining Windows version - Add more generated comments in code for better script readability
So i did a fresh install of windows 11 and decided to use this program to upgrade my privacy and security. I selected the tweaks i wanted and started the script. Everything was fine until the script was about halfway done and i noticed that i no longer could launch the start menu.
I searched the web and tried to in powershell write "Get-AppxPackage -AllUsers Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}" to re-register the start menu but it still wouldn't open. I searched thru all the scripts but none of them mentioned disabling the start menu.
Have i missed something? Which script disables the start menu?
The text was updated successfully, but these errors were encountered: