2017年1月12日 星期四

WIN10部屬-自訂工作列(TaskBar)

1.先釘選好要的工作列(這邊只釘選IE11)










2.匯出Taskband參數
開啟登入編輯程式(Regedit),匯出 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband















3. 撰寫批次檔,內容包含執行剛匯出的reg檔、複製捷徑至工作列的路徑、重啟explorer.exe服務
Taskbar.bat
=====================================================================
\\XXXXX\taskbar.reg
xcopy /y "%Userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk" "%appdata%\Microsoft\Internet Explorer\Quick Launch\user pinned\TaskBar\"
Taskkill /f /im explorer.exe
start explorer.exe
=====================================================================


4.透過Group Policy派送批次檔(User Configuration > Windows Settings > Scripts (Logon/Logoff))或者是使用者第一次登入手動去執行

沒有留言:

張貼留言