Como Activar el Administrador de tares en Windows XP

Para habilitar el registro
Abre un block de notas y copia:


Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
On Error Resume Next
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
WshShell.RegDelete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"

guárdalo como "desbloquear.vbs" y ejecutalo

para activar el administrador
inicio/ejecutar/regedit

HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Policies/System, en la derecha busca algún valor que haga referencia al Taskmgr y elimínalo.

fuente:
http://es.kioskea.net/forum/affich-27298-no-aparece-el-administrador-de-tareas

Comentarios

Entradas populares