佈署自動隱藏工具列
大量佈署自動隱藏工具列
請設定一個bat文件內容如下,請將其放到User Logon script
@echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2 /v Settings /t REG_BINARY /d "28000000ffffffff0300000003000000920000002200000000000000de0200000005000000030000" /f
taskkill /f /IM explorer.exe
explorer.exe