重新启动windows资源管理器批处理命令@echo offtaskkill /f /im explorer.exestart explorer.exeexit
重新启动windows资源管理器批处理命令
@echo off
taskkill /f /im explorer.exe
start explorer.exe
exit
重新启动windows资源管理器批处理命令
@echo off
taskkill /f /im explorer.exe
start explorer.exe
exit