Yes, it's a virus known as Brontok, if you know how to create a registry file " .inf ", make one for yourself, name it Restore.inf or what you want, include the following inside your file.
[Version]
Signature = "$CHICAGO$"
[DefaultInstall]
AddReg=Agregar
DelReg=Borrar
[Agregar]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",Hidden,0x00010001,"1"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",HideFileExt,0x00010001,"0"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",SuperHidden,0x00010001,"1"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",ShowSuperHidden,0x00010001,"1"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",WebView,0x00010001,"1"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",WebViewBarricade,0x00010001,"1"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL",CheckedValue,0x00010001,"1"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\NOHIDDEN",CheckedValue,0x00010001,"2"
[Borrar]
HKCU,"Software\Microsoft\Windows NT\CurrentVersion\Policies\System",DisableRegistryTools
HKCU,"Software\Microsoft\Windows NT\CurrentVersion\Policies\System",DisableTaskMgr
HKCU,"Software\Microsoft\Windows NT\CurrentVersion\Policies\System",NoDispCPL
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",NoRun
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",NoDrives
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",DisallowRun
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",RestrictRun
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",NoFolderOptions
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System",DisableRegistryTools
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System",DisableTaskMgr
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System",DisableCMD
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System",NoDispCPL
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System",NoAdminPage
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp",Disabled
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp",Norealmode
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore",DisableSR
HKLM,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer",NoFolderOptions
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System",DisableRegistryTools
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System",DisableTaskMgr
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System",NoDispCPL
This will enable again Task manager, Regedit, MS-Dos command line and everything Brontok disables, without forcing you to manually edit anything, avoiding the risk of damage to your registry.
Hope this help you and anyone that has the same problem.
Arq. Jose Ignacio Mendieta Vera.