Better yet, how can I make My Computer always open in Explorer as well?
更好的是,我如何让我的电脑始终在资源管理器中打开?
I usually make a shortcut to my programming directories on my quick launch bar, but I'd love for them to open in Explorer.
我通常在快速启动栏上创建我的编程目录的快捷方式,但我很乐意在资源管理器中打开它们。
4 个解决方案
#1
5
explorer -d c:\path
explorer -d c:\ path
#2
4
I use explorer /e,c:\path
.
我使用explorer / e,c:\ path。
@harpo
explorer -d c:\path
does not work for me (WinXP sp3).
explorer -d c:\ path对我不起作用(WinXP sp3)。
#3
3
Have you considered the win+e hotkey? It isn't quite what you want, but might be close enough.
你考虑过win + e热键吗?这不是你想要的,但可能足够接近。
#4
3
This is a good reference: http://support.microsoft.com/kb/130510
这是一个很好的参考:http://support.microsoft.com/kb/130510
i.e.:
explorer /e,%HOMEDRIVE%%HOMEPATH%
#1
5
explorer -d c:\path
explorer -d c:\ path
#2
4
I use explorer /e,c:\path
.
我使用explorer / e,c:\ path。
@harpo
explorer -d c:\path
does not work for me (WinXP sp3).
explorer -d c:\ path对我不起作用(WinXP sp3)。
#3
3
Have you considered the win+e hotkey? It isn't quite what you want, but might be close enough.
你考虑过win + e热键吗?这不是你想要的,但可能足够接近。
#4
3
This is a good reference: http://support.microsoft.com/kb/130510
这是一个很好的参考:http://support.microsoft.com/kb/130510
i.e.:
explorer /e,%HOMEDRIVE%%HOMEPATH%