Keyboard Shortcuts

When speed counts, the keyboard is still king. Almost all the actions and commands you can perform with a mouse you can perform faster using combinations of keys on your keyboard. These simple keyboard shortcuts can get you where you want to go faster than several clicks of a mouse. You'll work faster on spreadsheets and similar documents, too, because you won't lose your place switching back and forth between mouse and keys.

Here are some of the most useful keyboard shortcuts:

Copy. CTRL+C
Cut. CTRL+X
Paste. CTRL+V
Undo. CTRL+Z
Delete. DELETE

Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE
Copy selected item. CTRL while dragging an item
Create shortcut to selected item. CTRL+SHIFT while dragging an item
Rename selected item. F2
Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW
Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW
Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW
Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW
Highlight a block of text. CTRL+SHIFT with any of the arrow keys
Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys
Select all. CTRL+A
Search for a file or folder. F3
View properties for the selected item. ALT+ENTER
Close the active item, or quit the active program. ALT+F4
Opens the shortcut menu for the active window. ALT+SPACEBAR
Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4
Switch between open items. ALT+TAB
Cycle through items in the order they were opened. ALT+ESC
Cycle through screen elements in a window or on the desktop. F6
Display the Address bar list in My Computer or Windows Explorer. F4
Display the shortcut menu for the selected item. SHIFT+F10
Display the System menu for the active window. ALT+SPACEBAR
Display the Start menu. CTRL+ESC
Display the corresponding menu. ALT+Underlined letter in a menu name
Carry out the corresponding command. Underlined letter in a command name on an open menu
Activate the menu bar in the active program. F10
Open the next menu to the right, or open a submenu. RIGHT ARROW
Open the next menu to the left, or close a submenu. LEFT ARROW
Refresh the active window. F5
View the folder one level up in My Computer or Windows Explorer. BACKSPACE
Cancel the current task. ESC
SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.


Use these keyboard shortcuts for dialog boxes:

Move forward through tabs. CTRL+TAB
Move backward through tabs. CTRL+SHIFT+TAB
Move forward through options. TAB
Move backward through options. SHIFT+TAB
Carry out the corresponding command or select the corresponding option. ALT+Underlined letter
Carry out the command for the active option or button. ENTER
Select or clear the check box if the active option is a check box. SPACEBAR
Select a button if the active option is a group of option buttons. Arrow keys
Display Help. F1
Display the items in the active list. F4
Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE

If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:

Display or hide the Start menu.
Display the System Properties dialog box. +BREAK
Show the desktop. +D
Minimize all windows. +M
Restores minimized windows. +Shift+M
Open My Computer. +E
Search for a file or folder. +F
Search for computers. CTRL+ +F
Display Windows Help. +F1
Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. + L
Open the Run dialog box. +R
Display the shortcut menu for the selected item.
Open Utility Manager. +U


Helpful accessibility keyboard shortcuts:

Switch FilterKeys on and off. Right SHIFT for eight seconds
Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN
Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK
Switch StickyKeys on and off. SHIFT five times
Switch ToggleKeys on and off. NUM LOCK for five seconds
Open Utility Manager. +U

Keyboard shortcuts you can use with Windows Explorer:

Display the bottom of the active window. END
Display the top of the active window. HOME
Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)
Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)
Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)
Collapse current selection if it's expanded, or select parent folder. LEFT ARROW
Display current selection if it's collapsed, or select first subfolder. RIGHT ARROW

Fix your Slow XP and 98 Network

You can run "wmiprvse.exe" as a process for quick shared network access to Win98/ME machines. Stick it in Startup or make it a service.

"On the PC running XP, log in as you normally would, go to users, manage network passwords.
Here is where the problem lies. In this dialog box remove any win98 passwords or computer-assigned names for the win98 PCs. In my case , I had two computer-assigned win98 pc names in this box (example G4k8e6). I deleted these names (you may have passwords instead). Then go to My Network Places and -- there you go! -- no more delay!

