PSScripts/Fix-NoTaskbar.bat
2023-12-18 18:01:19 +00:00

5 lines
130 B
Batchfile

# Force restarts Windows File Explorer to fix a bug where the task bar is missing.
taskkill /f /im explorer.exe
explorer.exe