Berikut adalah solusi untuk mengembalikan kotak dialog Run dan perintah Regedit yang didisable oleh virus::
1. Cara membuka kotak dialog Run
Buka notepad trus copy paste in code dibawah ini :
kemudian coba jalankan file yang baru kita buat barusan... 2. Membuka Regedit
Buka notepad trus copy paste code dibawah ini :
trus save menggunakan extensi vbs (contoh: Regedit.vbs)...
kemudian coba jalankan file yang baru kita buat barusan...
semoga bermanfaat...
1. Cara membuka kotak dialog Run
Buka notepad trus copy paste in code dibawah ini :
trus save menggunakan extensi vbs (contoh: Run.vbs)...Set WshShell = CreateObject("WScript.Shell")
Var_YN = MsgBox("Enable Run Dialog?", vbYesNo, "I-T[e]ChNoLoGy Corp Ltd")
If Var_YN = 6 Then
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun",0,"REG_DWORD"
Else
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun",1,"REG_DWORD"
Var_Ok = MsgBox("Run Dialog is Disabled!", vbOkOnly, "I-T[e]ChNoLoGy Corp Ltd")
End If
kemudian coba jalankan file yang baru kita buat barusan...
Buka notepad trus copy paste code dibawah ini :
Set WshShell = CreateObject("WScript.Shell")
Var_YN = MsgBox("Enable Registry Editor?", vbYesNo, "I-T[e]ChNoLoGy Corp Ltd")
If Var_YN = 6 Then
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools",0,"REG_DWORD"
WshShell.Run("RegEdit.EXE")
Else
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools",1,"REG_DWORD"
Var_Ok = MsgBox("Registry Editor is Disabled!", vbOkOnly, "I-T[e]ChNoLoGy Corp Ltd")
End If
trus save menggunakan extensi vbs (contoh: Regedit.vbs)...
kemudian coba jalankan file yang baru kita buat barusan...
semoga bermanfaat...
0 comments:
Posting Komentar