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

[Feature]: Hide Home page from Windows 11 Settings #494

Open
Silver347 opened this issue Jan 24, 2025 · 2 comments
Open

[Feature]: Hide Home page from Windows 11 Settings #494

Silver347 opened this issue Jan 24, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@Silver347
Copy link

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

@Silver347 Silver347 added the enhancement New feature or request label Jan 24, 2025
@undergroundwires
Copy link
Owner

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:

  • Recommended settings: Adapts to your specific usage patterns, providing timely and relevant settings options.
  • Cloud storage: Offers an overview of your cloud storage use and lets you know when you’re nearing capacity.
  • Account recovery: Provides recommendations for your Microsoft account security with options to add additional recovery info.
  • Personalization: Surfaces customization with one-click access to update your background theme or change color mode.
  • Microsoft 365: Provides a quick glimpse of your subscription status and benefits and the ability to take key actions.
  • Xbox: Offers a view of your subscription status and options to manage the subscription.
  • Bluetooth Devices: Simplifies your Bluetooth device management experience.

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

@Silver347
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants