From: "Steven L Umbach" <
[email protected]>
| You may have a malware or spyware problem and should proceed accordingly
as
| David suggests as often malware will disable registry editing in an
attempt
| to prevent you from doing repairs. Having said that you could logon as
an
| administrator, open a command windows and use the AT command to try to
open
| regedit two minutes in the future from the current time and as an
example if
| the current time was 6:30 PM use AT 18:32 /interactive regedit.exe . If
that
| works look for and delete the registry key below to give your self
normal
| access. --- Steve
|
|
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistr
| yTools: 0x00000002
|
That's correct Steven. The Multi AV Scanning Tool can do two things...
1. Identify and remove an infector.
2. Correct the Local and Group Policy modifications made by malware.
Malware will often
limit the user's capability as an act of "self preservation". Disabling
the Registry is
such an act.
However this is incorrect...
|
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistr
| yTools: 0x00000002
|
|
The following examples are correct...
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=-
or
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=DWORD:00000000
http://www.microsoft.com/resources/...s/2000/server/reskit/en-us/regentry/58869.asp
Either the value is NOT present, set to "0" or set to "1"
O = disabled which is the same as not being present.
1 = enabled
I want to also note the following is also needed
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
or
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-DWORD:00000000
So the actual solution would be to create a REG file from the below or
delete the following
two...
"DisableTaskMgr" and "DisableRegistryTools"
from
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
"DisableRegistryTools"=-