Now, after I did this and went to My Network Places to browse the first Win98 PC, I was presented with a password/logon box that looked like this: logon: G4k8e6/guest (lightly grayed out) and a place to enter a password. I entered the password that I had previously used to share drives on the Win98 PCs long before I installed XP. I have the guest account enabled in XP.

This solves the problem for Win98 & XP machines on a LAN; I can't guarantee it will work for Win2K/ME machines as well, but the whole secret lies in the passwords. If this doesn't solve your slow WinXP>Win98 access problems, then you probably have other things wrong. Don't forget to uncheck 'simple file sharing,' turn off your ICS firewall, enable NetBIOS over TCP/IP and install proper protocols, services & permissions."

Access is denied when opening the Shared Documents folder ?

Symptom

When you double-click the Documents (Shared Documents) folder in My Computer, you may be denied access to the folder.

Resolution

This happens if one of the administrators in your system has taken ownership of the Shared Documents folder, or due to incorrect Permissions assigned to the Shared Documents folder. You can resolve the problem by assigning the following Permission levels for the Documents folder, which is located here:

C:\Documents and Settings\All Users\Documents

User / Group Permissions
Owner Full Control
Administrators Full Control
Users Read
System Full Control
Power Users Modify

Method 1: Using command-line tool to assign Permissions

Open a Command Prompt window (CMD.EXE) and execute these commands one by one. Alternately, you can copy the contents and run as a batch file.

cacls.exe "%ALLUSERSPROFILE%\Documents" /T /G BUILTIN\Administrators:F
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G System:F
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G BUILTIN\Users:R
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G Everyone:R

For Windows XP Professional, type the additional command below: (Power Users group is not available in Windows XP Home Edition)

cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G "BUILTIN\Power Users":C

Message: "The command prompt has been disabled by your administrator"

When you attempt to run CMD.exe or a batch file, you may receive the message "The command prompt has been disabled by your administrator". This is caused by restrictions placed in Registry. DisableCMD value is set to 1 or via Group Policy. To enable Task Manager, try any of these methods:

Method 1: Using the console registry tool

* Click Start, Run and type this command exactly as given below: (better - Copy and paste)



Method 2: Edit the registry directly

* Open Registry Editor (Regedit.exe) and navigate to:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]

* In the right-pane, double-click DisableCMD and set it's data to 0

Method 3: Using Group Policy Editor in Windows XP Professional.

* Click Start, Run, type gpedit.msc and click OK.
* Navigate to User Configuration \ Administrative Templates \ System
* Double-click the Prevent access to the command prompt

You can then disable or set the policy to Not Configured. Disabling or setting this policy to Not Configured should solve the problem.

Error "Tweak UI has been disabled by your administrator" while launching Tweak UI

Symptom

When you run the Tweak UI PowerToy for Windows XP, the following message may be displayed:

Tweak UI has been disabled by your administrator.

More information

This error occurs if the DisableRegistryTools Policy is enabled. With this policy enabled, you receive the following error message when you start the Registry Editor (regedit.exe):

Registry Editing has been disabled by your administrator







Removing the DisableRegistryTools restriction

For standalone Windows XP systems, perform the steps below to remove the registry editing restrictions.
Method 1: Using the REG.EXE console tool

1. Click Start, Run and type this command:



You should be able to launch Tweak UI, as well as the Registry Editor.

Method 2: Using the Group Policy Editor (Windows XP Professional only)

* Click Start, Run and type gpedit.msc and press ENTER
* Go to the following location:

User Configuration | Administrative Templates | System

* Double-click Disable registry editing tools and set it to Not Configured
* Exit the Group Policy Editor

Note: If the setting already reads Not Configured, set it to Enabled, and click Apply. Then revert it back to Not Configured. This ensures that the DisableRegistryTools registry value is removed successfully.

What's the suspicious Rundll32.exe process?

Introduction

When you open Task Manager, you may see Rundll32.exe entry in the Processes tab. Or, you may also encounter a rundll32.exe error at shutdown. Rundll32.exe is a valid system file which executes a DLL. The actual command may be Rundll32.exe filename.xxx, , whereas Task Manager reports only the command name and not it's parameter.

