Translate This Site

Minggu, 15 Mei 2005

Mengunci Registry Editor

[1].Mengunci Registry Editor
Yaitu supaya tidak bisa membuka regedit (semua versi Windows) & menjalankan file *.reg (XP).

Salin code berikut ini ke Notepad, save jadi file *.reg, lalu jalankan.
Code:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000001


[2]. Membuka akses Registry Editor yang dikunci
Code:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

• Salin code di atas ke Notepad, save jadi file *.reg (misal: unlock.reg)
• Untuk Win9x/ME, langsung jalankan file unlock.reg
• Untuk WinXP, buka Command Prompt & ketik "reg import unlock.reg"
atau bikin file batch untuk memudahkan.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\
Windows\CurrentVersion\Policies\System

Change the following value:
DisableRegistryTools

Set it to 0 to allow regedit
Set it to 1 to disable regedit