1. Pada Taksbar Komputer
Dibuat Menggunakan Notepad Exe (Start - all Program - accecoris - notepad ). Ketik script dibawah ini
1.1 Script VBS
Dim ObjReg
Set ObjReg = CreateObject("WScript.Shell")
ObjReg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoTrayContextMenu
save as dengan ekstensi *.vbs( misal: disableklikkanan.vbs)
1.2 Script BAT
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoTrayContextMenu /d 1 /f
save as dengan ekstensi *.bat(disableklikkanan.bat
2. Pada Dekstop Dan Explorer Komputer
Dibuat Menggunakan Notepad Exe (Start - all Program - accecoris - notepad ). Ketik script dibawah ini
2.1 Script VBS
Dim ObjReg
Set ObjReg = CreateObject("WScript.Shell")
ObjReg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu", "1", "REG_DWORD"
save as dengan ekstensi *.vbs( misal: disableklikkanan.vbs
2.2 Script BAT
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu /d 1 /f
save as dengan ekstensi *.bat (misal:disableklikkanan .bat)
Catt:1. Untuk Lihat Effectnya log off atau Resatar komputer
2. Ganti angka 1 pada script dengan angka 0 untuk mengembalikan setingan komputer dalam bentuk semula..
{ 0 komentar... Views All / Send Comment! }
Posting Komentar