Tuesday, January 27, 2009

- PC Solution III -

# Membuat Menu Statr Lebih Ramping (Win. 98, ME, 2000, Xp, Vista)
Langkah :
-> Start -> Run -> ketik : REGEDIT -> OK
-> Masuk ke alamat registry berikut :
H_C_U\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
-> Klik kanan pada jendela sebelah kanan -> New -> DWORD Value
-> Beri nama berikut:
Menu Start DWORD Value
ShutDown -> NoClose
Log Off -> NoLogOff
Run -> NoRun
Help -> NoSMHelp
Search/Find -> NoFind
Documents -> NoRecentDocsMenu
Favorites -> NoFavoritesMenu
MyPicture -> NoSMMyPictures
MyDocuments -> NoSMMyDocs
ControlPanel -> NoControlPanel
Printer -> NoPrinterTabs
NetworkNeigborhood -> NoNetHood
Taskbar and Start Menu -> NoSetTaskbar
Setting Folder Options -> NoFolderOptions
Windows Update -> NoWindowsUpdate
Recent Documents -> NoRecentDocsHistory
-> Isi Value : 1
-> Tutup Jendela Registry -> Restart Komputer

# Quick ShutDown (Win.Xp)
Ada 2 cara yaitu :
1. Membuat ShortCut
Langkah :
- Klik kanan pada desktop kosong - Pilih New -> ShortCut
- Pada kotak dialog : click Browse pilih lokasi berikut :
C:\Windows\System32\shutdown.exe /s -> untuk ShutDown
C:\Windows\System32 \shutdown.exe /r -> untuk Restart
C:\Windows\System32\shutdown.exe /l -> untuk LogOff
- Next -> Masukkan Nama Shortcut - -> Finish

2. Lewat Command Prompt (Win. Xp)
Start -> Run -> Ketik : CMD -> OK
C:\Documents and Settings\Toshiba Satellite>shutdown
- Usage: shutdown [-i -l -s -r -a] [-f] [-m \\computername] [-t xx] [-c "c omment"] [-d up:xx:yy]
No args Display this message (same as -?)
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)
C:\Documents and Settings\Toshiba Satellite>

# Sembunyikan Semua Program (Win. Xp)
Langkah :
-> Start -> Run -> ketik : REGEDIT -> OK
-> Masuk ke alamat registry berikut :
H_C_U\Software\Microsoft\Windows\CurrentVersion\Policies\ (program tidak muncul pada username yang digunakan untuk login)
H_L_M\Software\Microsoft\Windows\CurrentVersion\Policies\ (program tidak muncul pada semua user yang login)
-> Buatlah DWORD Value dengan Nama : NoStartMenuMorePrograms
Isi Value : 1
-> Tutup Jendela Registry -> Restart Komputer

Monday, January 19, 2009

- PC Solution II -

# Quick Booting tanpa Kehilangan Data (Win. XP)
Alasan : windows akan menyimpan data dari memory sementara ke dalam harddisk sebelum komputer dimatikan. Dan komputer akan terasa lebih cepat saat komputer dihidupkan.
Langkah :
-> Start -> Settings -> ControlPanel -> PowerOptions
-> Click Tab Hibernate, tandai -> pada Enable Hibernation
-> Kemudian Click Start -> Turn Off Computer…
-> Tekan tombol Shift, dan Click Hibernate

# Hilangkan File Prefech ? (Win Xp)
File Prefech adalah file-file yang digunakan untuk mengeksekusi program dengan lebih cepat. Disisi lain File Prefech menjadi masalah yaitu memperlambat proses start up pada windows.
Langkah :
-> Buka Windows Explorer -> (windows + E)
-> Cari Folder Prefech pada directory : C:\Windows\ Prefech
-> Tekan tombol Ctrl + A (Select All)
-> Tekan tombol Shift + Delete (untuk menghapus file)
-> Restart Komputer
TIPs : lakukan sekali dalam seminggu…

# Logon Otomatis Saat Startup (Win XP/Vista)
Alasan : mengatasi proses login yang dirasa cukup menghambat setuap kali login...
Langkah :
-> Start -> Run -> ketik : REGEDIT -> OK
-> Masuk ke alamat registry berikut :
H_L_M\Software\Microsoft\Windows\CurrentVersion\WinLogon
-> Pada jendela bagian kanan, klik kanan mouse kemudian
-> Pilih : New -> String Value
-> Beri nama : AutoAdminLogon
-> Isi Value : 1 -> Buat string baru dengan...
-> Nama : DefaultPassword
-> Isi Value : (dengan data pasword anda) -> Buat string baru lagi dengan...
-> Nama : DefaultUserName
-> Isi Value : (dengan data username anda)
-> Restart Komputer

# Membersihkan Memory dari File DLL (Win Xp)
File DLL (Dynamic Link Library) merupakan perpustakaan bagi program-program windows. File ini diletakkan pada memory agar program yang membutuhkannya bisa lebih cepat mengaksesnya.
Alasan : Agar memory tidak boros dari file DLL, atau untuk penghematan memory yang kapasitasnya tidak begitu besar…
Langkah :
-> Start -> Run -> ketik : REGEDIT -> OK
-> Masuk ke alamat registry berikut :
H_L_M\Software\Microsoft\Windows\CurrentVersion\Explorer
-> Edit -> New -> Key
-> Beri nama : AlwaysUnLoadDll
-> Double click pada Default -> Isi Value : 1
-> Tutup Registry Editor -> Restart Komputer