Regedit or what we call the Windows Registry is a central database for application configuration settings and other information required by the application. And all the settings are arranged in the form of key. in the registry we can do three things: read, write and erase. We can start the registry with regedit how to write on the run menu.
and usually most of the cafe all the registry has been disabled, here I will try to penetrate how to open a locked registry,
usually if we want it to use run regedit or any other way,
now we will accelerate with just a click away already out its registry,
1. not noteped.
2. copy-paste the script below into the notepad.
2. copy-paste the script below into the notepad.
dim skyland
masuk()
sub masuk()
set skyland = wscript.CreateObject("wscript.shell")
keterangan = "Pilihan:" & vbcrlf &_
"[0].Aktifkan Regedit." & vbcrlf &_
"[1].Nonaktifkan Regedit." & vbcrlf & vbcrlf &_
"[Skyland HaCKeR]"
tanya = inputbox(keterangan,"Edit Regedit",0)
skyland.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion" &_
"\Policies\System\DisableRegistryTools",tanya,"REG_DWORD"
if tanya=1 then
msgbox "Registry dinonaktifkan",vbInformation,"Edit Regedit"
else
if tanya=0 then
msgbox "Registry diaktifkan",vbInformation,"Edit Regedit"
skyland.RegDelete"HKCU\Software\Microsoft\Windows\CurrentVersion" &_
"\Policies\System\DisableRegistryTools"
else
msgbox "Masukkan angka 0 atau 1!",vbInformation,"HaCKeR Regedit"
masuk()
end if
end if
end sub
after you copy and paste the script into your notepad, then you save with a name and save all types regedit.vbs it with all files.
To run it, click 2 times on the file and select zero to enable regedit and one to disable regedit.
No comments:
Post a Comment
thank you for commenting on our blogs