Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:
Windows key + R = Run menu
This is usually followed by:
cmd = Command Prompt
iexplore + "web address" = Internet Explorer
compmgmt.msc = Computer Management
dhcpmgmt.msc = DHCP Management
dnsmgmt.msc = DNS Management
services.msc = Services
eventvwr = Event Viewer
dsa.msc = Active Directory Users and Computers
dssite.msc = Active Directory Sites and Services
Windows key + E = Explorer
ALT + Tab = Switch between windows
ALT, Space, X = Maximize window
CTRL + Shift + Esc = Task Manager
Windows key + Break = System properties
Windows key + F = Search
Windows key + D = Hide/Display all windows
CTRL + C = copy
CTRL + X = cut
CTRL + V = paste
Also don't forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you've opened up any program.
19 May 2009
15 May 2009
Windows Run Commands
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed) - acrodist
Adobe Distiller (if installed) - acrodist
Adobe ImageReady (if installed) - imageready
Adobe Photoshop (if installed) - photoshop
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
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - 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
Accessibility Wizard - accwiz
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed) - acrodist
Adobe Distiller (if installed) - acrodist
Adobe ImageReady (if installed) - imageready
Adobe Photoshop (if installed) - photoshop
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
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - 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
17 April 2009
Best Rapidshare Download Manager for Free Users
14 April 2009
7 Places to Find the Code You Need
A recent thread on SitePoint’s forums discussed how best to learn from other people’s code. For many people learning by example is the optimal way to pick up a new programming language, idea, or technique. But finding that ideal piece of code to look at and learn from isn’t always easy. That’s where code search engines and snippet libraries come into play.
The seven listed below are the top places we could find that will help you locate the piece of code you’ve been looking for. But as always, if we’re missed any, please let us know in the comments below.

Popular open source code repository and version control web service GitHub launched a new Code Search feature today. Even though it’s the new kid on the block, GitHub has become super popular in a very short space of time and hosts a ton of public repositories. In a blog post, GitHub’s Scott Chacon classifies the amount of code searched as “a lot.”
The seven listed below are the top places we could find that will help you locate the piece of code you’ve been looking for. But as always, if we’re missed any, please let us know in the comments below.

Popular open source code repository and version control web service GitHub launched a new Code Search feature today. Even though it’s the new kid on the block, GitHub has become super popular in a very short space of time and hosts a ton of public repositories. In a blog post, GitHub’s Scott Chacon classifies the amount of code searched as “a lot.”
12 April 2009
22 Most Useful Free Applications for your PC
Use your Computer, Not your Wallet
The recession is hitting everyone hard and money is tight. That doesn’t mean that can’t get the most out of your computer. There are so many great free applications that can help you do just about anything. I’m going to take a look at 22 applications that I use all the time with wonderful results.I’m going to identify the free applications that I use in the following categories:
- Communication
- Internet
- Productivity
- Multimedia
- System Utilities
11 April 2009
10 April 2009
138 Commond Prompt ( DOS ) Commands
DOS Commands
1 ANSI.SYS -- Defines functions that change display raphics, control cursor movement, and reassign keys.2 APPEND -- Causes MS-DOS to look in other directories when editing a file or running a command.
3 ARP -- Displays, adds, and removes arp information from network devices
4 ASSIGN -- Assign a drive letter to an alternate letter
5 ASSOC -- View the file associations
6 AT -- Schedule a time to execute commands or programs.
7 ATMADM -- Lists connections and addresses seen by Windows ATM call manager.
8 ATTRIB -- Display and change file attributes.
9 BATCH -- NRecovery console command that executes a series of commands in a file.
10 BOOTCFG -- Recovery console command that allows a user to view, modify, and rebuild the boot.ini
11 BREAK -- Enable / disable CTRL + C feature.
12 CACLS -- View and modify file ACL's.
13 CALL -- Calls a batch file from another batch file.
14 CD -- Changes directories.
15 CHCP -- Supplement the International keyboard and character set information.
16 CHDIR -- Changes directories.
17 CHKDSK -- Check the hard disk drive running FAT for errors.
18 CHKNTFS -- Check the hard disk drive running NTFS for errors.
19 CHOICE -- Specify a listing of multiple options within a batch file.
20 CLS -- Clears the screen.
21 CMD -- Opens the command interpreter.
22 COLOR -- Easily change the foreground and background color of the MS-DOS window.
23 COMP -- Compares files.
24 COMPACT -- Compresses and uncompress files.
25 CONTROL -- Open control panel icons from the MS-DOS prompt.
26 CONVERT Convert FAT to NTFS.
27 COPY -- Copy one or more files to an alternate location.
28 CTTY -- Change the computers input/output devices.
29 DATE -- View or change the systems date.
30 DEBUG -- Debug utility to create assembly programs to modify hardware settings.
AUTO DELETE TEMPORARY FOLDER.!!
AUTO DELETE TEMPORARY FOLDER.
What i prefer is "%temp% " without quotes.. at Start -> Run..this opens your "temp" folder and then you cal erase it neatly...
// still try dis one too..
First go into gpedit.msc
Next select -> Computer Configuration/AdministrativeTemplates/WindowsComponents/TerminalServices/TemporaryFolder
Then right click "Do Not Delete Temp Folder Upon Exit"
Go to properties and hit disable. Now next time Windows puts a temp file in that folder it will automatically delete it when its done!
Note: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro
Unlocker
Unlocker is the solution to the following types of Windows error messages
* Cannot delete folder: It is being used by another person or program* Cannot delete file: Access is denied
* There has been a sharing violation.
* The source or destination file may be in use.
* The file is in use by another program or user.
* Make sure the disk is not full or write-protected and that the file is not currently in use.
1. Simply right click the folder or file and select Unlocker
2. If the folder or file is locked, a window listing of lockers will appear
3. Simply click Unlock All and you are done!
Download
Disk Heal
A useful tool that fixes disk problems, recovers hidden files and performs various other tweaks
Disk Heal is a small, simple but useful tool that restores the condition of your storage device after being infected by a virus.Do you get error messages saying that a program cannot be found? OR an openwith dialog to open the drive? Disk Heal may be able to restore the condition of your storage device.
Disk Heal is a useful tool that performs many useful functions including tweaks, fixes disk problems and more!
Here are some key features of "Disk Heal":
· Fixes Disk Problems - can't open your drive? disk heal fixes this
· Performs many useful tweaks
· Fixes Folder options inaccessibility
· Fixes Registry Editor inaccessibility
· Fixes Task manager inaccessibility
· Recovers Hidden Files and Folders
· Changes the default icon of any drive
Download
Subscribe to:
Posts (Atom)