how to enable command prompt and regedit disable by admin
Posted: 03 Oct 2009 01:05
this is sample to enable taskmgr and cmd disable by administrator
regedit
command prompt
mybe your idea greate than me share please
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