more debloat
This commit is contained in:
parent
b2341dcbff
commit
4f692053be
@ -22,7 +22,7 @@ Windows Registry Editor Version 5.00
|
||||
"AllowSearchToUseLocation"=dword:00000000
|
||||
"ConnectedSearchUseWeb"=dword:00000000
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
|
||||
[HKEY_USERS\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Search]
|
||||
"DeviceHistoryEnabled"=dword:00000000
|
||||
"AllowSearchToUseLocation"=dword:00000000
|
||||
"BingSearchEnabled"=dword:00000000
|
||||
@ -46,6 +46,9 @@ Windows Registry Editor Version 5.00
|
||||
"CEIPEnable"=dword:00000000
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
|
||||
"DisableWindowsConsumerFeatures"=dword:00000001
|
||||
"DisableThirdPartySuggestions"=dword:00000001
|
||||
; https://www.tenforums.com/browsers-email/175385-20h2-browse-web-microsoft-edge-popup-when-first-logging.html
|
||||
"DisableHelpSticker"=dword:00000001
|
||||
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PushToInstall]
|
||||
@ -117,3 +120,57 @@ Windows Registry Editor Version 5.00
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppReadiness]
|
||||
"Start"=dword:00000004
|
||||
|
||||
; https://gist.github.com/carcheky/981fda4af8e5aac73d0ca8558947ffbb
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
|
||||
"FeatureManagementEnabled"=dword:00000000
|
||||
"OemPreInstalledAppsEnabled"=dword:00000000
|
||||
"PreInstalledAppsEnabled"=dword:00000000
|
||||
"RotatingLockScreenEnabled"=dword:00000000
|
||||
"RotatingLockScreenOverlayEnabled"=dword:00000000
|
||||
"SoftLandingEnabled"=dword:00000000
|
||||
"SystemPaneSuggestionsEnabled"=dword:00000000
|
||||
"SubscribedContentEnabled"=dword:00000000
|
||||
"ContentDeliveryAllowed"=dword:00000000
|
||||
"SilentInstalledAppsEnabled"=dword:00000000
|
||||
"PreInstalledAppsEverEnabled"=dword:00000000
|
||||
"RemediationRequired"=dword:00000000
|
||||
"SubscribedContent-338387Enabled"=dword:00000000
|
||||
"SubscribedContent-338388Enabled"=dword:00000000
|
||||
"SubscribedContent-338389Enabled"=dword:00000000
|
||||
"SubscribedContent-310093Enabled"=dword:00000000
|
||||
"SubscribedContent-338393Enabled"=dword:00000000
|
||||
"SubscribedContent-314563Enabled"=dword:00000000
|
||||
"SubscribedContent-353698Enabled"=dword:00000000
|
||||
"SubscribedContent-353694Enabled"=dword:00000000
|
||||
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||
"ShowSyncProviderNotifications"=dword:00000000
|
||||
|
||||
; https://gist.github.com/carcheky/981fda4af8e5aac73d0ca8558947ffbb
|
||||
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent]
|
||||
"ConfigureWindowsSpotlight"=dword:00000002
|
||||
"IncludeEnterpriseSpotlight"=dword:00000000
|
||||
"DisableThirdPartySuggestions"=dword:00000001
|
||||
"DisableTailoredExperiencesWithDiagnosticData"=dword:00000001
|
||||
"DisableWindowsSpotlightFeatures"=dword:00000001
|
||||
"DisableWindowsSpotlightWindowsWelcomeExperience"=dword:00000001
|
||||
"DisableWindowsSpotlightOnActionCenter"=dword:00000001
|
||||
"DisableWindowsSpotlightOnSettings"=dword:00000001
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps]
|
||||
"46928bounde.EclipseManager_a5h4egax66k6y"=dword:00000000
|
||||
"ActiproSoftwareLLC.562882FEEB491_24pqs290vpjk0"=dword:00000000
|
||||
"AdobeSystemsIncorporated.AdobePhotoshopExpress_ynb6jyjzte8ga"=dword:00000000
|
||||
"D5EA27B7.Duolingo-LearnLanguagesforFree_yx6k7tf7xvsea"=dword:00000000
|
||||
"Flipboard.Flipboard_3f5azkryzdbc4"=dword:00000000
|
||||
"Microsoft.BingNews_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.BingWeather_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.FreshPaint_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.Getstarted_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.NetworkSpeedTest_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.Office.Sway_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.RemoteDesktop_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.WindowsAlarms_8wekyb3d8bbwe"=dword:00000000
|
||||
"Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe"=dword:00000000
|
||||
"40579FactionSoftware.Colorist_ktsqrfenxtjhw"=dword:00000000
|
||||
|
||||
|
@ -27,3 +27,4 @@ import_hive() {
|
||||
import_hive "$regfile" 'HKEY_LOCAL_MACHINE\SYSTEM' "$mnt/Windows/System32/config/SYSTEM"
|
||||
import_hive "$regfile" 'HKEY_LOCAL_MACHINE\SOFTWARE' "$mnt/Windows/System32/config/SOFTWARE"
|
||||
|
||||
import_hive "$regfile" 'HKEY_CURRENT_USER' "$mnt/Users/Default/NTUSER.DAT"
|
||||
|
Loading…
Reference in New Issue
Block a user