Wednesday, June 10, 2009

Speed up your browsing of Windows 2000 & XP machines

Here's a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how :

Open up the Registry and go to :

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

Under that branch, select the key :

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

and delete it.

This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.

This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.

 

Add and remove item types from the New Menu
Add Item Types

When you right-click on your desktop, there is a New submenu that contains a list of templates. A template is visible
if the related entry in the [HKEY_CLASSES_ROOT] hive associated with a file extension has a sub-key called
ShellNew.
For example, on the New submenu there is an entry for Text Document. This entry is visible because of the key [HKEY_CLASSES_ROOT\.txt\ShellNew]. Create a blank document of the corresponding application, and put it into the Windows\ShellNew Folder. Go to that file type under [HKEY_CLASSES_ROOT], create a subkey named ShellNew and create the string-value File Name in it. Change this string's value to the blank document's filename.



Create a button to Reboot Windows XP

To create a reboot icon on your desktop: Right click on an open area of the desktop Select New/Shortcut Enter in
"shutdown -r -t 00" - no quotes Press Next For the name, enter Reboot or anything you like.
Click Finish.

Create a Lock Computer Shortcut Icon

1. Right click on the desktop, select New > Shortcut.
2. Enter rundll32.exe user32.dll,LockWorkStation as the shortcut.
3. Name it Lock Computer.
4. Right click and choose Properties.
5. Click on "Change Icon"
6. Search through shell32.dll in the System32 directory and find an appropriate lock icon.
NOTE: This effectively dumps you back to the "Welcome" log on screen. Of course this will only work if you have entered a password for your profile.
ADDENDUM: If you want added security, go to the Control Panel and click on "User Accounts". Click "Change the way users log on or off", and deselect the "Use the Welcome Screen" option.This will switch Windows back to the classic log in box.


Change Briefcase icon on NT/W2K/XP

You can change the Briefcase icon and replace it with an icon of a metal attaché case using the following Windows
NT/W2K/XP registry hack:
Hive: HKEY_CLASSES_ROOT
Key: CLSID\{85BBD0920-42A0-1069-A2E4-08002B30309D}
Name: DefaultIcon
Type: REG_EXPAND_SZ
Value: %SystemRoot%\system32\syncui.dll,1  (shiny metal attaché icon)
Value: %SystemRoot%\system32\syncui.dll,0  (default leather Briefcase icon)
Download these registry files already made:
Leather.reg
MetalAttache.reg
After changing to the icon, you may have to log off then log back on or restart your computer for the change to take effect.



Performance Increase through My Computer

Start > Right Click on My Computer and select properties.
Click on the "Advanced" tab
See the "Performance" section? Click "Settings"  Disable all or some of the following:
Fade or slide menus into view
Fade or slide ToolTips into view
Fade out menu items after clicking
Show Shadows under menus
Slide open combo boxes
Slide taskbar buttons
Use a background image for each folder type
Use common tasks in folders




Thursday, June 4, 2009

Change The Explorer Toolbar Background


ie-background-change

explorer-background

To change the toolbar background in Internet explorer and Windows explorer you will have to add some registry value.
Go to start > type regedit > hit enter, Browse the following location:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Toolbar\

reg-change-bk

Create a new string value called BackBitmap and type in a path to a bitmap (remember "a BITMAP", not the jpg or gif),
e.g.
c:\windows\some.bmp
This did not work for me, I tried using 'double slashes',
e.g
c:\\windows\\some.bmp
and it worked.

You can place the image anywhere in hard disk. You have to know the path just. Use big image. Preferably 1600X200 pixels.

HOW TO]Hide partitions without using any software

                         
  1. Go to Start->Run.
  2. Type DISKPART and press Enter.
  3. In the console type list volume to see all the drives available on your PC.
  4. Now select the drive which you want to hide. Suppose you want to hide D see the volume number opposite to Ltr D.
  5. In My PC it is volume 4 for drive D(might be different in your computer) .
  6. Now to hide drive D type Select volume 4 .(Select the appropriate number according to your system)
  7. Then type remove letter d , this will hide your drive.
  8. Now to get your drive back type Select volume 4 and then type assign letter d .
  9. See this image

