explorer.exe命令行
explorer.exe命令行
说明:
当进程中没有explorer.exe时,运行explorer.exe即启动外壳程序;当外壳程序已经启动时,运行explorer.exe将会打开“我的文档"。
参数
/n
为默认选择内容打开一个新的单窗格窗口。默认选择内容通常是安装windows的驱动器的根目录
/e
使用默认视图启动windows资源管理器
/root,
打开指定对象的一个窗口视图
/select,
打开一个窗口视图,指定的文件夹、文件或程序被选中。
也可以使用CLSID来指定系统文件夹,如下命令:
explorer.exe /select,::{450D8FBA-AD25-11D0-98A8-0800361B1103}
也可以使用环境变量来指定文件夹路径,如下命令:
explorer.exe /select,%SystemRoot%
将启动windows资源管理器,并定位到"windows"。
重启explorer进程刷新页面
@echo off taskkill /f /im explorer.exe start explorer.exe exit
相关推荐
zhaojp0 2020-06-07
huangliang00 2020-05-26
怀抱清风 2013-05-14
baixiaoshi 2020-01-09
taozijun 2014-04-09
CARBON 2015-07-30
SugarNMS 2019-10-27
gongruitao 2019-10-24
JamieCheung 2015-11-04
Michael 2019-09-05
xiongli 2019-03-27
85216033 2018-03-20
86296634 2017-11-30
85276131 2017-10-10
stevenchen 2017-09-15
80286734 2017-05-10
85216238 2017-04-11
83266037 2017-01-27