Skip to content
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

Closed
ghost opened this issue Feb 4, 2024 · 4 comments
Closed

Can't open start menu #316

ghost opened this issue Feb 4, 2024 · 4 comments
Labels
blocked/need-repro Needs a test case to reproduce the bug

Comments

@ghost
Copy link

ghost commented Feb 4, 2024

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?

@undergroundwires
Copy link
Owner

Hi please attach the generated privacy.sexy file, on desktop version you can find it at %APPDATA%\privacy.sexy\runs.

@marcello-pietrobon
Copy link

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.

StartMenuExperienceHost: disabling it will make the start menu disappear, but the search box still there. With Blackbird this change was irreversible.

ShellExperienceHost: disabling it will disable the Time/Clock panel on the System Tray. With Blackbird this change was reversible.

@ghost
Copy link
Author

ghost commented Feb 5, 2024

privacy-script.zip

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).

@undergroundwires
Copy link
Owner

undergroundwires commented Feb 6, 2024

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. ShellExperienceHost is already excluded from privacy.sexy and thank you for the information about StartMenuExperienceHost, it will never be added.

@undergroundwires undergroundwires added the blocked/need-repro Needs a test case to reproduce the bug label Feb 7, 2024
undergroundwires added a commit that referenced this issue Aug 30, 2024
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
undergroundwires added a commit that referenced this issue Aug 30, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked/need-repro Needs a test case to reproduce the bug
Projects
None yet
Development

No branches or pull requests

2 participants