To know the module which is executed by Rundll32, proceed further. Without any third-party tools, here is a neat way to track down what the Rundll32 is executing. Open a Command Prompt window and type the following command:

tasklist /m /fi "IMAGENAME eq rundll32.exe" >C:\rundll32.txt

Now, open the file C:\rundll32.txt file and identify the "odd" modules. (filter out the system files and dependencies used by Rundll32.exe. The odd one (in this example) is the timedate.cpl file. Yes. I had the Date/Time dialog open and this is what Rundll32.exe was executing.

Windows XP Home Edition does not have Tasklist.exe

The above is just an example and you may use this method to find out the module loaded by the rundll32.exe process. If an unknown module was found, it may be a Malware. In that case, it's a good idea to:

1.Inspect the startup applications
2.Scan the system using these tools:

* Ad-Aware
* SpyBot S&D
* CWShredder
* Online Virus scanners

How to login as Administrator in Windows XP?

The built-in Administrator account is hidden from Welcome Screen when a user account with Administrator privileges exists and enabled. In Windows XP Home Edition, you can login as built-in Administrator in Safe Mode only. For XP Professional, press CTRL + ALT + DEL twice at the Welcome Screen and input your Administrator password in the classic logon window that appears.

To have the Administrator account displayed in the Welcome Screen, try one of these methods:

Method 1: Using TweakUI Power Toy for Windows XP

v2.00 for Windows XP | v2.10 for XP SP1 and above

Open TweakUI and click "Logon" option in the left pane. Put a checkmark against the option "Show Administrator on Welcome Screen". Click OK to close TweakUI. Logoff and see if Welcome Screen lists Administrator login. Changes are immediate and you can use the Winkey + L to switch back to Welcome Screen to see Administrator account is listed.

Use this procedure to hide/unhide any user account from the Welcome Screen. Please remember, you can still login to a hidden account using CTRL+ALT+DEL classic logon method, but cannot Fast User Switch to a hidden user account.

Method 2 - Manual registry edit

* Click Start, Run and type Regedit.exe
* Navigate to the following key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

* Use the File, Export option to backup the key
* Create a new DWORD Value named Administrator
* Double-click Administrator, and set 1 as its data
* Exit the Registry Editor.

For Windows XP Home Edition

While you can configure Windows XP Home Edition to show Administrator account in the Welcome Screen, you cannot login as Administrator in Normal mode. Visit the following link for more information:

Error Message: Unable to Log You on Because of an Account Restriction

10 Tips to Get to the Top of Google



Here are 10 tips that can help get your website to the top of Google Search very quickly (under a week if you try).



Here are the tips:



1. Start out slowly. If possible, begin with a new site that has never been submitted to the search engines or directories. Choose an appropriate domain name, and start out by optimizing just the home page.



1. Learn basic HTML. Many search engine optimization techniques involve editing the behind the scenes HTML code. Your high rankings can depend on knowing which codes are necessary, and which aren’t.

2. Choose keywords wisely. The keywords you think might be perfect for your site may not be what people are actually searching for. To find the optimal keywords for your site, use tools such as WordTracker. Choose two or three highly targeted phrases for each page of your site. Never shoot for general keywords such as “travel” or “vacation.”

3. Write at least 200 - 250 words of visible text copy based on your chosen keywords. This is a crucial component to high rankings and a successful Web site. The search engines need to “read” keyword rich copy on your pages so they can successfully classify your site. Use each keyword phrase numerous times within your copy for best results.

4. Create a killer Title tag. HTML title tags are critical because they’re given a lot of weight with all of the search engines. You must put your keywords into this tag and not waste space with extra words. Do not use the Title tag to display your company name or to say “Home Page.” Think of it more as a “Title Keyword Tag” and create it accordingly. Add your company name to the end of this tag, if you must use it.

5. Create Meaty Meta tags. Meta tags can be valuable, but they are not a magic bullet. Create a Meta Description tag that uses your keywords and also describes your site. The information in this tag often appears under your Title in the search engine results pages. The Meta Keyword tag isn’t quite as important as the Meta Description tag. Contrary to popular belief, what you place in the keyword tag will have very little bearing on what keywords your site is actually found under, and it’s not given any consideration whatsoever by Google. Use this tag, but do not obsess over.

6. Use extra “goodies” to boost rankings. Things like headlines, image alt tags, header tags

, etc.), links from other pages, keywords in file names, and keywords in hyperlinks can cumulatively boost search engine rankings. Use any or all of these where they make sense for your site.

