Skip to content

Commit

Permalink
hide pages in Windows settings
Browse files Browse the repository at this point in the history
- Home
- Windows Insider Program
  • Loading branch information
melo936 authored Oct 28, 2023
1 parent 0bc9deb commit 798eb82
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ privilege: TrustedInstaller
actions:

# === Hide stripped components from Settings - Windows Updates
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'SettingsPageVisibility', type: REG_SZ, data: 'hide:cortana;privacy-automaticfiledownloads;privacy-feedback;windowsinsider;windowsupdate'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'SettingsPageVisibility', type: REG_SZ, data: 'hide:home;cortana;privacy-automaticfiledownloads;privacy-feedback;windowsinsider;windowsupdate'}

# === Hide Insider page from Settings --> Windows Updates
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility', value: 'HideInsiderPage', type: REG_DWORD, data: '1'}

# - !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'IsWUHidden', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings', value: 'TrayIconVisibility', type: REG_DWORD, data: '0'}
# ==============
Expand Down

0 comments on commit 798eb82

Please sign in to comment.