ENABLE Task Manager /Registry Editor /Command prompt WHY Sometime due to virus infection Task Manager/ Registry Editor/ Command Prompt is  disabled

TREATMENT
How to enable Registry Editor
1st Method :
Type gpedit.msc in RUN dialog box and goto:
User Configuration -> Administrative Templates -> System in right-side pane, set "Prevent access to Registry editing tools" to either Not Configured or Disabled. 2nd Method :
Just type following in RUN dialog box and press <ENTER>:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policie\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
How to enable Task Manager Method : Type gpedit.msc in RUN dialog box and goto:
User Configuration -> Administrative Templates -> System in right-side pane, select Ctrl+Alt+Del Options--> set " Remove Task Manager " to either Not Configured or Disabled. How to enable Command Prompt Method :
Type gpedit.msc in RUN dialog box and goto:
User Configuration -> Administrative Templates -> System in right-side pane, set "Prevent access to command prompt" to either Not Configured or Disabled.
|