Broken Shortcut solutions

DavidJ4

New member
Local time
10:03 AM
Messages
1
A company laptop died and I am in the process of recovering data from the old hard drive to a new one.

I have a large number of shortcuts to files which were stored in a folder titled DATA on a separate volume marked as drive "D" in the old hard drive (which was a partition of the main hard drive) so location D:\DATA

On the new laptop's hard drive, there is no partition with a separate volume. The files are copied on to the main drive C for now, in a folder titled "DATA (C:\DATA)

(As a side note, I know I could partition :C and create a new volume, label it D: and move the files there, but I have several reasons not to do so) my question is:

1: Is there anyway I could create a virtual volume of some kind, label it D: and associate the folder (C:\DATA) to that volume? so when I open the shortcuts they will be redirected there

2: Is there any program that will change the target location of each shortcut file ... for example from D:\DATA\file1.doc to C:\DATA\file1.doc
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Professional 2009 Service Pack 1 64 bit

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 10 Pro x64
CPU
Intel Core i5 6600
Motherboard
Gigabyte Technology Z170M-D3H-CF (U3E1)
Memory
Corsair Vengeance LPX 16GB 2666MHz DDR4
Graphics Card(s)
AMD Radeon R9 380 Series
Hard Drives
SSD
HDD
Antivirus
Eset Smart Security
Browser
Mozila Firefox
Another thing you could do is use the SUBST command.

Open a command prompt.
Type SUBST D: C:\

Now you will have two names for the C: drive: C: and D:. And you can use either one at any time.

If you want to cancel the substitution before you log out of Windows, type SUBST D: /D (/D is for "delete").

Go to a command prompt and type SUBST /? for more information.


Note: If you already have a D: drive (such as a CD Rom drive), it would probably take that drive letter away from that device and assign it to the substitution.

You'll need to run this command whenever you log in to Windows, because it isn't a permanent substitution.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Linux Mint 18.2 xfce 64-bit (VMWare host) / Windows 8.1 Pro 32-bit (VMWare guest)
CPU
Haswell
Memory
4 GB
Monitor(s) Displays
Acer 23"
Screen Resolution
1920 x 1080
Hard Drives
Two hard drives, 1TB each: One for Linux, one for my data.
Keyboard
IBM Model M
Antivirus
Sophos (Linux), Trend Micro (Windows)
Browser
Firefox, Opera
Other Info
I use Samba to share my data drive with the other computers at my house and with my guest session in VMWare Workstation Player.
Back
Top