Jump to content

Recommended Posts

Posted

Ok so i got a virus and it wont let open up regedit so i need to delete the keys that block cmd and regedit. (also the exe file extension is gone).

But I was wondering, how could i delete these keys:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=-

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]

"DisableCMD"=-

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=-

Posted

You need to set them to 0. So that it will allow them, or copy Regedit.exe from your system directory rename it to game5.exe and then run it. Or you can set those keys up there to 0 so you can open it.

Posted

RegWrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System", "DisableTaskMgr", "reg_sz", 0)

And do the same with the others...

Posted

Though, if I was a virus, I would re-write myself at startup. The best thing to do, is to get rid of it. Google what it does, or a suspisious process name.

Best of Luck, J.B.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...