0

My alternate drive has been failing for a while, and after several hangups trying to start the computer, I decided I had enough and disconnected the hard drive from the computer. Going through add or remove programs, I have found several programs still listed from that drive, and can't uninstall because the drive doesn't exist anymore.

I have tried running CCleaner to remove the registry listings, and I have run sfc /scannow. not sure what else to do.

1 Answer 1

0

All those programs refer this drive for a purpose - want to read/write some resources. You need to solve this case by case possibly by reinstalling some software but if you belive those are only related to things like last save path you can do following trick. Let say your system drive is C: and disconnected drive was D: You can create folder C:\D_Drive and map it with command:

subst d: C:\D_Drive

You can leave it empty or just put basic folder's structyre like 'program files' or put full content you were able to recover from old drive. Then periodically review it's content and reconfigure the software to not use it. After you realize it's no longer needed you can unmap with command:

subst D: /D

2
  • My goal is to have those programs disappear from "installed programs". So in order to get these removed from my computer, I need to make a d_drive and reinstall the programs and then uninstall all of them?
    – Andrew
    Commented Sep 20, 2020 at 14:41
  • to just remove from add/remove programs go to registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall and delete appropriate. You will need remove start menu and desktop items seperately
    – nusch
    Commented Sep 21, 2020 at 18:41

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .