We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dec6b commit 3680142Copy full SHA for 3680142
src/configs/User.Server.json
@@ -17,6 +17,20 @@
17
"value": 1,
18
"Type": "DWord",
19
"note": "Disable blur for the Start menu, Taskbar and windows"
20
+ },
21
+ {
22
+ "path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
23
+ "name": "SearchboxTaskbarMode",
24
+ "value": 0,
25
+ "type": "DWord",
26
+ "note": "Hides the Search icon on the Taskbar"
27
28
29
+ "path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
30
+ "name": "ShowTaskViewButton",
31
32
33
+ "note": "Removes the Task View button on the Taskbar"
34
}
35
]
36
},
0 commit comments