How to enable registry and command prompt when they are both disabled along with gpedit.msc and run command

0

I was testing group policy and disabled all registry editing tools along with command prompt and group policy editor itself, pretty much everything is disabled!
How can i enable what i have disabled ?

Rika

Posted 2014-04-28T04:44:24.910

Reputation: 583

Answers

1

Run the following 2 commands from the Run prompt:

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

REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisableRegistryTools /f /d 0

BryanC

Posted 2014-04-28T04:44:24.910

Reputation: 398

run command is disabled too! – Rika – 2014-04-28T05:29:43.743

In that case, I'd boot into recovery console and run those commands. Additionally, you might try some of the programs in this article. It's for when a virus disables those tools, but the end result should be the same for you. :) https://www.raymond.cc/blog/restore-task-manager-regedit-and-folder-options-disabled-by-virus/

– BryanC – 2014-05-02T05:59:02.323

no luck! they actually are using registry modification to revert back the changes, I disabled registry modification as well!:( there are some ways to enable registry editing through cmd, then cmd is disabled as well, the last resort was using group policy, which again is disabled !!! and i think i am dead!! – Rika – 2014-05-03T00:56:33.100