Ya se que desde esta ruta:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr
Estoy usando el objeto Wscript.Shell y hago esto
Código
Dim admin As String = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr" Dim WSHShell WSHShell = CreateObject("Wscript.Shell") WSHShell.RegWrite(admin, 1) WSHShell = Nothing
y ME Sale el error:
Raíz no válida en la clave del registro "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr".
Como puedo solucionar esto