What How do I create a shortcut to a folder, which opens in “Windows Explorer” (not in My Computer)?
How Right Click in the blank area on the desktop, Click on New -> Shortcut and then paste any of the below line in the following window, press Next and give any desired name to the shortcut.
Note: Replace the text in Red with your folder path
1] %SystemRoot%\explorer.exe /e,folder_path
e.g. %SystemRoot%\explorer.exe /e,d:\data
This opens the folder “data” in Windows Explorer.
2] %SystemRoot%\explorer.exe /n, /e, /select,folder_path
e.g. %SystemRoot%\explorer.exe /n, /e, /select,d:\data
This opens d: in Windows Explorer and selects the folder “data”
3] %SystemRoot%\explorer.exe
This opens “My Documents” in Windows Explorer
4] %SystemRoot%\explorer.scf
This opens c: in Windows Explorer.
0 comments:
Post a Comment