Biasanya pada jenis virus tertentu, Mereka akan mengunci Folder Options ataupun menu regedit dari Run.

folder

Menu Folder Options Hilang

reg

Registry di Blok / disable

dibawah ini saya memiliki script *.vbs untuk meng-unlock fasilitas tadi.




–>buka Notepad

–> ketik script berikut:

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

–> Simpan dengan nama “buka.vbs”

--> Jika gagal download filenya disini

–> Jalankan, yes pada setiap promp, dan lihat hasilnya

vbs

Selamat Mencoba! hehehe. tq beruang fikry.. hehe


This entry was posted on Saturday, April 25, 2009 and is filed under . 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.

0 comments: