Disabled Keamanan Windows

kadang kala di warnet semua akses di tutup,
mulai dari Run, find/search, Control Panel, dll. gimana ya caranya menjebolnya…?..
mode side 2 layer 2 aktif. let’s go!!!
buka notepad,
(bener2 keterlaluan kalo notepad aja di blok!!!)

cut n paste script berikut:

–start–

On error resume next
Dim Reg
Set Reg = CreateObject(”WScript.Shell”)

if msgbox(”Kembalikan menu Run ?” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun”, “0″, “REG_DWORD”
end if

if msgbox(”Enable Registry Tool ?” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools”, “0″, “REG_DWORD”
end if

if msgbox(”Perlihatkan file hidden” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced\Hidden”, “1″, “REG_DWORD”
end if

if msgbox(”Kembalikan menu Find” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind”, “0″, “REG_DWORD”
end if

if msgbox(”Kembalikan menu Option” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions”, “0″, “REG_DWORD”
end if

if msgbox(”Enable Taskmanager” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr”, “0″, “REG_DWORD”
end if

if msgbox(”Disable File Extensi” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\software\microsoft\windows\currentversion\explorer\advanced\HideFileExt”, “0″, “REG_DWORD”
end if

if msgbox(”Perlihatkan Log Off” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USER\software\microsoft\windows\currentversion\explorer\advanced\StartMenuLogoff”, “1″, “REG_DWORD”
end if

MsgBox”Registry kamu berhasil di optimasi, silakan logOff”, vbinformation,”Selamat”
MsgBox”creat3d bY s0meOne”,
vbinformation,”Selamat”

—end–

nah untuk membuka/enable
run, hide file ext, dll.
simpan dengan .vbs
dan klik untuk mengeksekusi.

Related Posts:

  • Create Icon to Put Windows Into Hibernate Mode
    Hibernate is great because it saves the status of your Windows XP session (all the programs and documents you have open) to the hard drive, so it can automatically restore it the next time you power u...
  • 3 Big Steps Wordpress Optimization
    Here you have general rules but I think that this guide will be very useful specially for HostGator users. If your WordPress is not correctly configured you'll need a lot of GPUs for few thousands of ...
  • Tips and Shortcut Keys for Nokia E63, E71, even E72
    The Nokia E71 and E63 are great phones with operating on Symbian S60 series. They comes with a keyboard with easy to type, sharp LCD, great keys position, and most importantly, long battery life with ...
  • Three Ways Alternative to Update Windows
    Not all people to activate Windows Automatic Update feature that automatically download and install the latest Windows update with number of reasons such as the compatibility or license. If you prefer...
  • Next Tutorial Making CD Custom Installation of Windows XP (2)
    This is a continuation of previous article about Making CD Custom Installation of Windows XP. Let's do it;10. Unattended: Determine the configuration in advance, so you do not need to type the use...

Tags: , , , ,

25.Oct.08 Security


You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

Leave a Comment

:)