how to enable command prompt and regedit disable by admin

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
bizter
Posts: 1
Joined: 17 Jul 2009 23:34
Location: indonesia
Contact:

how to enable command prompt and regedit disable by admin

#1 Post by bizter » 03 Oct 2009 01:05

this is sample to enable taskmgr and cmd disable by administrator

regedit

Code: Select all

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


command prompt

Code: Select all

reg add hkcu\software\policies\Microsoft\windows\system/vDisableCMD/tReg_Dword/d0/f

mybe your idea greate than me share please

Post Reply