I am running out of room on the C: drive on my Windows Server 2003 R2 Server and want to move the $NTUninstall files to D:\Uninstall_Folder and update the registry key that tells Windows where to look for them. I have seen this done in the past but can't seem to find that registry key.
Asked
Active
Viewed 809 times
1 Answers
1
Most updates you install will have a subkey created under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates
. That subkey will include an UninstallString"
value that refers to the uninstall for the patch. Some updates, however, will be listed under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
with other non-update software, and will have an UninstallString
value there.

Evan Anderson
- 141,881
- 20
- 196
- 331