PSScripts/Fix-NoTaskbar.bat

5 lines
130 B
Batchfile
Raw Permalink Normal View History

2023-12-18 18:01:19 +00:00
# Force restarts Windows File Explorer to fix a bug where the task bar is missing.
taskkill /f /im explorer.exe
explorer.exe