Pages

Sunday 3 June 2012

How to remove a program without remove/change options on add/remove programs:


Follow these steps :
Start à run àregedit, then follow this directory:
HKEY_LOCAL_MACHINE
SOFTWARE
Microsoft
Windows
CurrentVersion
Uninstall

<Program Name>
After that change the value on the right side from 1 to 0 (after a double click on it)
NoRemove (REG_DWORD) and set it to 1
NoModify   (REG_DWORD) and set it to 1
Tis should be like this:
NoRemove (REG_DWORD) and set it to 0
NoModify   (REG_DWORD) and set it to 0
Then go to Add/Remove programs and you will find that remove and change are appear.
Enjoy…









No comments:

Post a Comment