@@ -157,43 +157,43 @@ Now that you have set up the basic stuff, you can choose to enable additional se
157
157
* ` HideExplorerSearchBar ` completely removes the search box in File Explorer (default = 0)
158
158
159
159
```
160
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bHideExplorerSearchBar " /t REG_DWORD /d 1
160
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "HideExplorerSearchBar " /t REG_DWORD /d 1
161
161
```
162
162
163
163
* ` HideControlCenterButton ` disables the Control Center button and its associated shortcut key (` Win ` +` A ` ) (default = 0)
164
164
165
165
```
166
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bHideControlCenterButton " /t REG_DWORD /d 1
166
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "HideControlCenterButton " /t REG_DWORD /d 1
167
167
```
168
168
169
169
* ` MicaEffectOnTitlebar ` enables Mica effect on File Explorer windows (requires ` StartIsBack64.dll ` ) (default = 0)
170
170
171
171
```
172
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bMicaEffectOnTitlebar " /t REG_DWORD /d 1
172
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "MicaEffectOnTitlebar " /t REG_DWORD /d 1
173
173
```
174
174
175
175
* ` SkinMenus ` applies the immersive skin to "Safe to Remove Hardware" and "Bluetooth" pop-up menus (default = 1)
176
176
177
177
```
178
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bSkinMenus " /t REG_DWORD /d 1
178
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "SkinMenus " /t REG_DWORD /d 1
179
179
```
180
180
181
181
* ` SkinIcons ` applies Windows 11 icon skins to taskbar buttons (requires ` StartIsBack64.dll ` ) (default = 1)
182
182
183
183
```
184
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bSkinIcons " /t REG_DWORD /d 1
184
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "SkinIcons " /t REG_DWORD /d 1
185
185
```
186
186
187
187
* ` AllocConsole ` will display a console window (for debugging purposes) (default = 0, for advanced users only)
188
188
189
189
```
190
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "bAllocConsole " /t REG_DWORD /d 1
190
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "AllocConsole " /t REG_DWORD /d 1
191
191
```
192
192
193
193
* ` ExplorerReadyDelay ` adds even more delay before the shell is announced that Explorer is ready loading (helps if you experience a delay at logon) - the unit is ms (milliseconds), 1000ms = 1 second (default = 0, for advanced users only)
194
194
195
195
```
196
- reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "vExplorerReadyDelay " /t REG_DWORD /d 1000
196
+ reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher" /f /v "ExplorerReadyDelay " /t REG_DWORD /d 1000
197
197
```
198
198
199
199
Also, if you chose to place the patcher in ` C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy ` as well, use the following commands to configure Start menu options:
0 commit comments