新建个文本文档
taskkill /im explorer.exe /f
然后就保存把文档后缀改成.bat就可以了..
启动explorer.exe 直接在运行中输入explorer.exe 就可以了
taskkill /f /im explorer.exe
ping -n 3 127.1>nul
explorer.exe
taskkill /im explorer.exe /f
explorer.exe
这样就可以了。
@echo off
taskkill /f /im explorer.exe
start explorer.exe
exit