7. Be careful when submitting to directories such as Yahoo and the Open Directory Project (DMOZ). Having directory listings are a key component to getting your site spidered and listed by Google. Making mistakes in the submission process could cost you dearly as directory listings are difficult to change later in the game. Therefore, it’s important to read Yahoo’s How to Suggest Your Site and How to add a site to the Open Directory before submitting.

8. Don’t expect quick results. Getting high rankings takes time; there’s no getting around that fact. Once your site is added to a search engine or directory, its ranking may start out low and then slowly work its way up the ladder. Some search engines measure “click-through popularity,” i.e., the more people that click on a particular site, the higher its ranking will go. Be patient and give your site time to mature.

9. Don’t constantly “tweak” your site for better results. It’s best not to make changes to your optimization for at least three-to-six months after submission. It often takes the engines at least that long to add your optimized pages to their databases. Submit it, and then forget about it for a while!.

10. Don’t constantly “tweak” your site for better results. It’s best not to make changes to your optimization for at least three-to-six months after submission. It often takes the engines at least that long to add your optimized pages to their databases. Submit it, and then forget about it for a while!



Source: Ten Tips to the Top of Google

Trick

Memproteksi folder dengan password (Pengirim : Hatta Setiabudhi)



Anda punya data penting dalam suatu folder dan ingin folder tersebut diproteksi

dengan password ? Ini caranya :



1.Klik-kanan pada tempat kosong disamping folder yang akan diproteksi,

kemudian pilih CUSOMIZE THIS FOLDER ,kemudian pilih CREATE HTML

DOCUMENT FOR THIS FOLDER.

2.Kemudian anda akan masuk ke Notepad, Gulung layar sampai melihat

script

setelah itu tekan [ENTER]

untuk menyisipkan baris setelah string. Sekarang masukkan perintah

ini :

var pass = prompt("Enter the password") [tekan ENTER]

if(pass != "PASSWORDANDA")[ Tekan ENTER]

{window.location="C:"} [Tekan ENTER]



Catatan:Tulis Password Anda



3.Simpan dokumen anda

4.Refresh atau tekan F5 Explorer

5.Selesai dan lihat hasilnya.....:-)



Menembus Proteksi PC Security TM (Pengirim : Webby)



Kalau kamu penggemar software-software proteksi buat windows, kamu pasti kenal dengan software yang satu ini.

PC Security adalah software proteksi untuk file-file, sistem, boot dan lain-lain yang dilengkapi dengan

fiture-fiture proteksi yang menarik. Untuk dapat masuk dan merubah setting proteksinya,

kamu harus ident sebagai administrator PC security dan untuk ini akan dimintai password.

Agar kamu bisa login tanpa melewati password, caranya cari file yang namanya sdeamon.exe

dan winwd.exe yang merupakan file bawaan PC Security TM, file ini dihidden dari windows,

jadi masuk lewat DOS. Biasanya letaknya di direktori c:\windows atau c:\windows\system.

Delete kedua file ini dan kamu akan bisa masuk ke PC Security TM dengan mudah dan

merubah settingnya tanpa dimintai password.

Selamat mencoba ....



Memperkecil ukuran icon desktop (Pengirim : Liza)



Anda mungkin senang meletakkan berbagai icon pada desktop bahkan mungkin hampir semua

