Tag archives for cmd.exe shortcut to a specific folder
cmd.exe shortcut to open in a specific location
Change the Shortcut’s properties to:%windir%\system32\ /F /K "cd /d D:\whatever\" The /F is for auto file name completion (not needed for the folder location, but very helpful once the cmd…