Another Source

Selasa, 09 Oktober 2012

Penggunaan Registry Editor Untuk Sistem Operasi Microsoft windows

MEMANIPULASI FILE & WINDOWS EXPLORER

 

·         Menggunakan Notepad untuk Membuka File

Nama command di menu konteks
Key            :  HKEY_CLASSES_ROOT\*\Shell\Open
Value Name   :  (Default)
Data type    :  String
Value Data  :  Bebas (contoh: Open with &Notepad)
Letak command (browse)
Key            :  HKEY_CLASSES_ROOT\*\Shell\Open\Command
Value Name   :  (Default)
Data type    :  String
Value Data  :  notepad.exe “%1”

·         Mengatur Ukuran Alokasi File yang Terus Menerus

Key            :  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
Value Name   :  ContigFileAllocSize
Data type    :  DWORD
Value Data  :  200 (heksa) atau 512 (desimal)

·         Menambah Explorer pada Setiap Folder

Nama command di menu konteks
Key            :  HKEY_CLASSES_ROOT\Directory\Shell\Explore
Value Name   :  (Default)
Data type    :  String
Value Data  :  Bebas (contoh: &Jelajah)
Letak command (browse)
Key            :  HKEY_CLASSES_ROOT\Directory\Shell\Explore\command
Value Name   :  (Default)
Data type    :  String
Value Data  :  Explorer.exe /e,/root,/idlist,%1

·         Memasukkan Akses ke DOS Prompt melalui Menu Konteks

Nama command di menu konteks

Key            :  HKEY_CLASSES_ROOT\Directory\Shell\CommandPrompt
Value Name   :  (Default)
Data type    :  String
Value Data  :  Bebas (contoh: Panggil &DOS)
Letak command (browse)
Key            :  HKEY_CLASSES_ROOT\Directory\Shell\CommandPrompt\command
Value Name   :  (Default)
Data type    :  String
Value Data  :  command.com /k cd “%1”

·         Mengubah Icon File Bitmap (*.BMP) 1

Key            :  HKEY_CLASSES_ROOT\Paint.Picture\DefaultIcon
Value Name   :  (Default)
Data type    :  String
Value Data  :  %1

·         Mengubah Icon File Bitmap (*.BMP) 2

Key            :  HKEY_CURRENT_USER\Paint.Picture\Default
Value Name   :  (Default)
Data type    :  String
Value Data  :  %1 (aktif)
                     C:\Progra~1\Access~1\MSPAINT.EXE,1 (normal)

·         Menghilangkan Kata ‘Shortcut to’ Ketika Membuat Shortcut

Key            :  HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer
Value Name   :  link
Data type    :  Binary
Value Data  :  00 00 00 00

·         Menghilangkan Menu View à Folder Options pada Windows Explorer

Key            :  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Value Name          :                  NoFolderOptions
Data type    :  DWORD
Value Data  :  1 (aktif)
                     0 (non aktif)

·         Menghilangkan Menu Tools à Map and Disconnect Network Drive pada Windows Explorer

Key            :  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
                     HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer
Value Name   :  NoNetConnectDisconnect
Data type    :  DWORD
Value Data  :  1 (aktif)
                     0 (non aktif)

·         Refresh Otomatis pada Windows Explorer (Tanpa F5 Lagi)

Key            :  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update
Value Name   :  UpdateMode
Data type    :  Binary
Value Data  :  0 (aktif)
                     1 (non aktif)

·         Menyimpan Perubahan Pengaturan pada Windows Explorer & Control Panel

Key            :  HKEY_CURRENT_USER\\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Value Name   :  NoSaveSetting
Data type    :  Binary
Value Data  :  -
Hapus atau ganti Value Name tersebut untuk menyimpan perubahan pengaturan pada Windows Explorer & Control Panel.

·         Menampilkan CPL atau DLL File dengan Icon Mereka Sendiri

Key            :  HKEY_CLASSES_ROOT\cplfile\DefaultIcon à CPL File (File Applet Control Panel)
                     HKEY_CLASSES_ROOT\dllfile\DefaultIcon à DLL File (Dynamic Linked Library)
Value Name   :  (Default)
Data type    :  String
Value Data  :  %1

·         Menghilangkan Panah Shortcut

Key            :  HKEY_CLASSES_ROOT\piffile à file *.pif
                     HKEY_CLASSES_ROOT\lnkfile à file *.lnk
Value Name   :  IsShortCut (diganti namanya atau dihapus)
Data type    :  String
Value Data  :  -

·         Mengganti Tanda Panah Pada Shortcut

Key            :  HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
Value Name   :  29
Data type    :  String
Value Data  :  C:\WINDOWS\SYSTEM\SHELL32.DLL,29
Ada kemungkinan Value Name 29 tidak ada. Untuk Itu Anda bisa membuatnya. Jika Anda lihat dengan software untuk melihat isi icon seperti Icon Library, atau dari Properties – Change icon jika klik kanan pada Icon, Anda akan melihat bahwa icon ke-29 dari file C:\WINDOWS\SYSTEM\SHELL32.DLL,29 adalah tanda panah untuk shortcut. Untuk itu, untuk mengganti tanda shortcut selain tanda panah, Anda bisa memilih icon yang Anda inginkan. Misalnya dengan C:\WINDOWS\SYSTEM\SHELL32.DLL,28 untuk menggantinya dengan icon tangan.

·         Menampilkan Quick View pada Menu Konteks

Key            :  HKEY_CLASSES_ROOT\*\QuickView
Value Name   :  (Default)
Data type    :  String
Value Data  :  *

·         Mengganti Klik File Batch (*.BAT) dari ‘Run’ menjadi ‘Edit’

Key            :  HKEY_CLASSES_ROOT\batfile\shell\open
                     Ubah menjadi
                     HKEY_CLASSES_ROOT\batfile\shell\run
Key            :  HKEY_CLASSES_ROOT\batfile
Value Name   :  EditFlags
Data type    :  Binary
Value Data  :  00 00 00 00
Kemudian buka Windows Explorer. Akses menu View – Folder Options. Pilih tab File Types. Pada pilihan Registered File Types, pilihlah ‘MS-DOS Batch File’. Klik Edit. Kemudian dari kotak Action, pilih Edit dan klik Set Default. Jika Key Registry di atas belum diganti, tombol ‘Set Default’ tidak akan bisa digunakan.

0 komentar:

Posting Komentar