hide the Home Office banner in Settings app

- remove the Home Office banner from the Settings app
- unhide the Home page in Settings
This commit is contained in:
h3r0 2023-11-21 16:46:12 +00:00 committed by GitHub
parent 16d699ff29
commit 3224947e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -65,8 +65,10 @@ actions:
- !taskKill: {name: "*teams*", ignoreErrors: true}
- !appx: {name: '*MicrosoftTeams*', type: family, weight: 10}
# MicrosoftWindows.Client.Core_cw5n1h2txyewy!
# MicrosoftWindows.Client.CBS_cw5n1h2txyewy
- !appx: {name: '*Global.ValueBanner*', type: app, weight: 50}
- !appx: {name: '*Global.WsxPackManager*', type: app, weight: 50}
# MicrosoftWindows.Client.Core_cw5n1h2txyewy
- !appx: {name: '*Global.BackupBanner*', type: app, weight: 50}

View File

@ -5,7 +5,7 @@ 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:home;cortana;privacy-automaticfiledownloads;privacy-feedback;windowsinsider;windowsupdate'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'SettingsPageVisibility', type: REG_SZ, data: 'hide: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'}