Skip to content

Commit 3680142

Browse files
committed
Update User.Server.json
Remove search and task view from the taskbar
1 parent 98dec6b commit 3680142

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/configs/User.Server.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
"value": 1,
1818
"Type": "DWord",
1919
"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+
"value": 0,
32+
"type": "DWord",
33+
"note": "Removes the Task View button on the Taskbar"
2034
}
2135
]
2236
},

0 commit comments

Comments
 (0)