Welcome To My Blog Please Follow And Coment thz

Mengaktifkan Program yang di disable oleh admin pada windows

Share on :



Ni buat Agan yang Dendem ama admin warnet yang suka di sable seperti task manager,CMD Bahkan Exploler
Jadi ga bisa ngcopy game,lagu.dll  :D
Pada windows

CODE:

Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")

on error resume Next
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\system\DisableRegistryTools, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\system\DisableTaskMgr, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\system\DisableCMD, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\system\NoDispCpl, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoRun, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoFolderOptions, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoTrayContextMenu, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoClose, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoFind, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoViewContextMenu, 0, REG_DWORD
WshShell.RegWrite HKCU\software\microsoft\windows\currentversion\policies\explorer\NoControlPanel, 0, REG_DWORD
WshShell.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives,0,REG_DWORD 

WshShell.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr" 
WshShell.RegDelete "HKCU\software\microsoft\windows\currentversion\policies\system\DisableCMD"




Simpan dengan extenxsi .vbs
Klo jalanin tinggal doble klik ja......trus....cba buka run,cmd,tskMgr,ato lainya......

KLo masih gk bisa ,coba log off user dulu....trus masuk lagi.....

Happy Browsing......... Very Happy 

0 komentar on Mengaktifkan Program yang di disable oleh admin pada windows :

Post a Comment and Don't Spam!