Connect "Desktop" to other partition than Windows "C:"?

Inlesco

New member
Local time
8:23 AM
Messages
7
Connect "Desktop" to other partition than Windows "C:"?

Hello, I'm interested in the following:

Connecting "Desktop" to other partition than Windows "C:", so if I drop files on DSKT for easy reuse and availability, they copy on, f.e., "D:" or other partition.

Any way to achieve this?

Thank you.
 

My Computer My Computer

At a glance

Windows 8 Pro 64bitI5U42108GB DDR3GF GT840M 2GB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Asus
OS
Windows 8 Pro 64bit
CPU
I5U4210
Memory
8GB DDR3
Graphics Card(s)
GF GT840M 2GB
I just go to the other partition or HDD, right-click the drive letter/icon and drag to the desktop choosing Create shortcut here. That works but it probably would be better to do the same with a Folder on the other drive. Dropping a file on the icon should copy or save it there.
 

My Computer My Computer

At a glance

Windows 7 Ultimate 64-bit, Windows 8.1 64-bit...
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Customs, Dell, Gateway, HP, Toshiba, Acer, ASUS
OS
Windows 7 Ultimate 64-bit, Windows 8.1 64-bit, Mac OS X 10.10, Linux Mint 17, Windows 10 Pro TP
Keyboard
Microsoft
Mouse
Microsoft
Hi Guys,

Inlesco, sounds like you want to create a virtual drive and link it to a folder, purely for easy access. This can be achieved with the help of a command named Subst.

An example of the solution follows; linking drive D with the users desktop:
Code:
SUBST D: "%USERPROFILE%\Desktop"
Make certain that D drive does not exist prior to running the command.
 
Last edited:

My Computer My Computer

At a glance

Windows 10, Windows 8.1 Pro, Windows 7 Profes...
Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
Back
Top