Saturday, July 14, 2007
NOKIA CODES
,u r expecting animportant call and u don't have a charger.
Nokia instrument comes with a reserve battery.
Toactivate,key is "*3370#"
Ur cell will restart with this reserve and ur instrumentwill show a 50% incerase in battery.This reserve will get charged when u charge ur cellnexttime.*3370# Activate Enhanced Full Rate Codec (EFR)-Your phoneuses the best sound quality but talk time is reduced by approx.5%#3370# Deactivate Enhanced Full Rate Codec( EFR)*#4720# Activate Half Rate Codec - Your phone uses alowerquality soundbut you should gain approx 30% more Talk Time*#4720# Deactivate Half Rate Codec
******************************************************************
2 *#0000# Displays your phones software version,1st Line : Software Version,2nd Line : Software Release Date,3rd Line : Compression Type
*******************************************************************
3 *#9999# Phones software v ersion if *#0000# does not work
*******************************************************************
4*#06# For checking the International Mobile EquipmentIdentity(IMEI Number)
*******************************************************************
5#pw+1234567890+1# Provider Lock Status. (use the "*"buttonto obtain the "p,w" and "+" symbols)
*********************************************************************
6#pw+1234567890+2# Network Lock Status. (use the "*" buttontoobtain the "p,w" and "+" symbols)
**********************************************************************
7#pw+1234567890+3# Country Lock Status.(use the "*" buttontoobtain the "p,w" and "+" symbols)
***********************************************************************
Thursday, July 12, 2007
Create nameless files and folders in windows
Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.
Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.
4.Press Enter and the nameless file or folder will be created.
Reason: The file or folder that seems nameless is actually named with a single space.
But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces. Just follow these steps below:
1.Select file, press F2.
2.Hold alt key and type 0160 from the numpad.
3.Release the alt key. Now without doing anything else, again hold alt key and press 0160.
4.Press enter and you will have second nameless file in the same directory.
5.Repeat step 3 to create as many nameless files or folders in the same directory.
Make Undeletable Or Unreadable Folders
If you hold down alt, then press 1, then let go, you got the ascii character 1. You try some randomn numbers. This goes all the way up to 255.
Open a dos prompt, and type md (alt+1+9+4)someword.
md is the dos command to make a directoy,
now try and open the directory in Windows, you can't.
To open it, type ren (alt+1+9+4)someword someword (ren is the dos command to rename).
Rename Multiple Files at Once
When you download photos from your digital camera, they often have unrecognizable names. You can rename several similar files at once with the following procedure. This also works for renaming other types of files.
1.Open the My Pictures folder. (Click Start, and then click My Pictures.) Or open another folder containing files that you want to rename.
2.Select the files you want to rename. If the files you want are not adjacent in the file list, press and hold CTRL, and then click each item to select it.
3.On the File menu, click Rename.
4.Type the new name, and then press ENTER.
All of the files in the series will be named in sequence using the new name you type. For example,
if you type Birthday, the first will be named Birthday and subsequent files in the series will be named Birthday (1), Birthday (2), and so on. To specify the starting number for the series, type the starting number in parentheses after the new file name. The files in the series will be numbered in sequence starting with the number you type. For example, if you type Birthday (10), the other files will be named Birthday (11), Birthday (12), and so on.
DOS Command Index................Information about all current DOS commands
APPEND
(External)
APPEND ;
APPEND [d:]path[;][d:]path[...]
APPEND [/X:on|off][/path:on|off] [/E]
Displays or sets the search path for data files. DOS will search the specified path(s) if the file is not found in the current path.
ASSIGN
(External)
ASSIGN x=y [...] /sta
Redirects disk drive requests to a different drive.
ATTRIB
(External)
ATTRIB [d:][path]filename [/S]
ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]
Sets or displays the read-only, archive, system, and hidden attributes of a file or directory.
BACKUP
(External)
BACKUP d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] [/L:[path]filename]
Makes a backup copy of one or more files. (In DOS Version 6, this program is stored on the DOS supplemental disk.)
BREAK
(Internal)
BREAK =on|off
Used from the DOS prompt or in a batch file or in the CONFIG.SYS file to set (or display) whether or not DOS should check for a Ctrl + Break key combination.
BUFFERS
(Internal)
BUFFERS=(number),(read-ahead number)
Used in the CONFIG.SYS file to set the number of disk buffers (number) that will be available for use during data input. Also used to set a value for the number of sectors to be read in advance (read-ahead) during data input operations.
CALL
(Internal)
CALL [d:][path]batchfilename [options]
Calls another batch file and then returns to current batch file to continue.
CHCP
(Internal)
CHCP (codepage)
Displays the current code page or changes the code page that DOS will use.
CHDIR
(Internal)
CHDIR (CD) [d:]path
CHDIR (CD)[..]
Displays working (current) directory and/or changes to a different directory.
CHKDSK
(External)
CHKDSK [d:][path][filename] [/F][/V]
Checks a disk and provides a file and memory status report.
CHOICE
(Internal)
CHOICE [/C[:]keys] [/N][/S][/T[:]c,nn] [text]
Used to provide a prompt so that a user can make a choice while a batch program is running.
CLS (Clear Screen)
(Internal)
CLS
Clears (erases) the screen.
COMMAND
(External)
COMMAND [d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]
Starts a new version of the DOS command processor (the program that loads the DOS Internal programs).
COMP
(External)
COMP [d:][path][filename] [d:][path][filename] [/A][/C][/D][/L][/N:(number)]
Compares two groups of files to find information that does not match. (See FC command).
COPY
(Internal)
COPY [/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
or
COPY [/Y|-Y][/A][/B] [d:][path]filename+[d:][path]filename[...][d:][path][filename] [/V]
Copies and appends files.
COUNTRY
(Internal)
COUNTRY=country code,[code page][,][d:][filename]
Used in the CONFIG.SYS file to tell DOS to use country-specific text conventions during processing.
CTTY
(Internal)
CTTY (device)
Changes the standard I/O (Input/Output) device to an auxiliary device.
DATE
(Internal)
DATE mm-dd-yy
Displays and/or sets the system date.
DBLSPACE
(External)
DBLSPACE / automount=drives
DBLSPACE /chkdsk [/F] [d:]
DBLSPACE /compress d: [/newdrive=host:] [/reserve=size] [/F]
DBLSPACE /create d: [/newdrive=host:] [/reserve=size] [/size=size]
DBLSPACE /defragment [d:] ]/F]
DBLSPACE /delete d:
DBLSPACE /doubleguard=0|1
DBLSPACE /format d:
DBLSPACE [/info] [d:]
DBLSPACE /list
DBLSPACE /mount[=nnn] host: [/newdrive=d:]
DBLSPACE /ratio[=ratio] [d:] [/all]
DBLSPACE /size[=size] [/reserve=size] d:
DBLSPACE /uncompress d:
DBLSPACE /unmount [d:]
A program available with DOS 6.0 that allows you to compress information on a disk.
DEBUG
(External)
DEBUG [pathname] [parameters]
An MS-DOS utility used to test and edit programs.
DEFRAG
(External)
DEFRAG [d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
DEFRAG [d:] [/V][/B][/skiphigh] [/LCD]|/BW|/GO] [/H]
Optimizes disk performance by reorganizing the files on the disk.
DEL (ERASE)
(Internal)
DEL (ERASE) [d:][path]filename [/P]
Deletes (erases) files from disk.
DELOLDOS
(External)
DELOLDOS [/B]
Deletes all files from previous versions of DOS after a 5.0 or 6.0 installation.
DELTREE
(External)
DELTREE [/Y] [d:]path [d:]path[...]
Deletes (erases) a directory including all files and subdirectories that are in it.
DEVICE
(Internal)
DEVICE=(driver name)
Used in the CONFIG.SYS file to tell DOS which device driver to load.
DEVICEHIGH
(Internal)
DEVICEHIGH=(driver name)
Like DEVICE, DEVICEHIGH is used in the CONFIG.SYS file to tell DOS which device driver software to use for devices; however, this option is used to install the device driver into the upper memory area.
DIR
(Internal)
DIR [d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]
Displays directory of files and directories stored on disk.
DISKCOMP
(External)
DISKCOMP [d:] [d:][/1][/8]
Compares the contents of two diskettes.
DISKCOPY
(External)
DISKCOPY [d:] [d:][/1][/V][/M]
Makes an exact copy of a diskette.
DOS
(Internal)
DOS=[high|low],[umb|noumb]
Used in the CONFIG.SYS file to specify the memory location for DOS. It is used to load DOS into the upper memory area and to specify whether or not the upper memory blocks will be used.
DOSKEY
(External)
DOSKEY [reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]
Loads the Doskey program into memory which can be used to recall DOS commands so that you can edit them.
DOSSHELL
(External)
DOSSHELL [/B] [/G:[resolution][n]]|[/T:[resolution][n]]
Initiates the graphic shell program using the specified screen resolution.
DRIVPARM
(Internal)
DRIVPARM= /D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][ /N][/S:(number)] [/T:(tracks)]
Used in the CONFIG.SYS file to set parameters for a disk drive.
ECHO
(Internal)
ECHO on|off
ECHO (message)
Displays messages or turns on or off the display of commands in a batch file.
EDIT
(External)
EDIT [d:][path]filename [/B][/G][/H][/NOHI]
Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
EMM386
(External)
EMM386 [on|off|auto] [w=on|off]
Enables or disables EMM386 expanded-memory support on a computer with an 80386 or higher processor.
EXE2BIN
(External)
EXE2BIN [d:][path]filename [d:][path]filename
Converts .EXE (executable) files to binary format.
EXIT
(Internal)
EXIT
Exits a secondary command processor.
EXPAND
(External)
EXPAND [d:][path]filename [[d:][path]filename[ . . .]]
Expands a compressed file.
FASTHELP
(External)
FASTHELP [command][command] /?
Displays a list of DOS commands with a brief explanation of each.
FASTOPEN
(External)
FASTOPEN d:[=n][/X]
Keeps track of the locations of files for fast access.
FC
(External)
FC [/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename
or (for binary comparisons)
FC [/B][/number] [d:][path]filename [d:][path]filename
Displays the differences between two files or sets of files.
FCBS
(Internal)
FCBS=(number)
Used in the CONFIG.SYS file to specify the number of file-control blocks for file sharing.
FDISK
(External)
FDISK [/status]
Prepares a fixed disk to accept DOS files for storage.
FILES
(Internal)
FILES=(number)
Used in the CONFIG.Sys file to specify the maximum number of files that can be open at the same time.
FIND
(External)
FIND [/V][/C][/I][/N] ÒstringÓ [d:][path]filename[...]
Finds and reports the location of a specific string of text characters in one or more files.
FOR
(Internal)
FOR %%(variable) IN (set) DO (command)
or (for interactive processing)
FOR %(variable) IN (set) DO (command)
Performs repeated execution of commands (for both batch processing and interactive processing).
FORMAT
(External)
FORMAT d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]
Formats a disk to accept DOS files.
GOTO
(Internal)
GOTO (label)
Causes unconditional branch to the specified label.
GRAFTABL
(External)
GRAFTABL [(code page)]
GRAFTABL [status]
Loads a table of character data into memory (for use with a color/graphics adapter).
GRAPHICS
(External)
GRAPHICS [printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]
Provides a way to print contents of a graphics screen display.
HELP
(External)
HELP [command] [/B][/G][/H][/NOHI]
Displays information about a DOS command.
IF
(Internal)
IF [NOT] EXIST filename (command) [parameters]
IF [NOT] (string1)==(string2) (command) [parameters]
IF [NOT] ERRORLEVEL (number) (command) [parameters]
Allows for conditional operations in batch processing.
INCLUDE
(Internal)
INCLUDE= blockname
Used in the CONFIG.SYS file to allow you to use the commands from one CONFIG.SYS block within another.
INSTALL
(Internal)
INSTALL=[d: ][\path]filename [parameters]
Used in the CONFIG.SYS file to load memory-resident programs into conventional memory.
INTERLINK
(External)
INTERLINK [client[:]=[server][:]]
Connects two computers via parallel or serial ports so that the computers can share disks and printer ports.
INTERSVR
(External)
INTERSVR [d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
INTERSVR /RCOPY
Starts the Interlink server.
JOIN
(External)
JOIN d: [d:path]
JOIN d: [/D]
Allows access to the directory structure and files of a drive through a directory on a different drive.
KEYB
(External)
KEYB [xx][,][yyy][,][d:][path]filename [/E][/ID:(number)]
Loads a program that replaces the support program for U. S. keyboards.
LABEL
(External)
LABEL [d:][volume label]
Creates or changes or deletes a volume label for a disk.
LASTDRIVE
(Internal)
LASTDRIVE=(drive letter)
Used in the CONFIG.SYS file to set the maximum number of drives that can be accessed.
LOADFIX
(Internal)
LOADFIX [d:][path]filename [parameters]
Ensures that a program is loaded above the first 64K of conventional memory, and runs the program.
LOADHIGH
(Internal)
LOADHIGH (LH) [d:][path]filename [parameters]
Loads memory resident application into reserved area of memory (between 640K-1M).
MEM
(External)
MEM [/program|/debug|/classify|/free|/module(name)] [/page]
Displays amount of installed and available memory, including extended, expanded, and upper memory.
MEMMAKER
(External)
MEMMAKER [/B][/batch][/session][/swap:d] [/T][/undo][/W:size1,size2]
Starts the MemMaker program, a program that lets you optimize your computer's memory.
MENUCOLOR
(Internal)
MENUCOLOR=textcolor,[background]
Used in the CONFIG.SYS file to set the colors that will be used by DOS to display text on the screen.
MENUDEFAULT
(Internal)
MENUDEFAULT=blockname, [timeout]
Used in the CONFIG.SYS file to set the startup configuration that will be used by DOS if no key is pressed within the specified timeout period.
MENUITEM
(Internal)
MENUITEM=blockname, [menutext]
Used in the CONFIG.SYS file to create a start-up menu from which you can select a group of CONFIG.SYS commands to be processed upon reboot.
MIRROR
(External)
MIRROR [d:]path [d:] path [...]
MIRROR [d1:][d2:][...] [/T(drive)(files)] [/partn][/U][/1]
Saves disk storage information that can be used to recover accidentally erased files.
MKDIR
(MD) (Internal)
MKDIR (MD) [d:]path
Creates a new subdirectory.
MODE
(External)
MODE n
MODE LPT#[:][n][,][m][,][P][retry]
MODE [n],m[,T]
MODE (displaytype,linetotal)
MODE COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]
MODE LPT#[:]=COMn [retry]
MODE CON[RATE=(number)][DELAY=(number)]
MODE (device) CODEPAGE PREPARE=(codepage) [d:][path]filename
MODE (device) CODEPAGE PREPARE=(codepage list) [d:][path]filename
MODE (device) CODEPAGE SELECT=(codepage)
MODE (device) CODEPAGE [/STATUS]
MODE (device) CODEPAGE REFRESH
Sets mode of operation for devices or communications.
MORE
(External)
MORE < (filename or command)
(name)|MORE
Sends output to console, one screen at a time.
MOVE
(Internal)
MOVE [/Y|/-Y] [d:][path]filename[,[d:][path]filename[...]] destination
Moves one or more files to the location you specify. Can also be used to rename directories.
MSAV
(External)
MSAV [d:] [/S|/C][/R][/A][/L][/N][/P][/F][/video][/mouse]
MSAV /video
Scans your computer for known viruses.
MSBACKUP
(External)
MSBACKUP [setupfile] [/BW|/LCD|/MDA]
Used to backup or restore one or more files from one disk to another.
MSCDEX
(External)
MSCDEX /D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]
Used to gain access to CD-ROM drives (new with DOS Version 6).
MSD
(External)
MSD [/B][/I]
MSD [/I] [/F[d:][path]filename [/P[d:][path]filename [/S[d:][path]filename
Provides detailed technical information about your computer.
NLSFUNC
(External)
NLSFUNC [d:][path]filename
Used to load a file with country-specific information.
NUMLOCK
(Internal)
NUMLOCK=on|off
Used in the CONFIG.SYS file to specify the state of the NumLock key.
PATH
(Internal)
PATH;
PATH [d:]path[;][d:]path[...]
Sets or displays directories that will be searched for programs not in the current directory.
PAUSE
(Internal)
PAUSE [comment]
Suspends execution of a batch file until a key is pressed.
POWER
(External)
POWER [adv:max|reg|min]|std|off]
Used to turn power management on and off, report the status of power management, and set levels of power conservation.
(External)
PRINT [/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename] [...]
Queues and prints data files.
PROMPT
(Internal)
PROMPT [prompt text] [options]
Changes the DOS command prompt.
RECOVER
(External)
RECOVER [d:][path]filename
RECOVER d:
Resolves sector problems on a file or a disk. (Beginning with DOS Version 6, RECOVER is no longer available ).
REM
(Internal)
REM [comment]
Used in batch files and in the CONFIG.SYS file to insert remarks (that will not be acted on).
RENAME (REN)
(Internal)
RENAME (REN) [d:][path]filename [d:][path]filename
Changes the filename under which a file is stored.
REPLACE
(External)
REPLACE [d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]
Replaces stored files with files of the same name from a different storage location.
RESTORE
(External)
RESTORE d: [d:][path]filename [/P][/S][/B:mm-dd-yy] [/A:mm-dd-yy][/E:hh:mm:ss] [/L:hh:mm:ss] [/M][/N][/D]
Restores to standard disk storage format files previously stored using the BACKUP command.
RMDIR (RD)
(Internal)
RMDIR (RD) [d:]path
Removes a subdirectory.
SCANDISK
(External)
SCANDISK [d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
SCANDISK volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]
SCANDISK /fragment [d:][path]filename
SCANDISK /undo [undo-d:][/mono]
Starts the Microsoft ScanDisk program which is a disk analysis and repair tool used to check a drive for errors and correct any problems that it finds.
SELECT
(External)
SELECT [d:] [d:][path] [country code][keyboard code]
Formats a disk and installs country-specific information and keyboard codes (starting with DOS Version 6, this command is no longer available).
SET
(Internal)
SET (string1)=(string2)
Inserts strings into the command environment. The set values can be used later by programs.
SETVER
(External)
SETVER [d:]:path][filename (number)][/delete][/quiet]
Displays the version table and sets the version of DOS that is reported to programs.
SHARE
(External)
SHARE [/F:space] [/L:locks]
Installs support for file sharing and file locking.
SHELL
(Internal)
SHELL=[d:][path]filename [parameters]
Used in the CONFIG.SYS file to specify the command interpreter that DOS should use.
SHIFT
(Internal)
SHIFT
Increases number of replaceable parameters to more than the standard ten for use in batch files.
SORT
(External)
SORT [/R][/+n] < (filename)
SORT [/R][/+n] > (filename2)
Sorts input and sends it to the screen or to a file.
STACKS
(Internal)
STACKS=(number),(size)
Used in the CONFIG.SYS file to set the number of stack frames and the size of each stack frame.
SUBMENU
(Internal)
SUBMENU=blockname, [menutext]
Used in the CONFIG.SYS file to create a multilevel menu from which you can select start-up options.
SUBST
(External)
SUBST d: d:path
SUBST d: /D
Substitutes a virtual drive letter for a path designation.
SWITCHES
(Internal)
SWITCHES= [/K][/F][/N][/W]
Used in the CONFIG.SYS file to configure DOS in a special way; for example, to tell DOS to emulate different hardware configurations.
SYS
(External)
SYS [source] d:
Transfers the operating system files to another disk.
TIME
(Internal)
TIME hh:mm[:ss][.cc][A|P]
Displays current time setting of system clock and provides a way for you to reset the time.
TREE
(External)
TREE [d:][path] [/A][/F]
Displays directory paths and (optionally) files in each subdirectory.
TYPE
(Internal)
TYPE [d:][path]filename
Displays the contents of a file.
UNDELETE
(External)
UNDELETE [d:][path][filename] [/DT|/DS|/DOS]
UNDELETE [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]]
Restores files deleted with the DELETE command.
UNFORMAT
(External)
UNFORMAT d: [/J][/L][/test][/partn][/P][/U]
Used to undo the effects of formatting a disk.
VER
(Internal)
VER
Displays the DOS version number.
VERIFY
(Internal)
VERIFY on|off
Turns on the verify mode; the program checks all copying operations to assure that files are copied correctly.
VOL
(Internal)
VOL [d:]
Displays a disk's volume label.
VSAFE
(External)
VSAFE [/option[+|-]...] [/NE][/NX][Ax|/Cx] [/N][/D][/U]
VSAFE is a memory-resident program that continuously monitors your computer for viruses and displays a warning when it finds one.
XCOPY
(External)XCOPY [d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
Copies directories, subdirectories, and files.
Syntax Notes
To be functional, each DOS command must be entered in a particular way: this command entry structure is known as the command's "syntax." The syntax "notation" is a way to reproduce the command syntax in print.
For example, you can determine the items that are optional, by looking for information that is printed inside square brackets. The notation [d:], for example, indicates an optional drive designation. The command syntax, on the other hand, is how YOU enter the command to make it work.
Command Syntax Elements
1. Command Name
The DOS command name is the name you enter to start the DOS program (a few of the DOS commands can be entered using shortcut names). The DOS command name is always entered first. In this book, the command is usually printed in uppercase letters, but you can enter command names as either lowercase or uppercase or a mix of both.
2. Space
Always leave a space after the command name.
3. Drive Designation
The drive designation (abbreviated in this book as "d:") is an option for many DOS commands. However, some commands are not related to disk drives and therefore do not require a drive designation. Whenever you enter a DOS command that deals with disk drives and you are already working in the drive in question, you do not have to enter the drive designator. For example, if you are working in drive A (when the DOS prompt A> is showing at the left side of the screen) and you want to use the DIR command to display a directory listing of that same drive, you do not have to enter the drive designation. If you do not enter a drive designation, DOS always assumes you are referring to the drive you are currently working in (sometimes called the "default" drive).
4. A Colon
When referring to a drive in a DOS command, you must always follow the drive designator with a colon (:) (this is how DOS recognizes it as a drive designation).
5. Pathname
A pathname (path) refers to the path you want DOS to follow in order to act on the DOS command. As described in Chapter 3, it indicates the path from the current directory or subdirectory to the files that are to be acted upon.
6. Filename
A filename is the name of a file stored on disk. As described in Chapter 1, a filename can be of eight or fewer letters or other legal characters.
7. Filename Extension
A filename extension can follow the filename to further identify it. The extension follows a period and can be of three or fewer characters. A filename extension is not required.
8. Switches
Characters shown in a command syntax that are represented by a letter or number and preceded by a forward slash (for example, "/P") are command options (sometimes known as "switches"). Use of these options activate special operations as part of a DOS command's functions.
9. Brackets
Items enclosed in square brackets are optional; in other words, the command will work in its basic form without entering the information contained inside the brackets.
10. Ellipses
Ellipses (...) indicate that an item in a command syntax can be repeated as many times as needed.
11. Vertical Bar
When items are separated by a vertical bar (|), it means that you enter one of the separated items. For example: ON | OFF means that you can enter either ON or OFF, but not both
Run Commands In Windows XP
-
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 Information - msinfo32.
-
Task Manager – taskmgr
-
System Properties - sysdm.cpl
-
Task Manager – taskmgr
-
TCP Tester - tcptest
-
Telnet Client - telnet
-
Tweak UI (if installed) - tweakui
-
User Account Management- nusrmgr.cpl
-
Utility Manager - utilman
-
Windows Address Book - wab
-
Windows Address Book Import Utility - wabmig
-
Windows Backup Utility (if installed)- ntbackup
-
Windows Explorer - explorer
-
Windows Firewall- firewall.cpl
-
Windows Magnifier- magnify
-
Windows Management Infrastructure - wmimgmt.msc
-
Windows Media Player - wmplayer
-
Windows Messenger - msmsgs
-
Windows Picture Import Wizard (need camera connected)- wiaacmgr
-
Windows System Security Tool – syskey
-
Windows Update Launches - wupdmgr
-
Windows Version (to show which version of windows)- winver
-
Windows XP Tour Wizard - tourstart
-
Wordpad - write
-
Password Properties - password.cpl
-
Performance Monitor - perfmon.msc
-
Phone and Modem Options - telephon.cpl
-
Phone Dialer - dialer
-
Pinball Game - pinball
-
Power Configuration - powercfg.cpl
-
Printers and Faxes - control printers
-
Printers Folder – printers
-
Private Character Editor - eudcedit
-
Quicktime (If Installed)- QuickTime.cpl
-
Real Player (if installed)- realplay
-
Regional Settings - intl.cpl
-
Registry Editor - regedit
-
Registry Editor - regedit32
-
Remote Access Phonebook - rasphone
-
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
-
Malicious Software Removal Tool - mrt
-
Microsoft Access (if installed) - access.cpl
-
Microsoft Chat - winchat
-
Microsoft Excel (if installed) - excel
-
Microsoft Frontpage (if installed)- frontpg
-
Microsoft Movie Maker - moviemk
-
Microsoft Paint - mspaint
-
Microsoft Powerpoint (if installed)- powerpnt
-
Microsoft Word (if installed)- winword
-
Microsoft Syncronization Tool - mobsync
-
Minesweeper Game - winmine
-
Mouse Properties - control mouse
-
Mouse Properties - main.cpl
-
Nero (if installed)- nero
-
Netmeeting - conf
-
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
-
Outlook Express - msimn
-
Paint – pbrush
-
Keyboard Properties - control keyboard
-
IP Configuration (Display Connection Configuration) - ipconfi/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(RefreshesDHCP&Re-RegistersDNS)-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
-
Local Security Settings - secpol.msc
-
Local Users and Groups - lusrmgr.msc
-
Logs You Out Of Windows - logoff.....
-
Accessibility Controls - access.cpl
-
Accessibility Wizard - accwiz
-
Add Hardware - Wizardhdwwiz.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
-
Event Viewer- eventvwr.msc
-
Files and Settings Transfer Tool- migwiz
-
File Signature Verification Tool- sigverif
-
Findfast- findfast.cpl
-
Firefox (if installed)- firefox
-
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
-
Help and Support- helpctr
-
HyperTerminal- hypertrm
-
Iexpress Wizard- iexpress
-
Indexing Service- ciadv.msc
-
Internet Connection Wizard- icwconn1
-
Internet Explorer- iexplore
-
Internet Setup Wizard- inetwiz
-
Internet Properties- inetcpl.cpl
All keyboard Shortcuts
-
Shift + F10 right-clicks.
-
Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
-
Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
-
Win + Control + F: Open Find dialog. (Computers)
-
Win + U: Open Utility Manager.
-
Win + F1: Open Windows help.
-
Win + Pause: Open System Properties dialog.
-
Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.
-
Win + Shift + Tab: Cycle through taskbar buttons in reverse.
-
Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.
-
Alt + Shift + Tab: Display Cool Switch; go in reverse.
-
Alt + Escape: Send active window to the bottom of the z-order.
-
Alt + Shift + Escape: Activate the window at the bottom of the z-order.
-
Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.
-
Shift while a CD is loading: Bypass AutoPlay.
-
Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)
-
Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.
-
Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.
-
Print screen: Copy screenshot of current screen to clipboard.
-
Alt + Print screen: Copy screenshot of current active window to clipboard.
-
Ctrl + Alt + Down Arrow: Invert screen. Untested on OS's other than XP.
-
Ctrl + Alt + Up Arrow: Undo inversion.
-
Win + B : Move focus to systray icons.
General
-
Ctrl + C or Ctrl + Insert: Copy.
-
Ctrl + X or Shift + Delete: Cut.
-
Ctrl + V or Shift + Insert: Paste/Move.
-
Ctrl + N: New... File, Tab, Entry, etc.
-
Ctrl + S: Save.
-
Ctrl + O: Open...
-
Ctrl + P: Print.
-
Ctrl + Z: Undo.
-
Ctrl + A: Select all.
-
Ctrl + F: Find...
-
Ctrl+W : to close the current window
-
Ctrl + F4: Close tab or child window.
-
F1: Open help.
-
F11: Toggle full screen mode.
-
Alt or F10: Activate menu bar.
-
Alt + Space: Display system menu. Same as clicking the icon on the titlebar.
-
Escape: Remove focus from current control/menu, or close dialog box.
General Navigation
-
Tab: Forward one item.
-
Shift + Tab: Backward one item.
-
Ctrl + Tab: Cycle through tabs/child windows.
-
Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.
-
Enter: If a button's selected, click it, otherwise, click default button.
-
Space: Toggle items such as radio buttons or checkboxes.
-
Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item's name.
-
Ctrl + Left: Move cursor to the beginning of previous word.
-
Ctrl + Right: Move cursor to the beginning of next word.
-
Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in Rich Edit controls.
-
Ctrl + Down: Move cursor to beginning of next paragraph.
-
Shift + Left: Highlight one character to the left.
-
Shift + Right: Highlight one character to the right.
-
Shift + Up: Highlight from current cursor position, to one line up.
-
Shift + Down: Highlight from current cursor position, to one line down.
-
Ctrl + Shift + Left: Highlight to beginning of previous word.
-
Ctrl + Shift + Right: Highlight to beginning of next word.
-
Ctrl + Shift + Up: Highlight to beginning of previous paragraph.
-
Ctrl + Shift + Down: Highlight to beginning of next paragraph.
-
Home: Move cursor to top of a scrollable control.
-
End: Move cursor to bottom of a scrollable control.
File Browser
-
Arrow Keys: Navigate.
-
Shift + Arrow Keys: Select multiple items.
-
Ctrl + Arrow Keys: Change focus without changing selection. "Focus" is the object that will run on Enter. Space toggles selection of the focused item.
-
(Letter): Select first found item that begins with (Letter).
-
BackSpace: Go up one level to the parent directory.
-
Alt + Left: Go back one folder.
-
Alt + Right: Go forward one folder.
-
Enter: Activate (Double-click) selected item(s).
-
Alt + Enter: View properties for selected item.
-
F2: Rename selected item(s).
-
Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.
-
Delete: Delete selected item(s).
-
Shift + Delete: Delete selected item(s); bypass Recycle Bin.
-
Ctrl while dragging item(s): Copy.
-
Ctrl + Shift while dragging item(s): Create shortcut(s).
-
In tree pane, if any:
-
Left: Collapse the current selection if expanded, or select the parent folder.
-
Right: Expand the current selection if collapsed, or select the first subfolder.
-
Numpad Asterisk: Expand currently selected directory and all subdirectories. No undo.
-
Numpad Plus: Expand currently selected directory.
-
Numpad Minus: Collapse currently selected directory.
Accessibility
-
Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.
-
Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.
-
Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.
-
NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.
-
Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.
-
6.) Microsoft Natural Keyboard with IntelliType Software Installed
-
Win + L: Log off Windows.
-
Win + P: Open Print Manager.
-
Win + C: Open control panel.
-
Win + V: Open clipboard.
-
Win + K: Open keyboard properties.
-
Win + I: Open mouse properties.
-
Win + A: Open Accessibility properties.
-
Win + Space: Displays the list of Microsoft IntelliType shortcut keys.
-
Win + S: Toggle CapsLock on and off.
Remote Desktop Connection Navigation
-
Ctrl + Alt + End: Open the NT Security dialog.
-
Alt + PageUp: Switch between programs.
-
Alt + PageDown: Switch between programs in reverse.
-
Alt + Insert: Cycle through the programs in most recently used order.
-
Alt + Home: Display start menu.
-
Ctrl + Alt + Break: Switch the client computer between a window and a full screen.
-
Alt + Delete: Display the Windows menu.
-
Ctrl + Alt + NumpadMinus: Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing Alt + PrintScreen on a local computer.
-
Ctrl + Alt + NumpadPlus: Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PrintScreen on a local computer.
Mozilla Firefox Shortcuts
-
Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.
-
Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.
-
Ctrl + (1-9): Switch to tab corresponding to number.
-
Ctrl + N: New window.
-
Ctrl + T: New tab.
-
Ctrl + L or Alt + D or F6: Switch focus to location bar.
-
Ctrl + Enter: Open location in new tab.
-
Shift + Enter: Open location in new window.
-
Ctrl + K or Ctrl + E: Switch focus to search bar.
-
Ctrl + O: Open a local file.
-
Ctrl + W: Close tab, or window if there's only one tab open.
-
Ctrl + Shift + W: Close window.
-
Ctrl + S: Save page as a local file.
-
Ctrl + P: Print page.
-
Ctrl + F or F3: Open find toolbar.
-
Ctrl + G or F3: Find next...
-
Ctrl + Shift + G or Shift + F3: Find previous...
-
Ctrl + B or Ctrl + I: Open Bookmarks sidebar.
-
Ctrl + H: Open History sidebar.
-
Escape: Stop loading page.
-
Ctrl + R or F5: Reload current page.
-
Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.
-
Ctrl + U: View page source.
-
Ctrl + D: Bookmark current page.
-
Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.
-
Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.
-
Ctrl + Numpad0 or Ctrl + 0: Set text size to default.
-
Alt + Left or Backspace: Back.
-
Alt + Right or Shift + Backspace: Forward.
-
Alt + Home: Open home page.
-
Ctrl + M: Open new message in integrated mail client.
-
Ctrl + J: Open Downloads dialog.
-
F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.
-
Shift + F6: Switch to previous frame.
-
Apostrophe ('): Find link as you type.
-
Slash (/): Find text as you type.
Gmail Shortcuts
-
Note: Must have "keyboard shortcuts" on in settings.
-
C: Compose new message.
-
Shift + C: Open new window to compose new message.
-
Slash (/): Switch focus to search box.
-
K: Switch focus to the next most recent email. Enter or "O" opens focused email.
-
J: Switch focus to the next oldest email.
-
N: Switch focus to the next message in the "conversation." Enter or "O" expands/collapses messages.
-
P: Switch focus to the previous message.
-
U: Takes you back to the inbox and checks for new mail.
-
Y: Various actions depending on current view:
-
Has no effect in "Sent" and "All Mail" views.
-
Inbox: Archive email or message.
-
Starred: Unstar email or message.
-
Spam: Unmark as spam and move back to "Inbox."
-
Trash: Move back to "Inbox."
-
Any label: Remove the label.
-
X: "Check" an email. Various actions can be performed against all checked emails.
-
S: "Star" an email. Identical to the more familiar term, "flagging."
-
R: Reply to the email.
-
A: Reply to all recipients of the email.
-
F: Forward an email.
-
Shift + R: Reply to the email in a new window.
-
Shift + A: Reply to all recipients of the email in a new window.
-
Shift + F: Forward an email in a new window.
-
Shift + 1 (!): Mark an email as spam and remove it from the inbox.
-
G then I: Switch to "Inbox" view.
-
G then S: Switch to "Starred" view.
-
G then A: Switch to "All Mail" view.
-
G then C: Switch to "Contacts" view.
-
G then S: Switch to "Drafts" view.
List of F1-F9 Key Commands for the Command Prompt
-
F1 / right arrow: Repeats the letters of the last command line, one by one.
-
F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line
-
F3: Repeats the last command line
-
F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line
-
F5: Goes back one command line
-
F6: Enters the traditional CTRL+Z (^z)
-
F7: Displays a menu with the command line history
-
F8: Cycles back through previous command lines (beginning with most recent)
-
F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.
-
Alt+Enter: toggle full Screen mode.
-
up/down: scroll thru/repeat previous entries
-
Esc: delete line
-
Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.
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