<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3329524704263558712</id><updated>2011-04-21T17:41:45.562-07:00</updated><category term='Internet Marketing Articles'/><category term='Game&apos;s Article&apos;s'/><category term='Computers Articles'/><category term='SEO Articles'/><category term='Internet Articles'/><category term='windows articles'/><title type='text'>Sharring Article's</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-4183218619036405478</id><published>2008-01-01T11:33:00.000-08:00</published><updated>2008-01-01T11:48:31.989-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computers Articles'/><title type='text'>DOS Command Index</title><content type='html'>&lt;h4 style="text-align: center;"&gt;" Information about all current DOS commands "&lt;br /&gt;&lt;/h4&gt;&lt;h4 style="text-align: justify; font-weight: normal;"&gt;Click on a command name for complete information about that command and examples of its use.&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/append.html"&gt;APPEND&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;  (External)&lt;br /&gt;&lt;br /&gt;APPEND  ;&lt;br /&gt;APPEND  [d:]path[;][d:]path[...]&lt;br /&gt;APPEND  [/X:on|off][/path:on|off]  [/E]&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/assign.html"&gt;ASSIGN&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;(External)&lt;br /&gt;&lt;br /&gt;ASSIGN  x=y  [...]  /sta&lt;br /&gt;&lt;br /&gt;Redirects disk drive requests to a different drive.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/attrib.html"&gt;ATTRIB&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;  (External)&lt;br /&gt;&lt;br /&gt;ATTRIB    [d:][path]filename  [/S]&lt;br /&gt;ATTRIB  [+R|-R]  [+A|-A]  [+S|-S]  [+H|-H]  [d:][path]filename  [/S]&lt;br /&gt;&lt;br /&gt;Sets or displays the read-only, archive, system, and hidden attributes of  a file or directory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/backup.html"&gt;BACKUP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; (External)&lt;br /&gt;&lt;br /&gt;BACKUPd:[path][filename]d:[/S][/M][/A][/F:(size)][/P][/D:date][/T:time]  [/L:[path]filename]&lt;br /&gt;&lt;br /&gt;Makes a backup copy of one or more files.   (In DOS Version 6, this  program is  stored on the DOS supplemental disk.)&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/break.html"&gt;BREAK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;BREAK =on|off&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/buffers.html"&gt;BUFFERS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;BUFFERS=(number),(read-ahead number)&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/call.html"&gt;CALL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;CALL  [d:][path]batchfilename  [options]&lt;br /&gt;&lt;br /&gt;Calls another batch file and then returns to current batch file to  continue.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/chcp.html"&gt;CHCP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;CHCP  (codepage)&lt;br /&gt;&lt;br /&gt;Displays the current code page or changes the code page that DOS will  use.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/chdir.html"&gt;CHDIR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;CHDIR (CD)  [d:]path&lt;br /&gt;CHDIR (CD)[..]&lt;br /&gt;&lt;br /&gt;Displays working (current) directory and/or changes to a different  directory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/chkdsk.html"&gt;CHKDSK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;CHKDSK  [d:][path][filename]  [/F][/V]&lt;br /&gt;&lt;br /&gt;Checks a disk and provides a file and memory status report.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/choice.html"&gt;CHOICE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;CHOICE  [/C[:]keys]  [/N][/S][/T[:]c,nn]  [text]&lt;br /&gt;&lt;br /&gt;Used to provide a prompt so that a user can make a choice while a batch  program  is running.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/cls.html"&gt;CLS (Clear  Screen)&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;CLS&lt;br /&gt;&lt;br /&gt;Clears (erases) the screen.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/command.html"&gt;COMMAND&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;COMMAND  [d:][path]  [device]  [/P][/E:(size)]  [/MSG][/Y [/C  (command)|/K  (command)]&lt;br /&gt;&lt;br /&gt;Starts a new version of the DOS command processor (the program that loads  the  DOS Internal programs).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/comp.html"&gt;COMP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;COMP  [d:][path][filename]  [d:][path][filename]   [/A][/C][/D][/L][/N:(number)]&lt;br /&gt;&lt;br /&gt;Compares two groups of files to find information that does not match.   (See FC  command).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/copy.html"&gt;COPY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;COPY  [/Y|-Y]  [/A][/B]  [d:][path]filename  [/A][/B]   [d:][path][filename]   [/V]&lt;br /&gt;or&lt;br /&gt;COPY  [/Y|-Y][/A][/B]   [d:][path]filename+[d:][path]filename[...][d:][path][filename]  [/V]&lt;br /&gt;&lt;br /&gt;Copies and appends files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/country.html"&gt;COUNTRY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;COUNTRY=country code,[code page][,][d:][filename]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to tell DOS to use country-specific text  conventions during processing.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/ctty.html"&gt;CTTY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;CTTY  (device)&lt;br /&gt;&lt;br /&gt;Changes the standard I/O (Input/Output) device to an auxiliary device.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/date.html"&gt;DATE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;DATE  mm-dd-yy&lt;br /&gt;&lt;br /&gt;Displays and/or sets the system date.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/dblspace.html"&gt;DBLSPACE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DBLSPACE  / automount=drives&lt;br /&gt;DBLSPACE  /chkdsk  [/F]  [d:]&lt;br /&gt;DBLSPACE  /compress  d:  [/newdrive=host:]  [/reserve=size]  [/F]&lt;br /&gt;DBLSPACE  /create d:  [/newdrive=host:]  [/reserve=size]  [/size=size]&lt;br /&gt;DBLSPACE  /defragment  [d:]  ]/F]&lt;br /&gt;DBLSPACE  /delete  d:&lt;br /&gt;DBLSPACE  /doubleguard=0|1&lt;br /&gt;DBLSPACE  /format d:&lt;br /&gt;DBLSPACE  [/info]  [d:]&lt;br /&gt;DBLSPACE  /list&lt;br /&gt;DBLSPACE  /mount[=nnn] host:  [/newdrive=d:]&lt;br /&gt;DBLSPACE  /ratio[=ratio]  [d:]  [/all]&lt;br /&gt;DBLSPACE  /size[=size]  [/reserve=size]  d:&lt;br /&gt;DBLSPACE  /uncompress d:&lt;br /&gt;DBLSPACE  /unmount  [d:]&lt;br /&gt;&lt;br /&gt;A program available with DOS 6.0 that allows you to compress information  on a  disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/debug.html"&gt;DEBUG&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;DEBUG  [pathname]  [parameters]&lt;br /&gt;&lt;br /&gt;An MS-DOS utility used to test and edit programs.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/defrag.html"&gt;DEFRAG&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DEFRAG  [d:]  [/F][/S[:]order]  [/B][/skiphigh  [/LCD|/BW|/GO] [/H]&lt;br /&gt;DEFRAG  [d:]  [/V][/B][/skiphigh]  [/LCD]|/BW|/GO]  [/H]&lt;br /&gt;&lt;br /&gt;Optimizes disk performance by reorganizing the files on the disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/del.html"&gt;DEL  (ERASE)&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;DEL (ERASE)  [d:][path]filename  [/P]&lt;br /&gt;&lt;br /&gt;Deletes (erases) files from disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/deloldos.html"&gt;DELOLDOS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DELOLDOS  [/B]&lt;br /&gt;&lt;br /&gt;Deletes all files from previous versions of DOS after a 5.0 or 6.0  installation.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/deltree.html"&gt;DELTREE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DELTREE  [/Y]  [d:]path  [d:]path[...]&lt;br /&gt;&lt;br /&gt;Deletes (erases) a directory including all files and subdirectories that  are in  it.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/device.html"&gt;DEVICE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;DEVICE=(driver name)&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to tell DOS which device driver to load.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/devicehigh.html"&gt;DEVICEHIGH&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;DEVICEHIGH=(driver name)&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/dir.html"&gt;DIR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;DIR  [d:][path][filename]  [/A:(attributes)]  [/O:(order)]   [/B][/C][/CH][/L][/S][/P][/W]&lt;br /&gt;&lt;br /&gt;Displays directory of files and directories stored on disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/diskcomp.html"&gt;DISKCOMP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DISKCOMP  [d:]  [d:][/1][/8]&lt;br /&gt;&lt;br /&gt;Compares the contents of two diskettes.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/diskcopy.html"&gt;DISKCOPY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DISKCOPY  [d:]  [d:][/1][/V][/M]&lt;br /&gt;&lt;br /&gt;Makes an exact copy of a diskette.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/doscommand.html"&gt;DOS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;DOS=[high|low],[umb|noumb]&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/doskey.html"&gt;DOSKEY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DOSKEY[reinstall][/bufsize=size][/macros][/history][/insert|/overstrike]  [macroname=[text]]&lt;br /&gt;&lt;br /&gt;Loads the Doskey program into memory which can be used to recall DOS  commands so that you can edit them.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/dosshell.html"&gt;DOSSHELL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;DOSSHELL  [/B]  [/G:[resolution][n]]|[/T:[resolution][n]]&lt;br /&gt;&lt;br /&gt;Initiates the graphic shell program using the specified screen  resolution.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/drivparm.html"&gt;DRIVPARM&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;DRIVPARM= /D:(number)  [/C]  [/F:(form factor)]  [/H:(number)]  [/I][  /N][/S:(number)]  [/T:(tracks)]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to set parameters for a disk drive.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/echo.html"&gt;ECHO&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;ECHO  on|off&lt;br /&gt;ECHO  (message)&lt;br /&gt;&lt;br /&gt;Displays messages or turns on or off the display of commands in a batch  file.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/edit.html"&gt;EDIT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;EDIT  [d:][path]filename  [/B][/G][/H][/NOHI]&lt;br /&gt;&lt;br /&gt;Starts the MS-DOS editor, a text editor used to create and edit ASCII  text  files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/emm386.html"&gt;EMM386&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;EMM386   [on|off|auto]  [w=on|off]&lt;br /&gt;&lt;br /&gt;Enables or disables EMM386 expanded-memory support on a computer with an  80386  or higher processor.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/exe2bin.html"&gt;EXE2BIN&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;EXE2BIN  [d:][path]filename  [d:][path]filename&lt;br /&gt;&lt;br /&gt;Converts .EXE (executable) files to binary format. &lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/exit.html"&gt;EXIT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;EXIT&lt;br /&gt;&lt;br /&gt;Exits a secondary command processor.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/expand.html"&gt;EXPAND&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;EXPAND  [d:][path]filename  [[d:][path]filename[  . . .]]&lt;br /&gt;&lt;br /&gt;Expands a compressed file.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/fasthelp.html"&gt;FASTHELP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;FASTHELP  [command][command]  /?&lt;br /&gt;&lt;br /&gt;Displays a list of DOS commands with a brief explanation of each.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/fastopen.html"&gt;FASTOPEN&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;FASTOPEN  d:[=n][/X]&lt;br /&gt;&lt;br /&gt;Keeps track of the locations of files for fast access.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/fc.html"&gt;FC&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;FC  [/A][/C][/L][/Lb n][/N][/T][/W][number]  [d:][path]filename  [d:][path]filename&lt;br /&gt;&lt;br /&gt;or (for binary comparisons)&lt;br /&gt;FC  [/B][/number]  [d:][path]filename  [d:][path]filename&lt;br /&gt;&lt;br /&gt;Displays the differences between two files or sets of files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/fcbs.html"&gt;FCBS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;FCBS=(number)&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to specify the number of file-control blocks  for  file sharing.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/fdisk.html"&gt;FDISK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;FDISK  [/status]&lt;br /&gt;&lt;br /&gt;Prepares a fixed disk to accept DOS files for storage.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/files.html"&gt;FILES&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;FILES=(number)&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.Sys file to specify the maximum number of files that  can be  open at the same time.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/find.html"&gt;FIND&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;FIND  [/V][/C][/I][/N]  ÒstringÓ  [d:][path]filename[...]&lt;br /&gt;&lt;br /&gt;Finds and reports the location of a specific string of text characters in  one or more files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/for.html"&gt;FOR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;FOR  %%(variable)  IN  (set)  DO  (command)&lt;br /&gt;&lt;br /&gt;or (for interactive processing)&lt;br /&gt;FOR  %(variable)  IN  (set)  DO  (command)&lt;br /&gt;&lt;br /&gt;Performs repeated execution of commands (for both batch processing and  interactive processing).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/format.html"&gt;FORMAT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;FORMAT d:[/1][/4][/8][/F:(size)][/N:(sectors)][/T:(tracks)][/B|/S][/C][/V:(label)]  [/Q][/U][/V]&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Formats a disk to accept DOS files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/goto.html"&gt;GOTO&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (Internal)&lt;br /&gt;&lt;br /&gt;GOTO  (label)&lt;br /&gt;&lt;br /&gt;Causes unconditional branch to the specified label.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/graftabl.html"&gt;GRAFTABL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;GRAFTABL  [(code page)]&lt;br /&gt;GRAFTABL  [status]&lt;br /&gt;&lt;br /&gt;Loads a table of character data into memory (for use with a  color/graphics  adapter).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/graphics.html"&gt;GRAPHICS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;GRAPHICS  [printer type][profile]  [/B][/R][/LCD][/PB:(id)]   [/C][/F][/P(port)]&lt;br /&gt;&lt;br /&gt;Provides a way to print contents of a graphics screen display.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/help.html"&gt;HELP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;HELP  [command]  [/B][/G][/H][/NOHI]&lt;br /&gt;&lt;br /&gt;Displays information about a DOS command.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/if.html"&gt;IF&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;IF  [NOT]  EXIST  filename  (command)  [parameters]&lt;br /&gt;IF  [NOT]  (string1)==(string2)  (command)  [parameters]&lt;br /&gt;IF  [NOT]  ERRORLEVEL  (number)  (command)  [parameters]&lt;br /&gt;&lt;br /&gt;Allows for conditional operations in batch processing.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/include.html"&gt;INCLUDE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;INCLUDE= blockname&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to allow you to use the commands from one  CONFIG.SYS block within another.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/install.html"&gt;INSTALL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;INSTALL=[d: ][\path]filename  [parameters]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to load memory-resident programs into  conventional  memory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/interlink.html"&gt;INTERLINK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;INTERLINK  [client[:]=[server][:]]&lt;br /&gt;&lt;br /&gt;Connects two computers via parallel or serial ports so that the computers  can  share disks and printer ports.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/intersvr.html"&gt;INTERSVR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;INTERSVR  [d:][...][/X=d:][...]  [/LPT:[n|address]]   [/COM:[n|address]][/baud:rate]  [/B][/V]&lt;br /&gt;INTERSVR  /RCOPY&lt;br /&gt;&lt;br /&gt;Starts the Interlink server.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/join.html"&gt;JOIN&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;JOIN  d:  [d:path]&lt;br /&gt;JOIN  d:  [/D]&lt;br /&gt;&lt;br /&gt;Allows access to the directory structure and files of a drive through a  directory on a different drive.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/keyb.html"&gt;KEYB&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;    (External)&lt;br /&gt;&lt;br /&gt;KEYB  [xx][,][yyy][,][d:][path]filename  [/E][/ID:(number)]&lt;br /&gt;&lt;br /&gt;Loads a program that replaces the support program for U. S. keyboards.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/label.html"&gt;LABEL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;LABEL  [d:][volume label]&lt;br /&gt;&lt;br /&gt;Creates or changes or deletes a volume label for a disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/lastdrive.html"&gt;LASTDRIVE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;LASTDRIVE=(drive letter)&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to set the maximum number of drives that can  be  accessed. &lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/loadfix.html"&gt;LOADFIX&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;LOADFIX  [d:][path]filename  [parameters]&lt;br /&gt;&lt;br /&gt;Ensures that a program is loaded above the first 64K of conventional  memory, and runs the program. &lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/loadhigh.html"&gt;LOADHIGH&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;LOADHIGH (LH)  [d:][path]filename  [parameters]&lt;br /&gt;&lt;br /&gt;Loads memory resident application into reserved area of memory (between  640K-1M).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/mem.html"&gt;MEM&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MEM  [/program|/debug|/classify|/free|/module(name)]  [/page]&lt;br /&gt;&lt;br /&gt;Displays amount of installed and available memory, including extended,  expanded, and upper memory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/memmaker.html"&gt;MEMMAKER&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MEMMAKER  [/B][/batch][/session][/swap:d]  [/T][/undo][/W:size1,size2]&lt;br /&gt;&lt;br /&gt;Starts the MemMaker program,  a program that lets you optimize your  computer's  memory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/menucolor.html"&gt;MENUCOLOR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;MENUCOLOR=textcolor,[background]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to set the colors that will be used by DOS to  display text on the screen.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/menudefault.html"&gt;MENUDEFAULT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;MENUDEFAULT=blockname, [timeout]&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/menuitem.html"&gt;MENUITEM&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;MENUITEM=blockname, [menutext]&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/mirror.html"&gt;MIRROR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MIRROR [d:]path  [d:] path [...]&lt;br /&gt;MIRROR  [d1:][d2:][...]  [/T(drive)(files)]  [/partn][/U][/1]&lt;br /&gt;&lt;br /&gt;Saves disk storage information that can be used to recover accidentally  erased  files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/mkdir.html"&gt;MKDIR&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; (MD)  (Internal)&lt;br /&gt;&lt;br /&gt;MKDIR (MD)  [d:]path&lt;br /&gt;&lt;br /&gt;Creates a new subdirectory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/mode.html"&gt;MODE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MODE  n&lt;br /&gt;MODE   LPT#[:][n][,][m][,][P][retry]&lt;br /&gt;MODE   [n],m[,T]&lt;br /&gt;MODE   (displaytype,linetotal)&lt;br /&gt;MODE   COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]&lt;br /&gt;MODE   LPT#[:]=COMn [retry]&lt;br /&gt;MODE   CON[RATE=(number)][DELAY=(number)]&lt;br /&gt;MODE   (device)  CODEPAGE PREPARE=(codepage)  [d:][path]filename&lt;br /&gt;MODE   (device)  CODEPAGE PREPARE=(codepage list)  [d:][path]filename&lt;br /&gt;MODE   (device)  CODEPAGE SELECT=(codepage)&lt;br /&gt;MODE   (device)  CODEPAGE [/STATUS]&lt;br /&gt;MODE   (device)  CODEPAGE REFRESH&lt;br /&gt;&lt;br /&gt;Sets mode of operation for devices or communications.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/more.html"&gt;MORE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MORE  &lt;  (filename or command) (name)|MORE  Sends output to console, one screen at a time. &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/move.html"&gt;MOVE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;MOVE  [/Y|/-Y]  [d:][path]filename[,[d:][path]filename[...]]  destination&lt;br /&gt;&lt;br /&gt;Moves one or more files to the location you specify.  Can also be used to  rename directories.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/msav.html"&gt;MSAV&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MSAV  [d:]  [/S|/C][/R][/A][/L][/N][/P][/F][/video][/mouse]&lt;br /&gt;MSAV  /video&lt;br /&gt;&lt;br /&gt;Scans your computer for known viruses.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/msbackup.html"&gt;MSBACKUP&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MSBACKUP  [setupfile]  [/BW|/LCD|/MDA]&lt;br /&gt;&lt;br /&gt;Used to backup or restore one or more files from one disk to another.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/mscdex.html"&gt;MSCDEX&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MSCDEX  /D:driver  [/D:driver2. . .]  [/E][/K][/S][/V][/L:letter]   [/M:number]&lt;br /&gt;&lt;br /&gt;Used to gain access to CD-ROM drives (new with DOS Version 6).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/msd.html"&gt;MSD&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;MSD   [/B][/I]&lt;br /&gt;MSD  [/I]  [/F[d:][path]filename  [/P[d:][path]filename   [/S[d:][path]filename&lt;br /&gt;&lt;br /&gt;Provides detailed technical information about your computer. &lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/nlsfunc.html"&gt;NLSFUNC&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;NLSFUNC  [d:][path]filename&lt;br /&gt;&lt;br /&gt;Used to load a file with country-specific information.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/numlock.html"&gt;NUMLOCK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;NUMLOCK=on|off&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to specify the state of the NumLock key.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/path.html"&gt;PATH&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;PATH;&lt;br /&gt;PATH  [d:]path[;][d:]path[...]&lt;br /&gt;&lt;br /&gt;Sets or displays directories that will be searched for programs not in  the  current directory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/pause.html"&gt;PAUSE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;PAUSE  [comment]&lt;br /&gt;&lt;br /&gt;Suspends execution of a batch file until a key is pressed.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/power.html"&gt;POWER&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;     (External)&lt;br /&gt;&lt;br /&gt;POWER  [adv:max|reg|min]|std|off]&lt;br /&gt;&lt;br /&gt;Used to turn power management on and off, report the status of power  management, and set levels of power conservation.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/print.html"&gt;PRINT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;PRINT[/B:(buffersize)][/D:(device)][/M:(maxtick)]  [/Q:(value]   [/S:(timeslice)][/U:(busytick)]  [/C][/P][/T]  [d:][path][filename]  [...]&lt;br /&gt;&lt;br /&gt;Queues and prints data files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/prompt.html"&gt;PROMPT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;PROMPT  [prompt text]  [options]&lt;br /&gt;&lt;br /&gt;Changes the DOS command prompt.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/recover.html"&gt;RECOVER&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;RECOVER  [d:][path]filename&lt;br /&gt;RECOVER  d:&lt;br /&gt;&lt;br /&gt;Resolves sector problems on a file or a disk.  (Beginning with DOS  Version 6,  RECOVER is no longer available ).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/rem.html"&gt;REM &lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; (Internal)&lt;br /&gt;&lt;br /&gt;REM  [comment]&lt;br /&gt;&lt;br /&gt;Used in batch files and in the CONFIG.SYS file to insert remarks (that  will not  be acted on).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/rename.html"&gt;RENAME (REN) &lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;RENAME (REN)  [d:][path]filename  [d:][path]filename&lt;br /&gt;&lt;br /&gt;Changes the filename under which a file is stored.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/replace.html"&gt;REPLACE  &lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;REPLACE  [d:][path]filename  [d:][path]  [/A][/P][/R][/S][/U][/W]&lt;br /&gt;&lt;br /&gt;Replaces stored files with files of the same name from a different  storage  location.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/restore.html"&gt;RESTORE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;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]&lt;br /&gt;&lt;br /&gt;Restores to standard disk storage format files previously stored using  the  BACKUP command.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/rmdir.html"&gt;RMDIR (RD)&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;  (Internal)&lt;br /&gt;&lt;br /&gt;RMDIR (RD)  [d:]path&lt;br /&gt;&lt;br /&gt;Removes a subdirectory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/scandisk.html"&gt;SCANDISK&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SCANDISK[d:[d:..]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]&lt;br /&gt;SCANDISK    volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]&lt;br /&gt;SCANDISK   /fragment  [d:][path]filename&lt;br /&gt;SCANDISK  /undo  [undo-d:][/mono]&lt;br /&gt;&lt;br /&gt; 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.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/select.html"&gt;SELECT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SELECT  [d:]  [d:][path]  [country code][keyboard code]&lt;br /&gt;&lt;br /&gt;Formats a disk and installs country-specific information and keyboard  codes  (starting with DOS Version 6, this command is no longer available).&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/set.html"&gt;SET&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;SET  (string1)=(string2)&lt;br /&gt;&lt;br /&gt;Inserts strings into the command environment.  The set values can be used  later  by programs.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/setver.html"&gt;SETVER&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SETVER  [d:]:path][filename  (number)][/delete][/quiet]&lt;br /&gt;&lt;br /&gt;Displays the version table and sets the version of DOS that is reported  to  programs.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/share.html"&gt;SHARE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SHARE  [/F:space]  [/L:locks]&lt;br /&gt;&lt;br /&gt;Installs support for file sharing and file locking.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/shell.html"&gt;SHELL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;SHELL=[d:][path]filename  [parameters]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to specify the command interpreter that DOS  should  use.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/shift.html"&gt;SHIFT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;SHIFT&lt;br /&gt;&lt;br /&gt;Increases number of replaceable parameters to more than the standard ten  for use in batch files.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/sort.html"&gt;SORT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SORT  [/R][/+n]  &lt;  (filename) SORT  [/R][/+n]  &gt;  (filename2)&lt;br /&gt;&lt;br /&gt;Sorts input and sends it to the screen or to a file.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/stacks.html"&gt;STACKS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;STACKS=(number),(size)&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to set the number of stack frames and the  size of  each stack frame.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/submenu.html"&gt;SUBMENU&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;SUBMENU=blockname, [menutext]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to create a multilevel menu from which you  can  select start-up options.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/subst.html"&gt;SUBST&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SUBST  d:   d:path&lt;br /&gt;SUBST  d:  /D&lt;br /&gt;&lt;br /&gt;Substitutes a virtual drive letter for a path designation.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/switches.html"&gt;SWITCHES&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;SWITCHES= [/K][/F][/N][/W]&lt;br /&gt;&lt;br /&gt;Used in the CONFIG.SYS file to configure DOS in a special way; for  example, to  tell DOS to emulate different hardware configurations.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/sys.html"&gt;SYS&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;SYS  [source]  d:&lt;br /&gt;&lt;br /&gt;Transfers the operating system files to another disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/time.html"&gt;TIME&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;TIME  hh:mm[:ss][.cc][A|P]&lt;br /&gt;&lt;br /&gt;Displays current time setting of system clock and provides a way for you  to  reset the time.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/tree.html"&gt;TREE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;TREE  [d:][path]  [/A][/F]&lt;br /&gt;&lt;br /&gt;Displays directory paths and (optionally) files in each subdirectory.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/type.html"&gt;TYPE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;TYPE  [d:][path]filename&lt;br /&gt;&lt;br /&gt;Displays the contents of a file.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/undelete.html"&gt;UNDELETE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;UNDELETE   [d:][path][filename]  [/DT|/DS|/DOS]&lt;br /&gt;UNDELETE    [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]] &lt;br /&gt;&lt;br /&gt;Restores files deleted with the DELETE command.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/unformat.html"&gt;UNFORMAT&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;UNFORMAT  d:  [/J][/L][/test][/partn][/P][/U]&lt;br /&gt;&lt;br /&gt;Used to undo the effects of formatting a disk.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/ver.html"&gt;VER&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;VER&lt;br /&gt;&lt;br /&gt;Displays the DOS version number.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/verify.html"&gt;VERIFY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;VERIFY  on|off&lt;br /&gt;&lt;br /&gt;Turns on the verify mode; the program checks all copying operations to  assure  that files are copied correctly.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/vol.html"&gt;VOL&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (Internal)&lt;br /&gt;&lt;br /&gt;VOL  [d:]&lt;br /&gt;&lt;br /&gt;Displays a disk's volume label.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/vsafe.html"&gt;VSAFE&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;VSAFE  [/option[+|-]...]  [/NE][/NX][Ax|/Cx]  [/N][/D][/U]&lt;br /&gt;&lt;br /&gt;VSAFE is a memory-resident program that continuously monitors your  computer for  viruses and displays a warning when it finds one.&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;&lt;a href="http://www.easydos.com/xcopy.html"&gt;XCOPY&lt;/a&gt;&lt;/h4&gt;&lt;div style="text-align: justify;"&gt;   (External)&lt;br /&gt;&lt;br /&gt;XCOPY[d:][path]filename[d:][path][filename][/A][/D:(date)]  [/E][/M][/P][/S][/V][/W][Y\-Y]&lt;br /&gt;Copies directories, subdirectories, and files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Visit&lt;/span&gt; &lt;a href="http://www.easydos.com/dosindex.html"&gt;Original Website Articles&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-4183218619036405478?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/4183218619036405478/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=4183218619036405478' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/4183218619036405478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/4183218619036405478'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2008/01/dos-command-index.html' title='DOS Command Index'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-7065846767876122754</id><published>2008-01-01T10:24:00.001-08:00</published><updated>2008-01-01T11:21:43.237-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows articles'/><title type='text'>Run Command For Windows Xp and Vista</title><content type='html'>&lt;div style="text-align: center; font-weight: bold;"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;This Run Command For Windows Xp&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;/div&gt;&lt;table border="0" cellspacing="0" cols="2" frame="void" rules="none"&gt;  &lt;colgroup&gt;&lt;col width="430"&gt;&lt;col width="139"&gt;&lt;/colgroup&gt;  &lt;tbody&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" bgcolor="#23ff23" height="17" width="430"&gt;&lt;b&gt;To Access&lt;/b&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" bgcolor="#23ff23" width="139"&gt;&lt;b&gt;RUN Command&lt;/b&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;AC3 Filter (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ac3filter.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Add/Remove Programs &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;appwiz.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Calculator&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;calc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Certificate Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;certmgr.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Character Map&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;charmap&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Check Disk Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;chkdsk&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Disk Cleanup Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;cleanmgr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;SQL Client Configuration &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;cliconfg&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Command Prompt&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;cmd&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Computer Management&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;compmgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Control Panel&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Accessibility Options&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control access.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Administrative Tools&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control admintools &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Add/Remove Programs w/Add New Programs Preselected&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control appwiz.cpl,,1&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Add/Remove Programs w/Add Remove Windows Components Preselected&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control appwiz.cpl,,2&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Add/Remove Programs w/Set Program Access &amp;amp; Defaults Preselected&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control appwiz.cpl,,3&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Display Properties (w/Appearance Tab Preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control color &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Display Properties&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control desktop &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Fonts&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control fonts &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Keyboard Properties&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control keyboard &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Mouse Properties&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control mouse &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Network Connections&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control netconnections &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Printers and Faxes&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control printers &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Tasks&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;control schedtasks &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Component Services&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;dcomcnfg&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Display Properties&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;desk.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Device Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;devmgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Phone Dialer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;dialer&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Disk Management&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;diskmgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Disk Partition Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;diskpart&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Direct X Troubleshooter&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;dxdiag&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Private Character Editor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;eudcedit&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Event Viewer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;eventvwr.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Excel (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;excel&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Explorer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;explorer&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Firefox (if installed) &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;firefox&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Firewall&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;firewall.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Fonts Folder&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;fonts&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Frontpage (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;frontpg&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Shared Folders&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;fsmgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Group Policy Editor (XP Prof)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;gpedit.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Add Hardware Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;hdwwiz.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Internet Explorer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;iexplore&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Iexpress Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;iexpress&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Adobe ImageReady (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;imageready&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Internet Properties &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;inetcpl.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Regional Settings &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;intl.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Display Connection Configuration)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /all&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Display DNS Cache Contents)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /displaydns&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Delete DNS Cache Contents)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /flushdns&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Refreshes DHCP &amp;amp; Re-Registers DNS)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /registerdns&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Release All Connections)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /release&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Renew All Connections)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /renew&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Modifies DHCP Class ID)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /setclassid&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;IP Configuration (Display DHCP Class ID)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ipconfig /showclassid&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Java Control Panel (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;javaws&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Game Controllers &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;joy.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Java Control Panel (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;jpicpl32.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Logs You Out Of Windows &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;logoff&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Local Users and Groups&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;lusrmgr.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Magnifier &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;magnify&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Mouse Properties&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;main.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Files and Settings Transfer Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;migwiz&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Sounds and Audio &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;mmsys.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Syncronization Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;mobsync&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Movie Maker&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;moviemk&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Malicious Software Removal Tool &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;mrt&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Access (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;msaccess&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Configuration Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;msconfig&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Outlook Express&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;msimn&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Information&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;msinfo32&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Paint&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;mspaint&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Remote Desktop &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;mstsc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Network Connections&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;ncpa.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Nero (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;nero&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Notepad&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;notepad&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;On Screen Keyboard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;osk&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Paint&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;pbrush&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Performance Monitor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;perfmon&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Performance Monitor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;perfmon.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Adobe Photoshop (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;photoshop&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Power Configuration &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;powercfg.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Powerpoint (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;powerpnt&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Quicktime (If Installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;QuickTime.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Quicktime Player (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;quicktimeplayer&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Remote Access Phonebook&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;rasphone&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Real Player (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;realplay&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Registry Editor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;regedit&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Registry Editor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;regedit32&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Resultant Set of Policy (XP Prof)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;rsop.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Local Security Settings&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;secpol.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Services&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;services.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Sets Cache Size to size x)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /cachesize=x&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Purge File Cache)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /purgecache&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Return Scan Setting To Default)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /revert&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Scan On Every Boot)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /scanboot&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Scan Immediately)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /scannow&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System File Checker Utility (Scan Once At The Next Boot)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sfc /scanonce&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Shuts Down Windows&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;shutdown&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;File Signature Verification Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sigverif&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sysdm.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Configuration Editor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;sysedit&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows System Security Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;syskey&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Task Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;taskmgr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Phone and Modem Options &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;telephon.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Telnet Client&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;telnet&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Date and Time Properties &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;timedate.cpl &lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows XP Tour Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;tourstart&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Tweak UI (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;tweakui&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Utility Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;utilman&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Driver Verifier Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;verifier&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Address Book&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wab&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Address Book Import Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wabmig&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Picture Import Wizard (need camera connected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wiaacmgr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Version (to show which version of windows)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;winver&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Word (if installed)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;winword&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Management Infrastructure&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wmimgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Media Player&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wmplayer&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Wordpad &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;write&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0);" bg="" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Security Center &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0); text-align: center; color: rgb(0, 0, 0);" bg=""&gt;&lt;span style="font-family:Times New Roman;"&gt;wscui.cpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;  &lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;How to Enable "Run" before use run command in Windows vista&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;Default settings in Windows Vista have the Run command hidden.  Thankfully, we can change that with a few quick steps.&lt;br /&gt;&lt;p class="”MsoNormal"&gt;&lt;strong&gt;Right Click&lt;/strong&gt; on the taskbar, then choose &lt;strong&gt;Properties&lt;/strong&gt;.&lt;/p&gt;  &lt;img src="http://www.fixmyvista.com/images/turnrunon_01.jpg" /&gt;  &lt;p class="”MsoNormal"&gt;Click on the &lt;strong&gt;Start Menu Tab&lt;/strong&gt; then click on the &lt;strong&gt;Customize Button&lt;/strong&gt;&lt;/p&gt;  &lt;img src="http://www.fixmyvista.com/images/turnrunon_02.jpg" /&gt;&lt;br /&gt;&lt;p class="”MsoNormal"&gt;Scroll down towards the bottom of the list and look for the box for &lt;strong&gt;Run  Command&lt;/strong&gt; and put a check mark by it.  &lt;/p&gt;  &lt;img src="http://www.fixmyvista.com/images/turnrunon_03.jpg" /&gt;  Then click &lt;strong&gt;Apply&lt;/strong&gt; and you are done&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;&lt;br /&gt;This Run Command For Windows Vista&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt; &lt;/div&gt;&lt;table border="0" cellspacing="0" cols="2" frame="void" rules="none"&gt;  &lt;colgroup&gt;&lt;col width="430"&gt;&lt;col width="139"&gt;&lt;/colgroup&gt;  &lt;tbody&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" bgcolor="#00ff00" height="17" width="430"&gt;&lt;b&gt;For Access&lt;/b&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="center" bgcolor="#00ff00" width="139"&gt;&lt;b&gt;RUN Command&lt;/b&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Display Adapter Troubleshooter&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;AdapterTroubleshooter&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Authorization Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;azman.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Bitlocker Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;bitlockerwizard&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Color Management&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;colorcpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Computer Management Launcher&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;CompMgmtLauncher&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Control Panel&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;control&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Credential Backup and Restore Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;credwiz&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Defragment User Interface&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;dfrgui&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Driver Package Installer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;dpinst&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;DPI Scaling&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;dpiscaling&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;DVD Player&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;dvdplay&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Event Viewer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;eventvwr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Firewall Control Panel&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;FirewallControlPanel&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Firewall Settings&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;FirewallSettings&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Shared Folder Management&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;fsmgmt.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Bitlocker Notifier&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;fvenotify&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Fax Cover Sheet Editor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;fxscover&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Help Pane&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;helppane&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Iexpress (Self Extracting Package Creator)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;iexpress&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;iSCSI Initiator&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;iscsicpl&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;Logoff from Windows (Warning: when you run this it will log you off immediately)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;logoff&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Language Pack Installer&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;lpksetup&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Mobility Center (only available on mobile pcs)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;mblctr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Sync Center&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;mobsync&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Microsoft Support Diagnostic Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;msdt&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Remote Assistance&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;msra&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;User Accounts&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;Netplwiz&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;ODBC Data Source Administrator&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;odbcad32&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Optional Features Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;optionalfeatures&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;People Near Me &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;p2phost&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Performance Monitor&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;perfmon&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Presentation Settings (only available on mobile pcs)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;presentationsettings&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Printer Migration&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;PrintBrmUi&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Encryption File System&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;rekeywiz&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Backup Utility&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;sdclt&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Accesibility Settings &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;sethc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Share Creation Wizard&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;shrpubw&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Software Licensing (Windows Activation)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;slui&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Sound Volume&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;sndvol&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Snipping Tool (an Advanced Print Screen function)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;snippingtool&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Sound Recorder&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;soundrecorder&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Sticky Note &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;StikyNot&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Advanced preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesAdvanced&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Computer Name preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesComputerName&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Data Execution Prevention preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesDataExecutionPrevention&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Hardware preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesHardware&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Performance preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesPerformance&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Protection preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesProtection&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="32"&gt;&lt;span style="font-family:Times New Roman;"&gt;System Properties (Remote preselected)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;SystemPropertiesRemote&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Ditilizer Calibration Tool&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;tabcal&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Trusted Platform Module&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;TpmInit&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Problem Reports and Solutions &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wercon&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Firewall with Advanced Security &lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wf.msc&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Fax and Scan&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wfs&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Image Acquisition (requires a scanner)&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wiaacmgr&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Update App Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wuapp&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left" height="17"&gt;&lt;span style="font-family:Times New Roman;"&gt;Windows Standalong Update Manager&lt;/span&gt;&lt;/td&gt;    &lt;td style="border: 1px solid rgb(0, 0, 0);" align="left"&gt;&lt;span style="font-family:Times New Roman;"&gt;wusa&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;  &lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.fixmyvista.com/content/view/23/26/"&gt;Visit Original Website Articles&lt;/a&gt;&lt;br /&gt;and &lt;a href="http://www.fixmyvista.com/content/view/18/26/"&gt;Other Articles&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-7065846767876122754?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/7065846767876122754/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=7065846767876122754' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/7065846767876122754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/7065846767876122754'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2008/01/run-command-for-win-xp.html' title='Run Command For Windows Xp and Vista'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-1073563548777634638</id><published>2007-12-31T03:07:00.000-08:00</published><updated>2007-12-31T03:11:26.040-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO Articles'/><title type='text'>Search Engine Optimization for Corporate Websites</title><content type='html'>&lt;div style="text-align: justify;"&gt; Although your corporate website does not allow customers to purchase products or services online, your company can benefit greatly from optimizing your website for the search engines. Ranking well in the search engine results will not only increase your businesses’ brand awareness, it will bring increased sales leads, which will lead to increased ROI from your corporate website.&lt;br /&gt;&lt;br /&gt;There are several things that can be done that will make a corporate website more search engine friendly—and making sure that the search engines like your website will help it get indexed properly. It will also increase the number of targeted visitors to the site, increasing it’s overall ROI. Most corporate websites use high-end web designers who charge a lot of money. If that sounds like your website, then you know that your corporate website is a major investment. By paying attention to the little details that make a big difference when it comes to search engine rankings, you’ll be able to allow your site to ‘earn its keep’ so to speak, and it might even become a part of your full-time sales staff.&lt;br /&gt;   &lt;b&gt;Home Page&lt;/b&gt;&lt;br /&gt;The home page of the corporate site (www.yourcompanyname.com), is the most important page on the site. When visitors come to www.yourcompanyname.com it shouldn’t redirect to any other web page; after all, that’s your home page. And since most other websites link to your home page (www.yourcompanyname.com) rather than www.yourcompanyname.com/anotherpage.html, then you should take advantage of that; don’t use any redirects on your home page.&lt;br /&gt;&lt;br /&gt;Your home page’s title tag should include your company name. If your brand is “well known” then typically the title tag of the home page should only include your company name. However, if your company is not a “household name” or “well-known” brand, then including your company’s industry or keywords reflecting what your company does should be included in your title tag on the home page. Of course, whether or not you choose to include any keywords along with your company name is up to you—only you can make that decision. The meta description tag is often used in search engine listings and in other highly visible places like in search results and in website directory listings. Having a well-written meta description tag that contains a statement about what your company does along with your most important keyword phrases and your company name is a must. The meta keywords tag is optional, although it won’t hurt to include one that includes a few keyword phrases that describe what your company does; it’s also a good place to put keywords that won’t fit into your meta description tag. It’s important not to go overboard with it, though. A few targeted keyword phrases should be sufficient. Keyword research tools are tools that will tell you how many people search per day for keywords related to your business or your company’s products; these can be helpful when writing title tags and meta tags and when crafting your website’s copy.&lt;br /&gt;&lt;br /&gt;When visitors come to the home page, they should easily find the name of your company, what your company does, and what products or services it provides. Adding text to your home page is imperative, as search engines don’t read graphics—they need text to be able to determine what your web pages are about. A small paragraph or two about your company should be sufficient, although more text is always better—adding links within that text directly to the company’s most important products is also a good idea. Other elements that should be included on the corporate website’s home page include links to the company’s most important products and services, links to the company’s contact information, links to the company’s management team, and the headlines of the company’s latest news or press releases. Keep in mind that the company’s home page should link to the most important content on the site.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Product or Services Pages&lt;/b&gt;&lt;br /&gt;Using keyword research tools, you should be able to identify one or two important phrases that describe each product or service that your company offers. The title tags of product pages should include those phrases along with the company name. It’s best to include the keyword phrase(s), the name of the product, and then your company name in the title tag (in that order). The keyword phrase should appear first in the title tag since it’s the most important. Keep in mind that title tags are also what appears in the search results, so including the keyword phrase (typically what someone searched for) along with the product name and the company name will help entice the visitor to click on the link in the search results and visit your corporate website’s product page.&lt;br /&gt;&lt;br /&gt;Each product or services page must be unique. We’ve already discussed the title tag and how that should include keywords that describe the product as well as the product name and the company name. Those words should also be included in the meta description tag and meta keywords tag, which also must uniquely describe the particular product or service. Do not duplicate meta tags across several product pages; it’s imperative that each one be unique or the search engines might not include those product pages in their search engine indices.&lt;br /&gt;&lt;br /&gt;Each product or services page should contain at least several paragraphs of text; using the keywords (based on prior keyword research) is good practice, although you don’t want to “overuse them” in the copy. Keep in mind that although the text on products and services pages can also appear in product brochures and other sales literature, it’s important that it only appear once on the internet (on your product page). The search engines do not like duplicate content, as duplicate content can draw penalties from the search engines. Links to related products or services that the company offers will keep visitors on your site as well as help the search engine crawlers find all the pages; you might consider adding a “breadcrumb trail” as a part of the navigation, as well.&lt;br /&gt;&lt;br /&gt;Product or services pages can help bring in sales leads for your company. When potential customers are looking for a product or service the company sells, they typically turn to search engines. When they find your product or services page listed in the search engines, the visitor will come directly to your product or service page. They’ll typically take a few seconds to glance at what you have to offer; it’s at that time when you need to give them some sort of “action” to take. For example, if your company’s product or services are very expensive you might consider allowing your visitors to download an Adobe Acrobat PDF version of your product brochure. Including a link in a prominent place on your product page will give them some sort of “action” to take. It’s also a good practice to ask them to fill out an online form with their contact information before they actually download the PDF file. Capturing their contact information will allow you to collect online sales leads, and allow your sales staff to follow up with prospective customers. If you do not include an “action” for your website visitors to take on your product pages, you’re losing out on potential sales leads. Furthermore, most web analytics tools allow you to track how those prospects heard about you and what they searched for at which search engine. Even though your sales process might be lengthy, it’s possible to track specific sales to keywords that the client searched for to find you. This can lead to increased marketing awareness and allow you to focus your marketing efforts in areas that are most profitable for your company.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Company News and Events&lt;/b&gt;&lt;br /&gt;Many corporate websites include press releases, company news, and events (like trade shows) on their site. I mentioned earlier that it’s often useful to include the headlines of press releases and news on the company’s home page and links directly to pages on the site where that news is located. There should be a separate section on the site for press releases, as well as a separate page for events or trade shows that the company is attending.&lt;br /&gt;&lt;br /&gt;Each press release should have its own page, and the title of the press release should be included in the title tag and the meta tags of that page. Press releases should include links to the products and services the company sells as well as a link to the company’s home page. Most often these are included in the “About CompanyName” section of the press release, and it’s a good practice to include direct links to the product pages on the site in that “about the company” section.&lt;br /&gt;&lt;br /&gt;Whenever a press release is issued it should first be added to the website; then it should be sent out to the press or to the newswires. It’s important for it to be included first on the website as that’s the first place it will appear, insuring that the company is the author and originator of it; any other copies of the press release that appear on other websites will essentially be regarded as duplicates. This is key since it will help the press release be indexed first for that information, which will help that press release’s page get ranked quicker in the search engines for the information contained in the press release. Whenever a company announces news, people turn to the internet and search for that news; it’s best that the company’s own press release about that news show up first in the search engines rather than any other ‘copies’ of that press release that might show up in the media.&lt;br /&gt;&lt;br /&gt;Oftentimes people search at the search engines for trade shows they’re going to attend. By including separate web pages about each trade show the company is going to attend or exhibit at, there’s a good chance that people searching for that trade show in the search engines will see the page on the corporate website mentioning the fact that the company is attending; this can lead to company and brand awareness as well as potential sales leads. If someone is searching for the trade show then they’re interested in that particular industry; so those types of visitors to your corporate site are extremely targeted and valuable.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Links to the Corporate Website&lt;/b&gt;&lt;br /&gt;Many corporate websites already perform well when it comes garnering links from other websites. Links are important because they’re the currency when it comes to the search engines—the more links a website has from other websites the more popular or influential that website is when it comes to search engine rankings and overall traffic. Keep in mind that links are valuable, so making sure you get a link whenever possible will help. Websites that contain links that are extremely valuable are often overlooked; these include websites of trade associations or trade groups the company belongs to, as well as industry trade magazines (they often will link to your products and services pages and list your white papers). It’s also valuable for companies to be listed in industry portals and industry directories, as well as &lt;a href="http://www.dmoz.org/"&gt;www.dmoz.org&lt;/a&gt;, the Yahoo! Directory, Business.com, and Best of the Web (www.botw.org). Best of the Web also has a blog directory, so if your company has a corporate blog it can be included there, as well. Corporate blogs can be a good source of additional content for your corporate website, as well as a place that will naturally get links from other websites.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Considerations&lt;/b&gt;&lt;br /&gt;Corporate websites can often be seen as an industry leader if it includes additional valuable content. For example, including a dictionary or glossary of terms is helpful. Including articles by your company’s industry experts can also lead to increased credibility (those articles can also be syndicated for use on other websites on the internet that will bring even more targeted visitors to your company’s website). Keep in mind that white papers are also valuable, and there are many websites that will list your company’s white papers at no charge.&lt;br /&gt;&lt;br /&gt;When including information about your company’s executives, each executive should have his or her own web page on the site. The title tag should include the executive’s name, as well as the company name. The meta description and meta keywords tag should also include this information as well. Giving each executive their own web page on the site is valuable, as there are people who search at search engines for executives’ names or the company name and their job title.&lt;br /&gt;&lt;br /&gt;Many companies typically own more than one domain name. It’s important that the corporate website have one main domain name—all others must be redirected to the main domain name using what is referred to as a “301 Permanent Redirect”. If you allow your company to have more than one domain name that brings up the same content, you’re asking for a possible de-ranking or de-listing in the search engines because of “duplicate content”. The search engines do not like to index duplicate web pages or duplicate websites.&lt;br /&gt;&lt;br /&gt;Have you ever searched at a search engine for your company name? Most likely your corporate website will be listed first. But, what is listed second, third, or even eighth in the search results? Are all those other websites that mention your company positive? Are some of them negative? By adding an “in the news” section to your corporate website and linking out to positive articles and other websites that offer valuable information about your company, you will increase the chance that those positive references to your company will show up higher in the search results than the negative ones.&lt;br /&gt;&lt;br /&gt;By making a few changes to your corporate website that don’t sacrifice its quality and good looks, you can make your corporate website pay for itself by turning it into a serious lead generation tool. Not only will your corporate website be found at the top of the search results, it will be seen as an industry leader and start to “show up everywhere” for your company’s most important keyword phrases, the phrases related to your products and services. And not only will the corporate website be found more often in the search engines, it will increase your company’s brand awareness.&lt;br /&gt;&lt;br /&gt;By: &lt;a href="http://webproworld.com/profile.php?mode=viewprofile&amp;amp;u=42179"&gt;Bill Hartzer&lt;/a&gt; on &lt;a href="http://www.webproworld.com/"&gt;WebProWorld&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Bill Hartzer's sites: &lt;a href="http://www.corporatewebsitemarketing.com/"&gt;Corporate Web Site Marketing&lt;/a&gt; &lt;a href="http://www.marketnet.com/"&gt;MarketNet - Since 199&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-1073563548777634638?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/1073563548777634638/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=1073563548777634638' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/1073563548777634638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/1073563548777634638'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/search-engine-optimization-for.html' title='Search Engine Optimization for Corporate Websites'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-7361283681048257466</id><published>2007-12-23T03:32:00.000-08:00</published><updated>2007-12-23T03:37:27.869-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Articles'/><title type='text'>Google Earth User Guide</title><content type='html'>Once you &lt;a href="http://earth.google.com/downloads.html" target="_blank"&gt;download&lt;/a&gt; and &lt;a href="http://earth.google.com/support/bin/answer.py?answer=21616&amp;amp;topic=1135" target="_blank"&gt;install&lt;/a&gt; Google Earth, your computer becomes a window to anywhere, allowing you to view high-resolution aerial and satellite imagery, photos, elevation terrain, road and street labels, business listings, and more.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;&lt;span style="font-size:85%;"&gt;Getting to Know Google Earth&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;The following diagram describes some of the features available in the main window of Google Earth&lt;span class="style1"&gt;: &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://earth.google.com/userguide/v4/images/ge_overview.jpg" alt="Overview of Google Earth" height="601" width="571" /&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;&lt;strong&gt;Search panel&lt;/strong&gt; - Use this to &lt;a href="http://earth.google.com/userguide/v4/ug_findplaces.html"&gt;find places and directions&lt;/a&gt; and &lt;a href="http://earth.google.com/userguide/v4/ug_searchresults.html"&gt;manage search results&lt;/a&gt;. &lt;a href="http://earth.google.com/earth_ec.html" target="_blank"&gt;Google Earth EC&lt;/a&gt; may display additional tabs here.&lt;/li&gt;&lt;li value="2"&gt;&lt;strong&gt;Overview map &lt;/strong&gt; - Use this for an &lt;a href="http://earth.google.com/userguide/v4/ug_3dviewer.html#overviewwindow"&gt;additional perspective&lt;/a&gt; of the Earth.&lt;/li&gt;&lt;li value="3"&gt;&lt;strong&gt;Hide/Show sidebar&lt;/strong&gt; - Click this to conceal or the display the side bar (Search, Places and Layers panels).&lt;/li&gt;&lt;li value="4"&gt;&lt;strong&gt;Placemark&lt;/strong&gt; - Click this to add a &lt;a href="http://earth.google.com/userguide/v4/ug_placemarks.html"&gt;placemark for a location&lt;/a&gt;.&lt;/li&gt;&lt;li value="5"&gt;&lt;strong&gt;Polygon&lt;/strong&gt; - Click this to &lt;a href="http://earth.google.com/userguide/v4/ug_drawing.html"&gt;add a polygon&lt;/a&gt;.&lt;/li&gt;&lt;li value="6"&gt;&lt;strong&gt;Path&lt;/strong&gt; - Click this to &lt;a href="http://earth.google.com/userguide/v4/ug_drawing.html"&gt;add a path (line or lines)&lt;/a&gt;.&lt;/li&gt;&lt;li value="7"&gt;&lt;strong&gt;Image Overlay&lt;/strong&gt; - Click this to add an &lt;a href="http://earth.google.com/userguide/v4/ug_imageoverlays.html"&gt;image overlay on the Earth&lt;/a&gt;.&lt;/li&gt;&lt;li value="8"&gt;&lt;strong&gt;Measure&lt;/strong&gt; - Click this to &lt;a href="http://earth.google.com/userguide/v4/ug_measuring.html"&gt;measure a distance or area size&lt;/a&gt;.&lt;/li&gt;&lt;li value="9"&gt;&lt;strong&gt;Email&lt;/strong&gt; - Click this to email a &lt;a href="http://earth.google.com/userguide/v4/ug_sharingplacedata.html#emailplace"&gt;view&lt;/a&gt; or &lt;a href="http://earth.google.com/userguide/v4/ug_sharingplacedata.html#emailview"&gt;image&lt;/a&gt;.&lt;/li&gt;&lt;li value="10"&gt;&lt;strong&gt;Print&lt;/strong&gt; - Click this to print the current view of the Earth.&lt;/li&gt;&lt;li value="11"&gt;&lt;strong&gt;Show in Google Maps&lt;/strong&gt; - Click this to show the current view in Google Maps in your web browser. &lt;/li&gt;&lt;li value="12"&gt;&lt;strong&gt;Sky&lt;/strong&gt; - Click this to &lt;a href="http://earth.google.com/userguide/v4/ug_sky.html"&gt;view stars, constellations, galaxies, planets and the Earth's moon&lt;/a&gt;.&lt;/li&gt;&lt;li value="13"&gt;&lt;strong&gt;Navigation controls&lt;/strong&gt; - Use these to tilt, zoom and move around your viewpoint (&lt;a href="http://earth.google.com/userguide/v4/#navcontrols"&gt;see below&lt;/a&gt;).&lt;/li&gt;&lt;li value="14"&gt;&lt;strong&gt;Layers panel&lt;/strong&gt; - &lt;a href="http://earth.google.com/userguide/v4/ug_layers.html"&gt;Use this to display points of interest&lt;/a&gt;.&lt;/li&gt;&lt;li value="15"&gt;&lt;strong&gt;Places panel&lt;/strong&gt; - Use this to &lt;a href="http://earth.google.com/userguide/v4/ug_placemarks.html"&gt;locate, save, organize and revisit placemarks&lt;/a&gt;.&lt;/li&gt;&lt;li value="16"&gt;&lt;strong&gt;Add Content&lt;/strong&gt; - Click this to import exciting content from the &lt;a href="http://earth.google.com/gallery/" target="_blank"&gt;KML Gallery&lt;/a&gt; &lt;/li&gt;&lt;li value="17"&gt;&lt;strong&gt;3D Viewer&lt;/strong&gt; - View the globe and its terrain in this window.&lt;/li&gt;&lt;li value="18"&gt;&lt;strong&gt;Status bar&lt;/strong&gt; - View coordinate, elevation and imagery streaming status here.&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: center;"&gt;You can &lt;a href="http://earth.google.com/userguide/v4/google_earth_user_guide.pdf"&gt;view a printable version of this user guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://earth.google.com/userguide/v4/"&gt;Original Articles Website&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-7361283681048257466?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/7361283681048257466/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=7361283681048257466' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/7361283681048257466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/7361283681048257466'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/google-earth-user-guide.html' title='Google Earth User Guide'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-2344561740346403346</id><published>2007-12-23T03:08:00.000-08:00</published><updated>2007-12-23T03:12:00.979-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Articles'/><title type='text'>How to Make a MySpace Page</title><content type='html'>It is simple to have a good-looking page on Myspace, a hot online friend community. Here are some instructions, tips, and warnings on how to create a page and fulfill your online experience.&lt;br /&gt;&lt;h2&gt;&lt;span&gt;Steps&lt;/span&gt;&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Visit &lt;a href="http://www.myspace.com/" class="external text" title="http://www.myspace.com" rel="nofollow"&gt;MySpace&lt;/a&gt; and make an account. As soon as you are at the website, you will see a log-in form at the right. You can create an account by clicking the &lt;i&gt;"SIGN UP!"&lt;/i&gt; button under this form.&lt;/li&gt;&lt;li&gt;Hand over a few details about yourself. MySpace will ask for your email, first and last name, password, and other personal information. They are not trying to stalk you, they just want to know more about you. By answering these questions honestly and using your real name and most commonly used email address, you make it a lot easier for people to find you. After all, that's the point of MySpace, isn't it?&lt;/li&gt;&lt;li&gt;Upload a Photo. A profile without a photo is like a sandwich without bread. A photo will be your face on MySpace. Ideally, you should choose a flattering picture of yourself. If this is impossible, feel free to be a bit more creative. For maximum safety, do not use a photo of yourself, but rather one of something you like. For example, you might use a picture of your favourite band (for all you music lovers out there) or a your favorite kind of cat (for all you pet lovers in this world of mysteries and evidential suspenses).&lt;/li&gt;&lt;li&gt;Invite some friends. If you would like to invite some friends to make a MySpace as well, you have your opportunity now. But don't worry, you can skip this for now and go back to it later. Just remember, the more friends you have on MySpace, the more enriching your experiences there will be.&lt;/li&gt;&lt;li&gt;To edit your profile, click on "Edit Profile" to the right of your picture. Enter as much or as little information you feel comfortable sharing.&lt;/li&gt;&lt;li&gt;View your profile. You're officially a MySpace citizen and people from all over can now view and judge your life. Everything you ever wanted, right?&lt;/li&gt;&lt;/ol&gt; &lt;h2&gt;&lt;span&gt;Tips&lt;/span&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Always &lt;a href="http://www.wikihow.com/Be-Yourself" title="Be Yourself"&gt;be yourself&lt;/a&gt;. You're amazing the way you are. You don't have to lie about some part of you to make your page the best it can be. Don't add interests you don't have or movies you don't like to your page. You want the friends you make to be friends with you, not an imaginary MySpace identity.&lt;/li&gt;&lt;li&gt;You can change the look and appearance of your MySpace by messing around a bit. If you know HTML you can design your own unique look to your page but if you need some inspiration try looking through one of the many resource sites. There are tons of resource sites that focus on different themes, just do a search in Google.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span&gt;Warnings&lt;/span&gt;&lt;br /&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Stay away from people with backgrounds that aren't appropriate. Also, cybersex and pornographic sites aren't appropriate and will be deleted on the spot. By avoiding these people, it's possible to keep MySpace healthy.&lt;/li&gt;&lt;li&gt;Do not post too much personal info on your site. You don't want sketchy characters showing up at your door.&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.wikihow.com/Make-a-MySpace-Page"&gt;Original Articles Website&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-2344561740346403346?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/2344561740346403346/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=2344561740346403346' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/2344561740346403346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/2344561740346403346'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/how-to-make-myspace-page.html' title='How to Make a MySpace Page'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-1794426248699433628</id><published>2007-12-23T02:57:00.000-08:00</published><updated>2008-12-11T02:16:24.740-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Articles'/><title type='text'>How To Download A Video From Youtube, Dailymotion, Redtube, You Porn and Many More</title><content type='html'>&lt;h3 class="post-title entry-title"&gt;                      &lt;/h3&gt;                 &lt;div class="post-body entry-content"&gt;       &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_2nDQzJkUNME/Rt1DnJF5o1I/AAAAAAAAAM0/LhWYU_-C5HM/s1600-h/youtube.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_2nDQzJkUNME/Rt1DnJF5o1I/AAAAAAAAAM0/LhWYU_-C5HM/s400/youtube.jpg" alt="" id="BLOGGER_PHOTO_ID_5106311892242637650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How To Download a video From Youtube :&lt;br /&gt;&lt;br /&gt;Hi, If you wondering how download a video from youtube, daily motion, Redtube, YouPorn this time i will give you some trick. First of all you need a Mozilla Firefox, you can download it from http://www.mozilla.com to get a latest release of Mozilla Firefox. Why I Choose Mozilla because they can easily add a new addons for your browser activity.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJM0q37XaI/AAAAAAAAAAM/yQFeWjsO7Y4/s1600-h/mozilla.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJM0q37XaI/AAAAAAAAAAM/yQFeWjsO7Y4/s320/mozilla.jpg" alt="" id="BLOGGER_PHOTO_ID_5085211397000486306" border="0" /&gt;&lt;/a&gt;After you download and install the mozilla  go to the website once again, and click addons&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_2nDQzJkUNME/RpJNpK37XbI/AAAAAAAAAAU/w3P_ugjxXwc/s1600-h/mozilla-2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_2nDQzJkUNME/RpJNpK37XbI/AAAAAAAAAAU/w3P_ugjxXwc/s320/mozilla-2.jpg" alt="" id="BLOGGER_PHOTO_ID_5085212298943618482" border="0" /&gt;&lt;/a&gt;Look for the search text put on "youtube" then click search.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJOjq37XcI/AAAAAAAAAAc/wezXYcpUCGM/s1600-h/mozilla-3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJOjq37XcI/AAAAAAAAAAc/wezXYcpUCGM/s320/mozilla-3.jpg" alt="" id="BLOGGER_PHOTO_ID_5085213303965965762" border="0" /&gt;&lt;/a&gt;You can choose many youtube addons on your mozilla, but i recommended you to use "&lt;img src="file:///C:/DOCUME%7E1/MOHAMM%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/3006"&gt;DownloadHelper&lt;/a&gt;" because it can be used from many Website that contain any multimedia.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJP9q37XdI/AAAAAAAAAAk/v_epDlHb6Hg/s1600-h/mozilla-4.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_2nDQzJkUNME/RpJP9q37XdI/AAAAAAAAAAk/v_epDlHb6Hg/s320/mozilla-4.jpg" alt="" id="BLOGGER_PHOTO_ID_5085214850154192338" border="0" /&gt;&lt;/a&gt;Just install the addons on your mozilla. Than restart the mozilla, just simply closed the mozilla and run it back again. Now you're ready to download a video from a Youtube. go to the website http://www.youtube.com then search and select your favorite movie clip.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_2nDQzJkUNME/RpJRw637XfI/AAAAAAAAAA0/2FZt__-zxOs/s1600-h/mozilla-5.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_2nDQzJkUNME/RpJRw637XfI/AAAAAAAAAA0/2FZt__-zxOs/s400/mozilla-5.jpg" alt="" id="BLOGGER_PHOTO_ID_5085216830134115826" border="0" /&gt;&lt;/a&gt;Click on the 3 balloons icon (blue, yellow, red) beside the address navigation select the Youtube Icon than save it.&lt;br /&gt;&lt;br /&gt;if you had installed the downloadhelper addons, and you don't have the 3 balloons icon on your mozilla firefox, just right-click to your mouse and will be display like this :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_2nDQzJkUNME/R049HGtzpjI/AAAAAAAAAX8/Eemq_Q02SRQ/s1600-h/a.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_2nDQzJkUNME/R049HGtzpjI/AAAAAAAAAX8/Eemq_Q02SRQ/s400/a.jpg" alt="" id="BLOGGER_PHOTO_ID_5138111417147434546" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Remember the extension of the file is "flv", you need a Adobe Flash Player, and FLV Player such as FLV Player 1.3.3 or Gom Player, or you can use Kazza Lite Video Codecs.&lt;br /&gt;and this is the Link How You can get that Player :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.helpmyinternet.blogspot.com/2007/07/www.adobe.com/products/flashplayer/"&gt;Adobe Flash Player&lt;/a&gt; &lt;span style=""&gt;&lt;span class="a"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://helpmyinternet.blogspot.com/search/label/How%20To%20Play%20Flv%20Video"&gt;Click Here&lt;/a&gt; To Get FLV Player&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.downloadhelper.net/sites.php"&gt;This is the supported video site other than youtube. &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;or you can try this tips for more details&lt;br /&gt;&lt;br /&gt;try this tips :&lt;a href="http://helpmyinternet.blogspot.com/2007/08/how-to-convert-youtube-video-or-flv.html"&gt; how to convert youtube video to mp3 using free converter &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and this tips : &lt;a href="http://helpmyinternet.blogspot.com/2007/08/how-to-convert-youtube-video-or-flv_28.html"&gt;how to convert youtube video to mpg, avi, wmv to use in microsoft movie maker&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;related tips :  &lt;a href="http://helpmyinternet.blogspot.com/2007/08/how-to-play-flv-video-on-your-computer.html"&gt;how to play flv video or downloaded video from youtube&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;a style="color: rgb(51, 102, 255);" href="http://www.helpmyinternet.blogspot.com/2007/07/how-to-download-video-from-youtube.html"&gt;Original Articles Website&lt;/a&gt;&lt;br /&gt;Thank For Sharring&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-1794426248699433628?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/1794426248699433628/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=1794426248699433628' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/1794426248699433628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/1794426248699433628'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/how-to-download-video-from-youtube.html' title='How To Download A Video From Youtube, Dailymotion, Redtube, You Porn and Many More'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_2nDQzJkUNME/Rt1DnJF5o1I/AAAAAAAAAM0/LhWYU_-C5HM/s72-c/youtube.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-3578587882601343887</id><published>2007-12-23T02:47:00.000-08:00</published><updated>2007-12-23T02:48:37.525-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Game&apos;s Article&apos;s'/><title type='text'>SimCity Societies Cheats</title><content type='html'>Cheat: Cheat List   &lt;div class="cheatText"&gt;&lt;p&gt;During gameplay, press enter to bring up the console, and insert the following codes for the desired result.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;allinjure 0&lt;/b&gt; - Heal everyone&lt;/li&gt;&lt;li&gt;&lt;b&gt;allinjure 1&lt;/b&gt; - Hurt everyone&lt;/li&gt;&lt;li&gt;&lt;b&gt;allsick 0&lt;/b&gt; - Heal everyone&lt;/li&gt;&lt;li&gt;&lt;b&gt;allsick 1&lt;/b&gt; - Hurt everyone&lt;/li&gt;&lt;li&gt;&lt;b&gt;eureka&lt;/b&gt; - All buildings available to build&lt;/li&gt;&lt;li&gt;&lt;b&gt;moneytree X&lt;/b&gt; - Gives you money (where X = amount of money)&lt;/li&gt;&lt;li&gt;&lt;b&gt;orbo&lt;/b&gt; - Gives energy&lt;/li&gt;&lt;li&gt;&lt;b&gt;partridge&lt;/b&gt; - Makes everyone happy&lt;/li&gt;&lt;li&gt;&lt;b&gt;reward all&lt;/b&gt; - All reward buildings available to build&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&lt;a style="color: rgb(51, 102, 255);" href="http://cheats.ign.com/ob2/068/925/925931.html"&gt;Original Articles Website&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-3578587882601343887?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/3578587882601343887/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=3578587882601343887' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/3578587882601343887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/3578587882601343887'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/simcity-societies-cheats.html' title='SimCity Societies Cheats'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-481983530438530266</id><published>2007-12-23T02:32:00.000-08:00</published><updated>2007-12-23T02:36:00.909-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Game&apos;s Article&apos;s'/><title type='text'>Need for Speed ProStreet Cheats</title><content type='html'>Cheat: Cheat List   &lt;div class="cheatText"&gt;&lt;p&gt;Insert the following passwords into the in-game codes menu for the desired result.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;1MA9X99&lt;/b&gt; - Receive $2,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;1MI9K7E1&lt;/b&gt; - Receive $10,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;CASHMONEY&lt;/b&gt; - Receive $10,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;CASTROLSYNTEC&lt;/b&gt; - Unlock Castrol Syntec Vinyl&lt;/li&gt;&lt;li&gt;&lt;b&gt;COKEZERO&lt;/b&gt; - Unlock Coke Zero Golf GTI&lt;/li&gt;&lt;li&gt;&lt;b&gt;ENERGIZERLITHIUM&lt;/b&gt; - Unlock bonus vinyls&lt;/li&gt;&lt;li&gt;&lt;b&gt;HORSEPOWER&lt;/b&gt; - Unlock Chevelle SS&lt;/li&gt;&lt;li&gt;&lt;b&gt;ITSABOUTYOU&lt;/b&gt; - Unlock Audi TT&lt;/li&gt;&lt;li&gt;&lt;b&gt;L1IS97A1&lt;/b&gt; - Receive $8,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;LEIPZIG&lt;/b&gt; - Unlock Progressive Bonus Vinyl&lt;/li&gt;&lt;li&gt;&lt;b&gt;MITSUBISHIGOFAR&lt;/b&gt; - Unlock Mitsubishi Lancer Evolution&lt;/li&gt;&lt;li&gt;&lt;b&gt;REGGAME&lt;/b&gt; - Receive $10,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;SAFETYNET&lt;/b&gt; - Receive five Repair Tokens&lt;/li&gt;&lt;li&gt;&lt;b&gt;UNLOCKALLTHINGS&lt;/b&gt; - Unlock Nissan 240 SX, Pontiac GTO, Chevy Cobalt SS, and Dodge Viper SRT 10&lt;/li&gt;&lt;li&gt;&lt;b&gt;W2IOLL01&lt;/b&gt; - Receive $4,000&lt;/li&gt;&lt;li&gt;&lt;b&gt;WORLDSLONGESTLASTING&lt;/b&gt; - Unlock Dodge Viper SRT10&lt;/li&gt;&lt;li&gt;&lt;b&gt;ZEROZEROZERO&lt;/b&gt; - Unlock Coke Zero Golf GTI&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;   &lt;div style="text-align: center;" class="cheatSubmit"&gt;Submitted by &lt;span class="cheatSubmitName"&gt;V Rapter V47&lt;br /&gt;&lt;a style="color: rgb(51, 102, 255);" href="http://cheats.ign.com/ob2/068/910/910208.html"&gt;Original Articles Source&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-481983530438530266?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/481983530438530266/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=481983530438530266' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/481983530438530266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/481983530438530266'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/need-for-speed-prostreet-cheats.html' title='Need for Speed ProStreet Cheats'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-2417765877089209011</id><published>2007-12-23T00:48:00.000-08:00</published><updated>2007-12-23T00:52:46.607-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Marketing Articles'/><title type='text'>How To Find Free Internet Marketing</title><content type='html'>by: &lt;b class="author"&gt;Mark Walters&lt;/b&gt;&lt;br /&gt;New ecommerce businesses are caught up in SEO and web optimization. They view Google as the holy grail of making profits via the internet. Their internet marketing budget is sank into buying traffic, optimizing pages, and establishing major PayPerClick programs with the major search engines. All the work, and expense, involved in following the pack, is virtually unnecessary in today’s ecommerce world.&lt;br /&gt;&lt;br /&gt;Marketing the Website&lt;br /&gt;&lt;br /&gt;Submitting to search engines is only the first step toward a strong Internet Marketing campaign – it should never be the full focus. There are several ways to market a website.&lt;br /&gt;&lt;br /&gt;- search engine optimization&lt;br /&gt;- Pay Per Click&lt;br /&gt;- Search Engine Submission&lt;br /&gt;- Generating Inbound Links and increasing Page Rank&lt;br /&gt;- Building Content&lt;br /&gt;- Adding Social Networking Tools such as forums&lt;br /&gt;&lt;br /&gt;Each one of these tools have a benefit. Recently a blog community went from PR0 – PR4, and receiving 300 000 hits a month with a budget of $50 a month. The blog community invested $20 a month in a PayPerClick program to ‘boost’ their exposure on Google and be accepted and ‘ranked’ faster.&lt;br /&gt;&lt;br /&gt;www.communati.com submitted the website to more than 3000 search engines, free, using www.webceo.com. Despite the ‘old’ search engine hype, this should only be done once or twice a year. They embarked on an article writing, forum promoting, and encouraging members to ‘put the word out.’ The inbound link campaign increased their Page Rank to PR4 within 5 months, an incredible feat.&lt;br /&gt;&lt;br /&gt;Next, communati added social networking features like points and a chat. The important ‘trick’ to remember is that search engines give more rank to pages inside the website, not the index or home page. Building links to the home page is becoming a waste of time. Five articles with specific topics that contain high keywords, links to the rest of the ecommerce website, and ‘hooks’, will generate more PR than links to a buy now page, the index page, or a page with heavy images and graphics.&lt;br /&gt;&lt;br /&gt;Marketing the Blog&lt;br /&gt;&lt;br /&gt;All websites should include a blog. Not because a blog is necessary, or because people read them. The number one reason for putting up a blog is to increase keyword density, but keep in below the 5% ‘red flag’ level. It also generates dozens of extra content pages, increases the number of ‘in house’ links which are also important to increasing page rank.&lt;br /&gt;&lt;br /&gt;A blog can also be submitted to blog directories. The best way to submit is using a service. When an Internet Marketing manager submits a blog to a directory, they must include a backward link. When they use a service they can submit to about 1000 directories without back links. The price ranges from $200 - $500. &lt;a href="http://www.lazyurl.com/" class="hft-urls"&gt;http://www.lazyurl.com/&lt;/a&gt;, &lt;a href="http://www.submitcomfort.com/" class="hft-urls"&gt;http://www.submitcomfort.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;One advantage of a blog is that it is submitted to the blog directories every time someone writes a new post. Web sites that are submitted more than 4 or 5 times a year may find themselves banned. However, a blog can ping the search engine several times a day without risk of being banned.&lt;br /&gt;&lt;br /&gt;In turn, the blog search engines ‘ping’ the big search engines who give the ‘new’ content high page rank for the first few hours.&lt;br /&gt;&lt;br /&gt;Marketing The Podcast&lt;br /&gt;&lt;br /&gt;No podcast on your ecommerce website? Why? Submitting it to the podcast directories is another way to generate free exposure. The podcast only needs a few streaming or downloaded files to qualify. Podcasts can also be listed on dozens and dozens of free services, each building links to the main site, as well as increasing the exposure to the website. AmigoFish.com, Digg Podcasts , Podcast Pickle , www.apple.com/itunes/podcasts or &lt;a href="http://podcasts.yahoo.com/" class="hft-urls"&gt;http://podcasts.yahoo.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The most popular podcatcher software is iTunes, which is available as a free download from www.apple.com/itunes/download.&lt;br /&gt;&lt;br /&gt;Promote Video&lt;br /&gt;&lt;br /&gt;Does your product Appeal to younger people? Then load video at facebook, youtube, etc and then submit those videos. Don’t make a dry workshop or seminar style tutorial, but make it interesting. It is amazing how many younger people click in keywords, and then use the ‘search video only’ link to view relevant videos instead of reading articles.&lt;br /&gt;&lt;br /&gt;The list continues. Submit your newsletter, forums, and chat directories. A single article can be submitted to more than 50 000 article submission ‘free content’ sites. No cost involved, except time, and the exposure will create a ripple effect sending your message farther across the web than a $100 000 SEO, traffic buying, and search engine submission campaign.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-2417765877089209011?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/2417765877089209011/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=2417765877089209011' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/2417765877089209011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/2417765877089209011'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/how-to-find-free-internet-marketing.html' title='How To Find Free Internet Marketing'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329524704263558712.post-267885790252919110</id><published>2007-12-23T00:10:00.000-08:00</published><updated>2007-12-23T00:40:27.262-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Articles'/><title type='text'>Stopping Unwanted E-mail (SPAM)</title><content type='html'>&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Is spam (unwanted E-mail) crowding your Inbox?  Don't know how to stop it?&lt;br /&gt;&lt;br /&gt;This How-To Article shows you with some tips for stopping and preventing spam.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Stopping Unwanted E-mail&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--end intro--&gt;            &lt;!--pagebreak--&gt;&lt;b&gt;Where does spam start?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Spam, or unwanted E-mail, can start for many reasons. Anytime you submit your E-mail address for any reason, you have the possibility of receiving spam. Don't suspect all web sites, though, as many protect your E-mail address. (You can often find out about how web sites protect your personal information by reading their Privacy Policy.)&lt;br /&gt;&lt;br /&gt;Spam can be anything from "get rich quick" schemes to "get a free computer" sweepstakes.&lt;br /&gt;&lt;br /&gt;Spammers use a variety of techniques when sending spam. First, they will often (several times) indicate in the message that "this is not spam!!". The spammer may also be nice enough to provide a fake "unsubscribe from this e-mail list" link or address. Spammers do whatever they can do to get their message into your Inbox. A good way to find out if you got spammed is to think if you ever subscribed to receive the newsletter (or offer). If not, then some newsletter or service that you have signed up for probably passed your address on to a third party.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Stopping spam in its tracks&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You should always protect your E-mail address when submitting it on the Internet. If you don't trust the site, don't provide an E-mail address, or if an E-mail address is required, use a "fake" address (described below).&lt;br /&gt;&lt;br /&gt;When you sign up for any services, or download any products, don't generally use your regular E-mail address. Keep your E-mail address for personal or business use.&lt;br /&gt;&lt;br /&gt;A good way of stopping spam is to filter it.  A service, the best of its kind, can be found at &lt;a href="http://www.spamex.com/" target="_blank"&gt;Spamex&lt;/a&gt;. This service allows you to create "forwarding addresses" that forward to your existing E-mail address. Another site that offers a similar service is &lt;a href="http://www.mailshell.com/" target="_blank"&gt;Mailshell.com&lt;/a&gt; By creating the forwarding addresses, your actual E-mail address is never exposed to the web site. Instead, an address that forwards E-mail to your existing address will be used. If you start receiving spam through that address, then you can easily cancel the address, therefore stopping the spam.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other ways of stopping spam&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;What do you do if you are already receiving the spam? The forwarding addresses won't help now, as you are already receiving the spam. In this case, you will need to filter spam through your existing E-mail address.&lt;br /&gt;&lt;br /&gt;Many E-mail providers provide services for stopping spam. Try contacting your ISP. Ask them if they provide "E-mail filtering services". These filters are very effective in stopping spam, but can't stop spam 100%. Many web-based E-mail services (including MSN Hotmail) provide spam-filtering.&lt;br /&gt;&lt;br /&gt;If you're using Microsoft Outlook, you can easily add specific E-mail addresses to a "junk senders" list, which will send E-mail from that sender to the Deleted Items folder. (To learn how to do this, &lt;a href="http://www.computertim.com/howto/ht/outlook/29.shtml" target="_blank"&gt;read this How-To Article.&lt;/a&gt;) Be aware, though, that spammers usually will use a different E-mail address each time they send spam, so this solution isn't 100% effective either.&lt;br /&gt;&lt;br /&gt;Another option, usually the least effective, is to try unsubscribing from the mailing list. Depending on the spammer, this may work. Try clicking an "unsubscribe" link somewhere in the E-mail message. If there isn't one, try sending a blank reply to the sender with either remove or unsubscribe as the subject.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Tip: &lt;/i&gt;&lt;/b&gt;&lt;i&gt;If the majority of your E-mail is spam which you can't seem to stop, you may want to consider getting a new E-mail address. Contact your ISP about this. Then, be sure to use a service like &lt;a href="http://www.spamex.com/" target="_blank"&gt;Spamex&lt;/a&gt; when submitting your E-mail address on the Internet.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Spam is annoying, but by being sure that your E-mail address is protected on the Internet is the first step.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Thanks For Sharring This Articles (&lt;a style="color: rgb(51, 102, 255);" href="http://www.computertim.com/howto/article.php?topic=general&amp;amp;idn=11"&gt;See Original This Article&lt;/a&gt;)&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329524704263558712-267885790252919110?l=articles4sharring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://articles4sharring.blogspot.com/feeds/267885790252919110/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3329524704263558712&amp;postID=267885790252919110' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/267885790252919110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329524704263558712/posts/default/267885790252919110'/><link rel='alternate' type='text/html' href='http://articles4sharring.blogspot.com/2007/12/stopping-unwanted-e-mail-spam.html' title='Stopping Unwanted E-mail (SPAM)'/><author><name>Pelangi Kemayoran</name><uri>http://www.blogger.com/profile/00388128746564333062</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
