disable registry tools

  • Thread starter Thread starter Roberto
  • Start date Start date
R

Roberto

After the infection of w32.Swen.A@mm i have this problem:
User xxx
modifies the value
"DisableRegistryTools"="1"
in the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Policies\System
to prevent the user from runnig regedit on the system.
How can i do?
If I change user the regedit command run correctly, but if
I use user xxx I have this problem..
Help me! Thankx
 
Roberto wrote in
After the infection of w32.Swen.A@mm i have this problem:
User xxx
modifies the value
"DisableRegistryTools"="1"
in the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Policies\System
to prevent the user from runnig regedit on the system.
How can i do?
If I change user the regedit command run correctly, but if
I use user xxx I have this problem..
Help me! Thankx

First it is likely
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
\System\
"DisableRegistryTools"
Type: REG_DWORD
Data: 01, 00, 00, 00

But in any case as an administrator run the Local Group Policy tool
gpedit.msc
Navigate to
Local Computer Policy\User Configuration\Administrative Templates
\System\
and Set the "Disable registry editing tools" policy to "Not
Configured"
 
Back
Top