aplikasi punya icon pada desktop. Tetapi jumlah icon yang terlalu banyak tentunya akan

membuat desktop kita kurang enak dipandang, apalagi kalau sampai menutupi gambar pd

background. Ada satu solusi untuk mengatasi masalah tersebut, yaitu dengan cara memperkecil

ukuran iconnya. Caranya klik kanan pada desktop, pilih Properties.

Pindah ke tab Appearance. Pindah ke kolom item dan pilih Icon.

Ubah nilainya yang terletak di sebalah kanan yaitu pada bagian size.

Kalau sudah klik OK dan restart Windows kamu.



Protect File & Folder (Pengirim : h4nsen)



Anda menginginkan folder yang benar benar pribadi dan tidak dapat diakses o

leh orang yang tidak berhak? di windows9x anda? masuklah ke lingkungan dos,

masuklah ke direktori tempat folder yang ingin anda "kunci"

misal: folder yang ingin anda kunci bernama "test" (tanpa tanda kutip)

dan diletakkan di direktori C: maka masuklah terlebih dahulu ke direktori C,

pada dos prompt anda, selanjutnya ketikkan perintah: ren test.* test(alt-255).*

keterangan: alt-255 maksudnya, tekan tombol alt,

sambil menekan angka 255 pada angka angka di bagian numlock. ingat,

bukan angka angka di bawah tombol F1 - F12 bawah numlock,

trik ini juga dapat dilakukan terhadap file. dengan trik ini,

folder / file yang telah anda kunci tidak akan dapat dimodifikasi dalam lingkungan windows

(baik dibuka, rename, maupun delete) untuk mengembalikan folder/ file menjadi normal,

ketik: ren test(alt-255).* test.*



Variasi bagi prompt DOS (Pengirim : Felix)



Pengen prompt DOS yang lebih bervariasi ? Caranya mudah saja.

Pertama klik Start - Run. Ketikkan sysedit, enter. Buka file config.sys.

Tambahkan baris Device=c:\windows\command\ansi.sys. Buka file autoexec.bat dan

