-
Notifications
You must be signed in to change notification settings - Fork 8
/
installwim_patches.reg
203 lines (160 loc) · 16.8 KB
/
installwim_patches.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
Windows Registry Editor Version 5.00
; Bypass hardware requirements
[HKEY_LOCAL_MACHINE\installwim_DEFAULT\Control Panel\UnsupportedHardwareNotificationCache]
"SV1"=dword:00000000
"SV2"=dword:00000000
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Control Panel\UnsupportedHardwareNotificationCache]
"SV1"=dword:00000000
"SV2"=dword:00000000
[HKEY_LOCAL_MACHINE\installwim_SYSTEM\Setup\LabConfig]
"BypassCPUCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassTPMCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\installwim_SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\Communications]
"ConfigureChatAutoInstall"=dword:00000000
; Disable preinstalled apps
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"OemPreInstalledAppsEnabled"=dword:00000000
"PreInstalledAppsEnabled"=dword:00000000
"SilentInstalledAppsEnabled"=dword:00000000
; Turn off Microsoft consumer experiences
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableWindowsConsumerFeatures"=dword:00000001
; Clear Start menu
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"ConfigureStartPins"="{\"pinnedList\": [{}]}"
; Bypass Microsoft account requirement
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE]
"BypassNRO"=dword:00000001
; Disable Reserved Storage
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager]
"ShippedWithReserves"=dword:00000000
; Disable chat icon in taskbar
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Windows Chat]
"ChatIcon"=dword:00000003
; Disable weather/widget in taskbar, align taskbar left (commented out), remove tasks button, open explorer in This PC instead of Home, remove checkboxes on files, show hidden files, show file extensions
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarMn"=dword:00000000
"Hidden"=dword:00000001
"HideFileExt"=dword:00000000
"AutoCheckSelect"=dword:00000000
"UseCompactMode"=dword:00000001
"LaunchTo"=dword:00000001
"ShowTaskViewButton"=dword:00000000
;"TaskbarAl"=dword:00000000
"TaskbarDa"=dword:00000000
; Disable new right click context menu
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
;Enable dark mode
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000000
"EnableTransparency"=dword:00000000
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Microsoft\Windows\CurrentVersion\Themes]
"WallpaperSetFromTheme"=dword:00000001
"ColorSetFromTheme"=dword:00000001
"CurrentTheme"="C:\\Windows\\resources\\Themes\\dark.theme"
"SetupVersion"="10"
"ThemeMRU"="C:\\Windows\\resources\\Themes\\dark.theme;C:\\Windows\\resources\\Themes\\aero.theme;"
; Disable Search icon in taskbar
;[HKEY_LOCAL_MACHINE\installwim_NTUSER\Software\Microsoft\Windows\CurrentVersion\Search]
;"SearchboxTaskbarMode"=dword:00000000
; Disable Windows tips
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SoftLandingEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement]
"ScoobeSystemSettingEnabled"=dword:00000000
; Disable Explorer ads
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSyncProviderNotifications"=dword:00000000
; Disable lockscreen ads
; from https://winaero.com/how-to-disable-ads-in-windows-11/
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"RotatingLockScreenEnabled"=dword:00000000
"RotatingLockScreenOverlayEnabled"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000
; Disable Windows Platform Binary Table
; from https://www.powershellgallery.com/packages/Disable-WpbtExecution/1.0.5
; not tested by me
[HKEY_LOCAL_MACHINE\installwim_SYSTEM\ControlSet001\Control\Session Manager]
"DisableWpbtExecution"=dword:00000001
; Group policy tweaks start here
; mostly from https://admx.help/?Category=Windows_11_2022&Policy=Microsoft.Policies.CloudContent::DisableWindowsConsumerFeatures
; Turn off Automatic Download and Update of Map Data
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Maps]
"AutoDownloadAndUpdateMapData"=dword:00000000
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\CloudContent]
; Do not show Windows Tips
"DisableSoftLanding"=dword:00000001
; Turn off cloud consumer account state content
"DisableConsumerAccountStateContent"=dword:00000001
; Turn off cloud optimized content
"DisableCloudOptimizedContent"=dword:00000001
; Turn off Microsoft consumer experiences
"DisableWindowsConsumerFeatures"=dword:00000001
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\DataCollection]
; Lowest telemetry setting
"AllowTelemetry"=dword:00000000
; Do not allow sending intranet or internet history
"MicrosoftEdgeDataOptIn"=dword:00000000
; Limit Diagnostic Log Collection
"LimitDiagnosticLogCollection"=dword:00000001
; Limit Dump Collection
"LimitDumpCollection"=dword:00000001
; Turn off desktop gadgets
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar]
"TurnOffSidebar"=dword:00000001
; Disable Windows Defender SmartScreen
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\System]
"EnableSmartScreen"=dword:00000000
; Turn off collection of InPrivate Filtering data
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Internet Explorer\Safety\PrivacIE]
"DisableLogging"=dword:00000001
; Turn off routine remediation (ask user what to do when malware is found)
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableRoutinelyTakingAction"=dword:00000001
; Turn off Windows Defender cloud protection
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
"SpynetReporting"=dword:00000000
; Disallow Microsoft Edge to pre-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main]
"AllowPrelaunch"=dword:00000000
; Disallow Microsoft Edge to start and load the Start and New Tab page at Windows startup and each time Microsoft Edge is closed
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader]
"AllowTabPreloading"=dword:00000000
; Disable news and interests on the taskbar
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Windows Feeds]
"EnableFeeds"=dword:00000000
; Disable Cloud Search
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCloudSearch"=dword:00000000
; Disable Cortana
"AllowCortana"=dword:00000000
; Don't search the web or display web results in Search
"ConnectedSearchUseWeb"=dword:00000000
; Disable Cortana above lock screen
"AllowCortanaAboveLock"=dword:00000000
; No auto-restart with logged on users for scheduled automatic updates installations
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
; Disable widgets
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Dsh]
"AllowNewsAndInterests"=dword:00000000
; Disable "Improve inking and typing recognition" AKA text input data collection
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\TextInput]
"AllowLinguisticDataCollection"=dword:00000000
; Don't launch privacy settings experience on user logon
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\OOBE]
"DisablePrivacyExperience"=dword:00000001
; Disable Windows Error Reporting
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting]
"Disabled"=dword:00000001
; Disable Search icon in taskbar
[HKEY_LOCAL_MACHINE\installwim_SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"SearchOnTaskbarMode"=dword:00000000