Removing System Restrictions After Malware
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Malware not only steals data and tries to sell you bogus software, but it also locks down your PC in an effort to make malware removal that much more difficult.
Below are a few commands that will add/change registry entries so that you can administer your PC:
===================================
If you get the following message - Registry editing has been disabled by your administrator.
Click Start--Run--and paste the following code into the command text box and click Ok:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
===================================
If you get this message: Task Manager has been disabled by your administrator.
Click Start--Run--and paste the following code into the command text box and click Ok:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
===================================
If you get: The command prompt has been disabled by your administrator.
Click Start--Run--and paste the following code into the command text box and click Ok:
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f
===================================
If anyone has other post malware fixes or cleanup techniques please post a comment.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


[...] ones that start with No. If you can’t access your registry editor please refer to this post on how to re-enable it. Bookmark It Hide [...]