This normally works for all drives but may not work for system drives(The drive in which your OS is loaded).

 

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. 


 

PRINT

(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

You can access all these programs by going through START/RUN or Simply Click Windows Key+R

  1. SQL Client Configuration - cliconfg

  2. System Configuration Editor - sysedit

  3. System Configuration Utility - msconfig

  4. System File Checker Utility (Scan Immediately)- sfc /scannow

  5. System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce

  6. System File Checker Utility (Scan On Every Boot) - sfc /scanboot

  7. System File Checker Utility (Return to Default Setting)- sfc /revert

  8. System File Checker Utility (Purge File Cache)- sfc /purgecache

  9. System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x

  10. System Information - msinfo32.

  11. Task Manager – taskmgr

  12. System Properties - sysdm.cpl

  13. Task Manager – taskmgr

  14. TCP Tester - tcptest

  15. Telnet Client - telnet

  16. Tweak UI (if installed) - tweakui

  17. User Account Management- nusrmgr.cpl

  18. Utility Manager - utilman

  19. Windows Address Book - wab

  20. Windows Address Book Import Utility - wabmig

  21. Windows Backup Utility (if installed)- ntbackup

  22. Windows Explorer - explorer

  23. Windows Firewall- firewall.cpl

  24. Windows Magnifier- magnify

  25. Windows Management Infrastructure - wmimgmt.msc

  26. Windows Media Player - wmplayer

  27. Windows Messenger - msmsgs

  28. Windows Picture Import Wizard (need camera connected)- wiaacmgr

  29. Windows System Security Tool – syskey

  30. Windows Update Launches - wupdmgr

  31. Windows Version (to show which version of windows)- winver

  32. Windows XP Tour Wizard - tourstart

  33. Wordpad - write

  34. Password Properties - password.cpl

  35. Performance Monitor - perfmon.msc

  36. Phone and Modem Options - telephon.cpl

  37. Phone Dialer - dialer

  38. Pinball Game - pinball

  39. Power Configuration - powercfg.cpl

  40. Printers and Faxes - control printers

  41. Printers Folder – printers

  42. Private Character Editor - eudcedit

  43. Quicktime (If Installed)- QuickTime.cpl

  44. Real Player (if installed)- realplay

  45. Regional Settings - intl.cpl

  46. Registry Editor - regedit

  47. Registry Editor - regedit32

  48. Remote Access Phonebook - rasphone

  49. Remote Desktop - mstsc

  50. Removable Storage - ntmsmgr.msc

  51. Removable Storage Operator Requests - ntmsoprq.msc

  52. Resultant Set of Policy (XP Prof) - rsop.msc

  53. Scanners and Cameras - sticpl.cpl

  54. Scheduled Tasks - control schedtasks

  55. Security Center - wscui.cpl

  56. Services - services.msc

  57. Shared Folders - fsmgmt.msc

  58. Shuts Down Windows - shutdown

  59. Sounds and Audio - mmsys.cpl

  60. Spider Solitare Card Game - spider

  61. Malicious Software Removal Tool - mrt

  62. Microsoft Access (if installed) - access.cpl

  63. Microsoft Chat - winchat

  64. Microsoft Excel (if installed) - excel

  65. Microsoft Frontpage (if installed)- frontpg

  66. Microsoft Movie Maker - moviemk

  67. Microsoft Paint - mspaint

  68. Microsoft Powerpoint (if installed)- powerpnt

  69. Microsoft Word (if installed)- winword

  70. Microsoft Syncronization Tool - mobsync

  71. Minesweeper Game - winmine

  72. Mouse Properties - control mouse

  73. Mouse Properties - main.cpl

  74. Nero (if installed)- nero

  75. Netmeeting - conf

  76. Network Connections - control netconnections

  77. Network Connections - ncpa.cpl

  78. Network Setup Wizard - netsetup.cpl

  79. Notepad - notepad

  80. Nview Desktop Manager (If Installed)- nvtuicpl.cpl

  81. Object Packager - packager

  82. ODBC Data Source Administrator- odbccp32.cpl

  83. On Screen Keyboard - osk

  84. Opens AC3 Filter (If Installed) - ac3filter.cpl

  85. Outlook Express - msimn

  86. Paint – pbrush

  87. Keyboard Properties - control keyboard

  88. IP Configuration (Display Connection Configuration) - ipconfig/all

  89. IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns

  90. IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns

  91. IP Configuration (Release All Connections)- ipconfig /release

  92. IP Configuration (Renew All Connections)- ipconfig /renew

  93. IP Configuration(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns

  94. IP Configuration (Display DHCP Class ID)- ipconfig/showclassid

  95. IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid

  96. Java Control Panel (If Installed)- jpicpl32.cpl

  97. Java Control Panel (If Installed)- javaws

  98. Local Security Settings - secpol.msc

  99. Local Users and Groups - lusrmgr.msc

  100. Logs You Out Of Windows - logoff.....

  101. Accessibility Controls - access.cpl

  102. Accessibility Wizard - accwiz

  103. Add Hardware - Wizardhdwwiz.cpl

  104. Add/Remove Programs - appwiz.cpl

  105. Administrative Tools control - admintools

  106. Adobe Acrobat (if installed) - acrobat

  107. Adobe Designer (if installed)- acrodist

  108. Adobe Distiller (if installed)- acrodist

  109. Adobe ImageReady (if installed)- imageready

  110. Adobe Photoshop (if installed)- photoshop

  111. Automatic Updates - wuaucpl.cpl

  112. Bluetooth Transfer Wizard – fsquirt

  113. Calculator - calc

  114. Certificate Manager - certmgr.msc

  115. Character Map - charmap

  116. Check Disk Utility - chkdsk

  117. Clipboard Viewer - clipbrd

  118. Command Prompt - cmd

  119. Component Services - dcomcnfg

  120. Computer Management - compmgmt.msc

  121. Control Panel - control

  122. Date and Time Properties - timedate.cpl

  123. DDE Shares - ddeshare

  124. Device Manager - devmgmt.msc

  125. Direct X Control Panel (If Installed)- directx.cpl

  126. Direct X Troubleshooter- dxdiag

  127. Disk Cleanup Utility- cleanmgr

  128. Disk Defragment- dfrg.msc

  129. Disk Management- diskmgmt.msc

  130. Disk Partition Manager- diskpart

  131. Display Properties- control desktop

  132. Display Properties- desk.cpl

  133. Display Properties (w/Appearance Tab Preselected)- control color

  134. Dr. Watson System Troubleshooting Utility- drwtsn32

  135. Driver Verifier Utility- verifier

  136. Event Viewer- eventvwr.msc

  137. Files and Settings Transfer Tool- migwiz

  138. File Signature Verification Tool- sigverif

  139. Findfast- findfast.cpl

  140. Firefox (if installed)- firefox

  141. Folders Properties- control folders

  142. Fonts- control fonts

  143. Fonts Folder- fonts

  144. Free Cell Card Game- freecell

  145. Game Controllers- joy.cpl

  146. Group Policy Editor (XP Prof)- gpedit.msc

  147. Hearts Card Game- mshearts

  148. Help and Support- helpctr

  149. HyperTerminal- hypertrm

  150. Iexpress Wizard- iexpress

  151. Indexing Service- ciadv.msc

  152. Internet Connection Wizard- icwconn1

  153. Internet Explorer- iexplore

  154. Internet Setup Wizard- inetwiz

  155. Internet Properties- inetcpl.cpl  

Increase the speed of your internet connection without a new modem

                                           As more and more people get quick connections to the internet, such as cable or ADSL, it becomes apparent to the user of a simple dial-up modem that the World Wide Web can quickly turn into the World Wide Wait.  Here a trick that can help speed up your current modem without shelling out the big bucks.

              There is a setting located in your windows registry called the Maximum Transfer Unit (MTU).  This determines the size of the packets of data sent between your and your server.  In Windows 95, this setting is has a value of 1,500 bytes when the actual size of internet packets is 1,000 bytes.  This can sometimes slow things down.  To remedy the situation, simply follow these steps:

                                        In the registry editor (Start > Run > regedit.exe), navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans.  In the NetTrans folder you should find another folder named "000x" in which x represents a fourth digit.  Right-click on the "000x" folder and select New and StringValue.  Rename the item that appears in the panel on the right side to MaxMTU, then double-click it to bring up the Edit String box and give it a velue of 1002.

             Remember to keep playing with the MaxMTU value until you feel that your internet connection has greatly sped up.  Some people report huge speed gains using this tricks, while others hardly notice a difference.  In any case, it's definetly worth a try.

 

IMPROVE XP SHUTDOWN SPEED

 

This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown. 
Go to Start then select Run 
Type 'Regedit' and click ok 
Find 'HKEY_CURRENT_USER\Control Panel\Desktop\' 
Select 'WaitToKillAppTimeout' 
Right click and select 'Modify' 
Change the value to '1000' 
Click 'OK' 
Now select 'HungAppTimeout' 
Right click and select 'Modify' 
Change the value to '1000' 
Click 'OK'




Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop' 
Select 'WaitToKillAppTimeout' 
Right click and select 'Modify' 
Change the value to '1000' 
Click 'OK' 
Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\' 
Select 'WaitToKillServiceTimeout' 
Right click and select 'Modify' 
Change the value to '1000' 
Click 'OK'

Microsoft Word Hotkeys | Keyboard Shortcuts


Keyboard Shortcut

Result in Microsoft Word

CTRL and A

Selects all in the current document.

CTRL and B

Bold text.

CTRL and C

Copies the item or text to the 

Clipboard and can be pasted using CTRL and V.

CTRL and D

Displays the Font dialogue box.

CTRL and E

Centre Alignment.

CTRL and F

Displays the Find dialog box, to 

search the current document.

CTRL and G

Displays the Go to dialog box, to go to a

 specific location in the current document.

CTRL and H

Displays the Replace dialogue box.

CTRL and I

Italic text.

CTRL and J

Full Justification.

CTRL and K

Create Hyperlink

CTRL and L

Left Alignment

CTRL and M

Tab

CTRL and N

Creates a new document.

CTRL and O

Displays the Open File dialogue box.

CTRL and P

Displays the Print dialog box.

CTRL and R

Right Alignment.

CTRL and S

Displays the Save dialog box.

CTRL and U

Underline text

CTRL and V

Pastes the copied item or text from

 the Clipboard into the current position in the document.

CTRL and X

Cuts the item or text selected to the Clipboard.

CTRL and Y

Redo the last undone action.

CTRL and Z

Undoes the last action.

CTRL and ENTER

Insert Page Break.

CTRL and F2

Show Print preview.

CTRL and F4

Closes the active document window.

CTRL and F6

Opens the next document window.

  

Keyboard Shortcut

Result in Microsoft Word

F1 key

Get help or use the Office assistant.

SHIFT and F1 Key

Context sensitive help.

F2 Key

Move text or image.

SHIFT and F2 Key

Copy Text.

F3 Key

Insert an auto text entry.

SHIFT and F3 Key

Change the case of the selected text.

F4 Key

Perform last action again.

SHIFT and F4 Key

Perform a Find or Go to action again.

F5 Key

Displays the Go to dialogue box,

 from here you can also Find and Replace.

SHIFT and F5 Key

Move to a previous revision.

F6 Key

Go to the next frame or pane.

SHIFT and F6 Key

Go to the previous frame or pane.

F7 Key

Launch the Spell checker.

SHIFT and F7 Key

Launch the Thesaurus.

F8 Key

Extend the current selection.

SHIFT and F8 Key

Shrink the current selection.

F9 Key

Update the selected fields.

SHIFT and F9 Key

Switch between a field code and it's result.

F10 Key

Activate the menu bar.

SHIFT and F10 Key

Display a Shortcut Menu. Same as right clicking.

F11 Key

Go to the next field.

SHIFT and F11 Key

Go to the previous field.

F12 Key

Save file As, equivalent to tools menu.

SHIFT and F12 Key

Save document, equivalent to tools menu.

 

Followers

Labels

Feedback

Feedback Form

Feedback Form

Enter your name, e-mail and comments about our web-site, services and products. Then click Submit to send your comments. To clear the form, click Reset.

Name
E-mail
Comments