tambahkan Prompt $e[s $e[1;1h$e[36m$d $e[K$e[7m$e[1;34H Path $p $e[1;67H$e[0m$t$e [u$e[1mPerintahku:$e[0m.

Restart dulu untuk melihat perubahannya.



Koleksi icon pada Windows (Pengirim : Tyo)



Pengen mencari icon-icon baru buat shortcut ?

Coba cari pada file PIGMGR.DLL, SYNCUI.DLL, SYSTRAY.EXE, AWFEX32.EXE, PROGRAM.EXE dan

MORICONS.DLL.

Masing-masing file menyimpan beberapa icon yang mungkin menarik menurut kamu.



Easter egg pada Solitaire dan Minesweeper (Pengirim : Tyo)



Tulisan ini gue dapet entah dari mana, gue lupa.

Yang jelas ini adalah tips buat mendapatkan easter egg pd Solitaire dan Minesweeper,

game bawaan Windows.



MS Solitaire

In turn 3 cards over mode, you can turn over only one card at a time by holding down Ctrl+Alt+Shift



MS Minesweeper

1. Hold down the Shift key and type XYZZY

2. Release Shift and then press it again. Now whenever your cursor is over the top of a mine,

the top left pixel on your screen shows as a black dot.



Mengcopy dari Dos Prompt



Suatu saat kamu mungkin ingin melakukan copy tampilan text yang ada pada Dos Prompt.

Untuk itu ikuti tips berikut :



1. Klik icon Mark yang terletak pada toolbar Dos Prompt.

2. Pilih area yang ingin Anda copy dengan melakukan drag.

3. Tekan icon Copy.

4. Setelah itu Anda dapat melakukan Paste, misalnya pada Notepad, MS Word, dll.



Mengganti icon dari kursor



Ternyata kursor mouse pun bisa kita gunakan sebagai icon sehingga kita mempunyai variasi

icon yang banyak. Caranya, klik kanan pada shortcut yang ingin diganti icon-nya dan pilih

Properties. Pindah ke tab Shortcut dan klik tombol Change Icon. Lalu cari ke directory yang

terdapat kursor Anda. Kalau Anda meng-install MS Plus!, Anda bisa menggunakan kursor yang

terletak di sana.



Pesan di awal start up



Tambahkan tulisan berikut pada file autoexec.bat :



Echo off

Cls

Echo Komputer ini milik Rossi

Echo.

Echo Jadi jangan diobok-obok ya...

Echo.

For %%C in(A B C D E F G H I J K L) do Dir C:\Windows >Null

Echo.

Echo Kalau macem-macem, AWAS..!!!



Maka tiap kali komputer anda di-boot, akan muncul pesan tersebut.

Tulisan yang diawali dengan Echo bisa anda ganti dengan pesan anda sendiri.

So kamu bisa ngusilin teman yang masih awam dalam komputer dengan tulisan-tulisan aneh,

seperti "Komputer ini terserang virus DIE HARD.." Pasti temen anda bingung.



Shortcut dan folder tanpa nama



Anda pengen punya folder atau shortcut pada Windows 95/98/NT/2000/NE,

tapi tidak terlihat namanya ? Caranya klik kanan lalu Rename pada folder atau

shortcut yang ingin Anda ganti namanya. Kemudian ketikkan [Alt] + [0160] (ini adalah

karakter spasi yang tak terlihat). Pada penulisan 0160 tersebut, Anda harus menggunakan

angka-angka yang ada di keypad numerik (bagian kanan keyboard).



Menuliskan nama di Taskbar



Pengen nama Anda tertulis pada Taskbar Windows ? Anda bisa melakukannya !

Pertama, klik menu Start/Settings/Control Panel. Setelah berada pada Control Panel,

klik ganda icon Regional Settings. Pindah ke tab Time. Pada kolom AM symbol dan PM symbol,

ketikkan nama Anda, tapi maksimal 8 karakter termasuk spasi.



Membuat folder yang tersembunyi



Anda bisa membuat sebuah folder yang tersembunyi, baik di dalam DOS prompt maupun

dalam Windows Explorer. Caranya, pindah ke MS-DOS prompt, lalu ketikkan mkdir yang diikuti

dengan spasi. Tekan dan tahan tombol [Alt], ketikkan 0255, lalu lepaskan [Alt]. Pengetikan

0255 dilakukan dengan menggunakan keypad numerik.

ngehapus folder nya : pake deltree c:\deltree (nama forder)



Membuat icon dari .bmp



Kalau Anda sudah bosan dengan icon-icon yang Anda miliki Anda bisa mencoba icon yang

lain yaitu dari file .bmp. Caranya, gantilah file .bmp tersebut menjadi .ico

(misalnya gambar.bmp menjadi gambar.ico. Cara yang lain : misalnya Anda ingin mengganti

icon dari suatu shortcut. Pertama klik kanan pada shortcut dan pilih Properties. Pindah

pada tab Shortcut dan pilih Change Icon. Setelah itu browse ke folder yang menyimpan file

.bmp Anda.



Menghapus isi disket dengan cepat



Untuk menghapus semua file yang ada pada disket dengan cepat gunakan cara berikut :



- Klik kanan pada desktop, pilih New Shortcut

- Ketikkan deltree /y a: pada Command Line, klik next, beri nama (misalnya)

Hapus A:. Jangan lupa pilih iconnya. Terakhir klik Finish.

- Klik kanan shortcut tersebut, pilih Properties. Pindah ke tab Programs dan

tandai Close on exit.



Untuk menghapus file pada drive A cukup klik pada icon.



Cara cepat menghapus recent document



Untuk menghindari orang lain mengetahui file-file apa saja yang barus saja kita buka,

salah satu caranya adalah dengan menghapus recent document. Caranya sebagai berikut :

1. Buka Notepad.

2. Ketikkan : echo y| del C:\windows\recent\*.*

3. Simpan file pada sembarang folder, beri nama (misalnya) hapus.bat. Ingat,

ekstensi harus bat.

4. Bikin shortcut file tersebut pada dekstop.

5. Klik kanan shortcut tersebut, pilih Properties.

6. Pindah ke tab Program.

7. Pada bagian Run, pilih Minimized.

8. Beri tanda check pada Close on Exit.

9. Klik OK.



Nah sekarang Anda bisa menghapus recent document dengan cepat, yaitu dengan

mengklik shortcut yang telah Anda buat pada desktop.



Melewatkan serial number pada MS Office 2000



Setiap kali Anda menginstall MS Office 2000 maka Anda harus selalu mengisikan

serial numbernya yang terdiri dari belasan karakter. Nah, daripada repot-repot

mengapa tidak dibikin otomatis saja?



Caranya buka file setup.ini dengan Notepad, cari pada bagian [Options] dan hilangkan

tanda # pada USERNAME.



[Options]

; If a value is present, the [Options] section gives the values of properties

To apply to

; this installation. Specify them in the format:

; PropName=PropValue

; Remember to uncomment both the section name and the value names.

;

USERNAME=Nama_Anda

PIDKEY=ABCDEFGHIJKLMNOPQRSTUVWXY



Tulis nama Anda pada bagian USERNAME dan tulis serial number pada bagian PIDKEY.



Simpan file tersebut. Mulai sekarang Anda tidak perlu mengisikan serial number

lagi saat Anda menginstall MS Office 2000



bagi yang punya trik2 lain share ya ......


Find what you looking for

1. Mencari di situs bebas.
- masukkan query berikut di kolom search google
?intitle:index.of? mp3 [artist] [title]
- contoh:
?intitle:index.of? mp3 tukul
?intitle:index.of? mp3 “tukul arwana”
?intitle:index.of? mp3 “tukul arwana” untitled
?intitle:index.of? mp3 “wong ndeso”

2. Mencari di multiply.
- masukkan query berikut di kolom search google
?inurl:multiply.com/music? [artist] [title]
- contoh:
?inurl:multiply.com/music? tukul
?inurl:multiply.com/music? tukul wong deso
?inurl:multiply.com/music? “tukul arwana” “wong ndeso”

Iwan Fals mp3 OR wma OR ogg OR anonymous "parent directory=" -module -modules

Short cut On Command form

Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
timedate.cpl - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control color
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Folders Properties - control folders
Fonts - control fonts
Fonts - Folder fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc
Hearts Card Game - mshearts
Iexpress Wizard - iexpress
Indexing Service - ciadv.msc
Internet Properties - inetcpl.cpl
IP Configuration (Display Connection Configuration) - ipconfig /all
IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns
IP Configuration (Release All Connections) - ipconfig /release
IP Configuration (Renew All Connections) - ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS) - ipconfig /registerdns
IP Configuration (Display DHCP Class ID) - ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID) - ipconfig /setclassid
Java Control Panel (If Installed) - jpicpl32.cpl
Java Control Panel (If Installed) - javaws
Keyboard Properties - control keyboard
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff
Microsoft Chat - winchat
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed) - nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator - odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Performance Monitor - perfmon
Phone and Modem Options - telephon.cpl
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed) - QuickTime.cpl
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game spider
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately) - sfc /scannow
System File Checker Utility (Scan Once At Next Boot) - sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
System File Checker Utility (Return to Default Setting) - sfc /revert
System File Checker Utility (Purge File Cache) - sfc /purgecache
System File Checker Utility (Set Cache Size to size x) - sfc /cachesize=x
System Properties - sysdm.cpl
Task Manager - taskmgr
Telnet Client - telnet
User Account Management - nusrmgr.cpl
Utility Manager - utilman
Windows Firewall - firewall.cpl
Windows Magnifier - magnify
Windows Management Infrastructure - wmimgmt.msc
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows XP Tour Wizard - tourstart
Wordpad - write

 
Copyright © 2011 Blogger with Love | Themes by Edit-me.