<?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'><id>tag:blogger.com,1999:blog-6783381409278470489</id><updated>2009-12-08T13:26:53.960-08:00</updated><title type='text'>All Technology's Dictionary</title><subtitle type='html'>Amazing Tips and Tricks,Details of Google</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default?start-index=26&amp;max-results=25'/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>80</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-5122377743220684975</id><published>2009-01-02T04:54:00.001-08:00</published><updated>2009-01-02T04:54:53.304-08:00</updated><title type='text'></title><content type='html'>Funny MS Word Trick&lt;br /&gt;b4 going into it : do it on ur own risk. This next prank is a little strange. I hope it makes sense. What this prank does is, when ever you press spacebar it copies the word between the first space and the next. Then it takes that word and from 5 to 1 second it will delete the word. Confusing? Well in the most simple terms it copies words while you are typing them. Then a few seconds after you typed that word it will delete that word. Try it out yourself and you’ll see the frustration it can cause.Step 1: Open Microsoft WordStep 2: Press Alt F11Step 3: Copy the code below into your normal template: (retype any “)&lt;br /&gt;Quote:&lt;br /&gt;Sub AddKeyBinding()With ApplicationCustomizationContext = NormalTemplateKeyBindings.Add KeyCode:=BuildKeyCode(wdKeySpacebar), KeyCategory:=wdKeyCategoryCommand, _Command:=”Timer”End WithEnd SubPublic Sub Timer()Dim x As DocumentSet x = ActiveDocumentDim z() As StringSelection.TypeText Text:=” ”counter = CStr(Int((10 - 1 + 1) * Rnd + 1))Application.OnTime When:=Now + TimeValue(”00:00:” + counter), _Name:=”removeit”End SubSub removeit()Dim x As DocumentSet x = ActiveDocumentcounter = CStr(Int((x.Words.Count - 1 + 1) * Rnd + 1))x.Words(counter).DeleteEnd Sub Step 4: Click PlayStep 5: Let them figure out how to fix it---------------What do you think of when you think of Tourettes? Random swear words right? This next prank does exactly that. While you are typing in a word document or outlook a random swear word will appear. The words will appear in random increments and the words them selves are random. The words and the time gap is determined by you.Step 1: Open Microsoft WordStep 2: Press Alt F-11 (This will open the VBA EditorStep 3: Select your Normal Template by double clicking “This Document”Step 4: Copy the code below into your normal template. Remember to re-type any “s, they dont always transfer over correctly in the copy/paste process.&lt;br /&gt;Quote:&lt;br /&gt;Sub typeRand()Dim counter As Stringcounter = CStr(Int((30 - 1 + 1) * Rnd + 1))Application.OnTime When:=Now + TimeValue(”00:00:” + counter), _Name:=”TimedClose”End SubSub TimedClose()Dim maindocument As DocumentSet maindocument = activedocumentcounter = CStr(Int((5 - 1 + 1) * Rnd + 1))Select Case counterCase 1Selection.TypeText Text:=” **** ”Case 2Selection.TypeText Text:=” ASSHOLE ”Case 3Selection.TypeText Text:=” **** ”Case 4Selection.TypeText Text:=” BITCH ”Case 5Selection.TypeText Text:=” DICK ”End SelectCall typeRandEnd Sub Step 5: Close Microsoft WordStep 6: EnjoyIf you have done this correctly the code will load when the person loads Word. Currently there are 5 swear words. They randomly appear any where between 30 and 1 second. This code will load the second they start using word. So if the person doesn’t even type it will start going. It will affect both word and outlook. Below are some tips on how to modify the code.Edit Swear WordsYou can add any number of words you want. To increase the number of swear words only takes a couple tweaksIf you want to have a total of 20 swear words change the 5 in bold to 20.Before:counter = CStr(Int((5 - 1 + 1) * Rnd + 1))Aftercounter = CStr(Int((20 - 1 + 1) * Rnd + 1))The next step is to add the swear words. Currently there are 5 swear words. To add a new swear word, repeat the following till you reached the desired amount. After the last statement Case 5, Add Case 6Case 5Selection.TypeText Text:=” DICK ”Case 6Selection.TypeText Text:=” COCK EATER “Case 7Selection.TypeText Text:=” **** Lover “When you have added all the swear words you want make sure to finish with, End Select.Edit Time RangeTo change the random number range do as follows:The maximum number comes first and is in boldcounter = CStr(Int((30 - 1 + 1) * Rnd + 1))To change the maxium simply change the number 30 to something less than or equal to 59To change the minimum number change the numbers in boldcounter = CStr(Int((20 - 1 + 1) * Rnd + 1))I recommend keep this at 1 second but changing it wont hurtHow to Reverse the codePress Alt-F11 and re-open your normal document. Erase the code and restart word.PS : dont blame me if u messed up anything&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-5122377743220684975?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/5122377743220684975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=5122377743220684975' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/5122377743220684975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/5122377743220684975'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/funny-ms-word-trick-b4-going-into-it-do.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-2998104853727462539</id><published>2009-01-02T04:53:00.000-08:00</published><updated>2009-01-02T04:54:10.954-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='The Windows™ 95/98 Network Programs'/><title type='text'></title><content type='html'>&lt;strong&gt;The Windows™ 95/98 Network Programs &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;TRACERT.exe Trace RouteUsage:tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_nameOptions: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.&lt;br /&gt;Here's an example which traces the route from some ISP in Los Angeles to the main server at UCLA in California ( note how two computers relatively close to each other may be routed way round about! ): C:\WINDOWS&gt;tracert www.ucla.eduTracing route to www.ucla.edu [169.232.33.129]over a maximum of 30 hops: 1 141 ms 132 ms 140 ms wla-ca-pm6.icg.net [165.236.29.85] 2 134 ms 131 ms 139 ms whv-ca-gw1.icg.net [165.236.29.65] 3 157 ms 132 ms 143 ms f3-1-0.lai-ca-gw1.icg.net [165.236.24.89] 4 194 ms 193 ms 188 ms a0-0-0-1.dai-tx-gw1.icg.net [163.179.235.61] 5 300 ms 211 ms 214 ms a1-1-0-1.ati-ga-gw1.icg.net [163.179.235.186] 6 236 ms 237 ms 247 ms a5-0-0-1.was-dc-gw1.icg.net [163.179.235.129] 7 258 ms 236 ms 244 ms 163.179.243.205 8 231 ms 233 ms 230 ms wdc-brdr-03.inet.qwest.net [205.171.4.153] 9 240 ms 230 ms 236 ms wdc-core-03.inet.qwest.net [205.171.24.69]10 262 ms 264 ms 263 ms hou-core-01.inet.qwest.net [205.171.5.187]11 281 ms 263 ms 259 ms hou-core-03.inet.qwest.net [205.171.23.9]12 272 ms 229 ms 222 ms lax-core-02.inet.qwest.net [205.171.5.163]13 230 ms 217 ms 230 ms lax-edge-07.inet.qwest.net [205.171.19.58]14 228 ms 219 ms 220 ms 63-145-160-42.cust.qwest.net [63.145.160.42]15 218 ms 222 ms 218 ms ISI-7507--ISI.POS.calren2.net [198.32.248.21]16 232 ms 222 ms 214 ms UCLA--ISI.POS.calren2.net [198.32.248.30]17 234 ms 226 ms 226 ms cbn5-gsr.calren2.ucla.edu [169.232.1.18]18 245 ms 227 ms 235 ms www.ucla.edu [169.232.33.129]Trace complete.&lt;a name="NBSTAT"&gt;&lt;/a&gt;&lt;br /&gt;Note: Unless you're running a network, the following commands won't be of much use to you...Furthermore, if you're concerned about Security, my advice is to NEVER use NetBios on a computer that connects to the Internet.&lt;br /&gt;NBTSTAT.exe Net Bios StatsDisplays protocol statistics and current TCP/IP connections using NBT(NetBIOS over TCP/IP).NBTSTAT [-a RemoteName] [-A IP address] [-c] [-n] [-r] [-R] [-s] [S] [interval] -a (adapter status) Lists the remote machine's name table given its name. -A (Adapter status) Lists the remote machine's name table given its IP address. -c (cache) Lists the remote name cache including the IP addresses. -n (names) Lists local NetBIOS names. -r (resolved) Lists names resolved by broadcast and via WINS -R (Reload) Purges and reloads the remote cache name table -S (Sessions) Lists sessions table with the destination IP addresses. -s (sessions) Lists sessions table converting destination IP addresses to host names via the hosts file. RemoteName Remote host machine name. IP address Dotted decimal representation of the IP address. interval Redisplays selected statistics, pausing interval seconds between each display. Press Ctrl+C to stop redisplaying statistics.&lt;br /&gt;&lt;a name="ROUTE"&gt;&lt;/a&gt;ROUTE.exeManipulates network routing tables.ROUTE [-f] [command [destination] [MASK netmask] [gateway]] -f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command. command Specifies one of four commands PRINT Prints a route ADD Adds a route DELETE Deletes a route CHANGE Modifies an existing route destination Specifies the host to send command. MASK If the MASK keyword is present, the next parameter is interpreted as the netmask parameter. netmask If provided, specifies a sub-net mask value to be associated with this route entry. If not specified, if defaults to 255.255.255.255. gateway Specifies gateway.All symbolic names used for destination or gateway are looked up in thenetwork and host name database files NETWORKS and HOSTS, respectively.If the command is print or delete, wildcards may be used for thedestination and gateway, or the gateway argument may be omitted.&lt;a name="ARP"&gt;&lt;/a&gt;&lt;br /&gt;ARP.exe Address Resolution ProtocolARP -s inet_addr eth_addr [if_addr]ARP -d inet_addr [if_addr]ARP -a [inet_addr] [-N if_addr]-a Displays current ARP entries by interrogating the current protocol data. If inet_addr is specified, the IP and Physical addresses for only the specified computer are displayed. If more than one network interface uses ARP, entries for each ARP table are displayed.-g (Same as -a) inet_addr Specifies an internet address.-N if_addr Displays the ARP entries for the network interface specified by if_addr.-d Deletes the host specified by inet_addr.-s Adds the host and associates the Internet address inet_addr with the Physical address eth_addr. The Physical address is given as 6 hexadecimal bytes separated by hyphens. The entry is permanent. eth_addr Specifies a physical address. if_addr If present, this specifies the Internet address of the interface whose address translation table should be modified. If not present, the first applicable interface will be used.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-2998104853727462539?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/2998104853727462539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=2998104853727462539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2998104853727462539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2998104853727462539'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/windows-9598-network-programs-tracert.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-6514498589480593862</id><published>2009-01-02T04:52:00.000-08:00</published><updated>2009-01-02T04:53:35.659-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='The MS-DOS 7 Internal Commands'/><title type='text'></title><content type='html'>&lt;strong&gt;The MS-DOS 7 Internal Commands&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Every Windows™ 95/98 "Boot" Floppy Disk or Command prompt in a DOS-Window gives you access (through Command.com) to all of the following commands...&lt;br /&gt;This first command isn't really an "internal" command at all. It describes all the switches that can be used when executing the COMMAND.COM program itself (and secondary copies):command COMMAND.COM-------Starts a new copy of the Windows Command Interpreter.COMMAND [[drive:]path] [device] [/E:nnnnn] [/L:nnnn] [/U:nnn] [/P] [/MSG] [/LOW] [/Y [/[CK] command]][drive:]path Specifies the directory containing COMMAND.COM. device Specifies the device to use for command input and output. /E:nnnnn Sets the initial environment size to nnnnn bytes. (nnnnn should be between 256 and 32,768). /L:nnnn Specifies internal buffers length (requires /P as well). (nnnn should be between 128 and 1,024). /U:nnn Specifies the input buffer length (requires /P as well). (nnn should be between 128 and 255). /P Makes the new Command Interpreter permanent (can't exit). /MSG Stores all error messages in memory (requires /P as well). /LOW Forces COMMAND to keep its resident data in low memory. /Y Steps through the batch program specified by /C or /K. /C command Executes the specified command and returns. /K command Executes the specified command and continues running.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="cd"&gt;&lt;/a&gt; cd Change Directory-------Displays the name of or changes the current directory.CHDIR [drive:][path]CHDIR[..]CD [drive:][path]CD[..] .. Specifies that you want to change to the parent directory (in other words: Move up one folder in the directory tree). DOS 7, WHEN using a DOS-window, allows you to use extra dots here! If you were in C:\WINDOWS\SYSTEM\shellext, you could enter cd... to go up to C:\WINDOWS or even cd.... to get to the root.Type CD drive: to display the current directory in the specified drive.Type CD without parameters to display the current drive and directory.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="chcp"&gt;&lt;/a&gt; chcp Change Code Page-------Displays or sets the active code page number.CHCP [nnn] nnn Specifies a code page number.Type CHCP without a parameter to display the active code page number.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="cls"&gt;&lt;/a&gt; cls Clear Screen-------Clears the screen.CLS&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="copy"&gt;&lt;/a&gt; copy Copy or Concatenate Files-------Copies one or more files to another location.COPY [/A  /B] source [/A  /B] [+ source [/A  /B] [+ ...]] [destination [/A  /B]] [/V] [/Y  /-Y] source Specifies the file or files to be copied. /A Indicates an ASCII text file. /B Indicates a binary file. destination Specifies the directory and/or filename for the new file(s). /V Verifies that new files are written correctly. /Y Suppresses prompting to confirm you want to overwrite an existing destination file. /-Y Causes prompting to confirm you want to overwrite an existing destination file.The switch /Y may be preset in the COPYCMD environment variable.This may be overridden with /-Y on the command lineTo append files, specify a single file for destination, but multiple filesfor source (using wildcards or file1+file2+file3 format).&lt;a name="copycon"&gt;&lt;/a&gt;Note this special case of the COPY command: copy con output.txt Copy from Console to ...After you type this command and press ENTER, MS-DOS copies everything youtype to the file OUTPUT.TXT. When you are finished typing, press CTRL+Z toindicate that you want to end the file. The Control-Z character willappear on the screen as " ^Z ". You can also end a COPY CON command bypressing the F6 key. Pressing F6 also generates the Control-Z character;a " ^Z " still appears on the screen.The following example copies information from the keyboard to a printerconnected to LPT1: copy con lpt1&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ctty"&gt;&lt;/a&gt; ctty Change Termial Type-------Changes the terminal device used to control your system.CTTY device device The terminal device you want to use, such as COM1.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="date"&gt;&lt;/a&gt; date-------Displays or sets the date.DATE [date]Type DATE without parameters to display the current date setting anda prompt for a new one. Press ENTER to keep the same date.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="del"&gt;&lt;/a&gt; del Delete (Erase) Files-------Deletes one or more files.DEL [drive:][path]filename [/P]ERASE [drive:][path]filename [/P] [drive:][path]filename Specifies the file(s) to delete. Specify multiple files by using wildcards. /P Prompts for confirmation before deleting each file.Note: In most cases the file is NOT actually "erased"; the space it usedis simply noted as being available for new files to write over it. If youreally want to erase every word of a sensitive file, you should get a'security program' designed to overwrite all erased files!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="dir"&gt;&lt;/a&gt; dir Directory Listing-------Displays a list of files and subdirectories in a directory.DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]] [/O[[:]sortorder]] [/S] [/B] [/L] [/V] [drive:][path][filename] Specifies drive, directory, and/or files to list. (Could be enhanced file specification or multiple filespecs.)/P Pauses after each screenful of information./W Uses wide list format./A Displays files with specified attributes. attributes D Directories R Read-only files H Hidden files A Files ready for archiving S System files - Prefix meaning not/O List by files in sorted order. sortorder N By name (alphabetic) S By size (smallest first) E By extension (alphabetic) D By date &amp;amp; time (earliest first) G Group directories first - Prefix to reverse order A By Last Access Date (earliest first)/S Displays files in specified directory and all subdirectories./B Uses bare format (no heading information or summary)./L Uses lowercase./V Verbose mode.Switches may be preset in the DIRCMD environment variable. Overridepreset switches by prefixing any switch with - (hyphen)--for example, /-W.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="exit"&gt;&lt;/a&gt; exit-------Quits the COMMAND.COM program (command interpreter).EXITIf you're in a DOS-Window in Windows, this will close the window!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lock"&gt;&lt;/a&gt; lock-------Locks a drive, enabling direct disk access for an application. LOCK [drive:]Note: If you use this command in a DOS-Window, it will only affect thefloppy disk drives; Windows™ 95/98 does not allow you to lock a drivedirectly while it is operating. If you try lock C: , you'll get the errormessage: " Locking operation failed."&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="md"&gt;&lt;/a&gt; md Make Directory-------Creates a directory.MKDIR [drive:]pathMD [drive:]path&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="path"&gt;&lt;/a&gt; path-------Displays or sets a search path for executable files.PATH [[drive:]path[;...]]PATH ;Type PATH (without any parameters) to display the current path.Type PATH ; (PATH space semi-colon) to CLEAR all search-path settings; this means that DOS will only be able search the current directory.NOTE: When used in a DOS-Window, these commands ONLY apply tothat particular DOS-Window! (The PATH will not be changed globally.)See the &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#SET"&gt;SET&lt;/a&gt; command for a similar effect in DOS-Windows, and alsofor a utility (&lt;a href="http://mirror.href.com/thestarman/DOS/W95envar.zip"&gt;W95envar.zip&lt;/a&gt;) that will make global changes!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="prompt"&gt;&lt;/a&gt; prompt-------Changes the Windows command prompt.PROMPT [text] text Specifies a new command prompt.Prompt can be made up of normal characters and the following special codes: $Q = (equal sign) $$ $ (dollar sign) $T Current time $D Current date $P Current drive and path $V Windows version number $N Current drive $G &gt; (greater-than sign) $L &lt; (less-than sign) $B  (pipe) $H Backspace (erases previous character) $E Escape code (ASCII code 27) $_ Carriage return and linefeedType PROMPT without parameters to reset the prompt to the default setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="rd"&gt;&lt;/a&gt; rd Remove (Delete) Directory-------Removes (deletes) a directory.RMDIR [drive:]pathRD [drive:]path&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ren"&gt;&lt;/a&gt; ren Rename File or Directory-------Renames a file/directory or files/directories.RENAME [drive:][path][directoryname1  filename1] [dirname2  filename2]REN [drive:][path][directoryname1  filename1] [dirname2  filename2]Note that you cannot specify a new drive or path for your destination.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="set"&gt;&lt;/a&gt; set-------Displays, sets, or removes Windows environment variables.SET [variable=[string]] variable Specifies the environment-variable name. string Specifies a series of characters to assign to the variable.Type SET without parameters to display the current environment variables.Note: If you use SET in a DOS-Window to add a variable and string, itwill only affect commands run in that particular window! Unlinke Win NT(which has a DOS 'Environment' Tab), Windows™ 95/98 normally willnot allow you to set global Environment strings while the OS is running:You have to set them in AUTOEXEC.BAT and reboot the system!However, I recently found that Microsoft made a utility for settingEnvironment strings from a DOS-window with a 'global' effect... thisutility is called WINSET.EXE ( it's archived with another util calledSHORTCUT.EXE and labeled as W95ENVARS.EXE ). You can downloadthis now as: &lt;a href="http://mirror.href.com/thestarman/DOS/W95envar.zip"&gt;W95envar.zip&lt;/a&gt;.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="time"&gt;&lt;/a&gt; time-------Displays or sets the system time.TIME [time]Type TIME with no parameters to display the current time setting and aprompt for a new one. Press ENTER to keep the same time.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="type"&gt;&lt;/a&gt; type-------Displays the contents of text files.TYPE [drive:][path]filenameNOTE: If there are more than 25 lines in the file, you'll need to pipethe screen output through the DOS External Command &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7EXT.htm#MORE"&gt;MORE&lt;/a&gt; in orderto keep all but the last screen from flashing past you! EXAMPLE: C:\&gt;type tips.txt more&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="unlock"&gt;&lt;/a&gt; unlock-------Unlocks a drive, disabling direct disk access for an application. UNLOCK [drive:] See &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#LOCK"&gt;LOCK&lt;/a&gt;&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ver"&gt;&lt;/a&gt; ver Version-------Displays the Windows version.VER&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="vol"&gt;&lt;/a&gt; vol Volume Label/SN-------Displays the disk volume label and serial number, if they exist.VOL [drive:]Note: The DOS command to change a Volume Label is an "External Command"(the program is: LABEL.EXE).&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;br /&gt;&lt;a name="break"&gt;&lt;/a&gt;The following commands are rarely used outside of a BATCH file (such as AUTOEXEC.BAT): break-------Sets or clears extended CTRL+C checking.BREAK [ON  OFF]Type BREAK without a parameter to display the current BREAK setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="call"&gt;&lt;/a&gt; call-------Calls one batch program from another.CALL [drive:][path]filename [batch-parameters] batch-parameters Specifies any command-line information required by the batch program.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="echo"&gt;&lt;/a&gt; echo-------Displays messages, or turns command-echoing on or off. ECHO [ON  OFF] ECHO [message]Type ECHO without parameters to display the current echo setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="for"&gt;&lt;/a&gt; for-------Runs a specified command for each file in a set of files.FOR %variable IN (set) DO command [command-parameters] %variable Specifies a replaceable parameter. (set) Specifies a set of one or more files. Wildcards may be used. command Specifies the command to carry out for each file. command-parameters Specifies parameters or switches for the specified command.To use the FOR command in a batch program, specify %%variable instead of%variable.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="goto"&gt;&lt;/a&gt; goto-------Directs Windows to a labelled line in a batch program.GOTO label label Specifies a text string used in the batch program as a label.You type a label on a line by itself, beginning with a colon.Example:The following batch program formats a disk in drive A as a system disk. Ifthe operation is successful, the GOTO command simply directs MS-DOS to thelabel named "end"; if not, an error message is displayed: echo off format a: /s if not errorlevel 1 goto end echo An error occurred during formatting. :end echo Successfully formatted the disk in drive A.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="if"&gt;&lt;/a&gt; if-------Performs conditional processing in batch programs.IF [NOT] ERRORLEVEL number commandIF [NOT] string1==string2 commandIF [NOT] EXIST filename commandNOT Specifies that Windows should carry out the command only if the condition is false.ERRORLEVEL number Specifies a true condition if the last program run returned an exit code equal to or greater than the number specified.command Specifies the command to carry out if the condition is met.string1==string2 Specifies a true condition if the specified text strings match.EXIST filename Specifies a true condition if the specified filename exists.Note: Although you can only check directly for the existence of a file, you canalso check for directories (folders) by using the NUL operator as a filename.Example: if exist C:\TEMP\NUL goto done will route program flow tothe label "done" only if the folder C:\TEMP exists!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lfnfor"&gt;&lt;/a&gt; lfnfor Long File Name FOR-------Enables/Disables Long file names when processing FOR commands.LFNFOR [ON  OFF]Type LFNFOR without a parameter to display the current setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lh"&gt;&lt;/a&gt; lh Load High-------Loads a program into the upper memory area.LH [drive:][path]filename [parameters]LOADHIGH [drive:][path]filename [parameters]LOADHIGH [/L:region1[,minsize1][;region2[,minsize2]...] [/S]] [drive:][path]filename [parameters]/L:region1[,minsize1][;region2[,minsize2]]... Specifies the region(s) of memory into which to load the program. Region1 specifies the number of the first memory region; minsize1 specifies the minimum size, if any, for region1. Region2 and minsize2 specify the number and minimum size of the second region, if any. You can specify as many regions as you want./S Shrinks a UMB to its minimum size while the program is loading.[drive:][path]filename Specifies the location and name of the program.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="pause"&gt;&lt;/a&gt; pause-------Suspends processing of a batch program and displays the message:Press any key to continue....PAUSE&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="rem"&gt;&lt;/a&gt; rem-------Records comments (remarks) in a batch file or CONFIG.SYS.REM [comment]&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="shift"&gt;&lt;/a&gt; shift-------Changes the position of replaceable parameters in a batch file.SHIFT&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="verify"&gt;&lt;/a&gt; verify-------Tells Windows whether to verify that your files are written correctly to adisk.VERIFY [ON  OFF]Type VERIFY without a parameter to display the current VERIFY setting.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-6514498589480593862?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/6514498589480593862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=6514498589480593862' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/6514498589480593862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/6514498589480593862'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/ms-dos-7-internal-commands-every.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-1095038723324295670</id><published>2009-01-02T04:51:00.002-08:00</published><updated>2009-01-02T04:52:00.590-08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://baskar2007.blogspot.com/2008/11/windows-9598-network-programs.html"&gt;The Windows™ 95/98 Network Programs&lt;/a&gt;&lt;br /&gt;NETSTAT.exe TCP/IP Network StatisticsDisplays protocol statistics and current TCP/IP network connections.NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval] -a Displays all connections and listening ports. -e Displays Ethernet statistics. This may be combined with the -s option. -n Displays addresses and port numbers in numerical form. -p proto Shows connections for the protocol specified by proto; proto may be TCP or UDP. If used with the -s option to display per-protocol statistics, proto may be TCP, UDP, or IP. -r Displays the routing table. -s Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP; the -p option may be used to specify a subset of the default. interval Redisplays selected statistics, pausing interval seconds between each display. Press CTRL+C to stop redisplaying statistics. If omitted, netstat will print the current configuration information once.&lt;br /&gt;First, I would recommend that you always use the '-a' parameter so you can see UDP 'listening ports' as well (often used by trojans), and not just the active TCP connections; then switch between using the '-a' and no parameters at all, to see the differences. When you're offline, you normally shouldn't see any connection data! If you do see an OPEN PORT NUMBER 'listening' for a connection (using the '-a' parameter), it may be that your computer has been infected with a trojan! Click this link for a few more ideas on how you can check to see if your computer is &lt;a href="http://www.geocities.com/thestarman3/avt/TrojFree.html"&gt;Trojan Free?&lt;/a&gt;If you're running a server, such as the free XITAMI server, you might see something like this ("My_Comp" is the name of my computer):C:\WINDOWS&gt;netstat -aActive Connections Proto Local Address Foreign Address State TCP My_Comp:ftp localhost:0 LISTENING TCP My_Comp:80 localhost:0 LISTENINGOr with the "-an" parameters: C:\WINDOWS&gt;netstat -anActive Connections Proto Local Address Foreign Address State TCP 0.0.0.0:21 0.0.0.0:0 LISTENING TCP 0.0.0.0:80 0.0.0.0:0 LISTENINGBy simply opening a browser connection to both the HTTP (port 80) and FTP (port 21) servers (while still offline!), I saw the following: C:\WINDOWS&gt;netstat -aActive Connections Proto Local Address Foreign Address State TCP My_Comp:ftp localhost:0 LISTENING TCP My_Comp:80 localhost:0 LISTENING TCP My_Comp:1104 localhost:0 LISTENING TCP My_Comp:ftp localhost:1104 ESTABLISHED TCP My_Comp:1102 localhost:0 LISTENING TCP My_Comp:1103 localhost:0 LISTENING TCP My_Comp:80 localhost:1111 TIME_WAIT TCP My_Comp:1104 localhost:ftp ESTABLISHED TCP My_Comp:1107 localhost:0 LISTENING TCP My_Comp:1112 localhost:80 TIME_WAIT UDP My_Comp:1102 *:* UDP My_Comp:1103 *:* UDP My_Comp:1107 *:*This may be a bit confusing to some people, but remember I'm running BOTH the servers and clients on the same machine in these examples. A little later (using both 'a' and 'n') I got this: C:\WINDOWS&gt;netstat -anActive Connections Proto Local Address Foreign Address State TCP 0.0.0.0:21 0.0.0.0:0 LISTENING TCP 0.0.0.0:80 0.0.0.0:0 LISTENING TCP 0.0.0.0:1104 0.0.0.0:0 LISTENING TCP 127.0.0.1:21 127.0.0.1:1104 FIN_WAIT_2 TCP 127.0.0.1:1102 0.0.0.0:0 LISTENING TCP 127.0.0.1:1103 0.0.0.0:0 LISTENING TCP 127.0.0.1:1104 127.0.0.1:21 CLOSE_WAIT TCP 127.0.0.1:1107 0.0.0.0:0 LISTENING UDP 127.0.0.1:1102 *:* UDP 127.0.0.1:1103 *:* UDP 127.0.0.1:1107 *:*After turning off my server, I ended up with this for a while: C:\WINDOWS&gt;netstat -anActive Connections Proto Local Address Foreign Address State TCP 127.0.0.1:80 127.0.0.1:1150 TIME_WAIT TCP 127.0.0.1:80 127.0.0.1:1151 TIME_WAIT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-1095038723324295670?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/1095038723324295670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=1095038723324295670' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/1095038723324295670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/1095038723324295670'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/windows-9598-network-programs-netstat.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4172723263273160729</id><published>2009-01-02T04:51:00.001-08:00</published><updated>2009-01-02T04:51:44.592-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='The Windows™ 95/98 Network Programs'/><title type='text'></title><content type='html'>&lt;a name="7685969530471350437"&gt;&lt;/a&gt;&lt;br /&gt;The Windows™ 95/98 Network Programs&lt;br /&gt;PING.exeUsage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [[-j host-list]  [-k host-list]] [-w timeout] destination-listOptions: -t Ping the specifed host until interrupted. -a Resolve addresses to hostnames. -n count Number of echo requests to send. -l size Send buffer size. -f Set "Don't Fragment" flag in packet. -i TTL Time To Live. -v TOS Type Of Service. -r count Record route for count hops. -s count Timestamp for count hops. -j host-list Loose source route along host-list. -k host-list Strict source route along host-list. -w timeout Timeout in milliseconds to wait for each reply.&lt;br /&gt;There's one special IP number everyone should know about:127.0.0.1 - localhost (or loopback).This is used to connect ( through a browser, for example) to a Web server on your own computer. (127 being reserved for this purpose.) You can use this IP number at all times. It doesn't matter if you're connected to the Internet or not.It's also called the loopback address because you can ping it and get returns even when you're offline (not connected to any network). If you don't get any valid replies, then there's a problem with the computer's Network settings. Here's a typical response to the 'ping' command:&lt;br /&gt;Here's another recent example using the name of my computer which I have tied to the IP number 127.0.0.1 in my C:\WINDOWS\HOSTS file:C:\WINDOWS&gt;ping My_CompPinging My_Comp [127.0.0.1] with 32 bytes of data:Reply from 127.0.0.1: bytes=32 time=1ms TTL=128Reply from 127.0.0.1: bytes=32 time=1ms TTL=128Reply from 127.0.0.1: bytes=32 time&lt;10ms TTL=128Reply from 127.0.0.1: bytes=32 time=1ms TTL=128Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 1ms, Average = 0ms&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4172723263273160729?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4172723263273160729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4172723263273160729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4172723263273160729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4172723263273160729'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/ping-mycomppinging-mycomp-127.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-939607889997352225</id><published>2009-01-02T04:50:00.002-08:00</published><updated>2009-01-02T04:51:11.927-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='10 Fast and Free Security Enhancements'/><title type='text'></title><content type='html'>&lt;a name="6918213303833519348"&gt;&lt;/a&gt;&lt;br /&gt;10 Fast and Free Security Enhancements&lt;br /&gt;&lt;br /&gt;PC magazine.Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.1. Check Windows Update and Office Update regularly (_http://office.microsoft.com/productupdates); have your Office CD ready. Windows Me, 2000, and XP users can configure automatic updates. Click on the Automatic Updates tab in the System control panel and choose the appropriate options.2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.3. Install a free spyware blocker. Our Editors' Choice ("Spyware," April 22) was SpyBot Search &amp;amp; Destroy (_http://security.kolla.de). SpyBot is also paranoid and ruthless in hunting out tracking cookies.4. Block pop-up spam messages in Windows NT, 2000, or XP by disabling the Windows Messenger service (this is unrelated to the instant messaging program). Open Control Panel  Administrative Tools  Services and you'll see Messenger. Right-click and go to Properties. Set Start-up Type to Disabled and press the Stop button. Bye-bye, spam pop-ups! Any good firewall will also stop them.5. Use strong passwords and change them periodically. Passwords should have at least seven characters; use letters and numbers and have at least one symbol. A decent example would be f8izKro@l. This will make it much harder for anyone to gain access to your accounts.6. If you're using Outlook or Outlook Express, use the current version or one with the Outlook Security Update installed. The update and current versions patch numerous vulnerabilities.7. Buy antivirus software and keep it up to date. If you're not willing to pay, try Grisoft AVG Free Edition (Grisoft Inc., w*w.grisoft.com). And doublecheck your AV with the free, online-only scanners available at w*w.pandasoftware.com/activescan and _http://housecall.trendmicro.com.8. If you have a wireless network, turn on the security features: Use MAC filtering, turn off SSID broadcast, and even use WEP with the biggest key you can get. For more, check out our wireless section or see the expanded coverage in Your Unwired World in our next issue.9. Join a respectable e-mail security list, such as the one found at our own Security Supersite at _http://security.ziffdavis.com, so that you learn about emerging threats quickly and can take proper precautions.10. Be skeptical of things on the Internet. Don't assume that e-mail "From:" a particular person is actually from that person until you have further reason to believe it's that person. Don't assume that an attachment is what it says it is. Don't give out your password to anyone, even if that person claims to be from "support."&lt;br /&gt;Posted by baskar at &lt;a class="timestamp-link" title="permanent link" href="http://baskar2007.blogspot.com/2008/12/10-fast-and-free-security-enhancements.html" rel="bookmark"&gt;10:00 AM&lt;/a&gt; &lt;a class="comment-link" onclick="" href="https://www.blogger.com/comment.g?blogID=1218042469977835934&amp;amp;postID=6918213303833519348"&gt;0 comments&lt;/a&gt; &lt;a title="Edit Post" href="http://www.blogger.com/post-edit.g?blogID=1218042469977835934&amp;amp;postID=6918213303833519348"&gt;&lt;/a&gt;&lt;br /&gt;Labels: &lt;a href="http://baskar2007.blogspot.com/search/label/Free%20Security%20Enhancements" rel="tag"&gt;Free Security Enhancements&lt;/a&gt;, &lt;a href="http://baskar2007.blogspot.com/search/label/PC%20magazine" rel="tag"&gt;PC magazine&lt;/a&gt;&lt;br /&gt;Saturday, November 29, 2008&lt;br /&gt;&lt;a name="7868025774748234499"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://baskar2007.blogspot.com/2008/11/ms-dos-7-internal-commands.html"&gt;The MS-DOS 7 Internal Commands&lt;/a&gt;&lt;br /&gt;Every Windows™ 95/98 "Boot" Floppy Disk or Command prompt in a DOS-Window gives you access (through Command.com) to all of the following commands...&lt;br /&gt;This first command isn't really an "internal" command at all. It describes all the switches that can be used when executing the COMMAND.COM program itself (and secondary copies):command COMMAND.COM-------Starts a new copy of the Windows Command Interpreter.COMMAND [[drive:]path] [device] [/E:nnnnn] [/L:nnnn] [/U:nnn] [/P] [/MSG] [/LOW] [/Y [/[CK] command]][drive:]path Specifies the directory containing COMMAND.COM. device Specifies the device to use for command input and output. /E:nnnnn Sets the initial environment size to nnnnn bytes. (nnnnn should be between 256 and 32,768). /L:nnnn Specifies internal buffers length (requires /P as well). (nnnn should be between 128 and 1,024). /U:nnn Specifies the input buffer length (requires /P as well). (nnn should be between 128 and 255). /P Makes the new Command Interpreter permanent (can't exit). /MSG Stores all error messages in memory (requires /P as well). /LOW Forces COMMAND to keep its resident data in low memory. /Y Steps through the batch program specified by /C or /K. /C command Executes the specified command and returns. /K command Executes the specified command and continues running.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="cd"&gt;&lt;/a&gt; cd Change Directory-------Displays the name of or changes the current directory.CHDIR [drive:][path]CHDIR[..]CD [drive:][path]CD[..] .. Specifies that you want to change to the parent directory (in other words: Move up one folder in the directory tree). DOS 7, WHEN using a DOS-window, allows you to use extra dots here! If you were in C:\WINDOWS\SYSTEM\shellext, you could enter cd... to go up to C:\WINDOWS or even cd.... to get to the root.Type CD drive: to display the current directory in the specified drive.Type CD without parameters to display the current drive and directory.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="chcp"&gt;&lt;/a&gt; chcp Change Code Page-------Displays or sets the active code page number.CHCP [nnn] nnn Specifies a code page number.Type CHCP without a parameter to display the active code page number.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="cls"&gt;&lt;/a&gt; cls Clear Screen-------Clears the screen.CLS&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="copy"&gt;&lt;/a&gt; copy Copy or Concatenate Files-------Copies one or more files to another location.COPY [/A  /B] source [/A  /B] [+ source [/A  /B] [+ ...]] [destination [/A  /B]] [/V] [/Y  /-Y] source Specifies the file or files to be copied. /A Indicates an ASCII text file. /B Indicates a binary file. destination Specifies the directory and/or filename for the new file(s). /V Verifies that new files are written correctly. /Y Suppresses prompting to confirm you want to overwrite an existing destination file. /-Y Causes prompting to confirm you want to overwrite an existing destination file.The switch /Y may be preset in the COPYCMD environment variable.This may be overridden with /-Y on the command lineTo append files, specify a single file for destination, but multiple filesfor source (using wildcards or file1+file2+file3 format).&lt;a name="copycon"&gt;&lt;/a&gt;Note this special case of the COPY command: copy con output.txt Copy from Console to ...After you type this command and press ENTER, MS-DOS copies everything youtype to the file OUTPUT.TXT. When you are finished typing, press CTRL+Z toindicate that you want to end the file. The Control-Z character willappear on the screen as " ^Z ". You can also end a COPY CON command bypressing the F6 key. Pressing F6 also generates the Control-Z character;a " ^Z " still appears on the screen.The following example copies information from the keyboard to a printerconnected to LPT1: copy con lpt1&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ctty"&gt;&lt;/a&gt; ctty Change Termial Type-------Changes the terminal device used to control your system.CTTY device device The terminal device you want to use, such as COM1.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="date"&gt;&lt;/a&gt; date-------Displays or sets the date.DATE [date]Type DATE without parameters to display the current date setting anda prompt for a new one. Press ENTER to keep the same date.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="del"&gt;&lt;/a&gt; del Delete (Erase) Files-------Deletes one or more files.DEL [drive:][path]filename [/P]ERASE [drive:][path]filename [/P] [drive:][path]filename Specifies the file(s) to delete. Specify multiple files by using wildcards. /P Prompts for confirmation before deleting each file.Note: In most cases the file is NOT actually "erased"; the space it usedis simply noted as being available for new files to write over it. If youreally want to erase every word of a sensitive file, you should get a'security program' designed to overwrite all erased files!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="dir"&gt;&lt;/a&gt; dir Directory Listing-------Displays a list of files and subdirectories in a directory.DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]] [/O[[:]sortorder]] [/S] [/B] [/L] [/V] [drive:][path][filename] Specifies drive, directory, and/or files to list. (Could be enhanced file specification or multiple filespecs.)/P Pauses after each screenful of information./W Uses wide list format./A Displays files with specified attributes. attributes D Directories R Read-only files H Hidden files A Files ready for archiving S System files - Prefix meaning not/O List by files in sorted order. sortorder N By name (alphabetic) S By size (smallest first) E By extension (alphabetic) D By date &amp;amp; time (earliest first) G Group directories first - Prefix to reverse order A By Last Access Date (earliest first)/S Displays files in specified directory and all subdirectories./B Uses bare format (no heading information or summary)./L Uses lowercase./V Verbose mode.Switches may be preset in the DIRCMD environment variable. Overridepreset switches by prefixing any switch with - (hyphen)--for example, /-W.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="exit"&gt;&lt;/a&gt; exit-------Quits the COMMAND.COM program (command interpreter).EXITIf you're in a DOS-Window in Windows, this will close the window!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lock"&gt;&lt;/a&gt; lock-------Locks a drive, enabling direct disk access for an application. LOCK [drive:]Note: If you use this command in a DOS-Window, it will only affect thefloppy disk drives; Windows™ 95/98 does not allow you to lock a drivedirectly while it is operating. If you try lock C: , you'll get the errormessage: " Locking operation failed."&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="md"&gt;&lt;/a&gt; md Make Directory-------Creates a directory.MKDIR [drive:]pathMD [drive:]path&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="path"&gt;&lt;/a&gt; path-------Displays or sets a search path for executable files.PATH [[drive:]path[;...]]PATH ;Type PATH (without any parameters) to display the current path.Type PATH ; (PATH space semi-colon) to CLEAR all search-path settings; this means that DOS will only be able search the current directory.NOTE: When used in a DOS-Window, these commands ONLY apply tothat particular DOS-Window! (The PATH will not be changed globally.)See the &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#SET"&gt;SET&lt;/a&gt; command for a similar effect in DOS-Windows, and alsofor a utility (&lt;a href="http://mirror.href.com/thestarman/DOS/W95envar.zip"&gt;W95envar.zip&lt;/a&gt;) that will make global changes!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="prompt"&gt;&lt;/a&gt; prompt-------Changes the Windows command prompt.PROMPT [text] text Specifies a new command prompt.Prompt can be made up of normal characters and the following special codes: $Q = (equal sign) $$ $ (dollar sign) $T Current time $D Current date $P Current drive and path $V Windows version number $N Current drive $G &gt; (greater-than sign) $L &lt; (less-than sign) $B  (pipe) $H Backspace (erases previous character) $E Escape code (ASCII code 27) $_ Carriage return and linefeedType PROMPT without parameters to reset the prompt to the default setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="rd"&gt;&lt;/a&gt; rd Remove (Delete) Directory-------Removes (deletes) a directory.RMDIR [drive:]pathRD [drive:]path&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ren"&gt;&lt;/a&gt; ren Rename File or Directory-------Renames a file/directory or files/directories.RENAME [drive:][path][directoryname1  filename1] [dirname2  filename2]REN [drive:][path][directoryname1  filename1] [dirname2  filename2]Note that you cannot specify a new drive or path for your destination.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="set"&gt;&lt;/a&gt; set-------Displays, sets, or removes Windows environment variables.SET [variable=[string]] variable Specifies the environment-variable name. string Specifies a series of characters to assign to the variable.Type SET without parameters to display the current environment variables.Note: If you use SET in a DOS-Window to add a variable and string, itwill only affect commands run in that particular window! Unlinke Win NT(which has a DOS 'Environment' Tab), Windows™ 95/98 normally willnot allow you to set global Environment strings while the OS is running:You have to set them in AUTOEXEC.BAT and reboot the system!However, I recently found that Microsoft made a utility for settingEnvironment strings from a DOS-window with a 'global' effect... thisutility is called WINSET.EXE ( it's archived with another util calledSHORTCUT.EXE and labeled as W95ENVARS.EXE ). You can downloadthis now as: &lt;a href="http://mirror.href.com/thestarman/DOS/W95envar.zip"&gt;W95envar.zip&lt;/a&gt;.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="time"&gt;&lt;/a&gt; time-------Displays or sets the system time.TIME [time]Type TIME with no parameters to display the current time setting and aprompt for a new one. Press ENTER to keep the same time.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="type"&gt;&lt;/a&gt; type-------Displays the contents of text files.TYPE [drive:][path]filenameNOTE: If there are more than 25 lines in the file, you'll need to pipethe screen output through the DOS External Command &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7EXT.htm#MORE"&gt;MORE&lt;/a&gt; in orderto keep all but the last screen from flashing past you! EXAMPLE: C:\&gt;type tips.txt more&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="unlock"&gt;&lt;/a&gt; unlock-------Unlocks a drive, disabling direct disk access for an application. UNLOCK [drive:] See &lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#LOCK"&gt;LOCK&lt;/a&gt;&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="ver"&gt;&lt;/a&gt; ver Version-------Displays the Windows version.VER&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="vol"&gt;&lt;/a&gt; vol Volume Label/SN-------Displays the disk volume label and serial number, if they exist.VOL [drive:]Note: The DOS command to change a Volume Label is an "External Command"(the program is: LABEL.EXE).&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;br /&gt;&lt;a name="break"&gt;&lt;/a&gt;The following commands are rarely used outside of a BATCH file (such as AUTOEXEC.BAT): break-------Sets or clears extended CTRL+C checking.BREAK [ON  OFF]Type BREAK without a parameter to display the current BREAK setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="call"&gt;&lt;/a&gt; call-------Calls one batch program from another.CALL [drive:][path]filename [batch-parameters] batch-parameters Specifies any command-line information required by the batch program.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="echo"&gt;&lt;/a&gt; echo-------Displays messages, or turns command-echoing on or off. ECHO [ON  OFF] ECHO [message]Type ECHO without parameters to display the current echo setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="for"&gt;&lt;/a&gt; for-------Runs a specified command for each file in a set of files.FOR %variable IN (set) DO command [command-parameters] %variable Specifies a replaceable parameter. (set) Specifies a set of one or more files. Wildcards may be used. command Specifies the command to carry out for each file. command-parameters Specifies parameters or switches for the specified command.To use the FOR command in a batch program, specify %%variable instead of%variable.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="goto"&gt;&lt;/a&gt; goto-------Directs Windows to a labelled line in a batch program.GOTO label label Specifies a text string used in the batch program as a label.You type a label on a line by itself, beginning with a colon.Example:The following batch program formats a disk in drive A as a system disk. Ifthe operation is successful, the GOTO command simply directs MS-DOS to thelabel named "end"; if not, an error message is displayed: echo off format a: /s if not errorlevel 1 goto end echo An error occurred during formatting. :end echo Successfully formatted the disk in drive A.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="if"&gt;&lt;/a&gt; if-------Performs conditional processing in batch programs.IF [NOT] ERRORLEVEL number commandIF [NOT] string1==string2 commandIF [NOT] EXIST filename commandNOT Specifies that Windows should carry out the command only if the condition is false.ERRORLEVEL number Specifies a true condition if the last program run returned an exit code equal to or greater than the number specified.command Specifies the command to carry out if the condition is met.string1==string2 Specifies a true condition if the specified text strings match.EXIST filename Specifies a true condition if the specified filename exists.Note: Although you can only check directly for the existence of a file, you canalso check for directories (folders) by using the NUL operator as a filename.Example: if exist C:\TEMP\NUL goto done will route program flow tothe label "done" only if the folder C:\TEMP exists!&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lfnfor"&gt;&lt;/a&gt; lfnfor Long File Name FOR-------Enables/Disables Long file names when processing FOR commands.LFNFOR [ON  OFF]Type LFNFOR without a parameter to display the current setting.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="lh"&gt;&lt;/a&gt; lh Load High-------Loads a program into the upper memory area.LH [drive:][path]filename [parameters]LOADHIGH [drive:][path]filename [parameters]LOADHIGH [/L:region1[,minsize1][;region2[,minsize2]...] [/S]] [drive:][path]filename [parameters]/L:region1[,minsize1][;region2[,minsize2]]... Specifies the region(s) of memory into which to load the program. Region1 specifies the number of the first memory region; minsize1 specifies the minimum size, if any, for region1. Region2 and minsize2 specify the number and minimum size of the second region, if any. You can specify as many regions as you want./S Shrinks a UMB to its minimum size while the program is loading.[drive:][path]filename Specifies the location and name of the program.&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="pause"&gt;&lt;/a&gt; pause-------Suspends processing of a batch program and displays the message:Press any key to continue....PAUSE&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="rem"&gt;&lt;/a&gt; rem-------Records comments (remarks) in a batch file or CONFIG.SYS.REM [comment]&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="shift"&gt;&lt;/a&gt; shift-------Changes the position of replaceable parameters in a batch file.SHIFT&lt;a href="http://mirror.href.com/thestarman/DOS/DOS7INT.htm#TOC"&gt;Back to TOC&lt;/a&gt;&lt;a name="verify"&gt;&lt;/a&gt; verify-------Tells Windows whether to verify that your files are written correctly to adisk.VERIFY [ON  OFF]Type VERIFY without a parameter to display the current VERIFY setting.&lt;br /&gt;Posted by baskar at &lt;a class="timestamp-link" title="permanent link" href="http://baskar2007.blogspot.com/2008/11/ms-dos-7-internal-commands.html" rel="bookmark"&gt;8:48 PM&lt;/a&gt; &lt;a class="comment-link" onclick="" href="https://www.blogger.com/comment.g?blogID=1218042469977835934&amp;amp;postID=7868025774748234499"&gt;0 comments&lt;/a&gt; &lt;a title="Edit Post" href="http://www.blogger.com/post-edit.g?blogID=1218042469977835934&amp;amp;postID=7868025774748234499"&gt;&lt;/a&gt;&lt;br /&gt;Labels: &lt;a href="http://baskar2007.blogspot.com/search/label/Command%20Line" rel="tag"&gt;Command Line&lt;/a&gt;&lt;br /&gt;Thursday, November 27, 2008&lt;br /&gt;&lt;a name="1389870790893387574"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://baskar2007.blogspot.com/2008/11/windows-9598-network-programs_27.html"&gt;The Windows™ 95/98 Network Programs&lt;/a&gt;&lt;br /&gt;TRACERT.exe Trace RouteUsage:tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_nameOptions: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.&lt;br /&gt;Here's an example which traces the route from some ISP in Los Angeles to the main server at UCLA in California ( note how two computers relatively close to each other may be routed way round about! ): C:\WINDOWS&gt;tracert www.ucla.eduTracing route to www.ucla.edu [169.232.33.129]over a maximum of 30 hops: 1 141 ms 132 ms 140 ms wla-ca-pm6.icg.net [165.236.29.85] 2 134 ms 131 ms 139 ms whv-ca-gw1.icg.net [165.236.29.65] 3 157 ms 132 ms 143 ms f3-1-0.lai-ca-gw1.icg.net [165.236.24.89] 4 194 ms 193 ms 188 ms a0-0-0-1.dai-tx-gw1.icg.net [163.179.235.61] 5 300 ms 211 ms 214 ms a1-1-0-1.ati-ga-gw1.icg.net [163.179.235.186] 6 236 ms 237 ms 247 ms a5-0-0-1.was-dc-gw1.icg.net [163.179.235.129] 7 258 ms 236 ms 244 ms 163.179.243.205 8 231 ms 233 ms 230 ms wdc-brdr-03.inet.qwest.net [205.171.4.153] 9 240 ms 230 ms 236 ms wdc-core-03.inet.qwest.net [205.171.24.69]10 262 ms 264 ms 263 ms hou-core-01.inet.qwest.net [205.171.5.187]11 281 ms 263 ms 259 ms hou-core-03.inet.qwest.net [205.171.23.9]12 272 ms 229 ms 222 ms lax-core-02.inet.qwest.net [205.171.5.163]13 230 ms 217 ms 230 ms lax-edge-07.inet.qwest.net [205.171.19.58]14 228 ms 219 ms 220 ms 63-145-160-42.cust.qwest.net [63.145.160.42]15 218 ms 222 ms 218 ms ISI-7507--ISI.POS.calren2.net [198.32.248.21]16 232 ms 222 ms 214 ms UCLA--ISI.POS.calren2.net [198.32.248.30]17 234 ms 226 ms 226 ms cbn5-gsr.calren2.ucla.edu [169.232.1.18]18 245 ms 227 ms 235 ms www.ucla.edu [169.232.33.129]Trace complete.&lt;a name="NBSTAT"&gt;&lt;/a&gt;&lt;br /&gt;Note: Unless you're running a network, the following commands won't be of much use to you...Furthermore, if you're concerned about Security, my advice is to NEVER use NetBios on a computer that connects to the Internet.&lt;br /&gt;NBTSTAT.exe Net Bios StatsDisplays protocol statistics and current TCP/IP connections using NBT(NetBIOS over TCP/IP).NBTSTAT [-a RemoteName] [-A IP address] [-c] [-n] [-r] [-R] [-s] [S] [interval] -a (adapter status) Lists the remote machine's name table given its name. -A (Adapter status) Lists the remote machine's name table given its IP address. -c (cache) Lists the remote name cache including the IP addresses. -n (names) Lists local NetBIOS names. -r (resolved) Lists names resolved by broadcast and via WINS -R (Reload) Purges and reloads the remote cache name table -S (Sessions) Lists sessions table with the destination IP addresses. -s (sessions) Lists sessions table converting destination IP addresses to host names via the hosts file. RemoteName Remote host machine name. IP address Dotted decimal representation of the IP address. interval Redisplays selected statistics, pausing interval seconds between each display. Press Ctrl+C to stop redisplaying statistics.&lt;br /&gt;&lt;a name="ROUTE"&gt;&lt;/a&gt;ROUTE.exeManipulates network routing tables.ROUTE [-f] [command [destination] [MASK netmask] [gateway]] -f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command. command Specifies one of four commands PRINT Prints a route ADD Adds a route DELETE Deletes a route CHANGE Modifies an existing route destination Specifies the host to send command. MASK If the MASK keyword is present, the next parameter is interpreted as the netmask parameter. netmask If provided, specifies a sub-net mask value to be associated with this route entry. If not specified, if defaults to 255.255.255.255. gateway Specifies gateway.All symbolic names used for destination or gateway are looked up in thenetwork and host name database files NETWORKS and HOSTS, respectively.If the command is print or delete, wildcards may be used for thedestination and gateway, or the gateway argument may be omitted.&lt;a name="ARP"&gt;&lt;/a&gt;&lt;br /&gt;ARP.exe Address Resolution ProtocolARP -s inet_addr eth_addr [if_addr]ARP -d inet_addr [if_addr]ARP -a [inet_addr] [-N if_addr]-a Displays current ARP entries by interrogating the current protocol data. If inet_addr is specified, the IP and Physical addresses for only the specified computer are displayed. If more than one network interface uses ARP, entries for each ARP table are displayed.-g (Same as -a) inet_addr Specifies an internet address.-N if_addr Displays the ARP entries for the network interface specified by if_addr.-d Deletes the host specified by inet_addr.-s Adds the host and associates the Internet address inet_addr with the Physical address eth_addr. The Physical address is given as 6 hexadecimal bytes separated by hyphens. The entry is permanent. eth_addr Specifies a physical address. if_addr If present, this specifies the Internet address of the interface whose address translation table should be modified. If not present, the first applicable interface will be used.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-939607889997352225?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/939607889997352225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=939607889997352225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/939607889997352225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/939607889997352225'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/10-fast-and-free-security-enhancements_02.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4042779074470141470</id><published>2009-01-02T04:50:00.001-08:00</published><updated>2009-01-02T04:50:14.565-08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://baskar2007.blogspot.com/2008/12/10-fast-and-free-security-enhancements.html"&gt;10 Fast and Free Security Enhancements&lt;/a&gt;&lt;br /&gt;PC magazine.Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.1. Check Windows Update and Office Update regularly (_http://office.microsoft.com/productupdates); have your Office CD ready. Windows Me, 2000, and XP users can configure automatic updates. Click on the Automatic Updates tab in the System control panel and choose the appropriate options.2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.3. Install a free spyware blocker. Our Editors' Choice ("Spyware," April 22) was SpyBot Search &amp;amp; Destroy (_http://security.kolla.de). SpyBot is also paranoid and ruthless in hunting out tracking cookies.4. Block pop-up spam messages in Windows NT, 2000, or XP by disabling the Windows Messenger service (this is unrelated to the instant messaging program). Open Control Panel  Administrative Tools  Services and you'll see Messenger. Right-click and go to Properties. Set Start-up Type to Disabled and press the Stop button. Bye-bye, spam pop-ups! Any good firewall will also stop them.5. Use strong passwords and change them periodically. Passwords should have at least seven characters; use letters and numbers and have at least one symbol. A decent example would be f8izKro@l. This will make it much harder for anyone to gain access to your accounts.6. If you're using Outlook or Outlook Express, use the current version or one with the Outlook Security Update installed. The update and current versions patch numerous vulnerabilities.7. Buy antivirus software and keep it up to date. If you're not willing to pay, try Grisoft AVG Free Edition (Grisoft Inc., w*w.grisoft.com). And doublecheck your AV with the free, online-only scanners available at w*w.pandasoftware.com/activescan and _http://housecall.trendmicro.com.8. If you have a wireless network, turn on the security features: Use MAC filtering, turn off SSID broadcast, and even use WEP with the biggest key you can get. For more, check out our wireless section or see the expanded coverage in Your Unwired World in our next issue.9. Join a respectable e-mail security list, such as the one found at our own Security Supersite at _http://security.ziffdavis.com, so that you learn about emerging threats quickly and can take proper precautions.10. Be skeptical of things on the Internet. Don't assume that e-mail "From:" a particular person is actually from that person until you have further reason to believe it's that person. Don't assume that an attachment is what it says it is. Don't give out your password to anyone, even if that person claims to be from "support."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4042779074470141470?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4042779074470141470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4042779074470141470' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4042779074470141470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4042779074470141470'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/10-fast-and-free-security-enhancements.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-7315410197617400494</id><published>2009-01-02T04:49:00.001-08:00</published><updated>2009-01-02T04:49:54.356-08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://alltechnologydictionary.blogspot.com/2008/12/10-reasons-why-pcs-crash-u-must-know.html"&gt;10 reasons why PCs crash U must Know&lt;/a&gt;&lt;br /&gt;Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications."You have just been struck by the Blue Screen of Death. Anyone who uses Mcft Windows will be familiar with this. What can you do? More importantly, how can you prevent it happening?1 Hardware conflictThe number one reason why Windows crashes is hardware conflict. Each hardware device communicates to other devices through an interrupt request channel (IRQ). These are supposed to be unique for each device.For example, a printer usually connects internally on IRQ 7. The keyboard usually uses IRQ 1 and the floppy disk drive IRQ 6. Each device will try to hog a single IRQ for itself.If there are a lot of devices, or if they are not installed properly, two of them may end up sharing the same IRQ number. When the user tries to use both devices at the same time, a crash can happen. The way to check if your computer has a hardware conflict is through the following route:* Start-Settings-Control Panel-System-Device Manager.Often if a device has a problem a yellow '!' appears next to its description in the Device Manager. Highlight Computer (in the Device Manager) and press Properties to see the IRQ numbers used by your computer. If the IRQ number appears twice, two devices may be using it.Sometimes a device might share an IRQ with something described as 'IRQ holder for PCI steering'. This can be ignored. The best way to fix this problem is to remove the problem device and reinstall it.Sometimes you may have to find more recent drivers on the internet to make the device function properly. A good resource is www.driverguide.com. If the device is a soundcard, or a modem, it can often be fixed by moving it to a different slot on the motherboard (be careful about opening your computer, as you may void the warranty).When working inside a computer you should switch it off, unplug the mains lead and touch an unpainted metal surface to discharge any static electricity.To be fair to Mcft, the problem with IRQ numbers is not of its making. It is a legacy problem going back to the first PC designs using the IBM 8086 chip. Initially there were only eight IRQs. Today there are 16 IRQs in a PC. It is easy to run out of them. There are plans to increase the number of IRQs in future designs.2 Bad RamRam (random-access memory) problems might bring on the blue screen of death with a message saying Fatal Exception Error. A fatal error indicates a serious hardware problem. Sometimes it may mean a part is damaged and will need replacing.But a fatal error caused by Ram might be caused by a mismatch of chips. For example, mixing 70-nanosecond (70ns) Ram with 60ns Ram will usually force the computer to run all the Ram at the slower speed. This will often crash the machine if the Ram is overworked.One way around this problem is to enter the BIOS settings and increase the wait state of the Ram. This can make it more stable. Another way to troubleshoot a suspected Ram problem is to rearrange the Ram chips on the motherboard, or take some of them out. Then try to repeat the circumstances that caused the crash. When handling Ram try not to touch the gold connections, as they can be easily damaged.Parity error messages also refer to Ram. Modern Ram chips are either parity (ECC) or non parity (non-ECC). It is best not to mix the two types, as this can be a cause of trouble.EMM386 error messages refer to memory problems but may not be connected to bad Ram. This may be due to free memory problems often linked to old Dos-based programmes.3 BIOS settingsEvery motherboard is supplied with a range of chipset settings that are decided in the factory. A common way to access these settings is to press the F2 or delete button during the first few seconds of a boot-up.Once inside the BIOS, great care should be taken. It is a good idea to write down on a piece of paper all the settings that appear on the screen. That way, if you change something and the computer becomes more unstable, you will know what settings to revert to.A common BIOS error concerns the CAS latency. This refers to the Ram. Older EDO (extended data out) Ram has a CAS latency of 3. Newer SDRam has a CAS latency of 2. Setting the wrong figure can cause the Ram to lock up and freeze the computer's display.Mcft Windows is better at allocating IRQ numbers than any BIOS. If possible set the IRQ numbers to Auto in the BIOS. This will allow Windows to allocate the IRQ numbers (make sure the BIOS setting for Plug and Play OS is switched to 'yes' to allow Windows to do this.).4 Hard disk drivesAfter a few weeks, the information on a hard disk drive starts to become piecemeal or fragmented. It is a good idea to defragment the hard disk every week or so, to prevent the disk from causing a screen freeze. Go to* Start-Programs-Accessories-System Tools-Disk DefragmenterThis will start the procedure. You will be unable to write data to the hard drive (to save it) while the disk is defragmenting, so it is a good idea to schedule the procedure for a period of inactivity using the Task Scheduler.The Task Scheduler should be one of the small icons on the bottom right of the Windows opening page (the desktop).Some lockups and screen freezes caused by hard disk problems can be solved by reducing the read-ahead optimisation. This can be adjusted by going to* Start-Settings-Control Panel-System Icon-Performance-File System-Hard Disk.Hard disks will slow down and crash if they are too full. Do some housekeeping on your hard drive every few months and free some space on it. Open the Windows folder on the C drive and find the Temporary Internet Files folder. Deleting the contents (not the folder) can free a lot of space.Empty the Recycle Bin every week to free more space. Hard disk drives should be scanned every week for errors or bad sectors. Go to* Start-Programs-Accessories-System Tools-ScanDiskOtherwise assign the Task Scheduler to perform this operation at night when the computer is not in use.5 Fatal OE exceptions and VXD errorsFatal OE exception errors and VXD errors are often caused by video card problems.These can often be resolved easily by reducing the resolution of the video display. Go to* Start-Settings-Control Panel-Display-SettingsHere you should slide the screen area bar to the left. Take a look at the colour settings on the left of that window. For most desktops, high colour 16-bit depth is adequate.If the screen freezes or you experience system lockups it might be due to the video card. Make sure it does not have a hardware conflict. Go to* Start-Settings-Control Panel-System-Device ManagerHere, select the + beside Display Adapter. A line of text describing your video card should appear. Select it (make it blue) and press properties. Then select Resources and select each line in the window. Look for a message that says No Conflicts.If you have video card hardware conflict, you will see it here. Be careful at this point and make a note of everything you do in case you make things worse.The way to resolve a hardware conflict is to uncheck the Use Automatic Settings box and hit the Change Settings button. You are searching for a setting that will display a No Conflicts message.Another useful way to resolve video problems is to go to* Start-Settings-Control Panel-System-Performance-GraphicsHere you should move the Hardware Acceleration slider to the left. As ever, the most common cause of problems relating to graphics cards is old or faulty drivers (a driver is a small piece of software used by a computer to communicate with a device).Look up your video card's manufacturer on the internet and search for the most recent drivers for it.6 VirusesOften the first sign of a virus infection is instability. Some viruses erase the boot sector of a hard drive, making it impossible to start. This is why it is a good idea to create a Windows start-up disk. Go to* Start-Settings-Control Panel-Add/Remove ProgramsHere, look for the Start Up Disk tab. Virus protection requires constant vigilance.A virus scanner requires a list of virus signatures in order to be able to identify viruses. These signatures are stored in a DAT file. DAT files should be updated weekly from the website of your antivirus software manufacturer.An excellent antivirus programme is McAfee VirusScan by Network Associates ( www.nai.com). Another is Norton AntiVirus 2000, made by Symantec ( www.symantec.com).7 PrintersThe action of sending a document to print creates a bigger file, often called a postscript file.Printers have only a small amount of memory, called a buffer. This can be easily overloaded. Printing a document also uses a considerable amount of CPU power. This will also slow down the computer's performance.If the printer is trying to print unusual characters, these might not be recognised, and can crash the computer. Sometimes printers will not recover from a crash because of confusion in the buffer. A good way to clear the buffer is to unplug the printer for ten seconds. Booting up from a powerless state, also called a cold boot, will restore the printer's default settings and you may be able to carry on.8 SoftwareA common cause of computer crash is faulty or badly-installed software. Often the problem can be cured by uninstalling the software and then reinstalling it. Use Norton Uninstall or Uninstall Shield to remove an application from your system properly. This will also remove references to the programme in the System Registry and leaves the way clear for a completely fresh copy.The System Registry can be corrupted by old references to obsolete software that you thought was uninstalled. Use Reg Cleaner by Jouni Vuorio to clean up the System Registry and remove obsolete entries. It works on Windows 95, Windows 98, Windows 98 SE (Second Edition), Windows Millennium Edition (ME), NT4 and Windows 2000.Read the instructions and use it carefully so you don't do permanent damage to the Registry. If the Registry is damaged you will have to reinstall your operating system. Reg Cleaner can be obtained from www.jv16.orgOften a Windows problem can be resolved by entering Safe Mode. This can be done during start-up. When you see the message "Starting Windows" press F4. This should take you into Safe Mode.Safe Mode loads a minimum of drivers. It allows you to find and fix problems that prevent Windows from loading properly.Sometimes installing Windows is difficult because of unsuitable BIOS settings. If you keep getting SUWIN error messages (Windows setup) during the Windows installation, then try entering the BIOS and disabling the CPU internal cache. Try to disable the Level 2 (L2) cache if that doesn't work.Remember to restore all the BIOS settings back to their former settings following installation.9 OverheatingCentral processing units (CPUs) are usually equipped with fans to keep them cool. If the fan fails or if the CPU gets old it may start to overheat and generate a particular kind of error called a kernel error. This is a common problem in chips that have been overclocked to operate at higher speeds than they are supposed to.One remedy is to get a bigger better fan and install it on top of the CPU. Specialist cooling fans/heatsinks are available from www.computernerd.com or www.coolit.comCPU problems can often be fixed by disabling the CPU internal cache in the BIOS. This will make the machine run more slowly, but it should also be more stable.10 Power supply problemsWith all the new construction going on around the country the steady supply of electricity has become disrupted. A power surge or spike can crash a computer as easily as a power cut.If this has become a nuisance for you then consider buying a uninterrupted power supply (UPS). This will give you a clean power supply when there is electricity, and it will give you a few minutes to perform a controlled shutdown in case of a power cut.It is a good investment if your data are critical, because a power cut will cause any unsaved data to be lost.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-7315410197617400494?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/7315410197617400494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=7315410197617400494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/7315410197617400494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/7315410197617400494'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/10-reasons-why-pcs-crash-u-must-know.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-5831976365286805213</id><published>2009-01-02T04:47:00.000-08:00</published><updated>2009-01-02T04:49:03.586-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='16x Dvd+-rw Dl Dvd Writer Comparison Guide'/><title type='text'></title><content type='html'>&lt;strong&gt;16x Dvd+-rw Dl Dvd Writer Comparison Guide&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;                                      Source:CODEhttp://www.extrememhz.com/dlcomp-p1.shtmlSince the introduction of double layer DVD writers, the interest has been quite overwhelming and is why we keep bringing you reviews of these highly popular drives. The anticipation has now turned into down right obsession and it has become a key component in any current or new system build, thanks to the declining prices and continued media hype. Manufacturers are quite aware of the fascination and is why they have each been releasing their own products which excel in at least one area of the testing methodology used in most reviews. This has led to some confusion as to which drive is best suited for the individuals needs. Today, we compare four 16x double layer drives and highlight both the strong and weak points in order to give you a better idea of which drive is best suited for you.In this comparison guide, we will be looking at four of the top 16x drives to hit the market, the Pioneer DVR-108, NEC ND3500A, Lite-On SOHW-1633s and the new LG GSA-4160B. We will cover everything from design and features to performance and price. Let's begin with a quick look at each of these drives.As far as the front bezel design goes, the LG-GSA4160B is by far the most attractive drive of the bunch. However, for those who are looking for a headphone jack, the Lite-On drive is the only DL writer offering a headphone jack, as well as volume control. The Pioneer and NEC drives, in my opinion, are the ugliest drives, with a very plain look that just wants to make you hide the drive period. Although we only obtained the 4160B in black, all these drives are offered with both white and black bezels. If you opt for the more expensive Pioneer "XL" model, it has the most impressive looks of any drive in the market. However, this will come at a very hefty price tag, considering they contain different firmware as well that offer a few extra features.So, we have determined which is the sexiest-looking drive, but what about performance? I've done some extensive testing on each model to determine which is indeed the most impressive of the bunch. But before we show you performance results, let's briefly look at the features and what they have to offer.FeaturesEach one of these drives has there disappointments when it comes to features. Let's compare each to see what they really offer.DVD WritingDVD+R DVD-R DVD+RW DVD-RWLG GSA-4160B 16x 8x 4x 4xLite-On SOHW-1633s 16x 8x 4x 4xNEC ND-3500A 16x 16x 4x 4xPioneer DVR-108 16x 16x 4x 4xWhile all these drives are indeed 16x models, only two will write to both formats at this speed. The LG GSA-4160B and the Lite-On SOHW-1633s only support 8x DVD-R writing. So if you are one who only prefers this format, the NEC or Pioneer would be the best choice. All of these drives support writing to DVD re-writable media at 4x.DVD+R9 Double Layer WritingWrite SpeedLG GSA-4160B 2.4xLite-On SOHW-1633s 2.4xNEC ND-3500A 4xPioneer DVR-108 4xThe major disappointment with both the LG and the Lite-On 16x drives is the lack of 4x double layer writing support. Pioneer and NEC seem to be the only manufacturers to jump in and release second generation double layer drives supporting much faster 4x writing. In fact, the jump from 2.4x to 4x is quite substantial as we will show you a bit later in this comparison.DVD-RAM SupportSupported Read WriteLG GSA-4160B YES 5x 5xLite-On SOHW-1633s NO NO NONEC ND-3500A NO NO NOPioneer DVR-108 YES 2x NONow this is where both the LG GSA-4120B and GSA-4160B shine above the rest. In fact, it is what has made these drives the most popular DVD writers on the market. Unlike the rest in the roundup, it is a triple format burner, offering full support for DVD-RAM media. The other drives do not support it, with the exception of the Pioneer DVR-108 which supports reading of DVD-RAM discs at 2x. I personally don't see the point in offering only read capabilities, but it's at least one extra feature added to distinguish it from the rest. Fast 5x support of the LG GSA-4160 will actually be tested a bit later in this article.CDR WritingCDR CDRWLG GSA-4160B 40x 24xLite-On SOHW-1633s 48x 24xNEC ND-3500A 48x 24xPioneer DVR-108 32x 24xThe fastest CDR writers of the bunch are the Lite-On SOHW-1633s and the NEC ND-3500A. With their support for 48x writing, they make a great all-in-one drive for many users. The only drive lacking in this lineup is the Pioneer DVR-108. Why they opted for only 32x writing is still quite puzzling and is actually why I have found that many are choosing the NEC over the Pioneer. The LG GSA-4160B should not be left out of consideration though. We will show you later that the difference in write times between 40x and 48x is not much to brag about.Bitsetting SupportOne feature I've found that is most important for many users is bitsetting support. Let's compare these drives and see what they offer.DVD+R/RW Support DVD+R DL SupportLG GSA-4160B NO NOLite-On SOHW-1633s YES NONEC ND-3500A NO YESPioneer DVR-108 NO YESThe LG GSA-4160B does not offer bitsetting support out of the box. However, it is very likely that you will be able to obtain support through an excellent third-party tool called DVDInfo Pro. Right now, they only support the GSA-4120B, but I'm confident with the author that support for this drive will be likely. LG firmware is very hard to hack, however some select few have been able to do so. Using Lite-On's booktype utility, you can change the booktype of DVD+R/RW media, however, the firmware does not automatically change booktype of DVD+R DL discs to DVD-ROM like the NEC and Pioneer models do.Additional FeaturesAs far as other features go, all these drives have a 2MB buffer but offer some sort of buffer under-run protection, which all work exceptionally well. This is especially useful if you will be burning discs at 16x, which I personally don't recommend just yet. As our individual tests of these drives revealed, burning at this speed is quite unstable, with the exception of the Lite-On SOHW-1633s.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-5831976365286805213?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/5831976365286805213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=5831976365286805213' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/5831976365286805213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/5831976365286805213'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2009/01/16x-dvd-rw-dl-dvd-writer-comparison.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-3883479145672216643</id><published>2008-10-20T05:18:00.000-07:00</published><updated>2008-10-20T05:19:15.303-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GENERAL CLEANING TIPS'/><title type='text'></title><content type='html'>&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style="font-size:130%;"&gt;GENERAL CLEANING    TIPS&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;You    can save your computer maintenance cost if you clean your computer on    the regular basis. This will improve the cooling and performance of the    computer components. Your computer components could damage, if you do    not keep it clean on periodically basis, because dust is the main cause    to heat up your system and heat link to hardware failure.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;span style="font-family:Verdana;font-size:85%;color:#000000;"&gt;Never place your     computer on the ground, always use computer table or shelf for this     purpose.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;To clean computer case first     unplugs your system power from the electrical outlet. Remove all     cables and connectors from the back side of your computer. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Now blow the air around all the     hardware components and keeping away your blower nozzle 4 to 5     inches away from main board components. You can use vacuum cleaner     also for this purpose but compressed air is the better solution to     clean a system.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;At the end using lightly dampened     cloth or spray any cleaning fluids on the computer case and use     paper towel to dry it.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Never clean inside computer     components or other circuit board with damp or wet cloth.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Always be careful to eat or drink     around the computer.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-3883479145672216643?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/3883479145672216643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=3883479145672216643' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3883479145672216643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3883479145672216643'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/general-cleaning-tips-you-can-save-your.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-3813570768165135912</id><published>2008-10-20T05:09:00.000-07:00</published><updated>2008-10-20T05:10:54.864-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireless Headset Tips'/><title type='text'></title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;         &lt;span style="font-size: 14pt; font-family: Arial; color: navy;"&gt;         &lt;a href="http://alltechnologydictionary.blogspot.com"&gt;Wireless Headset Tips&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;a href="http://alltechnologydictionary.blogspot.com"&gt;  &lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           The Best Wireless Headset&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;The best     wireless headset for you will depend on your needs and how often you     will use it. For a cell phone wireless headset, you will want to     look for a blue tooth headset, as that is the industry standard.     Other features to consider include: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;ul style="margin-bottom: 0in;" type="disc"&gt;&lt;span style="color:#000000;"&gt;            &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Comfortable     fit &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Features you     require &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Within your     price range &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Compatible     with your current cell phone. &lt;/span&gt;&lt;/li&gt;           &lt;/span&gt;&lt;/ul&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;If you need a     wireless headset with a landline telephone, you need to consider     some alternate options: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;ul style="margin-bottom: 0in;" type="disc"&gt;&lt;span style="color:#000000;"&gt;            &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;What brand     name are you most comfortable with? Wireless headsets for your     regular phone come from various manufacturers including Plantronics,     GN Netcom and Polycom. &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;How much desk     space you want it to take up? &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;How much range     it needs to have (how large is your office) &lt;/span&gt;&lt;/li&gt;           &lt;/span&gt;&lt;/ul&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;You may not have     considered it, but you can also get a headset for your computer. If     you use Skype or any of the other nifty computer phone call     programs, you may have a headset plugged into your desktop or laptop     already, but wireless may make your life much more flexible. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;           &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;             &lt;hr align="center" color="#d8eb99" size="2" width="100%" noshade="noshade"&gt;             &lt;/span&gt;           &lt;/div&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           Wireless Headset: Bluetooth&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt; Bluetooth is     another wireless standard, mostly used for short range connectivity.     You will often find Bluetooth technology in printers, cell phones     and wireless headsets. Its range is significantly shorter then other     wireless technology, about 30 feet. It is less expensive then other     Wi-Fi standards and works well for many home offices. This is why     Bluetooth has been included in many wireless headsets - but beware     of that range, you don't want to wander too far from your source and     lose you call.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;           &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;             &lt;hr align="center" color="#d8eb99" size="2" width="100%" noshade="noshade"&gt;             &lt;/span&gt;           &lt;/div&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           Reasons to Use a Wireless&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;A wireless     headset offers you significantly more freedom while you talk on your     cell phone or regular phone. By plugging in the wireless adaptor,     you can walk all over your home or office. The benefits in an office environment are     clear, but these are also great for stay at home parents who may be     chasing an active toddler all over the house! The car is another     obvious location for the use of a wireless headset. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Good wireless     headsets come equipped with volume control and answer buttons and     they should be small and fit comfortably over your ear. They should     be snug enough so you don't have to worry about the headset slipping     off your ear or falling to the ground. &lt;/span&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; display: none;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;           &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;             &lt;hr align="center" color="#d8eb99" size="2" width="100%" noshade="noshade"&gt;             &lt;/span&gt;           &lt;/div&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           Problems with Wireless Headset&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;If your wireless     headset is having performance issues, there are a few things you can     check. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;ul style="margin-bottom: 0in;" type="disc"&gt;&lt;span style="color:#000000;"&gt;            &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Make sure your     telephone or ell phone is within range and not overly obstructed.             &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Check to make     sure your cell phone battery is charged and you are receiving a good     signal. &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Typically,     with wireless headsets you will have multiple channels from which to     select the best signal, so make sure that you have switched around     to see which is best and that you aren't still on the default     channel. &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Make sure you     try your phone without the headset on at all to ensure that the line     or signal is strong. &lt;/span&gt;&lt;/li&gt;             &lt;li class="MsoNormal" style="text-align: justify;"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Finally, check     to make sure the batteries in the wireless headset are charged.             &lt;/span&gt;&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;           &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;             &lt;hr align="center" color="#d8eb99" size="2" width="100%" noshade="noshade"&gt;             &lt;/span&gt;           &lt;/div&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           Wireless Headset&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;A wireless     headset is a small device you slip over your ear that allows you to     talk via your cell phone, but hands free. Using the blue tooth     technology standard, wireless headsets offer an excellent range and     great hands free features. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;These wireless     headsets have been especially popular with commuters and people who     need to use their cell phones in their car. The increased safety     afforded when you are using both hands to drive makes the investment     in one of the headsets an easy decision. Additionally, you aren't     hampered by an annoying cord which can also be hazardous if you need     full range of motion to avoid a potential car accident. &lt;/span&gt;&lt;/span&gt;           &lt;/p&gt;           &lt;div class="MsoNormal" style="text-align: center;" align="center"&gt;             &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;             &lt;hr align="center" color="#d8eb99" size="2" width="100%" noshade="noshade"&gt;             &lt;/span&gt;           &lt;/div&gt;           &lt;p class="MsoNormal" style="text-align: justify;"&gt;           &lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana; font-weight: 700;"&gt;           Wireless Headset with Regular Phone &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;          &lt;/span&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;          &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;There are     wireless headsets on the market that you can use with a regular     phone, but don't think you'll have to buy a different headset for     every phone in your home or office. There are also wireless headset     devices that you can hook up to a regular phone, cell phone and PDA,     and you can alternate which device you wish to use your wireless     headset with. This kind of flexibility is key in this day and age of     telecommunications - and for your wallet.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-3813570768165135912?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/3813570768165135912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=3813570768165135912' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3813570768165135912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3813570768165135912'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/wireless-headset-tips-best-wireless.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-2466252681309186293</id><published>2008-10-20T04:31:00.000-07:00</published><updated>2008-10-20T05:00:00.152-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='One-Click Hibernation icon'/><title type='text'></title><content type='html'>&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;How to create One-Click Hibernation icon on your desktop?&lt;/span&gt;&lt;span style="font-family:Verdana;color:#000000;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;Today tip will help you to start the quicker    hibernation process with a single click on desktop icon. This is the    easiest way to start the hibernation process in windows XP. A simple    click on hibernation icon, close the all running applications and will    start hibernation process properly. This tip is very useful to save    energy and time as well. &lt;/span&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;If any case this    desktop shortcut does not work, then you should need to configure your    computer to enable hibernation. Go on the Start button and select    "Settings". Click on "Control Panel" then double-click on the "Power    Options" icon. Click on the "Hibernate" tab and make sure the "Enable    Hibernate" checkbox is checked.&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;   Follow the given steps to create the shutdown icon:&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;To    create a new shortcut, right click on any empty area of your desktop and    go to New then &lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;Shortcut.&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;Now    a small windows dialog box will appea&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;r with the title "Create Windows".    In the "Create Shortcut" window, type the following command.&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;img src="http://www.computerfreetips.com/images/new-shortcuts.gif" border="0" width="288" height="194" /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;&lt;strong&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;rundll32.exe    PowrProf.dll, SetSuspendState&lt;/span&gt;&lt;/strong&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt;   &lt;img style="width: 618px; height: 372px;" src="http://www.computerfreetips.com/images/Hibernation-icon.gif" border="0" /&gt;&lt;/p&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;   Click Next button to type the name of this shortcut and press Finish to    close it. Now click on Hibernate icon to verify the process.&lt;/span&gt;&lt;p&gt;   &lt;img style="width: 616px; height: 358px;" src="http://www.computerfreetips.com/images/Click-Hibernation.gif" border="0" /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-2466252681309186293?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/2466252681309186293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=2466252681309186293' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2466252681309186293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2466252681309186293'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-create-one-click-hibernation.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-8467032056651527407</id><published>2008-10-20T04:29:00.000-07:00</published><updated>2008-10-20T04:30:57.904-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='backup and recovery'/><title type='text'></title><content type='html'>&lt;span style="color:#000000;"&gt;       &lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;        &lt;p style="text-align: justify;"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana; font-weight: 700;"&gt;    How to protect your computer with advanced backup and recovery?&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;   &lt;/span&gt;         &lt;/span&gt;              &lt;p style="text-align: center;" align="center"&gt; &lt;/p&gt;                                &lt;span style="color:#000000;"&gt;       &lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;       &lt;blockquote&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;A backup is a duplicate copy of a file, program or disk     that can be used if the original copy is lost, damaged, or     destroyed. Thus, if you regularly take backups of your sensitive     data or programs and update them as and when needed, system failures     can be covered easily through these backups. For example, in Norton     Ghost, you can takes backup of your complete system within minute.     Norton Ghost by Symantec provides us a complete solution of system     backup. Norton Ghost has a very simple wizard base control panel to     help the all level of users. Norton Ghost offerings with the full     system backup and restore, partition backup, file and folders     backup, backup using compression and encryption and incremental     backups also.&lt;/span&gt;&lt;/p&gt;        &lt;p class="MsoNormal"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Using Norton     Ghost, you can create the image of full hard disk to another hard     disk, or image of one partition to other partitions. You can store     this image to almost any media CD/DVD, USB, external storage device,     zip drive and network drive also.&lt;/span&gt; &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;You can download this tool for any windows version using     Symantec website. Download it and run the easy setup.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;After installation launch Norton Ghost, the first screen    will appear with title â€œNorton Ghost Yearâ€. First click on    â€œBackupâ€ (Backup your computer to a Ghost image file) link and then    click on Next button to start backup process.&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;    &lt;img style="width: 578px; height: 252px;" src="http://www.computerfreetips.com/images/select_backup.jpg" border="0" /&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana; text-decoration: none;"&gt;Here you can select disk or partition    to backup, If you want to create backup of your C drive (windows with    all installed programs), then select only C drive under â€œSourceâ€    section. Now under destination section, select the option â€œFileâ€    (hard disk) or â€œRecordable CD or DVDâ€ (if you have CD/DVD writer and    empty writeable CD/ DVD) and click Next button.&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;    &lt;img style="width: 536px; height: 249px;" src="http://www.computerfreetips.com/images/souce_file.jpg" border="0" /&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;   &lt;span style="text-decoration: none; font-family: Verdana;"&gt;        Now click on Browse button to choose destination drive then enter    image file name and click on â€œSaveâ€ button.&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;    &lt;img style="width: 534px; height: 301px;" src="http://www.computerfreetips.com/images/image_file_name.gif" border="0" /&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;   &lt;span style="text-decoration: none; font-family: Verdana;"&gt;        Again press the Next button to open Advance settings (optional    setting), click on advance settings button, if want to choose    compression, image password and others features.&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" align="left"&gt;    &lt;img style="width: 572px; height: 273px;" src="http://www.computerfreetips.com/images/advance_setting.gif" border="0" /&gt;&lt;/p&gt;   &lt;span style="text-decoration: none; font-family: Verdana;"&gt;       &lt;p class="MsoNormal" style="text-align: justify;"&gt;Now click on Next button    to view the summary. Press â€œRun Nowâ€ button to start process&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;Here a message will    prompt you, save your data and close all open application.&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;    &lt;img style="width: 544px; height: 315px;" src="http://www.computerfreetips.com/images/backup_task.gif" border="0" /&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;When you pressed Ok    button, your system will restart to run Norton Ghost (DOS base    process).&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="text-decoration: none; font-family: Verdana;"&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;In DOS mode, System will    take time (depends upon your data size) to complete the process and then    you view and verify backup file in normal mode. &lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;    &lt;img style="width: 574px; height: 271px;" src="http://www.computerfreetips.com/images/ghost_dos.gif" border="0" /&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="text-align: justify;"&gt;Now you can use this     backup files (using Restore option) to restore system backup when     you will need or move to any other computer.&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-8467032056651527407?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/8467032056651527407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=8467032056651527407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8467032056651527407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8467032056651527407'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-protect-your-computer-with.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-1092105893920949704</id><published>2008-10-20T04:26:00.000-07:00</published><updated>2008-10-20T04:27:34.907-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Useful tip to Hide drives and Partitions'/><title type='text'></title><content type='html'>&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Verdana; color: navy;"&gt;Useful    tip to Hide drives and Partitions&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p style="text-align: justify; line-height: 200%;"&gt;   &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;You    can hide your system partitions or drives from other users. This tip is    very useful if different type of users are using same computer then you    can safe your important drives with this trick from any illegal action.    You can use windows XP TweakUI utility or registry editor to hide    drives. To work with windows XP TweakUI go to Run and type tweakui then    press enter. A small TweakUI interface will open with options to uncheck    drives&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size: 11pt; font-family: Verdana;"&gt; &lt;/span&gt;   &lt;span style="font-size:85%;"&gt;         &lt;span style="font-family: Verdana;"&gt;that you want hidden&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;.    Click OK to finish it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p style="text-align: justify; line-height: 200%;"&gt;   &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;You    can also use registry editor to edit the computer registry to turn off    the display of drives, but b&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Verdana; font-size: 10pt; color: rgb(0, 0, 0);"&gt;e    careful to work with computer registry.&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Follow the given steps to hide     computer drives:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;First click on Start button then     type Regedit&lt;b&gt; &lt;/b&gt;in Run option.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;    &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;    Here locate the location to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;   &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;   &lt;span style="color:#000000;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;           HKey_Current_User \ Software \ Microsoft \ Windows    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;   &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;\ Current Version \    Policies \ Explorer &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;    &lt;span style="font-family:Verdana;font-size:85%;color:#000000;"&gt;Here right click on     right side of Registry editor panel and add new DWORD then put its     value 3FFFFFF.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;    &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;    Now close the registry editor and restart your computer after any     changes to go into effect.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-1092105893920949704?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/1092105893920949704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=1092105893920949704' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/1092105893920949704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/1092105893920949704'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/useful-tip-to-hide-drives-and.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-2587296407958724158</id><published>2008-10-20T04:24:00.000-07:00</published><updated>2008-10-20T04:25:31.265-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='viruses may be transferred'/><title type='text'></title><content type='html'>&lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size: 10pt; font-family: Verdana; font-weight: 700;"&gt;Different methods through viruses may be transferred&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" align="justify"&gt;T&lt;span style="color:#000000;"&gt;&lt;span style="font-size:85%;"&gt;here     are different methods through viruses may be transferred from one     computer to another. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;   &lt;/span&gt;&lt;span style="color:#000000;"&gt;    &lt;li&gt;     &lt;p class="MsoBodyText" align="justify"&gt;&lt;span style="font-size:85%;"&gt;Now-      a-days, most of the viruses spread due to receiving unknown      e-mail messages that contains viruses. When a user opens such an      infected message, the virus is also loaded into the computer      memory. In this way, many other program files loaded into the      memory are infected. This virus is also transferred to other      computers when e-mail messages are sent from the infected      computer to them. Due to these viruses, some time an auto      generated email message from your email ID sends to your friends      from your side with different virus messages. Never open unknown      and attractive subject line email messages, always scan first      even if you know the sender of the message. &lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p class="MsoBodyText" align="justify"&gt;&lt;span style="font-size:85%;"&gt;Another      way of spreading virus is by using Internet and other networks.      For example, when you download infected executables files or      data files from the Internet or from a shared disk on the      network, viruses are transferred to your computer. It must be      noted that many software are available on the Internet with free      of cost. Most of that software contains viruses, for example      free PHP or ASP scripts are the main source of virus, always get      these scripts from reliable sources. In an LAN, if a computer      contains a virus, then all the computers on the network may be      infected with that virus.  &lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p class="MsoBodyText" align="justify"&gt;&lt;span style="font-size:85%;"&gt;One      important means of exchanging data is through the use of      removable media like, CDs, MP3 player, ipod and flash devices.      So, when you copy the data from one computer to another by using      a removable media, the viruses are also transferred. &lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size:85%;"&gt;The virus can also infect your computer by using pirated      software. The software, which is installed into your computer      without license is referred to as pirated software. Some      companies may intentionally attach some virus programs into      their software. This program will only activate when it does not      find some special files like license files on your computer.&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-2587296407958724158?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/2587296407958724158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=2587296407958724158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2587296407958724158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2587296407958724158'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/different-methods-through-viruses-may.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-7469392901018321136</id><published>2008-10-20T04:15:00.000-07:00</published><updated>2008-10-20T04:24:01.597-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='visual effects for better windows'/><category scheme='http://www.blogger.com/atom/ns#' term='elimnate visual effects'/><title type='text'></title><content type='html'>&lt;span style="font-size:100%;color:#000000;"&gt;&lt;span style="font-weight: 700;font-family:Verdana;" &gt;How to eliminate the needless visual effects for better windows    performance&lt;/span&gt;&lt;b&gt;&lt;span style=";font-family:Arial;color:black;"  &gt;?&lt;/span&gt;&lt;span style=";font-family:Arial;color:black;"  &gt; &lt;/span&gt;&lt;span style=";font-family:Verdana;" &gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;                                  &lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;    &lt;span style="color:#000000;"&gt;           &lt;/span&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt; &lt;span style="color:#000000;"&gt;  &lt;span style=";font-family:Verdana;" &gt;Today tip will help you to increase the performance of your    computer by eliminating the needless visual effects. By default windows    XP gives you many options in the graphics fields to enjoy maximum    graphics. For example, you can add pictures on folders and drop shadow    on icon to give you better look but it will effect on the performance of    your computer, especially on an older computer. Window XP has many    default graphics which is not so useful for a common user, if you    re-adjust these graphics then there is less effect on the user    activities but the performance of computer will be increase    tremendously. Here I will tell you how to choose:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;  &lt;/span&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in;"&gt; &lt;span style="color:#000000;"&gt;  &lt;span style=";font-family:Verdana;color:black;"  &gt;To    edit these settings, first you should log onto your computer with    administrative rights.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;  &lt;/span&gt;&lt;p class="MsoNormal"&gt; &lt;span style="color:#000000;"&gt;  &lt;span style=";font-family:Verdana;color:black;"  &gt;   Click &lt;b&gt;Start&lt;/b&gt; button and type &lt;/span&gt;&lt;b&gt;   &lt;span style=";font-family:Verdana;" &gt;sysdm.cpl&lt;/span&gt;&lt;/b&gt;&lt;span style=";font-family:Verdana;color:black;"  &gt;    in &lt;b&gt;Run&lt;/b&gt; box then&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style=";font-family:Verdana;color:black;"  &gt; press Ok button for next.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yZ8I_uD7sa4/SPxo3Fk-tTI/AAAAAAAAAWs/sSjrHlMnk7g/s1600-h/1.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://1.bp.blogspot.com/_yZ8I_uD7sa4/SPxo3Fk-tTI/AAAAAAAAAWs/sSjrHlMnk7g/s400/1.jpg" alt="" id="BLOGGER_PHOTO_ID_5259193760461272370" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style="color:#000000;"&gt;&lt;span style=";font-family:Verdana;color:black;"  &gt;Here    a dialog box will appear with the title "System Properties", select    "Advanced" tab.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLPNIdRI/AAAAAAAAAXE/lM5ze4AHwBc/s1600-h/3.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLPNIdRI/AAAAAAAAAXE/lM5ze4AHwBc/s400/3.jpg" alt="" id="BLOGGER_PHOTO_ID_5259194106642986258" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;p class="MsoNormal"&gt; &lt;span style="color:#000000;"&gt;  &lt;span style="font-size: 10pt; font-family: Verdana; color: black;"&gt;Here    click on Settings button under Performance area.&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt; &lt;p class="MsoNormal"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLu-FE1I/AAAAAAAAAXM/rxbHWp2PhzE/s1600-h/2.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLu-FE1I/AAAAAAAAAXM/rxbHWp2PhzE/s400/2.jpg" alt="" id="BLOGGER_PHOTO_ID_5259194115169784658" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt; &lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span style="text-decoration: none;font-family:Verdana;font-size:100%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLPNIdRI/AAAAAAAAAXE/lM5ze4AHwBc/s1600-h/3.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpLPNIdRI/AAAAAAAAAXE/lM5ze4AHwBc/s400/3.jpg" alt="" id="BLOGGER_PHOTO_ID_5259194106642986258" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;When you have done then "Performance Options" dialog box will appear    with different options. Here select the Visual Effects tab and choose    the settings you want to use for the appearance and performance of    windows on this computer.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="text-decoration: none; font-size: 10pt; font-family: Verdana;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Turns off all the    visual effects in the option of "Adjust for best performance" and when    you select the option "Adjust for best appearance" it will gives you    opposite effect ,Everything will turns on. Selecting "Let Windows choose    what's best for my computer" triggers, as you might guess, different    choices on different computers. And to pick and choose individual    effects yourself, choose "custom" then decide which ones you want.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpKhaCiwI/AAAAAAAAAW0/jpVUNB_KAJQ/s1600-h/5.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxpKhaCiwI/AAAAAAAAAW0/jpVUNB_KAJQ/s400/5.jpg" alt="" id="BLOGGER_PHOTO_ID_5259194094349093634" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-7469392901018321136?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/7469392901018321136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=7469392901018321136' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/7469392901018321136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/7469392901018321136'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-eliminate-needless-visual.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_yZ8I_uD7sa4/SPxo3Fk-tTI/AAAAAAAAAWs/sSjrHlMnk7g/s72-c/1.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4463350632540510425</id><published>2008-10-20T04:07:00.000-07:00</published><updated>2008-10-20T04:12:37.383-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Enable Boot Logging'/><title type='text'></title><content type='html'>&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver Mup.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver agp440.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver ACPI Uniprocessor PC&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver Audio Codecs&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver Legacy Audio Drivers&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver Media Control Devices&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver Legacy Video Capture Devices&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Did not load driver Video Codecs&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt; &lt;/p&gt;   &lt;span style="text-decoration: none;font-family:Verdana;" &gt;       &lt;p class="MsoNormal"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   To enable boot logging, reboot your computer and press&lt;/span&gt;&lt;/em&gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgbfMTgI/AAAAAAAAAWU/LdciF4zd1pY/s1600-h/main_boot_logging.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgbfMTgI/AAAAAAAAAWU/LdciF4zd1pY/s400/main_boot_logging.jpg" alt="" id="BLOGGER_PHOTO_ID_5259191172182330882" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;em&gt;&lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt; F8 keys. An    advance menu screen will appear with different options. &lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Safe Mode&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Safe Mode with Networking&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Safe Mode with Command Prompt&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Enable Boot Logging&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Enable VGA Mode.&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Last known Good Configuration&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Start Windows Normally&lt;/span&gt;&lt;/em&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;    &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;    Reboot&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt; &lt;/p&gt;      &lt;/span&gt;   &lt;/span&gt;   &lt;/span&gt;&lt;p class="MsoNormal" align="justify"&gt; &lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;  &lt;em&gt;    &lt;span style="font-style: normal; text-decoration: none;font-family:Verdana;color:black;"  &gt; Here select the option Enable Boot Logging, and press Enter button, your system will be returned to main menu screen and again press Enter button to start logging.&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" align="justify"&gt;                                &lt;/p&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt; &lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;  &lt;span style="text-decoration: none;font-family:Verdana;" &gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt; If there is no problem in windows startup, then your system will boot successfully in normal mode, and you can review the log file. In case any problems in log file regarding loading services and drivers then you can troubleshoot that services (stop and restart) and drivers (reinstall). &lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;   &lt;span style=";font-family:Verdana;color:black;"  &gt;If your problem does cause Windows to crash then restart your system and again Press F8 button to reboot your system in safe mode. In safe mode again reviewing the &lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;" &gt;ntbootlog.txt    file and identifies the problems &lt;/span&gt;&lt;/em&gt;either&lt;em&gt;&lt;span style="font-style: normal;font-family:Verdana;" &gt; disable any device or uninstall any third party application. If your problem is still there then visit your hardware vendor website for help.&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4463350632540510425?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4463350632540510425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4463350632540510425' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4463350632540510425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4463350632540510425'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/loaded-driver-mup.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgbfMTgI/AAAAAAAAAWU/LdciF4zd1pY/s72-c/main_boot_logging.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4981104669586773963</id><published>2008-10-20T04:04:00.001-07:00</published><updated>2008-10-20T04:09:56.131-07:00</updated><title type='text'></title><content type='html'>&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;/span&gt;&lt;p class="MsoNormal" align="center"&gt;         &lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;       &lt;span style="text-decoration: none;font-family:Verdana;" &gt;              &lt;b&gt;How to Enable Boot Logging to troubleshoot windows startup    problem?&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);font-family:Verdana;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;"&gt;&lt;p class="MsoNormal" align="justify"&gt;   &lt;span style="font-family:Arial;"&gt;You can troubleshoot the windows startup problems by    enabling the windows boot logging features. When you will start your    computer with enable boot logging feature, a l&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;og file will be created to    identify the drivers and services that is creating the problem during    startup process.  The name of this file is &lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgpzbbOI/AAAAAAAAAWc/_cmbUoMl_Mw/s1600-h/enable_boot_logging.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgpzbbOI/AAAAAAAAAWc/_cmbUoMl_Mw/s400/enable_boot_logging.jpg" alt="" id="BLOGGER_PHOTO_ID_5259191176025304290" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;       &lt;/p&gt;&lt;/span&gt;           &lt;span style="text-decoration: none;font-family:Verdana;" &gt;   &lt;em&gt;   &lt;span style="font-style: normal;font-family:Arial;color:black;"  &gt;   ntbootlog.txt and located in windows root directory (&lt;/span&gt;&lt;/em&gt;&lt;span style=";color:black;" &gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="text-decoration: none;"&gt;%SYSTEMROOT%,    norma&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style=";color:black;" &gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="text-decoration: none;"&gt;lly in C drive&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:Verdana;color:black;"  &gt;&lt;em&gt;&lt;span style="font-style: normal;font-family:Arial;" &gt;).    You can search this file with the name of  "ntbootlog.txt" in C    drive. Follow the exam&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style=";font-family:Verdana;color:black;"  &gt;&lt;em&gt;&lt;span style="font-style: normal;font-family:Arial;" &gt;pl&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Verdana;" &gt;&lt;span style=";font-family:Verdana;color:black;"  &gt;&lt;em&gt;&lt;span style="font-style: normal;font-family:Arial;" &gt;e of ntbootlog.txt in windows XP.&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;       &lt;span style="text-decoration: none;font-family:Verdana;" &gt;       &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Service Pack 2 8  7 2007 22:02:09.500&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\ntoskrnl.exe&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\hal.dll&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\KDCOM.DLL&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\BOOTVID.dll&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver ACPI.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\DRIVERS\WMILIB.SYS&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver pci.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver isapnp.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver intelide.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\DRIVERS\PCIIDEX.SYS&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver MountMgr.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver ftdisk.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver dmload.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver dmio.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver PartMgr.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver VolSnap.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver atapi.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver disk.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver \WINDOWS\system32\DRIVERS\CLASSPNP.SYS&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver fltMgr.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver sr.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver Fastfat.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver KSecDD.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: -1em;"&gt;&lt;em&gt;   &lt;span style="font-style: normal;font-family:Verdana;color:black;"  &gt;   Loaded driver NDIS.sys&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4981104669586773963?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4981104669586773963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4981104669586773963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4981104669586773963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4981104669586773963'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-enable-boot-logging-to.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxmgpzbbOI/AAAAAAAAAWc/_cmbUoMl_Mw/s72-c/enable_boot_logging.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-8972955268343461302</id><published>2008-10-20T03:58:00.000-07:00</published><updated>2008-10-20T04:03:40.416-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;How to enjoy Chatting on your network with WinChat ?&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxkwpVfDVI/AAAAAAAAAV8/5LBgOxKRb38/s1600-h/winchat.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxkwpVfDVI/AAAAAAAAAV8/5LBgOxKRb38/s400/winchat.gif" alt="" id="BLOGGER_PHOTO_ID_5259189251754364242" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;         &lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;span style="font-family:Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;         &lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;   &lt;span style="text-decoration: none;font-family:Arial;" &gt;Next you should go to Conversation Menu and then click the    dial option.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p&gt;         &lt;/p&gt;       &lt;p&gt;         &lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;   &lt;span style="text-decoration: none;font-family:Arial;" &gt;Here choose that person you want to &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;chat with on your network    (when you will click on dial then you will get list of that persons with    which you are going to connect on your network even if they are running    winchat or not. If you dial any body of your list they are not    responding or &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;ignoring you, then they may not be running the winchat.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxk5GTkV4I/AAAAAAAAAWE/_HxwAo0VXII/s1600-h/dial-winchat.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://3.bp.blogspot.com/_yZ8I_uD7sa4/SPxk5GTkV4I/AAAAAAAAAWE/_HxwAo0VXII/s400/dial-winchat.gif" alt="" id="BLOGGER_PHOTO_ID_5259189396969904002" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p&gt;&lt;br /&gt;       &lt;/p&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;When any body is    running winchat he will hear a ringing sound. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxk5svRuqI/AAAAAAAAAWM/gvTAAqf8_4k/s1600-h/winchat-user.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxk5svRuqI/AAAAAAAAAWM/gvTAAqf8_4k/s400/winchat-user.gif" alt="" id="BLOGGER_PHOTO_ID_5259189407286672034" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="text-decoration: none;font-family:Arial;" &gt;Both you and your    networking sharing person will free to chat with each other when your    recipient clicks the answer button.&lt;/span&gt;&lt;/span&gt;             &lt;span style=";font-family:Verdana;font-size:100%;color:black;"   &gt;      &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-8972955268343461302?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/8972955268343461302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=8972955268343461302' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8972955268343461302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8972955268343461302'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-enjoy-chatting-on-your-network.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_yZ8I_uD7sa4/SPxkwpVfDVI/AAAAAAAAAV8/5LBgOxKRb38/s72-c/winchat.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-9130011412557926206</id><published>2008-10-20T03:55:00.000-07:00</published><updated>2008-10-20T03:56:49.104-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Reduce the shutdown time of Windows 2000 and XP.'/><title type='text'></title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;a href="http://alltechnologydictionary.blogspot.com"&gt;&lt;span style="font-size: 10pt; font-family: Verdana; font-weight: 700;"&gt;Reduce the shutdown time of Windows 2000 and XP.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-size:85%;"&gt;You can     reduce the shutdown time of windows 2000 and XP using some tricks.     Actually windows XP take time to close all running programs and     applications before shutdown, but you can minimize this time &lt;/span&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;if you have     little knowledge about editing windows registry.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;   &lt;/span&gt;&lt;p style="line-height: 200%;"&gt; &lt;span style="color:#000000;"&gt;   &lt;span style="font-size: 10pt; line-height: 200%; font-family: Verdana;"&gt;    Follow the given steps to reduce the shutdown time:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color:#000000;"&gt;  &lt;/span&gt; &lt;span style="color:#000000;"&gt;  &lt;/span&gt;&lt;span style="color:#000000;"&gt;   &lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;    &lt;span style="font-size: 10pt; line-height: 200%; font-family: Verdana;"&gt;    First click on Start button then type Regedit&lt;b&gt; &lt;/b&gt;in Run option.     Here locate the location to:&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;&lt;span style="font-size:85%;"&gt;Go     to Hkey_Current_User\Control Panel\Desktop&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;    &lt;span style="font-size: 10pt; line-height: 200%; font-family: Verdana;"&gt;    Here in right side panel, double click on AutoEndTasks&lt;b&gt; &lt;/b&gt;and     here its default value is 0. Now change it to 1.&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;    &lt;span style="font-size: 10pt; line-height: 200%; font-family: Verdana;"&gt;    Now in same side panel double click on value name &lt;/span&gt;    &lt;span style="font-size:85%;"&gt;WaitToKillAppTimeout. Its default value data is     20000; now change this value of WaitToKillAppTimeout to 3500.&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;    &lt;span style="font-size: 10pt; line-height: 200%; font-family: Verdana;"&gt;    Now close the registry editor and restart your computer after any     changes to go into effect.&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="margin-left: 0.25in; margin-bottom: 0.4em;"&gt;    &lt;img style="width: 699px; height: 401px;" src="http://www.computerfreetips.com/images/shutdown_time.gif" border="0" /&gt;    &lt;/p&gt;&lt;/li&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-9130011412557926206?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/9130011412557926206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=9130011412557926206' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/9130011412557926206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/9130011412557926206'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/reduce-shutdown-time-of-windows-2000.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-8899275072613660815</id><published>2008-10-20T03:54:00.001-07:00</published><updated>2008-10-20T03:54:59.931-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Edit windows registry keys to change the Registered Owner.'/><title type='text'></title><content type='html'>&lt;b&gt;&lt;span style="font-size: 10pt; color: navy;"&gt;Edit windows registry keys to    change the &lt;i&gt;Registered Owner.&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;p align="justify"&gt;&lt;span style="color:#000000;"&gt;    &lt;span style="font-family: Verdana; font-size: 10pt;"&gt;Some time you     entered the wrong or invalid registered owner information when you     installed the windows. But don't worry you can change the registered     owner information any time, if you have little knowledge about     editing windows registry. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Follow the given steps to change     the owner name:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ul&gt;&lt;li&gt;     &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;     &lt;span style="font-family: Verdana;"&gt;First click on Start button      then type Regedit&lt;b&gt; &lt;/b&gt;in Run option.&lt;/span&gt;&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;     &lt;span style="font-family: Verdana;"&gt;Here locate the location to:&lt;/span&gt;&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p style="line-height: 200%;"&gt;&lt;span style="color:#000000;"&gt;     &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Go to      HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion &lt;/span&gt;     &lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;     &lt;span style="font-family: Verdana;"&gt;Here in right side panel,      double click on &lt;b&gt;RegisteredOwner &lt;/b&gt;and here change its value      data as you wish.&lt;/span&gt;&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p style="line-height: 200%;"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;     &lt;span style="font-family: Verdana;"&gt;Now close the registry editor      and restart your computer after any changes to go into effect.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-8899275072613660815?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/8899275072613660815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=8899275072613660815' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8899275072613660815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/8899275072613660815'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/edit-windows-registry-keys-to-change.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-3143539925778087976</id><published>2008-10-20T03:53:00.000-07:00</published><updated>2008-10-20T03:54:12.292-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Changing the Location of Special Folders'/><title type='text'></title><content type='html'>&lt;b&gt;&lt;span style="font-size: 13.5pt; color: navy;"&gt;&lt;a href="http://alltechnologydictionary.blogspot.com"&gt;Changing the Location of          Special Folders&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal" align="justify"&gt;         &lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;You          can modify the registry to change the location of special folders like:&lt;/span&gt;&lt;/p&gt;         &lt;ul style="margin-bottom: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;My Documents           &lt;/span&gt;           &lt;/p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Favorites &lt;/span&gt;                      &lt;/p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;My Pictures           &lt;/span&gt;           &lt;/p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Personal &lt;/span&gt;                    &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;         &lt;ol start="1" style="margin-bottom: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Start Regedit           &lt;/span&gt;           &lt;/p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Go to            HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User            Shell Folders &lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Double click on            any locations you want to change and alter the path &lt;/span&gt;           &lt;/p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black;"&gt;           &lt;p align="justify"&gt;           &lt;span style="font-size: 11pt; font-family: Verdana;"&gt;Logoff or            restart for the changes to go into effect.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-3143539925778087976?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/3143539925778087976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=3143539925778087976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3143539925778087976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/3143539925778087976'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/changing-location-of-special-folders.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-2045112775487620222</id><published>2008-10-20T03:49:00.000-07:00</published><updated>2008-10-20T03:52:54.230-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#000078;"&gt;&lt;span style="font-weight: 700;font-family:Verdana;font-size:10;"   lang="EN"&gt;&lt;span style="font-size:130%;"&gt;Set the status of NUM LOCK key enabled automatically.&lt;/span&gt;&lt;a href="http://alltechnologydictionary.blogspot.com"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://alltechnologydictionary.blogspot.com"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 323px; height: 250px;" src="http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxiqM-7aFI/AAAAAAAAAV0/ijOc4p7WGhg/s400/NumLock_keys.gif" alt="" id="BLOGGER_PHOTO_ID_5259186942041090130" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;font-size:100%;color:#000078;"  &gt;&lt;span style="font-weight: 700;" lang="EN"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p class="normalweb2" style="background: white none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial;"&gt;    &lt;span style="font-size:100%;color:#000000;"&gt;    &lt;span style="line-height: 135%;" lang="EN"&gt;    You can manage the status of NUM LOCK key is different for each     user and you can set its status enable or disable when user logon.     NUM LOCK status is disable by default and if you want your NUM LOCK     key is enable automatically before a user presses CTRL+ALT+DEL to     log on. You need to edit the registry of your computer to change     this status enabled.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="font-family: arial;font-size:100%;color:#000000;"  &gt;   &lt;/span&gt;&lt;p class="MsoNormal" style="margin: 12pt 0in 0.25in; font-family: arial;"&gt;&lt;span style=";font-size:100%;" &gt; &lt;span style="color:#000000;"&gt;   Follow the given steps to enable &lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;color:#000000;"&gt;   &lt;span style="" lang="EN"&gt;NUM     LOCK key &lt;/span&gt;    &lt;span style=""&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="font-family: arial;font-size:100%;color:#000000;"  &gt;   &lt;/span&gt;&lt;span style="font-family: arial;font-size:100%;color:#000000;"  &gt;    &lt;li&gt;     &lt;p class="MsoNormal" style="margin: 12pt 0in -6px;"&gt;     &lt;span style="line-height: 200%;"&gt;     Click &lt;b&gt;Start&lt;/b&gt; button then type &lt;b&gt;regedit&lt;/b&gt; in &lt;b&gt;Run&lt;/b&gt;      option then press &lt;b&gt;Enter&lt;/b&gt; for next.&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 12pt 0in -6px;"&gt;     &lt;span style="line-height: 200%;"&gt;     Here locate the location to:&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p class="MsoNormal" style="margin: 12pt 0in -6px;"&gt;     &lt;span style="line-height: 135%;" lang="EN"&gt;     HKEY_USERS\.Default\Control Panel\Keyboard&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: arial;font-size:100%;color:#000000;"  &gt;&lt;li&gt;     &lt;p style="margin-bottom: -6px;"&gt;     &lt;span style=""&gt;Here in      right side panel, double click on &lt;/span&gt;     &lt;span style="" lang="EN"&gt;     the value &lt;b&gt;InitialKeyboardIndicators&lt;/b&gt;&lt;/span&gt;&lt;span style=""&gt; then      change its value data from 0 to 2.&lt;/span&gt;     &lt;/p&gt;&lt;/li&gt;&lt;li&gt;     &lt;p style="margin-bottom: -6px;"&gt;     &lt;span style=""&gt;Now close      the registry editor and restart your computer after any changes      to go into effect.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-2045112775487620222?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/2045112775487620222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=2045112775487620222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2045112775487620222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/2045112775487620222'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/set-status-of-num-lock-key-enabled.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_yZ8I_uD7sa4/SPxiqM-7aFI/AAAAAAAAAV0/ijOc4p7WGhg/s72-c/NumLock_keys.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4543126078745778156</id><published>2008-10-20T03:47:00.000-07:00</published><updated>2008-10-20T03:49:52.853-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Automatic Screen Refresh Tips'/><title type='text'></title><content type='html'>&lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;   &lt;a href="http://alltechnologydictionary.blogspot.com"&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; color: navy;"&gt;Automatic Screen Refresh Tips&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;When    you are working on your local computer and want to refresh any changes    in your system automatically. For example some times you are watching    sports results, online Stock Exchange rates and any changes to your hard    drive but these changes are not usually refreshed until you press the F5    key on your keyboard.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="line-height: 200%;" align="justify"&gt;   &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;To    refresh your screen automatically you should edit your system Registry.    But the best technique to edit the windows registry keys, always export    or backup the whole windows registry keys on backup drive before    editing. Because any mistake in Registry can cause serious problem in    your computer to run properly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;   &lt;span style="font-family: Verdana;"&gt;Follow the given steps to change the    updates automatically.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" align="justify"&gt; &lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;First click on Start button then     type Regedit&lt;b&gt; &lt;/b&gt;in Run option.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;In Registry Editor panel go to     the path:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="line-height: 200%;" align="justify"&gt;&lt;span style="color:#000000;"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;    HKEY_LOCAL_MACHINE / System / CurrentControlSet /     &lt;/span&gt;&lt;/span&gt;   &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;p style="line-height: 200%;" align="justify"&gt;&lt;span style="color:#000000;"&gt;   &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;           Control / UpdateMode   &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p style="line-height: 200%;" align="justify"&gt;    &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;    Here in right hand side panel edit the &lt;/span&gt;&lt;/span&gt;    &lt;span style="color:#000000;"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;DWORD value to     be between 1 and &lt;/span&gt;&lt;span style="font-size:85%;"&gt;    &lt;span style="font-family: Verdana;"&gt;5.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;    &lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p style="line-height: 200%;" align="justify"&gt;    &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;    Now restart your computer after any changes to go into effect.&lt;/span&gt;&lt;/span&gt;   &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4543126078745778156?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4543126078745778156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4543126078745778156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4543126078745778156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4543126078745778156'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/automatic-screen-refresh-tips-when-you.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6783381409278470489.post-4535711680918890191</id><published>2008-10-20T03:45:00.000-07:00</published><updated>2008-10-20T03:46:41.817-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='add Items to the Start Button'/><title type='text'></title><content type='html'>&lt;p style="color: rgb(255, 0, 0);" class="MsoNormal" align="justify"&gt;         &lt;a href="http://alltechnologydictionary.blogspot.com"&gt;&lt;b&gt;&lt;span style="font-size: 10pt;"&gt;How to add Items to the Start    Button using Registry?&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;The    best technique to edit the windows registry keys, always export or    backup the whole windows registry keys on backup drive before editing.    Because any mistake in Registry can cause serious problem in your    computer to run properly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" align="justify"&gt;   &lt;span style="font-size:85%;color:#000000;"&gt;&lt;span style="font-family: Verdana;"&gt;Follow    the given steps to change the &lt;b&gt;Start&lt;/b&gt; button setting.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;First click on &lt;b&gt;Start&lt;/b&gt;     button then type &lt;b&gt;Regedit &lt;/b&gt;in &lt;b&gt;Run&lt;/b&gt; option.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;In Registry Editor go to left     hand panel, and find &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;    &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;    HKey_Classes_Root / Directory / Shell    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Here Right click on Shell folder     option and add any new key with descriptive name and Press Enter.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Now Right click on that key and     give the full path of that program you are interested to add in     start button. &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;           &lt;span style="font-size: 10pt; font-family: Verdana;"&gt;For example if you     want to add MS excel, then full path may be C:\program file\msoffice\msexcel.EXE.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;    &lt;p class="MsoNormal" align="justify"&gt;&lt;span style="font-size:85%;color:#000000;"&gt;    &lt;span style="font-family: Verdana;"&gt;Now close all open programs and     check the changes in your computer Start button.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6783381409278470489-4535711680918890191?l=alltechnologydictionary.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alltechnologydictionary.blogspot.com/feeds/4535711680918890191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6783381409278470489&amp;postID=4535711680918890191' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4535711680918890191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6783381409278470489/posts/default/4535711680918890191'/><link rel='alternate' type='text/html' href='http://alltechnologydictionary.blogspot.com/2008/10/how-to-add-items-to-start-button-using.html' title=''/><author><name>senthil</name><uri>http://www.blogger.com/profile/17794558356856245753</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07243072459204905599'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>