Kamis, 02 Desember 2010

Cara mengenable registry yang di disable oleh admin

  • Share
  • [i]
 CARA 1

Cara Mengenable Registry Yang Di Disable Oleh Admin – Terkadang kita sebagai user kesal karena kita tidak bisa mengakses beberapa aplikasi yang disediakan windows seperti registry, task manager, dll. Registry memang alat vitalnya windows karena dari registry kita bisa mengotak – atik windows seperti menjalankan aplikasi secara otomatis ketika komputer booting, mengganti nama my computer, dll. Nah saya akan mensharing cara mengenable registry yang di disable oleh admin.
  1. Buka CMD / Command Prompt (cara : Start >> All Programs >> Accessories >> Command Prompt or CTRL + R >> cmd)
  2. Ketik
    reg delete HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableRegistryTools
  3. Tekan Y dan Enter

CARA 2

Ada sedikit cara untuk membuka registri yang terkunci terbesut..ups..tersebut:
  • Klik Start > Run
  • Ketikkan gpedit.msc
  • Setelah masuk pilih user configuration > administrative Templates> System
  • Klik Prevent acces to registry editing tools
  • Di bagian setting pilih "disable" > OK
  • sekarang coba buka registry nya bisa apa nggak

    Setelah anda tekan y dan enter maka registry anda sudah di enable icon biggrin Cara Mengenable Registry Yang Di Disable Oleh Admin . Kalau gagal coba lagi dan jika perlu restart atau log off komputer anda. Sekian tutorial Cara Mengenable Registry Yang Di Disable Oleh Admin.

    CARA 3

    Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured . Klik Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Mencegah akses ke perangkat pengeditan registry -> Right Click Properties -> Set untuk Tidak Configured.

    CARA 4 

    Click Start -> Run. Klik Start -> Run. Type this command in Run box and press Ok. Ketik perintah ini di kotak Run dan tekan Ok.
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 REG add HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v DisableRegistryTools / t REG_DWORD / d 0
    Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter. Lalu sebuah prompt akan muncul dengan pertanyaan ini: Nilai DisableRegistryTools ada, overwrite (Y / N)? Ketik yes dan tekan Enter.
    After u did that also type this command in the run box and hit enter. Setelah u melakukan itu juga ketik perintah ini di kotak run dan tekan enter.
    REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 REG add HKLM \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v DisableRegistryTools / t REG_DWORD / d 0
    Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter. Lalu juga akan muncul dengan pertanyaan: Nilai DisableRegistryTools ada, overwrite (Y / N)? Ketik yes dan tekan Enter.

    CARA 5


    STEP1. Disable as much as you can from your startup. Step1. Nonaktifkan sebanyak yang Anda dapat dari startup Anda. Remove programs from your startup folder and such, so as not to lag down the bootup process. Menghapus program dari folder startup dan semacamnya, agar tidak lag ke proses bootup.
    STEP2.Create a new shortcut on your desktop, point it to “C:\Windows\regedit.exe” STEP2.Create shortcut baru di desktop, arahkan ke “C: \ Windows \ regedit.exe”
    STEP3.Log off, then log back on. STEP3.Log off, kemudian login kembali.
    STEP4.As soon as you see your desktop, double click on the shortcut. STEP4.As segera setelah Anda melihat desktop Anda, klik dua kali pada shortcut. The system does not check for policies until a few seconds after it booted up. Sistem tidak akan memeriksa kebijakan sampai beberapa detik setelah boot up. If you click on the icon fast enough, it should let you get in. Jika Anda mengklik ikon cukup cepat, harus membiarkan Anda masuk
    After you close it though, it will not open unless you redo step 3 and 4. Setelah Anda menutup it though, itu tidak akan terbuka kecuali Anda mengulang langkah 3 dan 4.

    CARA 6

    Getting into the registry editor by making a vbs script in notepad: Masuk ke registry editor dengan membuat script vbs di notepad:
    Open Notepad and copy this script into it. Buka Notepad dan salin script ini ke dalamnya. And save it as regtool.vbs on your desktop. Dan simpan sebagai regtool.vbs di desktop Anda.
    VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs): VBS SCRIPT (pilih semua dan copy ke notepad dan simpan sebagai regtool.vbs):
    Option Explicit
    'Declare variables
    Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle
    Dim jobfunc, itemtype
    On Error Resume Next
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
    val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
    itemtype = "REG_DWORD"
    jobfunc = "Registry Editing Tools are now "
    ttl = "Result"
    'reads the registry key value.
    rr = WSHShell.RegRead (val)
    rr2 = WSHShell.RegRead (val2)
    toggle=1
    If (rr=1 or rr2=1) Then toggle=0
    If toggle = 1 Then
    WSHShell.RegWrite val, 1, itemtype
    WSHShell.RegWrite val2, 1, itemtype
    Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl)
    Else
    WSHShell.RegDelete val
    WSHShell.RegDelete val2
    Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl)
    End If

    Open regtool.vbs And there you go! Buka regtool.vbs Dan di sana Anda pergi!
    sorry klo ada salah penulisan atau lainnya yang ga sempurna alias masih newbie…. soalnya masih dalam tahap belajar membuat blog… hehehe…..

    Sumber Dari : http://www.patheticcockroach.com/mpam4/index.php?p=28

    0 komentar:

    Posting Komentar

    Subscribe / Share

     
    klik [disini] untuk ikuti aku di Facebook . . . . . . setelah baca jangan lupa kunjungi buku tamunya ya!