1.

Solve : CMD , taskbar, desktop , registry not visible?

Answer»

REG add HKCU\Software \Microsoft\Windows \CurrentVersion\Policies \System /v DisableTaskMgr /t REG_DWORD /d 0 /f

REG add HKCU\Software \Microsoft\Windows \CurrentVersion\Policies \System /v DisableCMD /t REG_DWORD /d 0 /f

REG add HKCU\Software \Microsoft\Windows \CurrentVersion\Policies \System /v DisableDesktop /t REG_DWORD /d 0 /f

REG add HKCU\Software \Microsoft\Windows \CurrentVersion\Policies \System /v DisableTaskbar /t REG_DWORD /d 0 /f

i TYPE those COMMAND to enable taskbar CMD
bt REVERSE thing happened
i can't access all those
when i press cntl+alt+dlt
then taskmanager doesn't appear

please help meWhat exactly are you TRYING to accomplish?

And "HKCU\Software \Microsoft\Windows \CurrentVersion\Policies \System" isn't going to work with all those spaces in it.



Discussion

No Comment Found