-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[Feature]: Hide Home page from Windows 11 Settings #494
Comments
Ads is enough justification to add it to privacy.sexy. We know that ads works by collecting data. I guess "Disable OS data collection > Disable targeted advertisement and marketing" would be better category. We should probably rename "Disable targeted advertisement and marketing" to "Disable ads" to simplify. I'm not sure about including in Standard vs Strict. Does it screen any value to daily, let's say non-tech savvy grandmothers where they would feel like they're missing anything. These seems to be what they include for now 1:
So recommendated settings: usage- data based, account recovery/cloud storage/365, xbox are privacy intrusive products and basically ads. "Bluetooth Devices" and "Personalization" seems to be fine to keep. I wonder if there's any option to only disable those ads without removing the home menu, then we could add it on "Standard". Would losing, "Bluetooth Devices" and "Personalization" a big change that would feel like we only suggest it to advanced users, or go with "Standard" (for everyone, what most users go for)? |
I'd put this under "Strict" category since it does generally removes an entire page from settings app,but then again this page was really never an option in something like Windows 10,this page just generally gives you recommended option,personalisation and ads from something like Xbox,that crappy cloud service which I've already forgot the name of and Microsoft 365.By removing this page,Settings app defaults to the next page which is "System" page and you don't always get reminded to connect online or use MS services plus Settings app become more practical to use. |
Problem statement
I almost never use this and after hiding it defaults to the system page,also has ads and recommended sections for some reason...
WinAero's post: https://winaero.com/hide-home-page-settings/
In case if you decide to add this script to the catalog I'd suggest either:
"Configure Programs" -> "Windows Settings app" -> "Hide Home page from Settings app" or
"Advanced Settings" -> "Windows Settings app" -> "Hide Home page from Settings app" category.
Proposed solution
The script for Windows 11:
DISABLE FOR ALL USERS:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v SettingsPageVisibility /t REG_SZ /d "hide:home" /f
ENABLE FOR ALL USERS:
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v SettingsPageVisibility /t REG_SZ /d "hide:home" /f
Alternatives considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: