explorer 명령 옵션
컴퓨터 2006. 12. 24. 15:48If you want to do that then use following command in your commnand prompt
explorer.exe /e ,/root,C:\
EXPLORER.EXE [/n] [/e] [,/root,{object}] [[,/select],{sub object}]
/n - opens a new “My Computer” view of the object, even if already open.
/e - opens an “Explorer” view of the object.
/root,{object} - the specified root for the display.
원문: http://blog.eukhost.com/2006/08/28/open-explorer-in-perticular-drive-instead-of-my-computer/
"explorer ,root," 뒤에 경로를 적으면 해당 경로가 최상위 폴더가 되어 그 위로 올라가는 버튼이 활성화 되지 않는다. 아무 경로도 안 적으면 내 컴퓨터가 뜬다.
실행창에서 다음과 같이 해도 내 컴퓨터가 뜬다.
EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
그러나 내가 하고 싶은 건 웹상에서 로컬 컴퓨터의 내 컴퓨터를 여는 것이다.
정녕 플러그인을 안 쓰고는 못 연단 말인가?