5 lines
130 B
Batchfile
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
|