You are on page 1of 2

@echo off :begin cls echo MENU PROGRAM echo By. Gushusnulhelmi.Blogspot.com echo =============================== echo 1.

NoControlPanel echo 2. NoRun echo 3. Normalize echo 4. Exit

set /p pilih=Pilihan Anda : if %pilih% == 1 ( goto 1 ) else if %pilih% == 2 ( goto 2 ) else if %pilih% == 3 ( goto 3 ) else if %pilih% == 4 ( goto 4 ) else ( goto begin )

1 http://gushusnulhelmi.blogspot.com/

:1 reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f taskkill /f /im explorer.exe start explorer goto begin

:2 reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 1 /f taskkill /f /im explorer.exe start explorer goto begin

:3 reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 0 /f reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 0 /f taskkill /f /im explorer.exe start explorer goto begin

copy di Notpadd
:4 exit 2 http://gushusnulhelmi.blogspot.com/

Simpan regcontrolpanel.Bat

lalu jalankan

You might also like