Bagaimana cara mengenable regedit yang dikunci oleh admin ataupun oleh virus lokal
caranya ketik code dibawa ini simpan,berinama terserah anda extentionnya harus inf contoh " hancur.inf " (tanpa tanda petik)
-----------------------------------------------
[Version]
Signature="$Chicago$"
Provider=topengdigital
[DefaultInstall]
AddReg=EnableRegistry
[EnableRegistry]
HKCU,%SubKeyReg%,%ValueReg%,0x10001,0
[Strings]
SubKeyReg="Software\Microsoft\Windows\CurrentVersi on\Policies\System"
ValueReg="DisableRegistryTools"
-----------------------------------------------
atau jika menu klik kanannya di kunci juga coba anda buat file "hancur.vbs"
dengan code yang berbeda
-----------------------------------------------
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\software\microsoft\windows\currentversion\policies\system\DisableRegistryTools", "0", "REG_DWORD"
MsgBox "Akses registry telah kembali normal", 4096, "topengdigital"
------------------------------------------------
Friday, January 05, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment