membuka run via reg
------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRun"=dword:00000000
save
*.reg
mengunci run via reg
------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRun"=dword:00000001
membuka run via vbs
------------------------------------------------
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.shell")
wshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun"
Message = "Run telah terbuka... by Bobolokot"
x = MsgBox(message,vbokOnly, "Bobolokot")
Set wshShell = Nothing
Set fso = Nothing
save
*vbs
Cara Me-Repair RUN
3/02/2010 05:22:00 PM
dokter prem
No comments
0 nu Babacot:
Post a Comment