Wednesday, January 23, 2013

Posted by Dead Skull On 1/23/2013 03:05:00 PM
Kemarin komputer saya tiba2 tidak bisa membuka  regedit, dan muncul peringatan Registry editing has been disabled by your administrator Setelah saya cari-cari di mbah Gugel, ternyata disebabkan karna virus. Dan sayapun menemukan cara yang sangat mudah untuk mengatasi masalah tersebut.
Berikut caranya :

Membuka Run dialog
Copy kode dibawah kemudian paste di Notepad

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 simpan dengan extensi vbs (contoh: Run.vbs) dan klik filenya.


Membuka Regedit

Copy kode dibawah kemudian paste di Notepad
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 simpan dengan extensi vbs (contoh: Regedit.vbs) dan klik filenya.


Kalo mau langsung download file VBS bisa DISINI

Semoga bermanfaat.
 

0 komentar: