Win11任務欄上的有些設置,是不能通過系統去調的,需要使用到一些別的方法,這篇文章是本站給大家帶來的Win11桌面任務欄設置方法。
Win11任務欄圖標調大小
打開運行(Win+R),輸入 regedit 命令,確定或回車,可以打開注冊表編輯器
注冊表編輯器窗口,依次展開到以下路徑:
HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Explorer\Advanced
然后新建名稱為 TaskbarSi 的DWORD值
編輯 TaskbarSi 數值數據,數字 0 是小任務欄,數字 1 是中任務欄,數字 2 是大任務欄
小任務欄↓
中任務欄↓
大任務欄↓

Win11任務欄角溢出圖標刪除
桌面空白處,點擊右鍵,然后選擇新建文本文檔,并且修改文件后綴名為 .bat
文件名修改之后,選擇并右鍵點擊該文件,在打開的菜單項中,選擇編輯
復制以下代碼,并保存(Ctrl+S)
rem 關閉Windows外殼程序explorer
taskkill /f /im explorer.exe
rem 清理系統圖標緩存數據庫
attrib -h -s -r "%userprofile%AppDataLocalIconCache.db"
del /f "%userprofile%AppDataLocalIconCache.db"
attrib /s /d -h -s -r "%userprofile%AppDataLocalMicrosoftWindowsExplorer*"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_32.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_96.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_102.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_256.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_1024.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_idx.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_sr.db"
rem 清理 系統托盤記憶的圖標
echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v IconStreams
echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v PastIconsStream
rem 重啟Windows外殼程序explorer
start explorer

保存好之后,選擇并右鍵點擊該文件,在打開的菜單項中,選擇以管理員身份運行
以上就是Win11桌面任務欄怎么設置|Win11怎樣設置底部任務欄文章,如果這篇文章的方法能幫到你,那就收藏白云一鍵重裝系統網站,在這里會不定期給大家分享常用裝機故障解決方法。