<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7775725937556217680</id><updated>2011-11-28T06:39:10.800+05:30</updated><category term='A Basic Guide to the Internet'/><category term='Disable Windows Logo Key'/><category term='When Good Discs Go Bad'/><category term='How to Back Up the Registry'/><category term='Clear Unwanted Items From Add And Remove'/><category term='Create One-click Shutdown And Reboot Shortcuts'/><category term='10 reasons why PCs crash U must Know'/><category term='Change The Default Location For Installing Apps'/><category term='Use Hotkeys To Switch Programs'/><category term='Ultimate Google Way'/><category term='Tip for shutdown windows - virus'/><category term='20 Great Google Secrets'/><category term='Unused space on hard drives recovered'/><category term='ALL About Spyware'/><category term='block websites'/><category term='How To Block Websties Without Software'/><category term='Using Google for searching ebooks'/><category term='Delete An undeletable File'/><category term='How do I Test My VirusScan Installation'/><category term='Change Text on XP Start Button'/><category term='Best Keyboard Shortcuts'/><category term='Computer Matinence'/><category term='A ZoneAlarm Pro Tutorial'/><category term='Configuring ZoneAlarm Pro Security Settings'/><category term='Winxp System Response'/><category term='reboot whitout rebooting'/><category term='Keeping an eye out for viruses'/><category term='Convert Stubborn Webpage To pdf'/><category term='Not only Defrag'/><category term='Create A Personal Screen Saver In Win Xp'/><category term='BIOS Update Procedure'/><category term='Transferring Data'/><category term='Bandwidth Explained'/><category term='Create Bootable Win XP SP1 CD(nero)'/><category term='Want To Download Torrent File By Using Google'/><category term='What is the Registry'/><category term='Windows Xp Tips &apos;n&apos; Tricks'/><category term='User&apos;s Guide To Avoiding Virus Infections'/><category term='Delete Files From The Recent File List In Windows'/><category term='23 Ways To Speed WinXP'/><title type='text'>Computer Tricks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>51</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-8800840501565332374</id><published>2009-06-23T11:26:00.001+05:30</published><updated>2009-06-23T11:28:24.822+05:30</updated><title type='text'>how to edit right click menu</title><content type='html'>&lt;p&gt;how to edit right click menuHow To Remove and Add Right-Click Menu Items from Files and Folders&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;Removing Items&lt;br /&gt;A lot of programs you install will add themselves to the right-click menu of your files and/or folders. And most times, you have no choice in the matter and, as a result, your right-click menu can get very long with added items you don't even use. The last person I was helping with this had a right context menu so long that the Rename option was no longer visible!&lt;br /&gt;Fortunately, you can easily remove those unwanted menu items, if you know the registry values to edit. And it's not at all difficult once you know the keys responsible for the additions.&lt;br /&gt;&lt;br /&gt;For Files, the secret lies in the "context menu handlers" under the shellex subkey for "All Files" which, in the registry, is nothing but an asterisk - like a dos wildcard, which means the values entered apply to all files. It is at the very top of the Root key, right here:&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers&lt;br /&gt;&lt;br /&gt;Click the the + sign next to the ContextMenuHandlers key, to expand it.&lt;br /&gt;Now you will see some of the programs that have added items to your right-click menu. Simply delete the program keys you don't want. &lt;br /&gt;Yup! It's that simple. If deleting makes you uneasy, just export the key before deleting it. Or, instead of deleting the values, disable them. Simply double click the default value for the program on the right hand pane and rename the clsid value by placing a period or dash in front of it.&lt;br /&gt;ie; - {b5eedee0-c06e-11cf-8c56-444553540000}&lt;br /&gt;Then exit the registry, refresh, and right click a file to see if the item was removed from the menu.&lt;br /&gt;Some programs - like WinZip or WinRar - will add several items to your right click menu but all of them will be removed by deleting or disabling their one context menu handler. &lt;br /&gt;&lt;br /&gt;Note that the above key only applies to the right click menu of files.&lt;br /&gt;To remove entries from the right click context menu of folders, you need to navigate to the Folder and Drive keys:&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers&lt;br /&gt;HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers&lt;br /&gt;&lt;br /&gt;All you have to do is follow the same procedure as for Files - either disable or delete items you wish to remove.&lt;br /&gt;Adding Items&lt;br /&gt;Adding Items to the right click menu of Files and Folders is also fairly simple using the Registry. It just involves the creation of a few new keys for each item you wish to add. You edit the same keys used for removing items. Let's use Notepad as an example of an item you'd like to add to the right click menu of all your files or folders.&lt;br /&gt;&lt;br /&gt;For folders, go to this key:&lt;br /&gt;HKEY_CLASSES_ROOT\Folder&lt;br /&gt;Click the + sign next to Folder and expand it so that the Shell key is visible. Right click the Shell key and choose New&gt;Key and name the key Notepad or whatever else you'd prefer (whatever the key is named is what will appear in the right-click menu). Now right click the new key you made and create another key named Command. Then, in the right hand pane, double click "Default" and enter Notepad.exe as the value.&lt;br /&gt;Exit the registry, refresh, and right click any folder. Notepad should now be on the context menu.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For files, go here again:&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT\*&lt;br /&gt;Expand the * key and see if a Shell key exists. If it does exist, follow the same procedure as for folders. If it does not exist, you'll have to create a new Shell first. Just right click the * key and choose New&gt;Key and name it Shell. Then right click the Shell key and continue on the same way you did for adding items to the right click menu of folders.&lt;br /&gt;Once done, Notepad should appear as an option in the right click menu of all your files.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-8800840501565332374?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/8800840501565332374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-edit-right-click-menu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8800840501565332374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8800840501565332374'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-edit-right-click-menu.html' title='how to edit right click menu'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-3043450732753416310</id><published>2009-06-23T11:22:00.001+05:30</published><updated>2009-06-23T11:22:26.304+05:30</updated><title type='text'>How To Change A Cmos Battery</title><content type='html'>First the safety rules&lt;br /&gt;&lt;br /&gt;The inside of a computer is a bad place full of electricity and sharp edges.&lt;br /&gt;On the electricity side always when working on you computer make sure that it’s still plugged in to the power socket and the power is turned off, this is to ensure that any static&lt;br /&gt;From you is discharged through the earth. The inside of most computer cases are unfinished metal and has very sharp edges so be careful.&lt;br /&gt;&lt;br /&gt;The first signs of a battery failing are:-&lt;br /&gt;&lt;br /&gt;1) your clock starts running slowly&lt;br /&gt;2) when you boot (start) your computer it has a problem finding your hardware (no hard drive, no cd rom)&lt;br /&gt;&lt;br /&gt;To change the battery you need the following tools&lt;br /&gt;&lt;br /&gt;1) a X-point screwdriver&lt;br /&gt;2) an anti-static strap(optional)&lt;br /&gt;3) a new battery (seems logical)&lt;br /&gt;&lt;br /&gt;Then unplug all the cables from the back of the computer as you remove them make a note where they came from. (So when you finished you can put them back)&lt;br /&gt;&lt;br /&gt;Move the computer somewhere where you can work on it with ease&lt;br /&gt;&lt;br /&gt;Remove the cover by locating the screws around the outer edge (back) of the computer&lt;br /&gt;Some computer cases only require you to remove 2 screws on one side then a panel can be removed allowing you access to the computers insides, others you must remove 6 screws and remove the whole case by sliding it to the rear and lifting it off.&lt;br /&gt;&lt;br /&gt;Now make sure that you read the safety instructions about static.&lt;br /&gt;Look inside you will see a round silver thing that looks about the size of a 10p piece (quarter). This is the battery itself, carefully lift the retaining clip and slide the battery out. That’s it removed now go to your local computer retailer, electrical retailer (Tandy/Radio shack) taking the old battery with you and get a new battery.&lt;br /&gt;&lt;br /&gt;Back to your computer insert the new battery by lifting the clip and sliding the battery in.&lt;br /&gt;&lt;br /&gt;Reinstall your case and plug all the cables back (you did remember to label them didn’t you)&lt;br /&gt;&lt;br /&gt;Now for the fun part.&lt;br /&gt;&lt;br /&gt;You will now need to go into you bios….&lt;br /&gt;&lt;br /&gt;Right the bios is the god of your computer.&lt;br /&gt;&lt;br /&gt;To access it, when your computer first starts you will see a black screen with white text.&lt;br /&gt;&lt;br /&gt;If you look carefully you will see a line that says something like "press del for setup" or some other key (F2 or ESC or tab) this will take you to god's house where you can make lots of changes to the way your machine works.&lt;br /&gt;&lt;br /&gt;It is also the place where you can make your nice computer in to a rather expensive door stop so be careful and don’t go playing with anything.&lt;br /&gt;&lt;br /&gt;You will now be presented with a blue screen with a lot of options on it,&lt;br /&gt;The one we want is load optimised/default settings.&lt;br /&gt;&lt;br /&gt;Press the F10 key and type y the computer should now reboot.&lt;br /&gt;&lt;br /&gt;If every thing went well then your computer will now be up and running. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Shizers way: Keep computer running. Lay it on it's side and remove side cover to expose MoBo. Take any thin object, "small screwdriver, knife point, wood shiskabob skewer. Pull back the battery retaining clip. Toss the old battery in the junk recepticle, unless you belong to greenpeace and want to save the earth. Install the new battery. No need to reset bios becasue the compter supplies voltage to the cmos while it is running. Reset or resync clock with internet. Done!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-3043450732753416310?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/3043450732753416310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-change-cmos-battery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3043450732753416310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3043450732753416310'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-change-cmos-battery.html' title='How To Change A Cmos Battery'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-289852536277380711</id><published>2009-06-23T11:19:00.000+05:30</published><updated>2009-06-23T11:20:55.728+05:30</updated><title type='text'>How To Backup Ps2 Games</title><content type='html'> Hi guys...here I found a tutorial of another Foum:&lt;br /&gt;&lt;br /&gt;Okay, these are some methods to backup PS2 titles and Xbox titles, in order to play a backup you need a modchip of some sort, I have also included a tutorial on boot methods. Follow any one of these instructions to fit your needs. You can tell what format the PS2 title is by looking at the written side of the disc, DVD's are Silver and CD's are Purple. The DVD backup methods here consist of reading the image to the hard drive then burning it to the media for an easier backup, this depends on your hardware and it?s setup. I say that because the proper setup would be to have the Reader and Writer on separate IDE cables. This allows no cross information when doing Disc to Disc/On the fly copying. But, since most people would not know how to check or fix this, I suggest reading the image to your Hard Drive and then burning from there. *A little useful trick*, If the DVD backup "image" is small enough in size you can fit it onto a CD-R (80 minute or larger if need be) instead of using a more expensive DVD-R. I have done this succesfully using Prassi and the first tutorial for it below. In addition a DVD Movie backup will play on a PS2/Xbox without a chip. As I get more info I will update. Dexter&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS1/PS2 CD backup tutorials&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using CloneCD (v4.x.xx) for PS1/PS2&lt;br /&gt;&lt;br /&gt;1. Start CloneCD&lt;br /&gt;2. Select "Copy CD"&lt;br /&gt;3. Select your Reader, press Next&lt;br /&gt;4. Select "Game CD", press Next&lt;br /&gt;5. Select/Deselect your options here (on the fly, cue or delete) then press Next&lt;br /&gt;6. Select your Writer, press Next&lt;br /&gt;7. Select your burn speed and "Game CD"&lt;br /&gt;8. Press "OK" to begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using Alcohol 120% for PS1/PS2&lt;br /&gt;&lt;br /&gt;1. Start Alcohol 120%&lt;br /&gt;2. Select ?Copy Wizard?&lt;br /&gt;3. Select your Reader &amp;amp; Read Speed&lt;br /&gt;4. Select or Deselect ?Copy current disc on the fly?&lt;br /&gt;5. For Datatype select which console PS1 or PS2, press Next&lt;br /&gt;6. Select your Image location and Name for it, press Next&lt;br /&gt;7. Select you Writer, Write Speed and anything else you feel you might need&lt;br /&gt;8. Make sure the Datatype selected is the same you chose above&lt;br /&gt;9. Press Start to begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 DVD backup tutorials&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using Prassi&lt;br /&gt;&lt;br /&gt;1. Start Primo&lt;br /&gt;2. Select "go to full application"&lt;br /&gt;3. Right Click the drive that has your original in it&lt;br /&gt;4. Select "build global image" and choose a path for the image (preferably on an NTFS opsys)&lt;br /&gt;5. After the image is extracted go to next step&lt;br /&gt;6. Choose the 3rd disc icon from the left *or* click file, new job, Global/Other Image&lt;br /&gt;7. Then just burn the .gi (global image) of the game&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This next way has one less step which saves some time because once you press record it does everything by itself (if you have a DVD reader and DVD Writer)&lt;br /&gt;&lt;br /&gt;1. Start Primo&lt;br /&gt;2. Use the "PrimoDVD Starter" (it's easier, and less confusing)&lt;br /&gt;3. Choose "disc copy"&lt;br /&gt;4. Select your Reader and Also your Writer&lt;br /&gt;5. Select "make a temp image on HD..."&lt;br /&gt;6. Select your burn speed and then record to begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using Nero&lt;br /&gt;&lt;br /&gt;1. Start Nero, Use the Wizard (for easy use)&lt;br /&gt;2. Select "DVD" then select Next&lt;br /&gt;3. Select "Copy a DVD" then select Next&lt;br /&gt;4. Select your source drive&lt;br /&gt;5. Check OFF "copy on the fly" then select next&lt;br /&gt;6. Select your write speed&lt;br /&gt;7. Select either "Test", "Test and Burn" or "Burn"&lt;br /&gt;8. Press "Burn" to begin&lt;br /&gt;&lt;br /&gt;This next way is without the Wizard&lt;br /&gt;&lt;br /&gt;1. Start Nero, and select "File" then "New..."&lt;br /&gt;2. On upper left side of the window from the drop down menu select "DVD"&lt;br /&gt;3. Select "DVD Copy" Icon&lt;br /&gt;4. Select "Copy options" tab&lt;br /&gt;5. Check OFF "copy on the fly"&lt;br /&gt;6. Select source drive and read speed&lt;br /&gt;7. If needed Select "Image" tab to choose image directory and select/deselect "delete image..."&lt;br /&gt;8. Select "Burn" tab and choose your settings&lt;br /&gt;9. Press "Copy" to begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using Alcohol 120%&lt;br /&gt;&lt;br /&gt;1. Start Alcohol 120%&lt;br /&gt;2. Select ?Copy Wizard?&lt;br /&gt;3. Select your Reader&lt;br /&gt;4. For ?Separate Image file every:? choose ?Never Separate?&lt;br /&gt;5. Select or Deselect ?Copy current disc on the fly?, press Next&lt;br /&gt;6. Select your Image location and Name for it, press Next&lt;br /&gt;7. Select you Writer, Write Speed and anything else you feel you might need&lt;br /&gt;8. Select or Deselect ?Delete image file after recording?&lt;br /&gt;9. Press Start to begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;XBOX backup tutorials&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Xbox original games are burned from the outside in. The only way to backup a title is to have a modchip like X-exuter (best), Enigma, or Xodus/Matrix. You also have to flash the bios and have a CD program inserted or installed into the X-Box named EVO-X (this allows you to assign the X-Box an IP address). The game has to be stored on the X-Box's HD, this allows you to file transfer the title to your PC using an ftp program like FlaxhFXP (best) or similar. From there you use a burning application to make the backup. Some applications allows you to "drag &amp;amp; drop" right from the Xbox or you can build an ISO of the image then burn to CD-R/W or DVD-R/W backup. (I will update this to show steps as soon as I have a minute)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Modded PS2 with or without Action Replay/GameShark CD &amp;amp; DVD backup booting methods&lt;br /&gt;&lt;br /&gt;PS2 with NeoKey/Sbox &amp;amp; AR/GS, PS1 CD backup booting&lt;br /&gt;&lt;br /&gt;1. Turn on PS2 and NeoKey/Sbox&lt;br /&gt;2. Press Eject&lt;br /&gt;3. Insert PS1 CD backup&lt;br /&gt;4. Press reset&lt;br /&gt;5. PS2 tray will close&lt;br /&gt;6. PS1 CD backup will now boot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 with NeoKey/Sbox &amp;amp; AR/GS, PS2 CD backup booting&lt;br /&gt;&lt;br /&gt;1. Have AR/GS dongle in a memory card slot&lt;br /&gt;2. Power on your PS2&lt;br /&gt;3. Insert AR/GS disc&lt;br /&gt;4. At the AR/GS menu, select Start Game, With/Without codes&lt;br /&gt;5. Eject and swap to your PS2 CD backup and press X.&lt;br /&gt;6. Screen will change and game will now boot&lt;br /&gt;&lt;br /&gt;* Note - Neokey will not play DVD-R!&lt;br /&gt;* Note - Old versions of AR2/GS2 you might need to press R1+O instead of X to boot games&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 with Neo 2.2, PS1 CD backup booting&lt;br /&gt;&lt;br /&gt;1. Turn on PS2&lt;br /&gt;2. Press Eject&lt;br /&gt;3. Insert PS1 CD backup&lt;br /&gt;4. Press reset&lt;br /&gt;5. PS2 tray will close&lt;br /&gt;6. PS1 CD backup will now boot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 with Neo 2.2 &amp;amp; AR/GS, PS2 CD backup booting&lt;br /&gt;&lt;br /&gt;1. Have AR/GS dongle in a memory card slot&lt;br /&gt;2. Power on your PS2&lt;br /&gt;3. Insert AR/GS disc&lt;br /&gt;4. At the AR/GS menu, select Start Game, With/Without codes&lt;br /&gt;5. Eject and swap to your PS2 CD backup and press X.&lt;br /&gt;6. Screen will change and game will now boot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 with Neo 2.2 &amp;amp; AR/GS, PS2 DVD backup booting&lt;br /&gt;&lt;br /&gt;1. Have AR/GS dongle in a memory card slot&lt;br /&gt;2. Power on your PS2&lt;br /&gt;3. Insert AR/GS disc, close tray&lt;br /&gt;4. Power off your PS2, wait a few seconds&lt;br /&gt;5. Press and Hold Reset button to load AR/GS&lt;br /&gt;6. At the AR2/GS2 menu, press EJECT while still holding Reset&lt;br /&gt;7. Swap AR/GS disc for an Original-TOC-DVD* and wait 10 seconds&lt;br /&gt;8. Select "AR/GS Codes"&lt;br /&gt;9. Highlight "Add new code" and press X to get to the next screen&lt;br /&gt;10. Press X three times. You will see "Updating code list please wait" each time)&lt;br /&gt;11. Press "Start" on controller&lt;br /&gt;12. Select "Without codes", press X&lt;br /&gt;13. Then Press X again, and immediately release the Reset button, you will see "Updating code list please wait"&lt;br /&gt;14. The PS2 tray will eject allowing you to swap Original-TOC-DVD* for DVD backup and then close on it?s own&lt;br /&gt;15. Screen will change and game will now boot&lt;br /&gt;&lt;br /&gt;* Note - "Original-TOC-DVD" is an original DVD that is a larger file size than the backup&lt;br /&gt;* Note ? For a shortcut make a few ?Add new codes? and after step 8 just highlight one of them and press square to delete it, then proceed on with step 11&lt;br /&gt;&lt;br /&gt;PS2 with Messiah&lt;br /&gt;&lt;br /&gt;1. PSX Backups will boot directly.&lt;br /&gt;2. PS2 CD-R Backups will boot directly.&lt;br /&gt;3. PS2 Unpatched EA backups will boot directly.&lt;br /&gt;4. PS2 DVD-R Backups will boot directly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS2 with Magic 2, 3 or 3.5&lt;br /&gt;&lt;br /&gt;1. PSX Backups will boot directly.&lt;br /&gt;2. PS2 CD-R Backups will boot directly.&lt;br /&gt;3. PS2 Unpatched EA backups will boot directly.&lt;br /&gt;4. PS2 DVD-R Backups will boot directly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ps2 with Apple Mod&lt;br /&gt;&lt;br /&gt;1. PSX Backups will boot directly.&lt;br /&gt;2. PS2 CD-R Backups will boot directly.&lt;br /&gt;3. PS2 Unpatched EA backups will boot directly.&lt;br /&gt;4. PS2 DVD-R Backups will boot directly.[CODE] &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-289852536277380711?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/289852536277380711/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-backup-ps2-games.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/289852536277380711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/289852536277380711'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/06/how-to-backup-ps2-games.html' title='How To Backup Ps2 Games'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-4432271427385317593</id><published>2009-05-13T05:17:00.000+05:30</published><updated>2009-05-13T05:19:47.221+05:30</updated><title type='text'>How To Disable Picture And Fax Viewer</title><content type='html'>We all know that WinXP likes to keep itself held together, and how it doesnt like you uninstalling certain components. Well The Picture and Fax Viewer, is one of these programs which can cause problems if removed incorrectly. It can be disabled safely as follows:&lt;br /&gt;&lt;br /&gt;[Start] [Run] type regedit and click [OK]&lt;br /&gt;&lt;br /&gt;Navigate to :&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT/ SystemFileAssociations/ image/ ShellEx/ ContextMenuHandlers&lt;br /&gt;&lt;br /&gt;then delete the Folder ShellImagePreview under ContextMenuHandlers&lt;br /&gt;&lt;br /&gt;Note: If you want to restore the Picture and Fax Viewer :&lt;br /&gt;&lt;br /&gt;Create the ShellImagePreview folder and create the String Value (Default)&lt;br /&gt;Assign it the value {e84fda7c-1d6a-45f6-b725-cb260c236066}&lt;br /&gt;&lt;br /&gt;NOTE: This tweak doesnt uninstall the program. It removes the association and therefore it cannot be run.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-4432271427385317593?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/4432271427385317593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/how-to-disable-picture-and-fax-viewer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4432271427385317593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4432271427385317593'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/how-to-disable-picture-and-fax-viewer.html' title='How To Disable Picture And Fax Viewer'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-616863714325411592</id><published>2009-05-13T05:13:00.000+05:30</published><updated>2009-05-13T05:17:30.610+05:30</updated><title type='text'>How To Download Bittorrent Files</title><content type='html'> Downloading BitTorrent Files&lt;br /&gt;&lt;br /&gt;What is BitTorrent in Plain English?&lt;br /&gt;&lt;br /&gt;BitTorrent is a program you download. It is similar to a peer-to-peer file sharing service. Basically it goes like this: You download the installer. You get the link to a file that ends in .torrent and enter that URL into your browser (preferably Internet Explorer). This opens the BitTorrent download window. It starts downloading the file, or episode that you wanted (eg. alias2x01.torrent). As it downloads, it uploads the parts that you have to other people so many people can get it at once. When you've finished downloading the file, you can leave the window open (don't press finish or close the window) and other people can still download from you. This is very much encouraged.&lt;br /&gt;&lt;br /&gt;I'm new to all this. How do I download with BitTorrent???&lt;br /&gt;&lt;br /&gt;First we need to download and install a BitTorrent client&lt;br /&gt;&lt;br /&gt;Official client 3.3&lt;br /&gt;CODE&lt;br /&gt;http://www.bitconjurer.org/BitTorrent/index.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Experimental client 3.2.1b-2&lt;br /&gt;CODE&lt;br /&gt;http://ei.kefro.st/projects/btclient&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TheShad0w Experimental S-5.8.3&lt;br /&gt;CODE&lt;br /&gt;http://home.elp.rr.com/tur&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Azureus 2.0.3.0&lt;br /&gt;CODE&lt;br /&gt;http://azureus.sourceforge.net/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;burst! RC5d&lt;br /&gt;CODE&lt;br /&gt;http://krypt.dyndns.org:81/torrent/download.phtml&lt;br /&gt;BT++ 0.5.4 alpha [code]http://btplusplus.sourceforge.net&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Shareaza 1.8.9.22&lt;br /&gt;CODE&lt;br /&gt;http://www.shareaza.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nova Torrent 0.2.0&lt;br /&gt;CODE&lt;br /&gt;http://blackflaw.dyndns.org&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SimpleBT 0.1.9&lt;br /&gt;CODE&lt;br /&gt;http://sourceforge.net/projects/simplebt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;BitAnarch 1.0.5a&lt;br /&gt;CODE&lt;br /&gt;http://sourceforge.net/projects/bitanarch/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Personal Torrent Collector 0.8.2.2&lt;br /&gt;CODE&lt;br /&gt;http://ptc.sourceforge.net&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Effusion 0.3.3 beta&lt;br /&gt;CODE&lt;br /&gt;http://www.azrael-uk.f2s.com/az/effusion&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Snark 0.5 beta&lt;br /&gt;CODE&lt;br /&gt;http://www.klomp.org/snark&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ByteTorrent 0.95&lt;br /&gt;CODE&lt;br /&gt;http://sourceforge.net/projects/bytetorrent/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ABC 2.5&lt;br /&gt;CODE&lt;br /&gt;http://pingpong-abc.sourceforge.net&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;&lt;br /&gt;If you?re client freezes during D/Ls, it?s a problem with you?re network card or modem, this happens when you connect to more peers than you?re card or modem can handle &amp;amp; windows shuts it down. There is a cure. Shad0ws Experimental client allows you to set how many incoming peers to allow.&lt;br /&gt;&lt;br /&gt;All about BT:&lt;br /&gt;CODE&lt;br /&gt;http://www.dessent.net/btfaq/#now_what&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to D/L Torrent files&lt;br /&gt;&lt;br /&gt;BitTorrent is not like other peer-to-peer applications (such as Winmx, Kazaa, Gnutella, etc.) in that it does not have its own \"universe.\" Put another way, BT lives on top of the Web, which means that all of the searching/listing of available files is done on the web. When you find a file you want to download, you click on it and the BitTorrent client program will run and ask you where to put it, and then start downloading. Or you save target as. Save the file somewhere then click on it when you?re ready to start the D/L.&lt;br /&gt;&lt;br /&gt;It doesn't do anything it says:&lt;br /&gt;Problem connecting to tracker - timeout exceeded&lt;br /&gt;Problem connecting to tracker - HTTP Error 503: Connect failed&lt;br /&gt;Problem connecting to tracker - [Error socket error] (10061, \" Connection refused\")&lt;br /&gt;Problem connecting to tracker - (111, \'Connection refused\'&lt;br /&gt;&lt;br /&gt;Generally just wait ... this normally means that the \'Tracker\' is maybe too busy. Leave your window open and it will try to connect every 2 minutes or so.&lt;br /&gt;&lt;br /&gt;Note: BT dose resume downloads, just click the torrent file again when you are ready to resume the D/L and save it to same place as the original. All clients have an option for default D/L directory. I suggest setting this option.&lt;br /&gt;&lt;br /&gt;My speed is always very slow!!!!!!!!!!&lt;br /&gt;&lt;br /&gt;Speeds can be real slow if your one of the below, they all can bet set to allow BT in and out&lt;br /&gt;&lt;br /&gt;#1 behind a firewall&lt;br /&gt;#2 behind a router&lt;br /&gt;#3 on a network&lt;br /&gt;#4 Xps firewall is enabled&lt;br /&gt;&lt;br /&gt;ports 6881 thru 6999 need to be open to get good speeds&lt;br /&gt;&lt;br /&gt;If you need info on bit torrent and how to set it up with a firewall or router&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://knowbuddy.dyndns.org/torrent/btclientconfig.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Get general info on how torrent works and how it uses ports&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://knowbuddy.dyndns.org/torrent/btclientconfig.html&lt;br /&gt;&lt;br /&gt;http://www.dessent.net/btfaq/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Where do I get torrent files???&lt;br /&gt;&lt;br /&gt;Suprnova mirrors are the best site?s, updated every 20 minutes.&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://www.suprnova.org&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are others you can use here is another one:&lt;br /&gt;CODE&lt;br /&gt;http://www.torrentbox.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Places to find other torrent sites&lt;br /&gt;CODE&lt;br /&gt;http://torrentlinks.com/index.php?action=displaycat&amp;amp;catid=10&lt;br /&gt;http://members.chello.nl/~p.wiersema/&lt;br /&gt;http://home.quicknet.nl/qn/prive/romeria/bittorrentsites.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Torrent Search engine&lt;br /&gt;CODE&lt;br /&gt;http://novasearch.net/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Keeping up with the torrent network&lt;br /&gt;CODE&lt;br /&gt;http://www.digital-update.com/forums/attachment.php?s=&amp;amp;postid=163113&lt;br /&gt;http://www.filesoup.com/phpBB2/index.php&lt;br /&gt;http://www.lickmytaint.com/&lt;br /&gt;http://suprnova.org/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PeerGuardian&lt;br /&gt;&lt;br /&gt;What does PeerGuardian actually do?&lt;br /&gt;&lt;br /&gt;PeerGuardian does two things to help P2P users. The first is the obvious one, it closes connections on certain IP addresses. The second is that it optionally logs all connections made to your computer. The reason for this is so that if you do use PeerGuardian but still get sent a legal threat, you can cross-reference the date/time of the alleged infringement with the log. This gives us a list of IPs, one of which will be the IP that's doing the busting. It's basically to help us identify which IPs are doing the busting and weren't known to PeerGuardian before. - Hope that makes sense.&lt;br /&gt;&lt;br /&gt;Is PeerGuardian 100% Protection?&lt;br /&gt;&lt;br /&gt;CERTAINLY NOT!!! - PeerGuardian relies on users sharing information to stay up to date. It IS contributory to protection and (I'm not trying to blow my own trumpet here!!) it seems to be the most up-to-date and open database of this nature on the internet (as far as I know). The more people who are using full-logging and report the relevant IPs when they get a C&amp;amp;D threat (see above paragraph), the more people we can save. ANONYMOUS P2P is the way ahead IMHO, PeerGuardian isn't 100% effective.. I've NEVER claimed that and never will and I look forward to the day that PG (not just the app, more.. the database and communication between p2p'ers on blocking IPs) becomes totally redundant. I'm just trying to help supply the next-best thing until we get to that stage.&lt;br /&gt;&lt;br /&gt;I use PeerGuardian and have still been sent a legal threat.&lt;br /&gt;&lt;br /&gt;What do I do?&lt;br /&gt;&lt;br /&gt;First of all, stop sharing the file you got busted with. If you're worried, try sharing older/rarer files. If you share Bourne Identity, Terminator 3 and a load of Busta Rhymes mp3s after being busted, you'll be asking for trouble. Second thing to do, check the "full connection log" in PeerGuardian. (you did have it enabled didn't you?) - Work out the difference in timezones on the infringement warning and cross-reference it with the log. From this you should be able to identify a handful of IPs. Either post that list to the PG forums for one of our admins/moderators/members to investigate or investigate it yourself and post the p2p enemy IP to the on-line database. - There are plans to automate this whole process in the future.&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://www.peerguardian.net/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well it isn't really much of a tutorial but I spent a lot of time on this so please help me out if it is wrong.&lt;br /&gt;&lt;br /&gt;-=-Bullet-T00th-=- &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-616863714325411592?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/616863714325411592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/how-to-download-bittorrent-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/616863714325411592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/616863714325411592'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/how-to-download-bittorrent-files.html' title='How To Download Bittorrent Files'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2635956374935842276</id><published>2009-05-13T05:10:00.000+05:30</published><updated>2009-05-13T05:13:21.515+05:30</updated><title type='text'>20 Great Google Secrets</title><content type='html'>Google is clearly the best general-purpose search engine on the Web (see&lt;br /&gt;&lt;br /&gt;www.pcmag.com/searchengines&lt;br /&gt;&lt;br /&gt;But most people don't use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google's index, it's still a struggle to pare results to a manageable number.&lt;br /&gt;&lt;br /&gt;But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google's search options go beyond simple keywords, the Web, and even its own programmers. Let's look at some of Google's lesser-known options.&lt;br /&gt;&lt;br /&gt;Syntax Search Tricks&lt;br /&gt;&lt;br /&gt;Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at&lt;br /&gt;&lt;br /&gt;www.google.com/help/operators.html&lt;br /&gt;&lt;br /&gt;. Here are some advanced operators that can help narrow down your search results.&lt;br /&gt;&lt;br /&gt;Intitle: at the beginning of a query word or phrase (intitle:"Three Blind Mice") restricts your search results to just the titles of Web pages.&lt;br /&gt;&lt;br /&gt;Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you're searching for might commonly appear in URLs. If you're looking for the term HTML, for example, and you don't want to get results such as&lt;br /&gt;&lt;br /&gt;www.mysite.com/index.html&lt;br /&gt;&lt;br /&gt;, you can enter intext:html.&lt;br /&gt;&lt;br /&gt;Link: lets you see which pages are linking to your Web page or to another page you're interested in. For example, try typing in&lt;br /&gt;&lt;br /&gt;link:http://www.pcmag.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:"Mark Twain"site:edu. Experiment with mixing various elements; you'll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.&lt;br /&gt;&lt;br /&gt;Swiss Army Google&lt;br /&gt;&lt;br /&gt;Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature&lt;br /&gt;&lt;br /&gt;(www.google.com/help/features.html#calculator)&lt;br /&gt;&lt;br /&gt;lets you do both math and a variety of conversions from the search box. For extra fun, try the query "Answer to life the universe and everything."&lt;br /&gt;&lt;br /&gt;Let Google help you figure out whether you've got the right spelling—and the right word—for your search. Enter a misspelled word or phrase into the query box (try "thre blund mise") and Google may suggest a proper spelling. This doesn't always succeed; it works best when the word you're searching for can be found in a dictionary. Once you search for a properly spelled word, look at the results page, which repeats your query. (If you're searching for "three blind mice," underneath the search window will appear a statement such as Searched the web for "three blind mice.") You'll discover that you can click on each word in your search phrase and get a definition from a dictionary.&lt;br /&gt;&lt;br /&gt;Suppose you want to contact someone and don't have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you'll see it at the top of the search results along with a map link to the address. If you'd rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you'd rather use a search form for business phone listings, try Yellow Search&lt;br /&gt;&lt;br /&gt;(www.buzztoolbox.com/google/yellowsearch.shtml).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Extended Googling&lt;br /&gt;&lt;br /&gt;Google offers several services that give you a head start in focusing your search. Google Groups&lt;br /&gt;&lt;br /&gt;(http://groups.google.com)&lt;br /&gt;&lt;br /&gt;indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle&lt;br /&gt;CODE&lt;br /&gt;(http://froogle.google.com),&lt;br /&gt;&lt;br /&gt;which indexes products from online stores, and Google Catalogs&lt;br /&gt;CODE&lt;br /&gt;(http://catalogs.google.com),&lt;br /&gt;&lt;br /&gt;which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google's tools and services at&lt;br /&gt;&lt;br /&gt;www.google.com/options/index.html&lt;br /&gt;&lt;br /&gt;You're probably used to using Google in your browser. But have you ever thought of using Google outside your browser?&lt;br /&gt;&lt;br /&gt;Google Alert&lt;br /&gt;&lt;br /&gt;(www.googlealert.com)&lt;br /&gt;&lt;br /&gt;monitors your search terms and e-mails you information about new additions to Google's Web index. (Google Alert is not affiliated with Google; it uses Google's Web services API to perform its searches.) If you're more interested in news stories than general Web content, check out the beta version of Google News Alerts&lt;br /&gt;&lt;br /&gt;(www.google.com/newsalerts).&lt;br /&gt;&lt;br /&gt;This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)&lt;br /&gt;&lt;br /&gt;Google on the telephone? Yup. This service is brought to you by the folks at Google Labs&lt;br /&gt;&lt;br /&gt;(http://labs.google.com),&lt;br /&gt;&lt;br /&gt;a place for experimental Google ideas and features (which may come and go, so what's there at this writing might not be there when you decide to check it out). With Google Voice Search&lt;br /&gt;&lt;br /&gt;(http://labs1.google.com/gvs.html),&lt;br /&gt;&lt;br /&gt;you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don't expect 100 percent success.&lt;br /&gt;&lt;br /&gt;In 2002, Google released the Google API (application programming interface), a way for programmers to access Google's search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you'll need an API key, which is available free from&lt;br /&gt;CODE&lt;br /&gt;www.google.com/apis&lt;br /&gt;&lt;br /&gt;. See the figures for two more examples, and visit&lt;br /&gt;&lt;br /&gt;www.pcmag.com/solutions&lt;br /&gt;&lt;br /&gt;for more.&lt;br /&gt;&lt;br /&gt;Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You'll be amazed at how many different ways Google can improve your Internet searching.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Online Extra: More Google Tips&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here are a few more clever ways to tweak your Google searches.&lt;br /&gt;&lt;br /&gt;Search Within a Timeframe&lt;br /&gt;&lt;br /&gt;Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic's current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires Julian dates, not standard Gregorian dates. You can find converters on the Web (such as&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://aa.usno.navy.mil/data/docs/JulianDate.html&lt;br /&gt;&lt;br /&gt;excl.gif No Active Links, Read the Rules - Edit by Ninja excl.gif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;), but an easier way is to do a Google daterange: search by filling in a form at&lt;br /&gt;&lt;br /&gt;www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml&lt;br /&gt;&lt;br /&gt;. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can't be mixed (you can't use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.&lt;br /&gt;&lt;br /&gt;More Google API Applications&lt;br /&gt;&lt;br /&gt;Staggernation.com offers three tools based on the Google API. The Google API Web Search by Host (GAWSH) lists the Web hosts of the results for a given query&lt;br /&gt;&lt;br /&gt;(www.staggernation.com/gawsh/).&lt;br /&gt;&lt;br /&gt;When you click on the triangle next to each host, you get a list of results for that host. The Google API Relation Browsing Outliner (GARBO) is a little more complicated: You enter a URL and choose whether you want pages that related to the URL or linked to the URL&lt;br /&gt;&lt;br /&gt;(www.staggernation.com/garbo/).&lt;br /&gt;&lt;br /&gt;Click on the triangle next to an URL to get a list of pages linked or related to that particular URL. CapeMail is an e-mail search application that allows you to send an e-mail to google@capeclear.com with the text of your query in the subject line and get the first ten results for that query back. Maybe it's not something you'd do every day, but if your cell phone does e-mail and doesn't do Web browsing, this is a very handy address to know.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2635956374935842276?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2635956374935842276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/20-great-google-secrets.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2635956374935842276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2635956374935842276'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/20-great-google-secrets.html' title='20 Great Google Secrets'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-8652321180218814421</id><published>2009-05-13T05:08:00.000+05:30</published><updated>2009-05-13T05:10:05.047+05:30</updated><title type='text'>16x Dvd+-rw Dl Dvd Writer Comparison Guide</title><content type='html'>Since 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Features&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Each one of these drives has there disappointments when it comes to features. Let's compare each to see what they really offer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DVD Writing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DVD+R DVD-R DVD+RW DVD-RW&lt;br /&gt;LG GSA-4160B 16x 8x 4x 4x&lt;br /&gt;Lite-On SOHW-1633s 16x 8x 4x 4x&lt;br /&gt;NEC ND-3500A 16x 16x 4x 4x&lt;br /&gt;Pioneer DVR-108 16x 16x 4x 4x&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;While 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DVD+R9 Double Layer Writing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Write Speed&lt;br /&gt;LG GSA-4160B 2.4x&lt;br /&gt;Lite-On SOHW-1633s 2.4x&lt;br /&gt;NEC ND-3500A 4x&lt;br /&gt;Pioneer DVR-108 4x&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DVD-RAM Support&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Supported Read Write&lt;br /&gt;LG GSA-4160B YES 5x 5x&lt;br /&gt;Lite-On SOHW-1633s NO NO NO&lt;br /&gt;NEC ND-3500A NO NO NO&lt;br /&gt;Pioneer DVR-108 YES 2x NO&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CDR Writing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CDR CDRW&lt;br /&gt;LG GSA-4160B 40x 24x&lt;br /&gt;Lite-On SOHW-1633s 48x 24x&lt;br /&gt;NEC ND-3500A 48x 24x&lt;br /&gt;Pioneer DVR-108 32x 24x&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bitsetting Support&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;One feature I've found that is most important for many users is bitsetting support. Let's compare these drives and see what they offer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DVD+R/RW Support DVD+R DL Support&lt;br /&gt;LG GSA-4160B NO NO&lt;br /&gt;Lite-On SOHW-1633s YES NO&lt;br /&gt;NEC ND-3500A NO YES&lt;br /&gt;Pioneer DVR-108 NO YES&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The 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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Additional Features&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As 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/7775725937556217680-8652321180218814421?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/8652321180218814421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/16x-dvd-rw-dl-dvd-writer-comparison.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8652321180218814421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8652321180218814421'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/16x-dvd-rw-dl-dvd-writer-comparison.html' title='16x Dvd+-rw Dl Dvd Writer Comparison Guide'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7580655853865159970</id><published>2009-05-13T04:57:00.000+05:30</published><updated>2009-05-13T05:08:03.829+05:30</updated><title type='text'>10 Fast and Free Security Enhancements</title><content type='html'>PC magazine.&lt;br /&gt;&lt;br /&gt;Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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/7775725937556217680-7580655853865159970?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7580655853865159970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/10-fast-and-free-security-enhancements.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7580655853865159970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7580655853865159970'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/10-fast-and-free-security-enhancements.html' title='10 Fast and Free Security Enhancements'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-8553379865183638966</id><published>2009-05-12T08:13:00.001+05:30</published><updated>2009-05-12T08:13:57.701+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ultimate Google Way'/><title type='text'>Ultimate Google Way</title><content type='html'>Look for Appz in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[EXE]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[EXE]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[RAR]"&lt;br /&gt;&lt;br /&gt;This will look for any exe or optionaly for zip, rar, ace, iso, bin and etc.&lt;br /&gt;&lt;br /&gt;Look for Moviez in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[VID]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[VID]"&lt;br /&gt;&lt;br /&gt;This will look for any video filetype in parent directory. You can optionaly add index:"xvid" or intext:"divx" for specific codec movie.&lt;br /&gt;&lt;br /&gt;Look for Muzik in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[MP3]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[MP3]"&lt;br /&gt;&lt;br /&gt;This will look for any music files.&lt;br /&gt;&lt;br /&gt;Look for Gamez in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[Gamez]"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-8553379865183638966?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/8553379865183638966/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/ultimate-google-way.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8553379865183638966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8553379865183638966'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/ultimate-google-way.html' title='Ultimate Google Way'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5770731321580996817</id><published>2009-05-12T08:12:00.000+05:30</published><updated>2009-05-12T08:13:00.716+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Unused space on hard drives recovered'/><title type='text'>Unused space on hard drives recovered</title><content type='html'>Unused space on hard drives recovered?&lt;br /&gt;&lt;br /&gt;Updated Hidden partitions revealed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;By INQUIRER staff: Tuesday 09 March 2004, 14:33&lt;br /&gt;&lt;br /&gt;READER WILEY SILER has sent us a method which he said was discovered by Scott Komblue and documented by himself which they claim can recover unused areas of the hard drive in the form of hidden partitions.&lt;br /&gt;We haven't tried this here at the INQUIRER, and would caution readers that messing with your hard drive is done at your own peril and very likely breaches your warranty. Here is what Wiley and Scott did. µ&lt;br /&gt;&lt;br /&gt;* UPDATE Does this work? We're not going to try it on our own machine thank you very much. Instead, we're waiting for a call from a hard drive company so we can get its take on these claims.&lt;br /&gt;&lt;br /&gt;** UPDATE II A representative for large hard drive distributor Bell Micro said: "This is NOT undocumented and we have done this in the past to load an image of the original installation of the software. When the client corrupted the o/s we had a boot floppy thatopened the unseen partition and copied it to the active or seen partition. It is a not a new feature or discovery. We use it ourselves without any qualms".&lt;br /&gt;&lt;br /&gt;*** UPDATE III See the letters column today, here.&lt;br /&gt;&lt;br /&gt;Required items&lt;br /&gt;Ghost 2003 Build 2003.775 (Be sure not to allow patching of this software) 2 X Hard Drives (OS must be installed on both.) For sake of clarity we will call the drive we are trying to expand (T) in this document (means Target for partition recover). The drive you use every day, I assume you have one that you want to keep as mater with your current OS and data, will be the last dive we install in this process and will be called (X) as it is your original drive.&lt;br /&gt;&lt;br /&gt;1. Install the HDD you wish to recover the hidden partitions (hard drive T) on as the master drive in your system with a second drive as a slave (you can use Hard Drive X if you want to). Any drive will do as a slave since we will not be writing data to it. However, Ghost must see a second drive in order to complete the following steps. Also, be sure hard drive T has an OS installed on it You must ensure that the file system type is the same on both drive (NTFS to NTFS or FAT32 to FAT32, etc)&lt;br /&gt;&lt;br /&gt;2. Install Ghost 2003 build 2003.775 to hard drive T with standard settings. Reboot if required.&lt;br /&gt;&lt;br /&gt;3. Open Ghost and select Ghost Basic. Select Backup from the shown list of options. Select C:\ (this is the drive we want to free partition on on hard drive T) as our source for the backup. Select our second drive as the target. (no data will be written so worry not). Use any name when requested as it will not matter. Press OK, Continue, or Next until you are asked to reboot.&lt;br /&gt;&lt;br /&gt;Critical step&lt;br /&gt;4. Once reboot begins, you must shutdown the PC prior to the loading of DOS or any drivers. The best method is to power down the PC manually the moment you see the BIOS load and your HDDs show as detected.&lt;br /&gt;&lt;br /&gt;5. Now that you have shutdown prior to allowing Ghost to do its backup, you must remove the HDD we are attempting to expand (hard drive T which we had installed as master) and replace it with a drive that has an OS installed on it. (This is where having hard drive X is useful. You can use your old hard drive to complete the process.) Place hard drive T as a secondary drive in the system. Hard drive X should now be the master and you should be able to boot into the OS on it. The best method for this assuming you need to keep data from and old drive is:&lt;br /&gt;&lt;br /&gt;Once you boot into the OS, you will see that the second drive in the system is the one we are attempting to expand (hard drive T). Go to Computer Management -&gt; Disk Management&lt;br /&gt;&lt;br /&gt;You should see an 8 meg partition labeled VPSGHBOOT or similar on the slave HDD (hard drive T) along with a large section of unallocated space that did not show before. DO NOT DELETE VPSGHBOOT yet.&lt;br /&gt;&lt;br /&gt;6. Select the unallocated space on our drive T and create a new primary or extended partition. Select the file system type you prefer and format with quick format (if available). Once formatting completes, you can delete the VPSGHBOOT partition from the drive.&lt;br /&gt;&lt;br /&gt;7. Here is what you should now see on your T drive.&lt;br /&gt;&lt;br /&gt;a. Original partition from when the drive still had hidden partitions&lt;br /&gt;b. New partition of space we just recovered.&lt;br /&gt;c. 8 meg unallocated partitions.&lt;br /&gt;&lt;br /&gt;8. Do you want to place drive T back in a PC and run it as the primary HDD? Go to Disk Management and set the original partition on T (not the new one we just formatted) to and Active Partition. It should be bootable again if no data corruption has occurred.&lt;br /&gt;&lt;br /&gt;Caution&lt;br /&gt;Do not try to delete both partitions on the drive so you can create one large partition. This will not work. You have to leave the two partitions separate in order to use them. Windows disk management will have erroneous data in that it will say drive size = manus stated drive size and then available size will equal ALL the available space with recovered partitions included.&lt;br /&gt;&lt;br /&gt;This process can cause a loss of data on the drive that is having its partitions recovered so it is best to make sure the HDD you use is not your current working HDD that has important data. If you do this on your everyday drive and not a new drive with just junk on it, you do so at your own risk. It has worked completely fine with no loss before and it has also lost the data on the drive before. Since the idea is to yield a huge storage drive, it should not matter.&lt;br /&gt;&lt;br /&gt;Interesting results to date:&lt;br /&gt;Western Digital 200GB SATA&lt;br /&gt;Yield after recovery: 510GB of space&lt;br /&gt;&lt;br /&gt;IBM Deskstar 80GB EIDE&lt;br /&gt;Yield after recovery: 150GB of space&lt;br /&gt;&lt;br /&gt;Maxtor 40GB EIDE&lt;br /&gt;Yield after recovery: 80GB&lt;br /&gt;&lt;br /&gt;Seagate 20GB EIDE&lt;br /&gt;Yield after recovery: 30GB&lt;br /&gt;&lt;br /&gt;Unknown laptop 80GB HDD&lt;br /&gt;Yield: 120GB&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5770731321580996817?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5770731321580996817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/unused-space-on-hard-drives-recovered.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5770731321580996817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5770731321580996817'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/unused-space-on-hard-drives-recovered.html' title='Unused space on hard drives recovered'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-3972469033417766668</id><published>2009-05-12T08:11:00.002+05:30</published><updated>2009-05-12T08:12:08.947+05:30</updated><title type='text'>Use Hotkeys To Switch Programs</title><content type='html'>If you routinely use a specific set of programs, you can set up hotkeys that will launch or directly switch among them instead of cycling with Alt-Tab. Find a desktop or Start menu shortcut that launches a program and select Properties. On the Shortcut tab, click in the Shortcut key box, and press the key combination you want to use. Be sure to choose key combinations that are not needed by any of your programs; for example, use Alt-Shift-1, Alt-Shift-2.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-3972469033417766668?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/3972469033417766668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/use-hotkeys-to-switch-programs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3972469033417766668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3972469033417766668'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/use-hotkeys-to-switch-programs.html' title='Use Hotkeys To Switch Programs'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-8452021496135467804</id><published>2009-05-12T08:11:00.001+05:30</published><updated>2009-05-12T08:11:26.642+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Using Google for searching ebooks'/><title type='text'>Using Google for searching ebooks</title><content type='html'>Google has some fantastic potential for you to find whatever you are after on the internet.&lt;br /&gt;&lt;br /&gt;To search for a book / program / file perhaps try the following.&lt;br /&gt;&lt;br /&gt;Go to Google's search page and use the following criteria in the search dialog&lt;br /&gt;&lt;br /&gt;intitle:index.of? file extension Name of item&lt;br /&gt;&lt;br /&gt;e.g. intitle:index.of? chm syngress&lt;br /&gt;&lt;br /&gt;This will hopefully give you a listing of all websites that google has cached that contain references to files in CHM format that are published by SYNGRESS.&lt;br /&gt;&lt;br /&gt;---------------&lt;br /&gt;I use in Google&lt;br /&gt;&lt;br /&gt;+("index of") +("/ebooks"|"/book") +(chm|pdf|zip|rar) +syngress&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;allinurl: +(rar|chm|zip|pdf|tgz) Syngress&lt;br /&gt;Enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-8452021496135467804?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/8452021496135467804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/using-google-for-searching-ebooks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8452021496135467804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8452021496135467804'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/using-google-for-searching-ebooks.html' title='Using Google for searching ebooks'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-3674201773486296630</id><published>2009-05-12T08:10:00.001+05:30</published><updated>2009-05-12T08:10:40.930+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='User&apos;s Guide To Avoiding Virus Infections'/><category scheme='http://www.blogger.com/atom/ns#' term='Keeping an eye out for viruses'/><title type='text'>User's Guide To Avoiding Virus Infections, Keeping an eye out for viruses</title><content type='html'>Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your computer. Having an updated virus scanner is only a small part of this, there are many ways that you can prevent having viruses other than a virus scanner, as it will not always save you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Types of viruses&lt;br /&gt;There are many type of viruses. Typical viruses are simply programs or scripts that will do various damage to your computer, such as corrupting files, copying itself into files, slowly deleting all your hard drive etc. This depends on the virus. Most viruses also mail themselves to other people in the address book. This way they spread really fast and appear at others' inboxes as too many people still fall for these. Most viruses will try to convince you to open the attachment, but I have never got one that tricked me. In fact, I found myself emailing people just to make sure they really did send me something. It does not hurt to be safe.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Worms&lt;br /&gt;Worms are different type of viruses, but the same idea, but they are usually designed to copy themselves a lot over a network and usually try to eat up as much bandwidth as possible by sending commands to servers to try to get in. The code red worm is a good example of this. This worm breaks in a security hole in Microsoft IIS (Internet Information Server) in which is a badly coded http server that, despite the security risks, a lot of people use it. When the worm successfully gets in, it will try to go into other servers from there. When IceTeks was run on a dedicated server at my house, there was about 10 or so attempts per day, but because we ran Apache, the attempts did not do anything but waste bandwidth and not much as I had it fixed a special way. Some worms such as the SQL slammer will simply send themselves over and over so many times that they will clog up networks, and sometimes all of the internet. Worms usually affect servers more than home users, but again, this depends on what worm it is. It is suspected that most worms are efforts from the RIAA to try to stop piracy, so they try to clog up networks that could contain files. Unfortunately, the RIAA have the authority to do these damages and even if caught, nothing can be done.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trojans&lt;br /&gt;Trojans are another type of virus. They are simply like a server in which enables hackers to get into and control the computer. A trojan such as Subseven can enable a hacker to do various things such as control the mouse, eject the cd-rom drive, delete/download/upload files and much more.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MBR virues&lt;br /&gt;Boot sector viruses are another type, they are similar to file viruses, but instead they go in the boot sector and can cause serious damage when the computer is booted, some can easily format your drive simply by booting your computer. These are hard to remove.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Most viruses have various characteristics. For example, a worm can also be a trojan and also infect the boot sector. It all depends on how the virus is written and what it is designed to do. That's why there are not really strong structured categories, as they can easily mix one in the other.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Know the potentially dangerous files&lt;br /&gt;Like any other files, viruses must be opened in order to do something. Most viruses come through e-mail as an attachment. Some will make it look like it's someone you know, and it will try to convince you to open an attachment. Never open attachments at any cost! Some viruses will infect files in programs, so opening a program will actually open the virus, maybe the same one, or another part of it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All files have what is called an extension; This is the 3 last letters after the last period. For example, setup.exe has a file extension of .exe.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Extensions to watch out for are .exe .com .bat .scr .pif .vbs and others, but these are the most seen. .exe .com .bat .pif and .scr are valid extensions for executables. A virus writer will simply rename it to one of these and it will work the same way. .pif is a shortcut to an ms-dos program and will have the ms dos icon, but will still execute whatever code is in it, so an .exe can be renamed to .pif and be run the same way. .bat is a batch file, which can contain instructions to do various file activities, but again, a .exe can be renamed to .bat and it will execute it! .vbs is a visual basic script. For some reason, Microsoft provides this scripting language along with the scripting host to make it more convenient to design and write viruses quickly and easily, I've never seen another use for this scripting language other than for writing viruses. There are programs that are written with that language, but it is compiled into an exe. Exe is the usual extension for programs, you would not have a software CD install a bunch of vbs files all over!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bottom line is, if you don't know what a file is just don't open it. Some viruses will sometimes be named a way as to mask the real file extension to make it look like a harmless file such as a image file. This is easily noticed, but can still be missed. Simply don't open unexpected files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you get something that appears like something legit, just ask the person it came from if they sent it. Most viruses use a friend's address to make it look like it comes from them. The virus does this by using the person's address when sending itself to the address book contacts.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Downloads&lt;br /&gt;Email is not the only way to get viruses; P2P (file sharing programs such as kazaa, winmx, direct connect etc) is also another way to get viruses.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When downloading programs, the main thing to watch out for is the file size. If you are downloading a program that you expect to be rather large such as a game, don't grab a file that is 10KB, since it's most likely a virus. However, I've been caught with a virus even with large files, so file size is not the only thing to watch, as an exe is still valid even if junk is added at the end, so a 64KB virus will still function even if it is turned into 650MB.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Icons are something to look for too, fortunately, virus writers don't take time to put icons. If your download should be a setup file, you should see the icon of a setup file. If it's just the blank icon that typical plain or corrupted exes have, don't open it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another thing to do, which should be obvious, is to scan the file for viruses using updated virus definitions. But don't rely on only your virus scanner, as they are not perfect, and if the virus has not been reported to them yet, they won't know to create a definition for it!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Changing settings to stay safe&lt;br /&gt;If you do open a virus, you want to avoid it going to all your friends. The simplest thing to do is to NOT use the windows address book. It is easy for viruses to get through and Microsoft is not doing anything about it. Just don't use it. Put them in spreadsheet or even better write them down somewhere. Don't use the address book.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another "feature" to avoid is the auto preview. Some viruses can attempt to open themselves just by opening the email. There are security holes in Microsoft mail programs that allow this. In Microsoft Outlook, click on the view menu and remove auto preview. You need to do this for every folder, but the inbox is most important. In Outlook Express, click on the view menu and go to layout. In the dialog box, you will see a check box for show preview pane. Uncheck it and click ok.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another thing you should change, especially if you download a lot, is the option that allows you to view the file extension. In Win98, go in any folder, click on view then folder options and choose the view tab and where it says hide file extension for known types, uncheck it. In win2k, it is the same process, but instead, go in the control panel and open the folder options icon.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Avoiding server worms&lt;br /&gt;Some viruses, mostly worms, can exploit through servers and affect other servers from servers that have been infected. A good example is the SQL slammer. This was a worm that affected SQL servers run by Microsoft IIS and Microsoft SQL Server. Once the worm gets in, that particular server starts trying to find more exploitable driving internet connections to a halt in the process. Servers running Apache were unaffected by that, except for the many hits to try to get in. IceTeks received about 100 hits per day when it was run on a dedicated home server. Most hits came from major ISPs and other big websites that had no clue they were still affected.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The simple solution to avoid these types of viruses is to NOT use Microsoft based server software for your server, especially if it is a public server. The operating system is also crucial, but the actual server software is much more. Apache, which is free, is much more secure than Microsoft based server programs such as IIS. IIS may be easier to understand and administer, but it saves a lot of hassle to learn how to use Apache. IIS has a large number of vulnerabilities, such as the ability to gain access to cmd.exe and basically delete the whole drive by doing a ../ request in the address bar. These don't require viruses, but simply commands, but there are worms written to automatically make these commands. The code red does this.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Removing a virus&lt;br /&gt;The best way to do this is to do a clean install. However, depending on how bad the virus is, a simple clean install won't remove it. So to be extra sure, you'll want to do a low level format. This is especially true of you got a boot sector virus, as even repartitioning and formatting won't quite remove it, but sometimes you can get away with an fdisk /mbr, but not all the time. here are various removal tools for viruses, it is good to use them and see if they work, but proceeding with the clean install is recommended. You never know if the virus is completely removed by deleting files you suspect are infected. Some viruses such as the Bugbear will close anti virus programs and other programs to make it hard and annoying to figure out what to do. A clean install is the best way to ensure that it's gone for good.&lt;br /&gt;&lt;br /&gt;Viruses are out there, don't be one of the many infected ones! Stay alert and stay safe! Don't open unexpected files, regularly update your virus definitions and scan downloaded files!&lt;br /&gt;&lt;br /&gt;I hope this article was useful for you! &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-3674201773486296630?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/3674201773486296630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/users-guide-to-avoiding-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3674201773486296630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3674201773486296630'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/users-guide-to-avoiding-virus.html' title='User&apos;s Guide To Avoiding Virus Infections, Keeping an eye out for viruses'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7058903727960958992</id><published>2009-05-12T08:09:00.001+05:30</published><updated>2009-05-12T08:09:51.050+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Want To Download Torrent File By Using Google'/><title type='text'>Want To Download Torrent File By Using Google</title><content type='html'>Simple way...just type:&lt;br /&gt;&lt;br /&gt;*ur file name* filetype:torrent&lt;br /&gt;You must not write ( * ) when you search....&lt;br /&gt;Eksample:&lt;br /&gt;ANTIVIRUS KASPERSKY filetype:torrent&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7058903727960958992?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7058903727960958992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/want-to-download-torrent-file-by-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7058903727960958992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7058903727960958992'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/want-to-download-torrent-file-by-using.html' title='Want To Download Torrent File By Using Google'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-374728444360932316</id><published>2009-05-12T08:08:00.000+05:30</published><updated>2009-05-12T08:09:07.344+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='What is the Registry'/><title type='text'>What is the Registry</title><content type='html'>&lt;p&gt; What is the Registry?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;The Registry is a database used to store settings and options for the 32 bit versions of Microsoft Windows including Windows 95, 98, ME and NT/2000. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to a Control Panel settings, or File Associations, System Policies, or installed software, the changes are reflected and stored in the Registry.&lt;br /&gt;&lt;br /&gt;The physical files that make up the registry are stored differently depending on your version of Windows; under Windows 95 &amp;amp; 98 it is contained in two hidden files in your Windows directory, called USER.DAT and SYSTEM.DAT, for Windows Me there is an additional CLASSES.DAT file, while under Windows NT/2000 the files are contained seperately in the %SystemRoot%\System32\Config directory. You can not edit these files directly, you must use a tool commonly known as a "Registry Editor" to make any changes (using registry editors will be discussed later in the article).&lt;br /&gt;&lt;br /&gt;The Structure of The Registry&lt;br /&gt;The Registry has a hierarchal structure, although it looks complicated the structure is similar to the directory structure on your hard disk, with Regedit being similar to Windows Explorer.&lt;br /&gt;&lt;br /&gt;Each main branch (denoted by a folder icon in the Registry Editor, see left) is called a Hive, and Hives contains Keys. Each key can contain other keys (sometimes referred to as sub-keys), as well as Values. The values contain the actual information stored in the Registry. There are three types of values; String, Binary, and DWORD - the use of these depends upon the context.&lt;br /&gt;&lt;br /&gt;There are six main branches, each containing a specific portion of the information stored in the Registry. They are as follows:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* HKEY_CLASSES_ROOT - This branch contains all of your file association mappings to support the drag-and-drop feature, OLE information, Windows shortcuts, and core aspects of the Windows user interface.&lt;br /&gt;* HKEY_CURRENT_USER - This branch links to the section of HKEY_USERS appropriate for the user currently logged onto the PC and contains information such as logon names, desktop settings, and Start menu settings.&lt;br /&gt;* HKEY_LOCAL_MACHINE - This branch contains computer specific information about the type of hardware, software, and other preferences on a given PC, this information is used for all users who log onto this computer.&lt;br /&gt;* HKEY_USERS - This branch contains individual preferences for each user of the computer, each user is represented by a SID sub-key located under the main branch.&lt;br /&gt;* HKEY_CURRENT_CONFIG - This branch links to the section of HKEY_LOCAL_MACHINE appropriate for the current hardware configuration.&lt;br /&gt;* HKEY_DYN_DATA - This branch points to the part of HKEY_LOCAL_MACHINE, for use with the Plug-&amp;amp;-Play features of Windows, this section is dymanic and will change as devices are added and removed from the system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Each registry value is stored as one of five main data types:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* REG_BINARY - This type stores the value as raw binary data. Most hardware component information is stored as binary data, and can be displayed in an editor in hexadecimal format.&lt;br /&gt;* REG_DWORD - This type represents the data by a four byte number and is commonly used for boolean values, such as "0" is disabled and "1" is enabled. Additionally many parameters for device driver and services are this type, and can be displayed in REGEDT32 in binary, hexadecimal and decimal format, or in REGEDIT in hexadecimal and decimal format.&lt;br /&gt;* REG_EXPAND_SZ - This type is an expandable data string that is string containing a variable to be replaced when called by an application. For example, for the following value, the string "%SystemRoot%" will replaced by the actual location of the directory containing the Windows NT system files. (This type is only available using an advanced registry editor such as REGEDT32)&lt;br /&gt;* REG_MULTI_SZ - This type is a multiple string used to represent values that contain lists or multiple values, each entry is separated by a NULL character. (This type is only available using an advanced registry editor such as REGEDT32)&lt;br /&gt;* REG_SZ - This type is a standard string, used to represent human readable text values.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other data types not available through the standard registry editors include:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* REG_DWORD_LITTLE_ENDIAN - A 32-bit number in little-endian format.&lt;br /&gt;* REG_DWORD_BIG_ENDIAN - A 32-bit number in big-endian format.&lt;br /&gt;* REG_LINK - A Unicode symbolic link. Used internally; applications should not use this type.&lt;br /&gt;* REG_NONE - No defined value type.&lt;br /&gt;* REG_QWORD - A 64-bit number.&lt;br /&gt;* REG_QWORD_LITTLE_ENDIAN - A 64-bit number in little-endian format.&lt;br /&gt;* REG_RESOURCE_LIST - A device-driver resource list.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Editing The Registry&lt;br /&gt;&lt;br /&gt;The Registry Editor (REGEDIT.EXE) is included with most version of Windows (although you won't find it on the Start Menu) it enables you to view, search and edit the data within the Registry. There are several methods for starting the Registry Editor, the simplest is to click on the Start button, then select Run, and in the Open box type "regedit", and if the Registry Editor is installed it should now open and look like the image below.&lt;br /&gt;&lt;br /&gt;An alternative Registry Editor (REGEDT32.EXE) is available for use with Windows NT/2000, it includes some additional features not found in the standard version, including; the ability to view and modify security permissions, and being able to create and modify the extended string values REG_EXPAND_SZ &amp;amp; REG_MULTI_SZ.&lt;br /&gt;&lt;br /&gt;Create a Shortcut to Regedit&lt;br /&gt;This can be done by simply right-clicking on a blank area of your desktop, selecting New, then Shortcut, then in the Command line box enter "regedit.exe" and click Next, enter a friendly name (e.g. 'Registry Editor') then click Finish and now you can double click on the new icon to launch the Registry Editor.&lt;br /&gt;&lt;br /&gt;Using Regedit to modify your Registry&lt;br /&gt;Once you have started the Regedit you will notice that on the left side there is a tree with folders, and on the right the contents (values) of the currently selected folder.&lt;br /&gt;&lt;br /&gt;Like Windows explorer, to expand a certain branch (see the structure of the registry section), click on the plus sign [+] to the left of any folder, or just double-click on the folder. To display the contents of a key (folder), just click the desired key, and look at the values listed on the right side. You can add a new key or value by selecting New from the Edit menu, or by right-clicking your mouse. And you can rename any value and almost any key with the same method used to rename files; right-click on an object and click rename, or click on it twice (slowly), or just press F2 on the keyboard. Lastly, you can delete a key or value by clicking on it, and pressing Delete on the keyboard, or by right-clicking on it, and choosing Delete.&lt;br /&gt;&lt;br /&gt;Note: it is always a good idea to backup your registry before making any changes to it. It can be intimidating to a new user, and there is always the possibility of changing or deleting a critical setting causing you to have to reinstall the whole operating system. It's much better to be safe than sorry!&lt;br /&gt;&lt;br /&gt;Importing and Exporting Registry Settings&lt;br /&gt;&lt;br /&gt;A great feature of the Registry Editor is it's ability to import and export registry settings to a text file, this text file, identified by the .REG extension, can then be saved or shared with other people to easily modify local registry settings. You can see the layout of these text files by simply exporting a key to a file and opening it in Notepad, to do this using the Registry Editor select a key, then from the "Registry" menu choose "Export Registry File...", choose a filename and save. If you open this file in notepad you will see a file similar to the example below:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;REGEDIT4&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\Setup]&lt;br /&gt;"SetupType"=dword:00000000&lt;br /&gt;"CmdLine"="setup -newsetup"&lt;br /&gt;"SystemPrefix"=hex:c5,0b,00,00,00,40,36,02&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The layout is quite simple, REGEDIT4 indicated the file type and version, [HKEY_LOCAL_MACHINE\SYSTEM\Setup] indicated the key the values are from, "SetupType"=dword:00000000 are the values themselves the portion after the "=" will vary depending on the type of value they are; DWORD, String or Binary.&lt;br /&gt;&lt;br /&gt;So by simply editing this file to make the changes you want, it can then be easily distributed and all that need to be done is to double-click, or choose "Import" from the Registry menu, for the settings to be added to the system Registry.&lt;br /&gt;&lt;br /&gt;Deleting keys or values using a REG file&lt;br /&gt;It is also possible to delete keys and values using REG files. To delete a key start by using the same format as the the REG file above, but place a "-" symbol in front of the key name you want to delete. For example to delete the [HKEY_LOCAL_MACHINE\SYSTEM\Setup] key the reg file would look like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;REGEDIT4&lt;br /&gt;&lt;br /&gt;[-HKEY_LOCAL_MACHINE\SYSTEM\Setup]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The format used to delete individual values is similar, but instead of a minus sign in front of the whole key, place it after the equal sign of the value. For example, to delete the value "SetupType" the file would look like:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;REGEDIT4&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\Setup]&lt;br /&gt;"SetupType"=-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Use this feature with care, as deleting the wrong key or value could cause major problems within the registry, so remember to always make a backup first.&lt;br /&gt;&lt;br /&gt;Regedit Command Line Options&lt;br /&gt;Regedit has a number of command line options to help automate it's use in either batch files or from the command prompt. Listed below are some of the options, please note the some of the functions are operating system specific.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* regedit.exe [options] [filename] [regpath]&lt;br /&gt;* [filename] Import .reg file into the registry&lt;br /&gt;* /s [filename] Silent import, i.e. hide confirmation box when importing files&lt;br /&gt;* /e [filename] [regpath] Export the registry to [filename] starting at [regpath]&lt;br /&gt;e.g. regedit /e file.reg HKEY_USERS\.DEFAULT&lt;br /&gt;* /L:system Specify the location of the system.dat to use&lt;br /&gt;* /R:user Specify the location of the user.dat to use&lt;br /&gt;* /C [filename] Compress (Windows 98)&lt;br /&gt;* /D [regpath] Delete the specified key (Windows 98)&lt;br /&gt;&lt;br /&gt;Maintaining the Registry&lt;br /&gt;&lt;br /&gt;How can you backup and restore the Registry?&lt;br /&gt;&lt;br /&gt;Windows 95&lt;br /&gt;Microsoft included a utility on the Windows 95 CD-ROM that lets you create backups of the Registry on your computer. The Microsoft Configuration Backup program, CFGBACK.EXE, can be found in the \Other\Misc\Cfgback directory on the Windows 95 CD-ROM. This utility lets you create up to nine different backup copies of the Registry, which it stores, with the extension RBK, in your \Windows directory. If your system is set up for multiple users, CFGBACK.EXE won't back up the USER.DAT file.&lt;br /&gt;&lt;br /&gt;After you have backed up your Registry, you can copy the RBK file onto a floppy disk for safekeeping. However, to restore from a backup, the RBK file must reside in the \Windows directory. Windows 95 stores the backups in compressed form, which you can then restore only by using the CFGBACK.EXE utility.&lt;br /&gt;&lt;br /&gt;Windows 98&lt;br /&gt;Microsoft Windows 98 automatically creates a backup copy of the registry every time Windows starts, in addition to this you can manually create a backup using the Registry Checker utility by running SCANREGW.EXE from Start | Run menu.&lt;br /&gt;&lt;br /&gt;What to do if you get a Corrupted Registry&lt;br /&gt;Windows 95, 98 and NT all have a simple registry backup mechanism that is quite reliable, although you should never simply rely on it, remember to always make a backup first!&lt;br /&gt;&lt;br /&gt;Windows 95&lt;br /&gt;In the Windows directory there are several hidden files, four of these will be SYSTEM.DAT &amp;amp; USER.DAT, your current registry, and SYSTEM.DA0 &amp;amp; USER.DA0, a backup of your registry. Windows 9x has a nice reature in that every time it appears to start successfully it will copy the registry over these backup files, so just in case something goes wrong can can restore it to a known good state. To restore the registry follow these instruction:&lt;br /&gt;[list=1]&lt;br /&gt;* Click the Start button, and then click Shut Down.&lt;br /&gt;&lt;br /&gt;* Click Restart The Computer In MS-DOS Mode, then click Yes.&lt;br /&gt;&lt;br /&gt;* Change to your Windows directory. For example, if your Windows directory is c:\windows, you would type the following:&lt;br /&gt;&lt;br /&gt;cd c:\windows&lt;br /&gt;&lt;br /&gt;* Type the following commands, pressing ENTER after each one. (Note that SYSTEM.DA0 and USER.DA0 contain the number zero.)&lt;br /&gt;&lt;br /&gt;attrib -h -r -s system.dat&lt;br /&gt;attrib -h -r -s system.da0&lt;br /&gt;copy system.da0 system.dat&lt;br /&gt;attrib -h -r -s user.dat&lt;br /&gt;attrib -h -r -s user.da0&lt;br /&gt;copy user.da0 user.dat&lt;br /&gt;&lt;br /&gt;* Restart your computer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Following this procedure will restore your registry to its state when you last successfully started your computer.&lt;br /&gt;&lt;br /&gt;If all else fails, there is a file on your hard disk named SYSTEM.1ST that was created when Windows 95 was first successfully installed. If necessary you could also change the file attributes of this file from read-only and hidden to archive to copy the file to C:\WINDOWS\SYSTEM.DAT.&lt;br /&gt;&lt;br /&gt;Windows NT&lt;br /&gt;On Windows NT you can use either the "Last Known Good" option or RDISK to restore to registry to a stable working configuration.&lt;br /&gt;&lt;br /&gt;How can I clean out old data from the Registry?&lt;br /&gt;Although it's possible to manually go through the Registry and delete unwanted entries, Microsoft provides a tool to automate the process, the program is called RegClean. RegClean analyzes Windows Registry keys stored in a common location in the Windows Registry. It finds keys that contain erroneous values, it removes them from the Windows Registry after having recording those entries in the Undo.Reg file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-374728444360932316?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/374728444360932316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/what-is-registry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/374728444360932316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/374728444360932316'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/what-is-registry.html' title='What is the Registry'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5537609293552472975</id><published>2009-05-12T08:06:00.000+05:30</published><updated>2009-05-12T08:08:02.327+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='When Good Discs Go Bad'/><title type='text'>When Good Discs Go Bad</title><content type='html'> Burning Questions&lt;br /&gt;&lt;br /&gt;When Good Discs Go Bad&lt;br /&gt;&lt;br /&gt;Ever wonder what makes a disc bad? Here's why they vary in quality, and why you should worry about the discs you've entrusted with your data.&lt;br /&gt;&lt;br /&gt;Melissa J. Perenson, PC World&lt;br /&gt;Tuesday, June 15, 2004&lt;br /&gt;&lt;br /&gt;Burning CDs and DVDs is the easy part.&lt;br /&gt;&lt;br /&gt;Knowing your data will be there when you go back to it days, months, or even years later--well, that's a bit harder. Not all discs are created equal, as Fred Byers, information technology specialist at the National Institute of Standards and Technology, can attest.&lt;br /&gt;&lt;br /&gt;Byers is part of a team heading up an independent study of DVD media quality. Based on the first wave of testing results, the situation is murky at best.&lt;br /&gt;&lt;br /&gt;"We've found the quality varies, depending upon the type of dye used to make the write-once discs and [on the] the manufacturer," reports Byers. Even discs from the same manufacturer, with the same brand, can test differently, Byers adds. "But there was more of a significant difference when you compared discs between manufacturers," he explains.&lt;br /&gt;&lt;br /&gt;DVD Media Quality: The First Tests&lt;br /&gt;&lt;br /&gt;In the first phase of testing, completed late last year, NIST focused on the most popular media: write-once, single-layer DVD-R and +R discs. Rewritable discs will be tested in the second phase, slated to start this fall. An interesting footnote to the study's methodology: NIST uses media purchased off store shelves and via Web sites; and while researchers are tracking the media by brand, they are not tracking the specific factory source of the media tested. For example, a given manufacturer's discs could originate from different production lines, which could account for a variation in disc quality by the same manufacturer.&lt;br /&gt;&lt;br /&gt;Hearing that there's a difference between the generic, unbranded 100-spindle value-pack of media purchased online and the branded offerings you might find on a Best Buy store shelf is not surprising. After all, as David Bunzel, president of the Optical Storage Technology Association, points out: "With a generic product, there's no consumer recourse. It's buyer beware."&lt;br /&gt;&lt;br /&gt;If a disc isn't properly manufactured, the consequences can be dire. At best, the disc will fail immediately during the burn process; this is a best-case scenario because then you know from the start that the disc is faulty. At worst, you may get an abundance of errors during the burn process. These errors won't interrupt the burning process, and since write-once and rewritable DVD media have built-in error correction to compensate for scratches and other abnormalities on the disc (as do their CD cousins), any errors will be virtually invisible to you. You'll only know they're there if you use a disc diagnostics program, such as those offered by Ahead Software or Plextor. Nor will these errors affect the playback of the disc--initially.&lt;br /&gt;&lt;br /&gt;Down the road, however, such invisible-to-the-eye errors can reduce the effectiveness of a DVD's built-in error correction so that if some other issue develops on your disc, such as a scratch, you could end up with an unreadable disc when you go back to it months or years later.&lt;br /&gt;&lt;br /&gt;But what would cause such a wide disparity in media quality between branded discs from the same vendor?&lt;br /&gt;&lt;br /&gt;"We don't know why it's different--it could be a different dye, it could be a different manufacturing process," notes Byers. "Manufacturers are constantly trying to improve their dye formulas--in theory improving the disc."&lt;br /&gt;&lt;br /&gt;Nonetheless, at the same time, competitive forces are driving manufacturers to find ways to economize on production costs. And cost-cutting measures can result in discs that don't perform as well as those generated during an earlier production run, either in terms of failing outright or not burning at the maximum possible speed on a given DVD drive. "It varies over time, as the output changes," Byers says.&lt;br /&gt;&lt;br /&gt;Brand Disparity&lt;br /&gt;&lt;br /&gt;As for the disparity between brands that NIST found, the distinguishing factors come down to quality control and the dyes used in disc production. Declining to name names, Byers points out that "some manufacturers make their own discs, and some purchase them from someplace else--which opens you to variations in the manufacturing plant, or changes in the source [of that media]."&lt;br /&gt;&lt;br /&gt;Vendors like Maxell and Verbatim manufacture discs on their own production lines, as do Asian manufacturers CMC Magnetics, RiData, Taiyo Yuden, and others; other name brands contract with a third-party manufacturer to produce discs to their own specs; and still others just buy third-party-produced media wholesale, without imposing their own set of quality controls on the media production.&lt;br /&gt;&lt;br /&gt;The intricacies of disc production and quality control aren't the only variables that seem to affect media. More surprising is the number of discs that seem to have a propensity for specific hardware.&lt;br /&gt;&lt;br /&gt;"One thing we've found in compatibility testing [of DVD-R and +R media] is that it's a relationship between a specific brand of media and the manufacturer of the hardware," observes Byers. "There was no one drive that played every single type of compatible media, and there was no one media brand that played perfectly in every drive."&lt;br /&gt;&lt;br /&gt;And, he adds, sounding as frustrated as any consumer might, "You can't say there's a clear, delineated set of reasons as to why."&lt;br /&gt;&lt;br /&gt;A Grading System?&lt;br /&gt;&lt;br /&gt;One of the most common questions I hear is, "What's a good brand of media to buy?" DVD and CD media are so commonplace nowadays that it's easy to forget the complexities that go into producing them. And if anything in that production process is off, it could, in time, affect the integrity of the data you've burned to a disc.&lt;br /&gt;&lt;br /&gt;"It's very tough to answer that kind of question, because there are so many variables," says Byers. "You don't get 100 percent yield when you manufacture these discs. We can talk about the materials that produce a good disc, but it also has to do with the manufacturing process. So, just to say the materials to look for doesn't necessarily relate to it being a better disc." The same is true vice versa.&lt;br /&gt;&lt;br /&gt;So how can you know that the media you're using will last you for the duration, so those archived photos will still be there when you go back to a disc 20 years from now--or more?&lt;br /&gt;&lt;br /&gt;For the moment, you can't. All DVD and CD vendors make vague claims about disc life expectancy being somewhere between 60 and 100 years--when the discs are treated with care and stored properly.&lt;br /&gt;&lt;br /&gt;But NIST's Byers is seeking to change that. At an OSTA meeting in San Francisco this week, Byers is proposing an industry-wide grading system to indicate disc quality.&lt;br /&gt;&lt;br /&gt;Byers is motivated by the desire to see a uniform mechanism in place to guide institutions and individuals who'll be storing data, music, videos, and images for long periods of time. "They need to be confident in their purchasing, so they can plan for their strategies in storing their information," Byers says. "Long-term storage has different meanings: For some, 30 years might be enough. For others, 50 or 75 years might be archive, or long-term, quality."&lt;br /&gt;&lt;br /&gt;Longevity&lt;br /&gt;&lt;br /&gt;Under Byers's proposal, a series of tests would be developed to determine whether a DVD would last for a given number of years. "If you were to purchase a disc in a store with a grade that indicates it has passed a test to last X number of years, it removes a lot of uncertainty for the consumer, and it can save some expense in premature migration [to a new storage technology], or loss of data because they waited too long [and the disc was no longer playable]," he says.&lt;br /&gt;&lt;br /&gt;Although some archivists--both individual and professional--are concerned about whether today's digital storage mediums will be readable 50 or 100 years from now, Byers believes the bigger concern for users will be when to migrate their data to the next technology, "before the existing technology is obsolete."&lt;br /&gt;&lt;br /&gt;The Disc Rot Myth&lt;br /&gt;&lt;br /&gt;Media obsolescence isn't the only thing people fear after committing a personal library's worth of data to CDs and DVDs. But some worries--namely, fear of disc rot--are not fully warranted.&lt;br /&gt;&lt;br /&gt;Like a bad seed, the myth of disc rot self-perpetuates, cropping up every now and again as a sudden and mortal threat to your copious collection of prerecorded and self-created discs.&lt;br /&gt;&lt;br /&gt;The myth was once rooted in fact. It is true that back in the 1980s, with the first generation of prerecorded audio CDs, the edges of the discs were not always sealed properly, which allowed moisture to get into the disc. Replicated, prerecorded discs use aluminum for the reflective layer; when moisture came into contact with the aluminum on prerecorded discs, explains Byers, it in turn oxidized, causing the aluminum to become dull. "That's where the term 'rot' started," he says.&lt;br /&gt;&lt;br /&gt;But that problem was quickly identified and overcome. "The manufacturers learned what was going on, so now the edges of discs are sealed with a lacquer," according to Byers. Though the problem is typically associated with CDs, Byers notes that the potential for interaction with oxygen is the same with both CD-ROMs and DVD-ROMs.&lt;br /&gt;&lt;br /&gt;The so-called rot issue does not apply to recordable discs. For one thing, recordable optical media do not use aluminum; instead, they use silver, and very rarely gold, or a silver-gold alloy, for the reflective layer. "If the silver comes into contact with sulfates [i.e., pollution, or high humidity], it could affect the silver, but the likelihood of that is less than the likelihood of moisture coming into contact with the aluminum on prerecorded discs," says Byers.&lt;br /&gt;&lt;br /&gt;Enduring Myth&lt;br /&gt;&lt;br /&gt;The term rot has persisted, however inaccurately, as a means of identifying a plethora of problems with optical discs. "If you get a faulty disc and see a problem that you can visually see, you call it rot, but it could be the way the disc was manufactured," says Byers. "Or if it was subjected to extreme moisture and that moisture came into contact with the aluminum, it could be that the reflectivity has changed. It's not really rot, it's oxidation of aluminum. It should be a rare event on a disc, unless it's defective."&lt;br /&gt;&lt;br /&gt;Beyond the realm of defective discs, improper handling can cause otherwise good discs to go bad. Since there's little protection between the label side of a CD and the data layer itself, "scratches on the label side can scratch the metal, and that will ruin the data," says Byers. It's not an issue for DVDs, though, since the dye layer is sandwiched between two plastic layers.&lt;br /&gt;&lt;br /&gt;Byers observed a similar problem occurring with press-on labels: "For long-term storage, we recommend not using press-on labels on CDs; when these start to dry up, they can peel the metal right up, damaging data."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5537609293552472975?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5537609293552472975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/when-good-discs-go-bad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5537609293552472975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5537609293552472975'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/when-good-discs-go-bad.html' title='When Good Discs Go Bad'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2612332577833572152</id><published>2009-05-12T08:04:00.000+05:30</published><updated>2009-05-12T08:05:56.564+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Winxp System Response'/><category scheme='http://www.blogger.com/atom/ns#' term='reboot whitout rebooting'/><title type='text'>Winxp System Response, reboot whitout rebooting</title><content type='html'>Have you ever been using your computer and your system sudddenly stops responding in ways like it if you try to open something it just hangs? One time I tried deleting a folder and it said it was in use, but it really wasn't. If this ever happens to you, you can follow these simple steps to 'reboot' your computer without 'rebooting' it.&lt;br /&gt;&lt;br /&gt;Press CRTL + ALT + DEL&lt;br /&gt;&lt;br /&gt;Goto the 'processes' tab and click explorer.exe once and then click 'end process'.&lt;br /&gt;&lt;br /&gt;Now, click File &gt; New Task and type explorer.exe&lt;br /&gt;&lt;br /&gt;Everything should be fine now! If the problem is major, I would recomend actually shutting down then starting up again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2612332577833572152?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2612332577833572152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/winxp-system-response-reboot-whitout.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2612332577833572152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2612332577833572152'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/05/winxp-system-response-reboot-whitout.html' title='Winxp System Response, reboot whitout rebooting'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2731062560036991028</id><published>2009-04-29T17:09:00.001+05:30</published><updated>2009-04-29T17:09:48.079+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Transferring Data'/><title type='text'>Transferring Data</title><content type='html'>Transferring Data&lt;br /&gt;&lt;br /&gt;Transferring data&lt;br /&gt;&lt;br /&gt;Moving data between your old and new PC has never been so simple. This guide shows you how with File and Settings Transfer Wizard&lt;br /&gt;&lt;br /&gt;Transferring data&lt;br /&gt;&lt;br /&gt;Having decided to upgrade to a newer PC, the euphoria of being the proud owner of a spanking new system can suddenly be cut short. The problem is, there’s all that data that needs to be transferred from your old machine to your new one. It can be difficult trying to decide which files and folders are to be copied over, and then there are the program settings for the individual applications that you have installed. Take a moment to think about the other items too, including email messages and account information, not to mention your Internet connection settings. All these will need to be moved from one PC to the other. If you’re in the position of upgrading to a Windows XP system then you should make full use of the ‘File and Settings Transfer Wizard.’ This built-in utility makes light work of moving important data and settings from one PC to another.&lt;br /&gt;&lt;br /&gt;The File and Settings Transfer Wizard will work with any Windows operating system. It will enable you to transfer data from Windows 95 upwards, restoring files and settings in the both the Home and Professional Editions of Windows XP. Your data can be moved using a variety of methods. For example, you can use a direct connection between the two PCs, perhaps a network or a cable link. Alternatively, you can create a file that contains all the transferable data and save it to a hard drive partition or removable media such as a recordable CD/DVD or Zip disk.&lt;br /&gt;&lt;br /&gt;Full control&lt;br /&gt;The settings within the wizard enable you to back up as much or as little of your existing data as you want. Not only will you be able to transfer your files and folders, but it’s also possible to incorporate individual user settings. Details of desktop display, wallpaper and themes, folder settings and Internet connection information can all be saved. You can also copy over elements of Internet Explorer that you’ll require on your new PC. These include Favorites, cookies and security certificates. Information contained within Outlook and Outlook Express, such as email settings and address books can also be transferred. However, if you’ve created Identities in Outlook Express, any messages and folders won’t be copied over separately. Instead, all messages will end up being grouped together.&lt;br /&gt;&lt;br /&gt;One aspect of the File and Settings Transfer Wizard that you’ll find particularly useful, enables Registry settings and preferences from applications to be transferred. It works well for both Microsoft and non-Microsoft programs. Should the wizard encounter an application that it’s unable to deal with then you’ll be informed accordingly.&lt;br /&gt;&lt;br /&gt;Getting started&lt;br /&gt;In order to transfer data from an old PC to your new system you’ll need to have your original Windows XP installation CD to hand. When the menu appears, choose ‘Perform Additional Tasks’ and select ‘Transfer Files and Settings.’ Click Next and under ‘Select a Transfer Method’ you’ll have to choose how the information is to be copied over. Having both machines on a network is the easiest method of transferring your data. Without some kind of direct connection you should select ‘Floppy drive or other removable media’. This will enable you to use media such as a recordable CD/DVD.&lt;br /&gt;&lt;br /&gt;With your chosen method selected, click Next and decide exactly want you want to back up. Select ‘Both files and settings’ as it’s best to be as thorough as possible and remember to check the option that will enable you to make your own selections. On the next screen you’ll see specific files, folders and settings that are to be backed up. Leave everything selected unless you’re sure there’s something there that you don’t need. The default selections will ensure that the items, My Documents and My Pictures are selected for back up. However, you’ll need to make sure that any folders you’ve created are included in the transfer process. To do this click Add Folder and Add File and select exactly what you want. Once you’re sure you’ve got everything you need for the transfer click on Next and wait while the information is collected from your system. This may take a while if there’s a lot of content coming over from your old PC.&lt;br /&gt;&lt;br /&gt;Don’t worry if the amount of data you’re transferring exceeds the capacity of the removable media you’ve decided to use. The File and Settings Transfer Wizard will automatically span the backed up data over as many disc sets that you require. This will enable you to restore the information with ease. With the transfer of data completed, click on Finish. Now you’re ready to restore the data on your new PC. Having got this far you’re probably wondering if this Transfer Wizard could be used as a regular back-up tool, even though its intended use is to transfer data from one PC to another. Although, Windows XP comes with its own dedicated back-up utility, the File and Settings Transfer Wizard is ideal if you want to back up specific items and system configuration settings.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using the File and Settings Transfer Wizard&lt;br /&gt;&lt;br /&gt;* Place the original Windows XP CD in the drive of your old PC, choose ‘Perform Additional Tasks’ and choose ‘Transfer Files and Settings’ then click Next. Select Old PC then under ‘Select a Transfer Method’ choose how you want to copy the info.&lt;br /&gt;* If space of media capacity is at a premium then Settings only should be your preferred option. The Files only option covers specific folders including the Desktop and My Documents. So, ideally you should choose ‘Both files and settings’.&lt;br /&gt;* Choose to select from a ‘Custom list of files’ and you can click Add Setting, Add Folder, Add File and Add File Type, to include your own items. Having selected all the items to be transferred, click Next and wait for the process to complete.&lt;br /&gt;* With everything now backed up it’s time to move over to the Windows XP machine. Click Start -&gt; All Programs -&gt; Accessories -&gt; System Tools -&gt; File and Settings Transfer Wizard. Select the New computer option, click Next and wait.&lt;br /&gt;* Choose the final option ‘I have already collected my files and settings from my old computer’ and click Next. Select the location of the stored files whether it’s cable, removable media or drive location and click Next.&lt;br /&gt;* It’s not possible to be selective with the info that you import on to your new machine. All the data and application configuration settings will be transferred in one go. If there’s anything you don’t need you’ll have to delete it afterwards&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2731062560036991028?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2731062560036991028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/transferring-data.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2731062560036991028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2731062560036991028'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/transferring-data.html' title='Transferring Data'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-921873499347139940</id><published>2009-04-29T17:08:00.001+05:30</published><updated>2009-04-29T17:08:51.492+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tip for shutdown windows - virus'/><title type='text'>Tip for shutdown windows - virus</title><content type='html'>Try to open:&lt;br /&gt;&lt;br /&gt;Run -&gt; cmb -&gt; shutdown -a&lt;br /&gt;&lt;br /&gt;This prevent the shutdown.&lt;br /&gt;&lt;br /&gt; create a new shortcut.. then write;&lt;br /&gt;shutdown -s -t 0 = this is for shut down in 0 seconds (t = time s=shutdown)&lt;br /&gt;shutdown -r -t 0 = same but this is for restart comp. in 0 seconds..&lt;br /&gt;(only for windows xp)&lt;br /&gt;in win.98 this is different; we were wrote rundll32.exe -s or something like this..i couldnt remember right now..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-921873499347139940?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/921873499347139940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/tip-for-shutdown-windows-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/921873499347139940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/921873499347139940'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/tip-for-shutdown-windows-virus.html' title='Tip for shutdown windows - virus'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-1402443634439301070</id><published>2009-04-29T17:05:00.002+05:30</published><updated>2009-04-29T17:06:04.485+05:30</updated><title type='text'>Ultimate Google Way</title><content type='html'>Ultimate Google Way&lt;br /&gt;&lt;br /&gt;Look for Appz in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[EXE]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[EXE]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[RAR]"&lt;br /&gt;&lt;br /&gt;This will look for any exe or optionaly for zip, rar, ace, iso, bin and etc.&lt;br /&gt;&lt;br /&gt;Look for Moviez in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[VID]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[VID]"&lt;br /&gt;&lt;br /&gt;This will look for any video filetype in parent directory. You can optionaly add index:"xvid" or intext:"divx" for specific codec movie.&lt;br /&gt;&lt;br /&gt;Look for Muzik in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" intext:"[MP3]"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[MP3]"&lt;br /&gt;&lt;br /&gt;This will look for any music files.&lt;br /&gt;&lt;br /&gt;Look for Gamez in Parent Directory&lt;br /&gt;&lt;br /&gt;intext:"parent directory" index of:"[Gamez]"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-1402443634439301070?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/1402443634439301070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/ultimate-google-way.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/1402443634439301070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/1402443634439301070'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/ultimate-google-way.html' title='Ultimate Google Way'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-6929962609495992437</id><published>2009-04-29T17:05:00.001+05:30</published><updated>2009-04-29T17:05:25.063+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Use Hotkeys To Switch Programs'/><title type='text'>Use Hotkeys To Switch Programs</title><content type='html'>Use Hotkeys to Switch Programs&lt;br /&gt;&lt;br /&gt;If you routinely use a specific set of programs, you can set up hotkeys that will launch or directly switch among them instead of cycling with Alt-Tab. Find a desktop or Start menu shortcut that launches a program and select Properties. On the Shortcut tab, click in the Shortcut key box, and press the key combination you want to use. Be sure to choose key combinations that are not needed by any of your programs; for example, use Alt-Shift-1, Alt-Shift-2.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-6929962609495992437?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/6929962609495992437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/use-hotkeys-to-switch-programs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6929962609495992437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6929962609495992437'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/use-hotkeys-to-switch-programs.html' title='Use Hotkeys To Switch Programs'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-360373273482865595</id><published>2009-04-29T17:04:00.001+05:30</published><updated>2009-04-29T17:04:36.494+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Using Google for searching ebooks'/><title type='text'>Using Google for searching ebooks</title><content type='html'>Using Google for searching ebooks&lt;br /&gt;&lt;br /&gt;Google has some fantastic potential for you to find whatever you are after on the internet.&lt;br /&gt;&lt;br /&gt;To search for a book / program / file perhaps try the following.&lt;br /&gt;&lt;br /&gt;Go to Google's search page and use the following criteria in the search dialog&lt;br /&gt;&lt;br /&gt;intitle:index.of? file extension Name of item&lt;br /&gt;&lt;br /&gt;e.g. intitle:index.of? chm syngress&lt;br /&gt;&lt;br /&gt;This will hopefully give you a listing of all websites that google has cached that contain references to files in CHM format that are published by SYNGRESS.&lt;br /&gt;&lt;br /&gt;---------------&lt;br /&gt;I use in Google&lt;br /&gt;&lt;br /&gt;+("index of") +("/ebooks"|"/book") +(chm|pdf|zip|rar) +syngress&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;allinurl: +(rar|chm|zip|pdf|tgz) Syngress&lt;br /&gt;Enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-360373273482865595?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/360373273482865595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/using-google-for-searching-ebooks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/360373273482865595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/360373273482865595'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/using-google-for-searching-ebooks.html' title='Using Google for searching ebooks'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5883128121728512554</id><published>2009-04-29T17:02:00.000+05:30</published><updated>2009-04-29T17:04:02.613+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='User&apos;s Guide To Avoiding Virus Infections'/><category scheme='http://www.blogger.com/atom/ns#' term='Keeping an eye out for viruses'/><title type='text'>User's Guide To Avoiding Virus Infections, Keeping an eye out for viruses</title><content type='html'>User's guide to avoiding virus infections&lt;br /&gt;Keeping an eye out for viruses&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your computer. Having an updated virus scanner is only a small part of this, there are many ways that you can prevent having viruses other than a virus scanner, as it will not always save you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Types of viruses&lt;br /&gt;There are many type of viruses. Typical viruses are simply programs or scripts that will do various damage to your computer, such as corrupting files, copying itself into files, slowly deleting all your hard drive etc. This depends on the virus. Most viruses also mail themselves to other people in the address book. This way they spread really fast and appear at others' inboxes as too many people still fall for these. Most viruses will try to convince you to open the attachment, but I have never got one that tricked me. In fact, I found myself emailing people just to make sure they really did send me something. It does not hurt to be safe.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Worms&lt;br /&gt;Worms are different type of viruses, but the same idea, but they are usually designed to copy themselves a lot over a network and usually try to eat up as much bandwidth as possible by sending commands to servers to try to get in. The code red worm is a good example of this. This worm breaks in a security hole in Microsoft IIS (Internet Information Server) in which is a badly coded http server that, despite the security risks, a lot of people use it. When the worm successfully gets in, it will try to go into other servers from there. When IceTeks was run on a dedicated server at my house, there was about 10 or so attempts per day, but because we ran Apache, the attempts did not do anything but waste bandwidth and not much as I had it fixed a special way. Some worms such as the SQL slammer will simply send themselves over and over so many times that they will clog up networks, and sometimes all of the internet. Worms usually affect servers more than home users, but again, this depends on what worm it is. It is suspected that most worms are efforts from the RIAA to try to stop piracy, so they try to clog up networks that could contain files. Unfortunately, the RIAA have the authority to do these damages and even if caught, nothing can be done.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trojans&lt;br /&gt;Trojans are another type of virus. They are simply like a server in which enables hackers to get into and control the computer. A trojan such as Subseven can enable a hacker to do various things such as control the mouse, eject the cd-rom drive, delete/download/upload files and much more.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MBR virues&lt;br /&gt;Boot sector viruses are another type, they are similar to file viruses, but instead they go in the boot sector and can cause serious damage when the computer is booted, some can easily format your drive simply by booting your computer. These are hard to remove.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Most viruses have various characteristics. For example, a worm can also be a trojan and also infect the boot sector. It all depends on how the virus is written and what it is designed to do. That's why there are not really strong structured categories, as they can easily mix one in the other.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Know the potentially dangerous files&lt;br /&gt;Like any other files, viruses must be opened in order to do something. Most viruses come through e-mail as an attachment. Some will make it look like it's someone you know, and it will try to convince you to open an attachment. Never open attachments at any cost! Some viruses will infect files in programs, so opening a program will actually open the virus, maybe the same one, or another part of it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All files have what is called an extension; This is the 3 last letters after the last period. For example, setup.exe has a file extension of .exe.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Extensions to watch out for are .exe .com .bat .scr .pif .vbs and others, but these are the most seen. .exe .com .bat .pif and .scr are valid extensions for executables. A virus writer will simply rename it to one of these and it will work the same way. .pif is a shortcut to an ms-dos program and will have the ms dos icon, but will still execute whatever code is in it, so an .exe can be renamed to .pif and be run the same way. .bat is a batch file, which can contain instructions to do various file activities, but again, a .exe can be renamed to .bat and it will execute it! .vbs is a visual basic script. For some reason, Microsoft provides this scripting language along with the scripting host to make it more convenient to design and write viruses quickly and easily, I've never seen another use for this scripting language other than for writing viruses. There are programs that are written with that language, but it is compiled into an exe. Exe is the usual extension for programs, you would not have a software CD install a bunch of vbs files all over!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bottom line is, if you don't know what a file is just don't open it. Some viruses will sometimes be named a way as to mask the real file extension to make it look like a harmless file such as a image file. This is easily noticed, but can still be missed. Simply don't open unexpected files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you get something that appears like something legit, just ask the person it came from if they sent it. Most viruses use a friend's address to make it look like it comes from them. The virus does this by using the person's address when sending itself to the address book contacts.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Downloads&lt;br /&gt;Email is not the only way to get viruses; P2P (file sharing programs such as kazaa, winmx, direct connect etc) is also another way to get viruses.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When downloading programs, the main thing to watch out for is the file size. If you are downloading a program that you expect to be rather large such as a game, don't grab a file that is 10KB, since it's most likely a virus. However, I've been caught with a virus even with large files, so file size is not the only thing to watch, as an exe is still valid even if junk is added at the end, so a 64KB virus will still function even if it is turned into 650MB.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Icons are something to look for too, fortunately, virus writers don't take time to put icons. If your download should be a setup file, you should see the icon of a setup file. If it's just the blank icon that typical plain or corrupted exes have, don't open it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another thing to do, which should be obvious, is to scan the file for viruses using updated virus definitions. But don't rely on only your virus scanner, as they are not perfect, and if the virus has not been reported to them yet, they won't know to create a definition for it!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Changing settings to stay safe&lt;br /&gt;If you do open a virus, you want to avoid it going to all your friends. The simplest thing to do is to NOT use the windows address book. It is easy for viruses to get through and Microsoft is not doing anything about it. Just don't use it. Put them in spreadsheet or even better write them down somewhere. Don't use the address book.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another "feature" to avoid is the auto preview. Some viruses can attempt to open themselves just by opening the email. There are security holes in Microsoft mail programs that allow this. In Microsoft Outlook, click on the view menu and remove auto preview. You need to do this for every folder, but the inbox is most important. In Outlook Express, click on the view menu and go to layout. In the dialog box, you will see a check box for show preview pane. Uncheck it and click ok.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another thing you should change, especially if you download a lot, is the option that allows you to view the file extension. In Win98, go in any folder, click on view then folder options and choose the view tab and where it says hide file extension for known types, uncheck it. In win2k, it is the same process, but instead, go in the control panel and open the folder options icon.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Avoiding server worms&lt;br /&gt;Some viruses, mostly worms, can exploit through servers and affect other servers from servers that have been infected. A good example is the SQL slammer. This was a worm that affected SQL servers run by Microsoft IIS and Microsoft SQL Server. Once the worm gets in, that particular server starts trying to find more exploitable driving internet connections to a halt in the process. Servers running Apache were unaffected by that, except for the many hits to try to get in. IceTeks received about 100 hits per day when it was run on a dedicated home server. Most hits came from major ISPs and other big websites that had no clue they were still affected.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The simple solution to avoid these types of viruses is to NOT use Microsoft based server software for your server, especially if it is a public server. The operating system is also crucial, but the actual server software is much more. Apache, which is free, is much more secure than Microsoft based server programs such as IIS. IIS may be easier to understand and administer, but it saves a lot of hassle to learn how to use Apache. IIS has a large number of vulnerabilities, such as the ability to gain access to cmd.exe and basically delete the whole drive by doing a ../ request in the address bar. These don't require viruses, but simply commands, but there are worms written to automatically make these commands. The code red does this.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Removing a virus&lt;br /&gt;The best way to do this is to do a clean install. However, depending on how bad the virus is, a simple clean install won't remove it. So to be extra sure, you'll want to do a low level format. This is especially true of you got a boot sector virus, as even repartitioning and formatting won't quite remove it, but sometimes you can get away with an fdisk /mbr, but not all the time. here are various removal tools for viruses, it is good to use them and see if they work, but proceeding with the clean install is recommended. You never know if the virus is completely removed by deleting files you suspect are infected. Some viruses such as the Bugbear will close anti virus programs and other programs to make it hard and annoying to figure out what to do. A clean install is the best way to ensure that it's gone for good.&lt;br /&gt;&lt;br /&gt;Viruses are out there, don't be one of the many infected ones! Stay alert and stay safe! Don't open unexpected files, regularly update your virus definitions and scan downloaded files!&lt;br /&gt;&lt;br /&gt;I hope this article was useful for you!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5883128121728512554?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5883128121728512554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/users-guide-to-avoiding-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5883128121728512554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5883128121728512554'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/users-guide-to-avoiding-virus.html' title='User&apos;s Guide To Avoiding Virus Infections, Keeping an eye out for viruses'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7137425688410515642</id><published>2009-04-29T17:01:00.000+05:30</published><updated>2009-04-29T17:02:26.320+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp Tips &apos;n&apos; Tricks'/><title type='text'>Windows Xp Tips 'n' Tricks</title><content type='html'>Please note that some of these tips require you to use a Registry Editor (regedit.exe), which could render your system unusable. Thus, none of these tips are supported in any way: Use them at your own risk. Also note that most of these tips will require you to be logged on with Administrative rights.&lt;br /&gt;&lt;br /&gt;Unlocking WinXP's setupp.ini&lt;br /&gt;============================&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WinXP's setupp.ini controls how the CD acts. IE is it an OEM version or retail? First, find your setupp.ini file in the i386 directory on your WinXP CD. Open it up, it'll look something like this:&lt;br /&gt;&lt;br /&gt;ExtraData=707A667567736F696F697911AE7E05&lt;br /&gt;Pid=55034000&lt;br /&gt;&lt;br /&gt;The Pid value is what we're interested in. What's there now looks like a standard default. There are special numbers that determine if it's a retail, oem, or volume license edition. First, we break down that number into two parts. The first five digits determines how the CD will behave, ie is it a retail cd that lets you clean install or upgrade, or an oem cd that only lets you perform a clean install? The last three digits determines what CD key it will accept. You are able to mix and match these values. For example you could make a WinXP cd that acted like a retail cd, yet accepted OEM keys.&lt;br /&gt;&lt;br /&gt;Now, for the actual values. Remember the first and last values are interchangable, but usually you'd keep them as a pair:&lt;br /&gt;&lt;br /&gt;Retail = 51882 335&lt;br /&gt;Volume License = 51883 270&lt;br /&gt;OEM = 82503 OEM&lt;br /&gt;&lt;br /&gt;So if you wanted a retail CD that took retail keys, the last line of your setupp.ini file would read:&lt;br /&gt;&lt;br /&gt;Pid=51882335&lt;br /&gt;&lt;br /&gt;And if you wanted a retail CD that took OEM keys, you'd use:&lt;br /&gt;&lt;br /&gt;Pid=51882OEM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How do I get the "Administrator" name on Welcome Screen?&lt;br /&gt;========================================================&lt;br /&gt;&lt;br /&gt;To get Admin account on the "Welcome Screen" as well as the other usernames, make sure that there are no accounts logged in.&lt;br /&gt;&lt;br /&gt;Press "ctrl-alt-del" twice and you should be able to login as administrator!&lt;br /&gt;&lt;br /&gt;finally worked for me after i found out that all accounts have to be logged out first&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fix Movie Inteferance in AVI files&lt;br /&gt;==================================&lt;br /&gt;&lt;br /&gt;If you have any AVI files that you saved in Windows 9x, which have interference when opened in Windows XP, there is an easy fix to get rid of the interference:&lt;br /&gt;&lt;br /&gt;Open Windows Movie Maker.&lt;br /&gt;Click View and then click Options.&lt;br /&gt;Click in the box to remove the check mark beside Automatically create clips.&lt;br /&gt;&lt;br /&gt;Now, import the movie file that has interference and drag it onto the timeline. Then save the movie, and during the rerendering, the interference will be removed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create a Password Reset Disk&lt;br /&gt;============================&lt;br /&gt;&lt;br /&gt;If you’re running Windows XP Professional as a local user in a workgroup environment, you can create a password reset disk to log onto your computer when you forget your password. To create the disk:&lt;br /&gt;&lt;br /&gt;Click Start, click Control Panel, and then click User Accounts.&lt;br /&gt;Click your account name.&lt;br /&gt;Under Related Tasks, click Prevent a forgotten password.&lt;br /&gt;&lt;br /&gt;Follow the directions in the Forgotten Password Wizard to create a password reset disk.&lt;br /&gt;&lt;br /&gt;Store the disk in a secure location, because anyone using it can access your local user account&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change Web Page Font Size on the Fly&lt;br /&gt;====================================&lt;br /&gt;&lt;br /&gt;If your mouse contains a wheel for scrolling, you can change font size on the fly when viewing a Web page. To do so:&lt;br /&gt;&lt;br /&gt;Press and hold Ctrl. Scroll down (or towards yourself) to enlarge the font size. Scroll up (or away from yourself) to reduce the font size.&lt;br /&gt;&lt;br /&gt;You might find it useful to reduce font size when printing a Web page, so that you can fit more content on the page.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WinXP Clear Page file on shutdown&lt;br /&gt;=================================&lt;br /&gt;&lt;br /&gt;WINXPCPS.REG (WinXP Clear Page file on shutdown)&lt;br /&gt;&lt;br /&gt;This Registration (.REG) file clears the Page file when you power off the computer.&lt;br /&gt;Restart Windows for these changes to take effect!&lt;br /&gt;ALWAYS BACKUP YOUR SYSTEM BEFORE MAKING ANY CHANGES!&lt;br /&gt;&lt;br /&gt;Browse to: HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Session Manager \ Memory Management&lt;br /&gt;&lt;br /&gt;and add the DWORD variable "ClearPageFileAtShutdown"=dword:00000001&lt;br /&gt;&lt;br /&gt;You can also do this without reg hacking.&lt;br /&gt;Go to Control panel Administartative tools, local security policy. then goto local policies ---&gt; security options.&lt;br /&gt;Then change the option for "Shutdown: Clear Virtual Memory Pagefile"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Group Policy for Windows XP&lt;br /&gt;===========================&lt;br /&gt;&lt;br /&gt;One of the most full featured Windows XP configuration tools available is hidden right there in your system, but most people don't even know it exists. It's called the Local Group Policy Editor, or gpedit for short. To invoke this editor, select Start and then Run, then type the following:&lt;br /&gt;&lt;br /&gt;gpedit.msc&lt;br /&gt;&lt;br /&gt;After you hit ENTER, you'll be greeted by gpedit, which lets you modify virtually every feature in Windows XP without having to resort to regedit. Dig around and enjoy!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Forgetting What Your Files Are?&lt;br /&gt;===============================&lt;br /&gt;&lt;br /&gt;This procedure works under NTFS.&lt;br /&gt;&lt;br /&gt;As times goes along you have a lot files on your computer. You are going to forget what they are. Well here is way to identify them as you scroll through Windows Explorer in the future.&lt;br /&gt;&lt;br /&gt;This procedure works under NTFS.&lt;br /&gt;&lt;br /&gt;1.. Open up a folder on your system that you want to keep track of the different files you might one to identify in the future.&lt;br /&gt;&lt;br /&gt;2.. Under View make certain that you set it to the Details.&lt;br /&gt;&lt;br /&gt;3.. Highlight the file you want to keep more information on. Right click the file and you will get a pop up menu. Click on properties.&lt;br /&gt;&lt;br /&gt;4.. Click on the Summary Tab (make sure it says simple not advanced on the button in the box), You should now get the following fields,&lt;br /&gt;&lt;br /&gt;Title,Subject, Author, Category, Keywords, Comments&lt;br /&gt;&lt;br /&gt;You will see advanced also if you have changed it to simple, Here will be other fields you can fill in.&lt;br /&gt;&lt;br /&gt;5.. Next you can fill in what ever field you want.&lt;br /&gt;&lt;br /&gt;6.. After you finished click the apply button then OK.&lt;br /&gt;&lt;br /&gt;7.. Next right click the bar above your files, under the address barand you should get a drop down menu. Here you can click the fields you want to display.&lt;br /&gt;&lt;br /&gt;8.. You should now see a list with the new fields and any comments you have done.&lt;br /&gt;&lt;br /&gt;9.. Now if you want to sort these just right click a blank spot and then you sort the information to your liking.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporarily Assign Yourself Administrative Permissions&lt;br /&gt;======================================================&lt;br /&gt;&lt;br /&gt;Many programs require you to have Administrative permissions to be able to install them. Here is an easy way to temporarily assign yourself Administrative permissions while you remain logged in as a normal user.&lt;br /&gt;&lt;br /&gt;Hold down the Shift key as you right-click on the program’s setup file.&lt;br /&gt;&lt;br /&gt;Click Run as.&lt;br /&gt;&lt;br /&gt;Type in a username and password that have Administrative permissions.&lt;br /&gt;&lt;br /&gt;This will also work on applications in the Start menu.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create a Shortcut to Lock Your Computer&lt;br /&gt;=======================================&lt;br /&gt;&lt;br /&gt;Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screensaver.&lt;br /&gt;&lt;br /&gt;To create a shortcut on your desktop to lock your computer:&lt;br /&gt;&lt;br /&gt;Right-click the desktop.&lt;br /&gt;Point to New, and then click Shortcut.&lt;br /&gt;&lt;br /&gt;The Create Shortcut Wizard opens. In the text box, type the following:&lt;br /&gt;rundll32.exe user32.dll,LockWorkStation&lt;br /&gt;&lt;br /&gt;Click Next.&lt;br /&gt;&lt;br /&gt;Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like.&lt;br /&gt;&lt;br /&gt;Click Finish.&lt;br /&gt;&lt;br /&gt;You can also change the shortcut's icon (my personal favorite is the padlock icon in shell32.dll).&lt;br /&gt;&lt;br /&gt;To change the icon:&lt;br /&gt;&lt;br /&gt;Right click the shortcut and then select Properties.&lt;br /&gt;Click the Shortcut tab, and then click the Change Icon button.&lt;br /&gt;&lt;br /&gt;In the Look for icons in this file text box, type:&lt;br /&gt;Shell32.dll.&lt;br /&gt;&lt;br /&gt;Click OK.&lt;br /&gt;&lt;br /&gt;Select one of the icons from the list and then click OK&lt;br /&gt;&lt;br /&gt;You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create a Shortcut to Start Remote Desktop&lt;br /&gt;=========================================&lt;br /&gt;&lt;br /&gt;Tip: You can add a shortcut to the desktop of your home computer to quickly start Remote Desktop and connect to your office computer.&lt;br /&gt;&lt;br /&gt;To create a shortcut icon to start Remote Desktop&lt;br /&gt;&lt;br /&gt;Click Start, point to More Programs, point to Accessories, point to Communications, and then click on Remote Desktop Connection.&lt;br /&gt;&lt;br /&gt;Click Options.&lt;br /&gt;&lt;br /&gt;Configure settings for the connection to your office computer.&lt;br /&gt;&lt;br /&gt;Click Save As, and enter a name, such as Office Computer. Click Save.&lt;br /&gt;&lt;br /&gt;Open the Remote Desktops folder.&lt;br /&gt;&lt;br /&gt;Right-click on the file named Office Computer, and then click Create Shortcut.&lt;br /&gt;&lt;br /&gt;Drag the shortcut onto the desktop of your home computer.&lt;br /&gt;&lt;br /&gt;To start Remote Desktop and connect to your office computer, double-click on the shortcut&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Instantly Activate a Screensaver&lt;br /&gt;================================&lt;br /&gt;&lt;br /&gt;Turn on a screensaver without having to wait by adding a shortcut to your desktop:&lt;br /&gt;&lt;br /&gt;Click the Start button, and then click Search.&lt;br /&gt;In the Search Companion window, click All file types.&lt;br /&gt;&lt;br /&gt;In the file name box, type *.scr&lt;br /&gt;&lt;br /&gt;In the Look in box, choose Local Hard Drives (C or the drive where you have system files stored on your computer.&lt;br /&gt;&lt;br /&gt;Click Search.&lt;br /&gt;&lt;br /&gt;You will see a list of screensavers in the results. Pick a screensaver you want. You can preview it by double-clicking it.&lt;br /&gt;&lt;br /&gt;Right click on the file, choose Send To, and then click Desktop (create shortcut).&lt;br /&gt;&lt;br /&gt;To activate the screensaver, double-click the icon on your desktop&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Add a Map Drive Button to the Toolbar&lt;br /&gt;=====================================&lt;br /&gt;&lt;br /&gt;Do you want to quickly map a drive, but can’t find the toolbar button? If you map drives often, use one of these options to add a Map Drive button to the folder toolbar.&lt;br /&gt;&lt;br /&gt;Option One (Long Term Fix)&lt;br /&gt;&lt;br /&gt;Click Start, click My Computer, right-click the toolbar, then unlock the toolbars, if necessary.&lt;br /&gt;&lt;br /&gt;Right-click the toolbar again, and then click Customize.&lt;br /&gt;&lt;br /&gt;Under Available toolbar buttons, locate Map Drive, and drag it into the position you want on the right under Current toolbar buttons.&lt;br /&gt;&lt;br /&gt;Click Close, click OK, and then click OK again.&lt;br /&gt;&lt;br /&gt;You now have drive mapping buttons on your toolbar, so you can map drives from any folder window. To unmap drives, follow the above procedure, selecting Disconnect under Available toolbar buttons. To quickly map a drive, try this option.&lt;br /&gt;&lt;br /&gt;Option Two (Quick Fix)&lt;br /&gt;&lt;br /&gt;Click Start, and right-click My Computer.&lt;br /&gt;Click Map Network Drive.&lt;br /&gt;&lt;br /&gt;If you place your My Computer icon directly on the desktop, you can make this move in only two clicks!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Software not installing?&lt;br /&gt;========================&lt;br /&gt;&lt;br /&gt;If you have a piece of software that refuses to install because it says that you are not running Windows 2000 (such as the Win2K drivers for a Mustek scanner!!) you can simply edit HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/ProductName to say Microsoft Windows 2000 instead of XP and it will install. You may also have to edit the version number or build number, depending on how hard the program tries to verify that you are installing on the correct OS. I had to do this for my Mustek 600 CP scanner (compatibility mode didn''t help!!!) and it worked great, so I now have my scanner working with XP (and a tech at Mustek can now eat his words).&lt;br /&gt;&lt;br /&gt;BTW, don''t forget to restore any changes you make after you get your software installed&lt;br /&gt;&lt;br /&gt;You do this at your own risk.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Use your Windows Key&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;The Windows logo key, located in the bottom row of most computer keyboards is a little-used treasure. Don''t ignore it. It is the shortcut anchor for the following commands:&lt;br /&gt;&lt;br /&gt;Windows: Display the Start menu&lt;br /&gt;Windows + D: Minimize or restore all windows&lt;br /&gt;Windows + E: Display Windows Explorer&lt;br /&gt;Windows + F: Display Search for files&lt;br /&gt;Windows + Ctrl + F: Display Search for computer&lt;br /&gt;Windows + F1: Display Help and Support Center&lt;br /&gt;Windows + R: Display Run dialog box&lt;br /&gt;Windows + break: Display System Properties dialog box&lt;br /&gt;Windows + shift + M: Undo minimize all windows&lt;br /&gt;Windows + L: Lock the workstation&lt;br /&gt;Windows + U: Open Utility Manager&lt;br /&gt;Windows + Q: Quick switching of users (Powertoys only)&lt;br /&gt;Windows + Q: Hold Windows Key, then tap Q to scroll thru the different users on your pc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change your cd key&lt;br /&gt;==================&lt;br /&gt;&lt;br /&gt;You don't need to re-install if you want to try the key out ... just do this:&lt;br /&gt;&lt;br /&gt;1. Go to Activate Windows&lt;br /&gt;2. Select the Telephone option&lt;br /&gt;3. Click "Change Product Key"&lt;br /&gt;4. Enter NOT ALLOWED ~ Zabref&lt;br /&gt;5. Click "Update"&lt;br /&gt;&lt;br /&gt;Now log off and log back in again. It should now show 60 days left, minus the number of days it had already counted down.&lt;br /&gt;&lt;br /&gt;Note: If your crack de-activated REGWIZC.DLL and LICDLL.DLL, you are going to have to re-register them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Remove the Shared Documents folders from My Computer&lt;br /&gt;====================================================&lt;br /&gt;&lt;br /&gt;One of the most annoying things about the new Windows XP user interface is that Microsoft saw fit to provide links to all of the Shared Documents folders on your system, right at the top of the My Computer window. I can't imagine why this would be the default, even in a shared PC environment at home, but what's even more annoying is that you cannot change this behavior through the sh*ll&lt;br /&gt;: Those icons are stuck there and you have to live with it.&lt;br /&gt;Until now, that is.&lt;br /&gt;&lt;br /&gt;Simply fire up the Registry Editor and navigate to the following key:&lt;br /&gt;HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders&lt;br /&gt;&lt;br /&gt;You'll see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this, all of the Shared Documents folders (which are normally under the group called "Other Files Stored on This Computer" will be gone.&lt;br /&gt;&lt;br /&gt;You do not need to reboot your system to see the change.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Before: A cluttered mess with icons no one will ever use (especially that orpaned one). After: Simplicity itself, and the way it should be by default.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This tip For older XP builds&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;Edit or remove the "Comments" link in window title bars&lt;br /&gt;&lt;br /&gt;During the Windows XP beta, Microsoft has added a "Comments?" hyperlink to the title bar of each window in the system so that beta testers can more easily send in a problem report about the user interface. But for most of us, this isn't an issue, and the Comments link is simply a visual distraction. And for many programs that alter the title bar, the Comments link renders the Minimize, Maximize, and Close window buttons unusable, so it's actually a problem.&lt;br /&gt;Let's get rid of it. Or, if you're into this kind of thing, you can edit it too.&lt;br /&gt;&lt;br /&gt;Open the Registry Editor and navigate to the following keys:&lt;br /&gt;My Computer \ HKEY_CURRENT_USER \ Control Panel \ Desktop \ LameButtonEnabled&lt;br /&gt;My Computer \ HKEY_CURRENT_USER \ Control Panel \ Desktop \ LameButtonText&lt;br /&gt;&lt;br /&gt;The first key determines whether the link appears at all; change its value to 0 to turn it off. The second key lets you have a little fun with the hyperlink; you can change the text to anything you'd like, such as "Paul Thurrott" or whatever.&lt;br /&gt;&lt;br /&gt;Editing either value requires a restart before the changes take effect.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Before: An unnecessary hyperlink. Have some fun with it! Or just remove it entirely. It's up to you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Rip high-quality MP3s in Windows Media Player 8&lt;br /&gt;================================================&lt;br /&gt;&lt;br /&gt;The relationship between Windows Media Player 8 and the MP3 audio format is widely misunderstood. Basically, WMP8 will be able to playback MP3 files, but encoding (or "ripping" CD audio into MP3 format will require an MP3 plug-in. So during the Windows XP beta, Microsoft is supplying a sample MP3 plug-in for testing purposes, but it's limited to 56 Kbps rips, which is pretty useless. However, if you have an externally installed MP3 codec, you can use WMP8 to rip at higher bit rates. But you'll have to edit the Registry to make this work.&lt;br /&gt;Fire up the Registry Editor and navigate to the following key:&lt;br /&gt;HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ MediaPlayer \ Settings \ MP3Encoding&lt;br /&gt;&lt;br /&gt;Here, you'll see sub-keys for LowRate and LowRateSample, which of course equates to the single 56 Kbps sample rate you see in WMP8. To get better sampling rates, try adding the following keys (Using New then DWORD value):&lt;br /&gt;&lt;br /&gt;"LowRate" = DWORD value of 0000dac0&lt;br /&gt;"MediumRate" = DWORD value of 0000fa00&lt;br /&gt;"MediumHighRate" = DWORD value of 0001f400&lt;br /&gt;"HighRate" = DWORD value of 0002ee00&lt;br /&gt;&lt;br /&gt;Now, when you launch WMP8 and go into Tools, then Options, then Copy Music, you will have four encoding choices for MP3: 56 Kbps, 64 Kbps, 128 Kbps, and 192 Kbps. Note that you will not get higher bit rate encoding unless you have installed an MP3 codec separately; the version in Windows Media Player 8 is limited to 56 Kbps only.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Find the appropriate location in the Registry... ...add a few DWORD values... ...And then you'll be ripping CDs in higher-quality MP3 format!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed up the Start Menu&lt;br /&gt;=======================&lt;br /&gt;&lt;br /&gt;The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key. Fire up the Registry Editor and navigate to the following key:&lt;br /&gt;HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay&lt;br /&gt;&lt;br /&gt;By default, the value is 400. Change this to a smaller value, such as 0, to speed it up.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed up the Start Menu (Part two)&lt;br /&gt;==================================&lt;br /&gt;&lt;br /&gt;If your confounded by the slow speed of the Start Menu, even after using the tip above, then you might try the following: Navigate to Display Properties then Appearance then Advanced and turn off the option titled Show menu shadow . You will get much better overall performance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Speed up Internet Explorer 6 Favorites&lt;br /&gt;======================================&lt;br /&gt;&lt;br /&gt;For some reason, the Favorites menu in IE 6 seems to slow down dramatically sometimes--I've noticed this happens when you install Tweak UI 1.33, for example, and when you use the preview tip to speed up the Start menu. But here's a fix for the problem that does work, though it's unclear why:&lt;br /&gt;Just open a command line window (Start button -&gt; Run -&gt; cmd) and type sfc, then hit ENTER. This command line runs the System File Checker, which performs a number of services, all of which are completely unrelated to IE 6. But there you go: It works.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Do an unattended installation&lt;br /&gt;=============================&lt;br /&gt;&lt;br /&gt;The Windows XP Setup routine is much nicer than that in Windows 2000 or Windows Me, but it's still an hour-long process that forces you to sit in front of your computer for an hour, answering dialog boxes and typing in product keys. But Windows XP picks up one of the more useful features from Windows 2000, the ability to do an unattended installation, so you can simply prepare a script that will answer all those dialogs for you and let you spend some quality time with your family.&lt;br /&gt;I've written about Windows 2000 unattended installations and the process is pretty much identical on Windows XP, so please read that article carefully before proceeding. And you need to be aware that this feature is designed for a standalone Windows XP system: If you want to dual-boot Windows XP with another OS, you're going to have to go through the interactive Setup just like everyone else: An unattended install will wipe out your hard drive and install only Windows XP, usually.&lt;br /&gt;&lt;br /&gt;To perform an unattended installation, you just need to work with the Setup Manager, which is located on the Windows XP CD-ROM in D:\SupportTools\DEPLOY.CAB by default: Extract the contents of this file and you'll find a number of useful tools and help files; the one we're interested in is named setupmgr.exe. This is a very simple wizard application that will walk you through the process of creating an answer file called winnt.sif that can be used to guide Windows XP Setup through the unattended installation.&lt;br /&gt;&lt;br /&gt;One final tip: There's one thing that Setup Manager doesn't add: Your product key. However, you can add this to the unattend.txt file manually. Simply open the file in Notepad and add the following line under the [UserData] section:&lt;br /&gt;&lt;br /&gt;ProductID=RK7J8-2PGYQ-P47VV-V6PMB-F6XPQ&lt;br /&gt;&lt;br /&gt;(This is a 60 day cd key)&lt;br /&gt;&lt;br /&gt;Then, just copy winnt.sif to a floppy, put your Windows XP CD-ROM in the CD drive, and reboot: When the CD auto-boots, it will look for the unattend.txt file in A: automatically, and use it to answer the Setup questions if it's there.&lt;br /&gt;&lt;br /&gt;Finally, please remember that this will wipe out your system! Back up first, and spend some time with the help files in DEPLOY.CAB before proceeding.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For Older builds or not using setupreg.hiv file&lt;br /&gt;===============================================&lt;br /&gt;&lt;br /&gt;Remove the Desktop version text&lt;br /&gt;&lt;br /&gt;During the Windows XP beta, you will see text in the lower right corner of the screen that says Windows XP Professional, Evaluation Copy. Build 2462 or similar. A lot of people would like to remove this text for some reason, and while it's possible to do so, the cure is more damaging than the problem, in my opinion. So the following step will remove this text, but you'll lose a lot of the nice graphical effects that come in Windows XP, such as the see-through icon text.&lt;br /&gt;&lt;br /&gt;To remove the desktop version text, open Display Properties (right-click the desktop, then choose Properties) and navigate to the Desktop page. Click Customize Desktop and then choose the Web page in the resulting dialog. On this page, check the option titled Lock desktop items. Click OK to close the dialog, and then OK to close Display Properties. The text disappears. But now the rest of your system is really ugly. You can reverse the process by unchecking Lock desktop items.&lt;br /&gt;&lt;br /&gt;There's also a shortcut for this process: Just right-click the desktop and choose Arrange by then Lock Web Icons on the Desktop.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Enable ClearType on the Welcome Screen!&lt;br /&gt;=======================================&lt;br /&gt;&lt;br /&gt;As laptop users and other LCD owners are quickly realizing, Microsoft's ClearType technology in Windows XP really makes a big difference for readability. But the this feature is enabled on a per-user basis in Windows XP, so you can't see the effect on the Welcome screen; it only appears after you logon.&lt;br /&gt;&lt;br /&gt;But you can fix that. Fire up the Registry Editor and look for the following keys:&lt;br /&gt;&lt;br /&gt;(default user) HKEY_USERS \ .Default \ Control Panel \ Desktop \ FontSmoothing (String Value)&lt;br /&gt;HKEY_USERS \ .Default \ Control Panel \ Desktop \ FontSmoothingType (Hexadecimal DWORD Value)&lt;br /&gt;&lt;br /&gt;Make sure both of these values are set to 2 and you'll have ClearType enabled on the Welcome screen and on each new user by default.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stop Windows Messenger from Auto-Starting&lt;br /&gt;=========================================&lt;br /&gt;&lt;br /&gt;If you're not a big fan of Windows Messenger simply delete the following Registry Key:&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display Hibernate Option on the Shut Down dialog&lt;br /&gt;================================================&lt;br /&gt;&lt;br /&gt;For some reason, Hibernate may not be available from the default Shut Down dialog. But you can enable it simply enough, by holding down the SHIFT key while the dialog is visible. Now you see it, now you don't!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Add album art to any music folder&lt;br /&gt;=================================&lt;br /&gt;&lt;br /&gt;One of the coolest new features in Windows XP is its album thumbnail generator, which automatically places the appropriate album cover art on the folder to which you are copying music (generally in WMA format). But what about those people that have already copied their CDs to the hard drive using MP3 format? You can download album cover art from sites such as cdnow.com or amguide.com, and then use the new Windows XP folder customize feature to display the proper image for each folder. But this takes time--you have to manually edit the folder properties for every single folder--and you will lose customizations if you have to reinstall the OS. There's an excellent fix, however.&lt;br /&gt;&lt;br /&gt;When you download the album cover art from the Web, just save the images as folder.jpg each time and place them in the appropriate folder. Then, Windows XP will automatically use that image as the thumbnail for that folder and, best of all, will use that image in Windows Media Player for Windows XP (MPXP) if you choose to display album cover art instead of a visualization. And the folder customization is automatic, so it survives an OS reinstallation as well. Your music folders never looked so good!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Album cover art makes music folder thumbnails look better than ever!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change the location of the My Music or My Pictures folders&lt;br /&gt;==========================================================&lt;br /&gt;&lt;br /&gt;In Windows 2000, Microsoft added the ability to right-click the My Documents folder and choose a new location for that folder in the sh*ll&lt;br /&gt;. With Windows XP, Microsoft has elevated the My Music and My Pictures folders to the same "special sh*ll&lt;br /&gt;folder" status of My Documents, but they never added a similar (and simple) method for changing those folder's locations. However, it is actually pretty easy to change the location of these folders, using the following method.&lt;br /&gt;&lt;br /&gt;Open a My Computer window and navigate to the location where you'd like My Music (or My Pictures) to reside. Then, open the My Documents folder in a different window. Drag the My Music (or My Pictures) folder to the other window, and Windows XP will update all of the references to that folder to the new location, including the Start menu.&lt;br /&gt;&lt;br /&gt;Or use Tweak UI&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Add/Remove optional features of Windows XP&lt;br /&gt;==========================================&lt;br /&gt;&lt;br /&gt;To dramatically expand the list of applications you can remove from Windows XP after installation, navigate to C:\WINDOWS\inf (substituting the correct drive letter for your version of Windows) and open the sysoc.inf file. Under Windows XP Professional Edition RC1, this file will resemble the following by default:&lt;br /&gt;&lt;br /&gt;[Version] Signature = "$Windows NT$"&lt;br /&gt;DriverVer=06/26/2001,5.1.2505.0&lt;br /&gt;&lt;br /&gt;[Components]&lt;br /&gt;NtComponents=ntoc.dll,NtOcSetupProc,,4&lt;br /&gt;WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7&lt;br /&gt;Display=desk.cpl,DisplayOcSetupProc,,7&lt;br /&gt;Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7&lt;br /&gt;NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7&lt;br /&gt;iis=iis.dll,OcEntry,iis.inf,,7&lt;br /&gt;com=comsetup.dll,OcEntry,comnt5.inf,hide,7&lt;br /&gt;dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7&lt;br /&gt;IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7&lt;br /&gt;TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2&lt;br /&gt;msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6&lt;br /&gt;ims=imsinsnt.dll,OcEntry,ims.inf,,7&lt;br /&gt;fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7&lt;br /&gt;AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7&lt;br /&gt;msnexplr=ocmsn.dll,OcEntry,msnmsn.inf,,7&lt;br /&gt;smarttgs=ocgen.dll,OcEntry,msnsl.inf,,7&lt;br /&gt;RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7&lt;br /&gt;Games=ocgen.dll,OcEntry,games.inf,,7&lt;br /&gt;AccessUtil=ocgen.dll,OcEntry,accessor.inf,,7&lt;br /&gt;CommApps=ocgen.dll,OcEntry,communic.inf,HIDE,7&lt;br /&gt;MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7&lt;br /&gt;AccessOpt=ocgen.dll,OcEntry,optional.inf,HIDE,7&lt;br /&gt;Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7&lt;br /&gt;MSWordPad=ocgen.dll,OcEntry,wordpad.inf,HIDE,7&lt;br /&gt;ZoneGames=zoneoc.dll,ZoneSetupProc,igames.inf,,7&lt;br /&gt;&lt;br /&gt;[Global]&lt;br /&gt;WindowTitle=%WindowTitle%&lt;br /&gt;WindowTitle.StandAlone="*"&lt;br /&gt;&lt;br /&gt;The entries that include the text hide or HIDE will not show up in Add/Remove Windows Components by default. To fix this, do a global search and replace for ,hide and change each instance of this to , (a comma). Then, save the file, relaunch Add/Remove Windows Components, and tweak the installed applications to your heart's content.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cool, eh? There are even more new options now under "Accessories and Utilities" too.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Remove Windows Messenger&lt;br /&gt;========================&lt;br /&gt;&lt;br /&gt;It seems that a lot of people are interested in removing Windows Messenger for some reason, though I strongly recommend against this: In Windows XP, Windows Messenger will be the hub of your connection to the .NET world, and now that this feature is part of Windows, I think we're going to see a lot of .NET Passport-enabled Web sites appearing as well. But if you can't stand the little app, there are a couple of ways to get rid of it, and ensure that it doesn't pop up every time you boot into XP. The best way simply utilizes the previous tip:&lt;br /&gt;&lt;br /&gt;If you'd like Windows Messenger to show up in the list of programs you can add and remove from Windows, navigate to C:\WINDOWS\inf (substituting the correct drive letter for your version of Windows) and open sysoc.inf (see the previous tip for more information about this file). You'll see a line that reads:&lt;br /&gt;&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7&lt;br /&gt;&lt;br /&gt;Change this to the following and Windows Messenger will appear in Add or Remove Programs, then Add/Remove Windows Components, then , and you can remove it for good:&lt;br /&gt;&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,7&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7137425688410515642?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7137425688410515642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/windows-xp-tips-n-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7137425688410515642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7137425688410515642'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/windows-xp-tips-n-tricks.html' title='Windows Xp Tips &apos;n&apos; Tricks'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-4654578963072271867</id><published>2009-04-29T17:00:00.001+05:30</published><updated>2009-04-29T17:00:55.617+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='block websites'/><category scheme='http://www.blogger.com/atom/ns#' term='How To Block Websties Without Software'/><title type='text'>How To Block Websties Without Software, block websites</title><content type='html'>Steps:&lt;br /&gt;&lt;br /&gt;1] Browse C:\WINDOWS\system32\drivers\etc&lt;br /&gt;2] Find the file named "HOSTS"&lt;br /&gt;3] Open it in notepad&lt;br /&gt;4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable.&lt;br /&gt;5] Done!&lt;br /&gt;&lt;br /&gt;-So-&lt;br /&gt;&lt;br /&gt;127.0.0.1 localhost&lt;br /&gt;127.0.0.2 www.blockedsite.com&lt;br /&gt;&lt;br /&gt;--&gt;www.blockedsite.com is now unaccessable&lt;--&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.&lt;br /&gt;&lt;br /&gt;IE: 127.0.0.3 www.blablabla.com&lt;br /&gt;127.0.0.4 www.blablabla.com&lt;br /&gt;127.0.0.5 www.blablabla.com&lt;br /&gt;&lt;br /&gt;etc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-4654578963072271867?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/4654578963072271867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-to-block-websties-without-software.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4654578963072271867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4654578963072271867'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-to-block-websties-without-software.html' title='How To Block Websties Without Software, block websites'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5195155715874364912</id><published>2009-04-29T16:59:00.001+05:30</published><updated>2009-04-29T16:59:55.422+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to Back Up the Registry'/><title type='text'>How to Back Up the Registry</title><content type='html'>Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to Export Registry Keys&lt;br /&gt;&lt;br /&gt;Click Start, and then click Run.&lt;br /&gt;&lt;br /&gt;In the Open box, type regedit, and then click OK.&lt;br /&gt;&lt;br /&gt;On the File menu, click Export.&lt;br /&gt;&lt;br /&gt;In the Save in box, select the boxs at the bottom the bottom according to weather you want to export all or only selected branches of the registry.&lt;br /&gt;&lt;br /&gt;Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to Restore the Registry&lt;br /&gt;&lt;br /&gt;To restore registry keys that you exported, double-click the .reg file that you saved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5195155715874364912?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5195155715874364912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-to-back-up-registry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5195155715874364912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5195155715874364912'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-to-back-up-registry.html' title='How to Back Up the Registry'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7566220371857844319</id><published>2009-04-29T16:58:00.000+05:30</published><updated>2009-04-29T16:59:04.177+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How do I Test My VirusScan Installation'/><title type='text'>How do I Test My VirusScan Installation</title><content type='html'>Description&lt;br /&gt;&lt;br /&gt;After installing VirusScan, you may logically wonder, how do I know if it's working? The answer is a test virus. The EICAR Standard AntiVirus Test File is a combined effort by anti-virus vendors throughout the world to implement one standard by which customers can verify their anti-virus installations.&lt;br /&gt;&lt;br /&gt;Solution&lt;br /&gt;&lt;br /&gt;To test your installation, copy the following line into its own file, then save the file with the name EICAR.COM. More detailed instructions are found below.&lt;br /&gt;&lt;br /&gt;X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*&lt;br /&gt;&lt;br /&gt;The file size will be 68 or 70 bytes.&lt;br /&gt;&lt;br /&gt;If VirusScan is running and configured correctly, when you try to save the file, VirusScan will detect the virus. If VirusScan is not running, start it and scan the directory that contains EICAR.COM. When your software scans this file, it will report finding the EICAR test file.&lt;br /&gt;&lt;br /&gt;Note that this file is NOT A VIRUS. Delete the file when you have finished testing your installation to avoid alarming unsuspecting&lt;br /&gt;users.&lt;br /&gt;&lt;br /&gt;The eicar test virus is available for download from the following website:&lt;br /&gt;http://www.eicar.org/download/eicar.com&lt;br /&gt;&lt;br /&gt;Creating Eicar.com&lt;br /&gt;&lt;br /&gt;   1. Click on Start.&lt;br /&gt;   2. Select Run.&lt;br /&gt;   3. In the Open box type: notepad&lt;br /&gt;   4. Maximize the window.&lt;br /&gt;   5. Highlight the following on the following line of text:&lt;br /&gt;      X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*&lt;br /&gt;   6. Right click on the highlighted text and choose 'copy'.&lt;br /&gt;   7. Switch back to Notepad.&lt;br /&gt;   8. Right click anywhere inside of Notepad and select 'paste'.&lt;br /&gt;   9. Click the File menu and select 'save as'.&lt;br /&gt;  10. Change the 'Save as Type' to 'all files'.&lt;br /&gt;  11. Name the file eicar.com.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7566220371857844319?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7566220371857844319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-do-i-test-my-virusscan-installation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7566220371857844319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7566220371857844319'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/how-do-i-test-my-virusscan-installation.html' title='How do I Test My VirusScan Installation'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-6785586948080465754</id><published>2009-04-29T16:56:00.000+05:30</published><updated>2009-04-29T16:57:16.836+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Disable Windows Logo Key'/><title type='text'>Disable Windows Logo Key</title><content type='html'>i was recently playing games and this nasty windos logo key keep annoying me , cause i often accidently clicked it , and i start to search a solution to solve my problem, and found the following article in microsfot website, and it did work, hope this helps, thanks!&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://support.microsoft.com/?kbid=181348&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;or in other articles, u can copy the following messages into ur notepad and save as *.reg, and use it..&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]&lt;br /&gt;"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\&lt;br /&gt;00,00,00,00&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-6785586948080465754?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/6785586948080465754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/disable-windows-logo-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6785586948080465754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6785586948080465754'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/disable-windows-logo-key.html' title='Disable Windows Logo Key'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5707128089055862035</id><published>2009-04-29T16:55:00.002+05:30</published><updated>2009-04-29T16:56:14.063+05:30</updated><title type='text'>Digital Camera Guide</title><content type='html'>So, it's time for a digital camera huh? Well, buying one can be more than a little difficult. What types of features should you look for? Well, this guide will tell you that plus get you a little more familiar with what these cameras are capable of.&lt;br /&gt;&lt;br /&gt;Megapixels&lt;br /&gt;When it comes to megapixels, the more the better. I recommend a minimum of 2, but 3 or 4 is great. We did a test to see if a camera with 2.3 megapixels (actually 1.92 - 1600 x 1200) could produce a good quality 8x10.&lt;br /&gt;&lt;br /&gt;Turns out it can, if you have the right paper and printer. We used HP Premium Plus photo paper with an HP 970 series printer and made a fantastic 8 x 10. Remember, I was a professional photographer before I got into computing, so I know a good print when I see it :-)&lt;br /&gt;&lt;br /&gt;The resolution at 8x10 (we had to crop in to make the picture proportional to 8x10) was only 150 DPI. Most printers would not make a real good 8x10 at that resolution, but this one did. So, if you want to be sure you can get good 8 x 10s, you may want to go with a 3 megapixel camera or better (that gives you around 200 DPI at 8x10 size, still not quite the optimum 300 DPI, but it looks good with the right printer).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Optical vs Digital Zoom&lt;br /&gt;You've probably noticed that most digital cameras have both a specification for digital and optical zoom. Pay the most attention to the optical zoom.&lt;br /&gt;&lt;br /&gt;The optical zoom magnifies (zooms in) using glass. The digital zoom basically crops out the edge of the picture to make the subject appear closer, causing you to lose resolution or to get an interpolated resolution (i.e. the camera adds pixels). Neither of which help image quality.&lt;br /&gt;&lt;br /&gt;Finally, make sure you get enough (optical) zoom. A 2x zoom isn't going to do much for you. A 3x is the average you'll find in most digital cameras will probably be good for most uses. More on lenses later.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connection&lt;br /&gt;How does the camera connect to your computer? If you have a USB port in your computer, you'll want a camera that can connect via USB as opposed to a slow serial connection.&lt;br /&gt;&lt;br /&gt;On the other hand, if your computer doesn't have a USB port, is there a serial connector available for the camera you're looking at? If so, is it a special order and how long does it take to get it?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Storage&lt;br /&gt;What does the camera use to store images with? If it uses a memory stick, make sure you consider buying additional sticks when you get your camera. A typical 8 meg memory stick that comes with a 2 megapixel camera only holds 5 or 6 images at the camera's best quality.&lt;br /&gt;&lt;br /&gt;Some cameras use a 3.5 inch disk for storage. Be careful of these!&lt;br /&gt;Although it may sound like a good idea, a 3 megapixel camera at high resolution produces a 1 meg file (compressed!). That's only 1 picture per disk.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here's a few more things to look out for when trying to make your digital camera purchase.&lt;br /&gt;&lt;br /&gt;Picture Formats&lt;br /&gt;When you're trying to decide on which digital camera to get, check and see how many different picture formats it supports.&lt;br /&gt;&lt;br /&gt;You want something that can produce both uncompressed (usually TIFF) and compressed (usually JPEG) images. I personally use the high quality JPEG setting on my camera for most of my shooting. TIFFs are just too big and the difference in quality is not ascertainable by mere mortals.&lt;br /&gt;&lt;br /&gt;You also want to be able to shoot at a lower resolution than the camera's maximum. That way, If you're running short on memory, you can squeeze a few more shots on your memory stick.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Auxiliary Lens / Flash&lt;br /&gt;This was a biggie for me. While a 3x zoom may work for the "average" user, I needed something that allowed me to do some wide angle work as well as have a good telephoto lens.&lt;br /&gt;&lt;br /&gt;So, the camera I purchased a few months back was a Nikon Coolpix 990 (note that this isn't the only camera that can accept lenses). It has auxiliary lenses that screw into the filter ring on the front of the lens. I now have an ultra-wide fisheye lens plus a nice telephoto.&lt;br /&gt;&lt;br /&gt;In addition to lenses, I wanted a good flash. The flash that is built into most of these cameras gives you a top range of 15-20 feet - at best. I wanted a camera that could take a powerful auxiliary flash (again, the Nikon isn't the only camera that fits this requirement, but I liked it better than the rest). If you need more reach than the small built in flash can deliver, then make sure you can attach an external flash to any camera you consider.&lt;br /&gt;&lt;br /&gt;As an added bonus, if you get a camera that can take an external flash, you can place that flash on a bracket and eliminate red-eye.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Flash Distance&lt;br /&gt;Speaking of flashes, make sure you check the distance the built in flash is good for. You don't want a camera with a wimpy flash that only travels a few feet (well, unless you can get an external flash for it as described above).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Battery Type&lt;br /&gt;This may not sound important, but it is. Anyone who owns a digital camera can tell you they eat batteries the way a sumo wrestler eats at a buffet.&lt;br /&gt;&lt;br /&gt;Make sure the camera can run on regular (or rechargeable) "AA" type batteries. You don't want a camera that eats through expensive lithium batteries every 10 shots or so.&lt;br /&gt;&lt;br /&gt;One thing to remember about digital cameras, they do eat through batteries. I recommend getting some Nickel Metal Hydride rechargeable for it. I have some for mine and they have saved me a fortune.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Final Notes&lt;br /&gt;Choosing a digital camera isn't easy. There's a huge selection out there and only you can determine which features you need.&lt;br /&gt;&lt;br /&gt;For instance, if you shoot wildlife photos, a small 3x zoom probably isn't going to cut it (unless you can attach auxiliary lenses to it). If you shoot lots of close-ups, make sure the camera has some sort of macro capability. If you shoot big group photos indoors, an external flash may be necessary.&lt;br /&gt;&lt;br /&gt;My advice is to make a list of things you want to be able to do with the camera then go to somewhere that can help you make a good purchase decision.&lt;br /&gt;&lt;br /&gt;Finally, buy the BEST camera you can possibly afford. Or wait until the price drops on one with the type of features you want.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5707128089055862035?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5707128089055862035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/digital-camera-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5707128089055862035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5707128089055862035'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/digital-camera-guide.html' title='Digital Camera Guide'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-6266787786192021792</id><published>2009-04-29T16:55:00.001+05:30</published><updated>2009-04-29T16:55:35.468+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Delete Files From The Recent File List In Windows'/><title type='text'>Delete Files From The Recent File List In Windows</title><content type='html'>This tip requires a change to the Windows Registry. Please see the MSFN Guide "Backup Your Registry" if you are new to the Windows Registry.&lt;br /&gt;&lt;br /&gt;Windows Media Player (WMP) is a built-in application that allows you to play multimedia files. Like many other applications, WMP remembers the most recently played files and displays them in the Recent File List under the File menu. This feature is useful if you regularly play certain files, but you may want to clear the list if you share the computer and a user account or create archives and CDs.&lt;br /&gt;&lt;br /&gt;There are two ways you can clear the list:&lt;br /&gt;&lt;br /&gt;I. The ClearMRU.exe Utility is available for free in the Windows Media Player Bonus Pack from Microsoft, but Microsoft does not support this tool.&lt;br /&gt;&lt;br /&gt;II. You can also manually delete the list through the Windows Registry:&lt;br /&gt;&lt;br /&gt;1. Start the Windows Registry Editor, regedit.exe, by typing regedit in the Windows Run Command Line.&lt;br /&gt;&lt;br /&gt;2. Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList.&lt;br /&gt;&lt;br /&gt;3. Delete the RecentFileList subkey.&lt;br /&gt;&lt;br /&gt;4. If you've also streamed content from the Internet, you can delete the RecentURLList subkey.&lt;br /&gt;&lt;br /&gt;5. Exit the Registry Editor.&lt;br /&gt;&lt;br /&gt;6. Restart the computer.&lt;br /&gt;&lt;br /&gt;To keep certain files in the list, don't delete the entire key. Deleting individual entries within the key will get rid of the files that you no longer want in the Recent File List.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-6266787786192021792?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/6266787786192021792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/delete-files-from-recent-file-list-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6266787786192021792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6266787786192021792'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/delete-files-from-recent-file-list-in.html' title='Delete Files From The Recent File List In Windows'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7870644977403255654</id><published>2009-04-29T16:54:00.000+05:30</published><updated>2009-04-29T16:55:00.498+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Delete An undeletable File'/><title type='text'>Delete An undeletable File</title><content type='html'>Delete An "undeletable" File&lt;br /&gt;&lt;br /&gt;Open a Command Prompt window and leave it open.&lt;br /&gt;Close all open programs.&lt;br /&gt;Click Start, Run and enter TASKMGR.EXE&lt;br /&gt;Go to the Processes tab and End Process on Explorer.exe.&lt;br /&gt;Leave Task Manager open.&lt;br /&gt;Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.&lt;br /&gt;At the command prompt type DEL &lt;filename&gt; where &lt;filename&gt; is the file you wish to delete.&lt;br /&gt;Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.&lt;br /&gt;Close Task Manager.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or you can try this&lt;br /&gt;&lt;br /&gt;Open Notepad.exe&lt;br /&gt;&lt;br /&gt;Click File&gt;Save As..&gt;&lt;br /&gt;&lt;br /&gt;locate the folder where ur undeletable file is&lt;br /&gt;&lt;br /&gt;Choose 'All files' from the file type box&lt;br /&gt;&lt;br /&gt;click once on the file u wanna delete so its name appears in the 'filename' box&lt;br /&gt;&lt;br /&gt;put a " at the start and end of the filename&lt;br /&gt;(the filename should have the extension of the undeletable file so it will overwrite it)&lt;br /&gt;&lt;br /&gt;click save,&lt;br /&gt;&lt;br /&gt;It should ask u to overwrite the existing file, choose yes and u can delete it as normal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here's a manual way of doing it. I'll take this off once you put into your first post zain.&lt;br /&gt;&lt;br /&gt;1. Start&lt;br /&gt;2. Run&lt;br /&gt;3. Type: command&lt;br /&gt;4. To move into a directory type: cd c:\*** (The stars stand for your folder)&lt;br /&gt;5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1&lt;br /&gt;6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.&lt;br /&gt;7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7870644977403255654?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7870644977403255654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/delete-undeletable-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7870644977403255654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7870644977403255654'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/delete-undeletable-file.html' title='Delete An undeletable File'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2350087836223606575</id><published>2009-04-29T16:53:00.000+05:30</published><updated>2009-04-29T16:54:24.082+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Create One-click Shutdown And Reboot Shortcuts'/><title type='text'>Create One-click Shutdown And Reboot Shortcuts</title><content type='html'>First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.&lt;br /&gt;&lt;br /&gt;But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:&lt;br /&gt;&lt;br /&gt;shutdown -r -t 01 -c "Rebooting your PC"&lt;br /&gt;Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.&lt;br /&gt;&lt;br /&gt;I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:&lt;br /&gt;&lt;br /&gt;shutdown -s -t 03 -c "Bye Bye m8!"&lt;br /&gt;shutdown -r -t 03 -c "Ill be back m8 ;)!"&lt;br /&gt;&lt;br /&gt;Switch&lt;br /&gt;What it does&lt;br /&gt;&lt;br /&gt;-s&lt;br /&gt;Shuts down the PC.&lt;br /&gt;&lt;br /&gt;-l&lt;br /&gt;Logs off the current user.&lt;br /&gt;&lt;br /&gt;-t nn&lt;br /&gt;Indicates the duration of delay, in seconds, before performing the action.&lt;br /&gt;&lt;br /&gt;-c "messagetext"&lt;br /&gt;Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.&lt;br /&gt;&lt;br /&gt;-f&lt;br /&gt;Forces any running applications to shut down.&lt;br /&gt;&lt;br /&gt;-r&lt;br /&gt;Reboots the PC.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2350087836223606575?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2350087836223606575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-one-click-shutdown-and-reboot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2350087836223606575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2350087836223606575'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-one-click-shutdown-and-reboot.html' title='Create One-click Shutdown And Reboot Shortcuts'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-799487190577767266</id><published>2009-04-29T16:52:00.000+05:30</published><updated>2009-04-29T16:53:22.288+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Create Bootable Win XP SP1 CD(nero)'/><title type='text'>Create Bootable Win XP SP1 CD(nero)</title><content type='html'>Step 1&lt;br /&gt;&lt;br /&gt;Create 3 folders - C:\WINXPSP1, C:\SP1106 and C:\XPBOOT&lt;br /&gt;&lt;br /&gt;Step 2&lt;br /&gt;&lt;br /&gt;Copy the entire Windows XP CD into folder C:\WINXPSP1&lt;br /&gt;&lt;br /&gt;Step 3&lt;br /&gt;&lt;br /&gt;You will have to download the SP1 Update, which is 133MB.&lt;br /&gt;Rename the Service Pack file to XP-SP1.EXE&lt;br /&gt;Extract the Service Pack from the Run Dialog using the command:&lt;br /&gt;C:\XP-SP1.EXE -U -X:C:\SP1106&lt;br /&gt;&lt;br /&gt;Step 4&lt;br /&gt;&lt;br /&gt;Open Start/Run... and type the command:&lt;br /&gt;C:\SP1106\update\update.exe -s:C:\WINXPSP1&lt;br /&gt;&lt;br /&gt;Click OK&lt;br /&gt;&lt;br /&gt;Folder C:\WINXPSP1 contains: Windows XP SP1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to Create a Windows XP SP1 CD Bootable&lt;br /&gt;&lt;br /&gt;Step 1&lt;br /&gt;&lt;br /&gt;Download xpboot.zip&lt;br /&gt;Code:&lt;br /&gt;Code:&lt;br /&gt;http://thro.port5.com/xpboot.zip&lt;br /&gt;&lt;br /&gt;( no download manager !! )&lt;br /&gt;&lt;br /&gt;Extract xpboot.zip file (xpboot.bin) in to the folder C:\XPBOOT&lt;br /&gt;&lt;br /&gt;Step 2&lt;br /&gt;&lt;br /&gt;Start Nero - Burning Rom.&lt;br /&gt;Select File &gt; New... from the menu.&lt;br /&gt;1.) Select CD-ROM (Boot)&lt;br /&gt;2.) Select Image file from Source of boot image data&lt;br /&gt;3.) Set Kind of emulation: to No Emulation&lt;br /&gt;4.) Set Load segment of sectors (hex!): to 07C0&lt;br /&gt;5.) Set Number of loaded sectors: to 4&lt;br /&gt;6.) Press the Browse... button&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 3&lt;br /&gt;&lt;br /&gt;Select All Files (*.*) from File of type:&lt;br /&gt;Locate boot.bin in the folder C:\XPBOOT&lt;br /&gt;&lt;br /&gt;Step 4&lt;br /&gt;&lt;br /&gt;Click ISO tab&lt;br /&gt;Set File-/Directory length to ISO Level 1 (Max. of 11 = 8 + 3 chars)&lt;br /&gt;Set Format to Mode 1&lt;br /&gt;Set Character Set to ISO 9660&lt;br /&gt;Check all Relax ISO Restrictions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 5&lt;br /&gt;&lt;br /&gt;Click Label Tab&lt;br /&gt;Select ISO9660 from the drop down box.&lt;br /&gt;Enter the Volume Label as WB2PFRE_EN&lt;br /&gt;Enter the System Identifier as WB2PFRE_EN&lt;br /&gt;Enter the Volume Set as WB2PFRE_EN&lt;br /&gt;Enter the Publisher as MICROSOFT CORPORATION&lt;br /&gt;Enter the Data Preparer as MICROSOFT CORPORATION&lt;br /&gt;Enter the Application as WB2PFRE_EN&lt;br /&gt;&lt;br /&gt;* For Windows XP Professional OEM substitute WB2PFRE_EN with WXPOEM_EN&lt;br /&gt;* For Windows XP Home OEM substitute WB2PFRE_EN with WXHOEM_EN&lt;br /&gt;&lt;br /&gt;Step 6&lt;br /&gt;&lt;br /&gt;Click Burn tab&lt;br /&gt;Check Write&lt;br /&gt;Check Finalize CD (No further writing possible!)&lt;br /&gt;Set Write Method to Disk-At-Once&lt;br /&gt;&lt;br /&gt;Press New button&lt;br /&gt;&lt;br /&gt;Step 7&lt;br /&gt;&lt;br /&gt;Locate the folder C:\WINXPSP1&lt;br /&gt;Select everything in the folder and drag it to the ISO compilation panel.&lt;br /&gt;Click the Write CD Dialog button.&lt;br /&gt;&lt;br /&gt;Press Write&lt;br /&gt;&lt;br /&gt;You're done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-799487190577767266?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/799487190577767266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-bootable-win-xp-sp1-cdnero.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/799487190577767266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/799487190577767266'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-bootable-win-xp-sp1-cdnero.html' title='Create Bootable Win XP SP1 CD(nero)'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-6536532172778834974</id><published>2009-04-29T16:51:00.002+05:30</published><updated>2009-04-29T16:52:51.386+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Create A Personal Screen Saver In Win Xp'/><title type='text'>Create A Personal Screen Saver In Win Xp</title><content type='html'>This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's how:&lt;br /&gt;&lt;br /&gt;1. Right-click an empty spot on your desktop and then click Properties.&lt;br /&gt;&lt;br /&gt;2. Click the Screen Saver tab.&lt;br /&gt;&lt;br /&gt;3. In the Screen saver list, click My Pictures Slideshow.&lt;br /&gt;&lt;br /&gt;4. Click Settings to make any adjustments, such as how often the pictures should change, what size they should be, and whether you'll use transition effects between pictures, and then click OK.&lt;br /&gt;&lt;br /&gt;Now your screen saver is a random display of the pictures taken from your My Pictures folder.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-6536532172778834974?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/6536532172778834974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-personal-screen-saver-in-win-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6536532172778834974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6536532172778834974'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/create-personal-screen-saver-in-win-xp.html' title='Create A Personal Screen Saver In Win Xp'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7358874807827245457</id><published>2009-04-29T16:51:00.001+05:30</published><updated>2009-04-29T16:51:41.748+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Convert Stubborn Webpage To pdf'/><title type='text'>Convert Stubborn Webpage To pdf</title><content type='html'>I have come across some websites that i wanted to save the page for later review. I found that i was having some problems with certain sites. I found a way around it.&lt;br /&gt;&lt;br /&gt;what you need:adobe acrobat 6 pro or better&lt;br /&gt;popupcop&lt;br /&gt;&lt;br /&gt;there may be a simpler way to do this but i found that this works:&lt;br /&gt;&lt;br /&gt;when at a webpage that you want to copy (YOU MUST BE USING IE AND HAVE BOTH POPUPCOP INSTALLED AND ADOBE ACROBAT 6 PRO OR HIGHER, ACROBAT ICON MUST BE IN IE TOOLBAR TO CONVERT TO .PDF), slide popupcops popup intensity bar to the far left, now click on adobe acrobat icon to convert webpage to .pdf document. I have yet to find a webpage where this trick does not work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7358874807827245457?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7358874807827245457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/convert-stubborn-webpage-to-pdf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7358874807827245457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7358874807827245457'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/convert-stubborn-webpage-to-pdf.html' title='Convert Stubborn Webpage To pdf'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-4633699889636212773</id><published>2009-04-29T16:50:00.000+05:30</published><updated>2009-04-29T16:51:02.794+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='A ZoneAlarm Pro Tutorial'/><category scheme='http://www.blogger.com/atom/ns#' term='Configuring ZoneAlarm Pro Security Settings'/><title type='text'>Configuring ZoneAlarm Pro Security Settings, A ZoneAlarm Pro Tutorial</title><content type='html'>Configuring ZoneAlarm Security Settings&lt;br /&gt;(&lt;br /&gt;&lt;br /&gt;If you're running ZoneAlarm Pro you will probably have considered that most of the "advanced" settings might as well be in Chinese for all the use they are. User friendly they are not!&lt;br /&gt;&lt;br /&gt;If you are not on a LAN (connected to another computer in a network) you can use this guide to give your firewall some real muscle and a new lease of life:&lt;br /&gt;&lt;br /&gt;Launch ZoneAlarm Pro and click to highlight the "Firewall" tab on the left hand side . In the pane that appears on the right hand side in the section "Internet Zone Security" set the slider control to "High" Then click the "Custom" button in the same section.&lt;br /&gt;&lt;br /&gt;The next settings page is divided into two sections with tabs Internet Zone and Trusted Zone at the top of the page. Under the Internet Zone tab there is a list of settings that can be accessed by scrolling. At the top is the high security settings and the only thing that should check from there is "allow broadcast/multicast". The rest should be unchecked.&lt;br /&gt;&lt;br /&gt;Scroll down until you get to the medium security settings area. Check all the boxes in this section until you get to "Block Incomming UDP Ports". When you check that you will be asked to supply a list of ports, and in the field at the bottom of the page enter 1-65535&lt;br /&gt;&lt;br /&gt;Then go back to the list and check the box alongside "Block Outgoing UDP Ports" and at the bottom of the page enter 1-19, 22-79, 82-7999, 8082-65535&lt;br /&gt;&lt;br /&gt;Repeat this proceedure for the following settings&lt;br /&gt;"Block Incomming TCP Ports": 1-65535&lt;br /&gt;"Block Outgoing TCP Ports": 1-19, 22-79, 82-7999, 8082-65535&lt;br /&gt;Then click "Apply", "Ok" at the bottom of the page.&lt;br /&gt;&lt;br /&gt;Back in the right hand "Firewall" pane go next to the yellow "Trusted Zone Security" section and set it to "high" with the slider. Click "Custom" and repeat the above proceedure this time choosing the Trusted Zone tab at the top of the settings page.&lt;br /&gt;&lt;br /&gt;These settings will stop all incoming packets @ports 1-65535 and also block all pings, trojans etc... this will also stop all spyware or applications from phoning home from your drive without your knowledge!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-4633699889636212773?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/4633699889636212773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/configuring-zonealarm-pro-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4633699889636212773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4633699889636212773'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/configuring-zonealarm-pro-security.html' title='Configuring ZoneAlarm Pro Security Settings, A ZoneAlarm Pro Tutorial'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-4063565071286414559</id><published>2009-04-29T16:49:00.000+05:30</published><updated>2009-04-29T16:50:22.797+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer Matinence'/><title type='text'>Computer Matinence</title><content type='html'>You may not realize it, but your computer and your car have something in common: they both need regular maintenance. No, you don't need to change your computer's oil. But you should be updating your software, keeping your antivirus subscription up to date, and checking for spyware. Read on to learn what you can do to help improve your computer's security.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Getting started&lt;br /&gt;&lt;br /&gt;Here are some basics maintenance tasks you can do today to start improving your computer's security. Be sure you make these part of your ongoing maintenance as well.&lt;br /&gt;&lt;br /&gt;* Sign up for software update e-mail notices. Many software companies will send you e-mail whenever a software update is available. This is particularly important for your operating system (e.g., Microsoft VV!|VD0VV$® or Macintosh), your antivirus program, and your firewall.&lt;br /&gt;* Register your software. If you still have registration forms for existing software, send them in. And be sure to register new software in the future. This is another way for the software manufacturer to alert you when new updates are available.&lt;br /&gt;* Install software updates immediately.&lt;br /&gt;When you get an update notice, download the update immediately and install it. (Remember, downloading and installing are two separate tasks.)&lt;br /&gt;An ounce of prevention&lt;br /&gt;&lt;br /&gt;A few simple steps will help you keep your files safe and clean.&lt;br /&gt;&lt;br /&gt;* Step 1: Update your software&lt;br /&gt;* Step 2: Backup your files&lt;br /&gt;* Step 3: Use antivirus software and keep it updated&lt;br /&gt;* Step 4: Change your passwords&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Developing ongoing maintenance practices&lt;br /&gt;&lt;br /&gt;Now that you've done some ground work, it's time to start moving into longer term maintenance tasks. These are all tasks that you should do today (or as soon as possible) to get started. But for best results, make these a part of a regular maintenance schedule. We recommend setting aside time each week to help keep your computer secure.&lt;br /&gt;&lt;br /&gt;* Back up your files. Backing up your files simply means creating a copy of your computer files that you can use in the event the originals are lost. (Accidents can happen.) To learn more read our tips for backing up information.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Scan your files with up to date antivirus software. Use your antivirus scan tool regularly to search for potential computer viruses and worms. Also, check your antivirus program's user manual to see if you can schedule an automatic scan of your computer. To learn more, read our tips for reducing your virus risk&lt;br /&gt;.&lt;br /&gt;* Change your passwords. Using the same password increases the odds that someone else will discover it. Change all of your passwords regularly (we recommend monthly) to reduce your risk. Also, choose your passwords carefully. To learn more, read our tips for creating stronger passwords&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;Making a schedule&lt;br /&gt;&lt;br /&gt;One of the best ways to help protect your computer is to perform maintenance regularly. To help you keep track, we suggest making a regular "appointment" with your computer. Treat it like you would any other appointment. Record it in your datebook or online calendar, and if you cannot make it, reschedule. Remember, you are not only helping to improve your computer, you are also helping to protect your personal information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-4063565071286414559?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/4063565071286414559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/computer-matinence.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4063565071286414559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/4063565071286414559'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/computer-matinence.html' title='Computer Matinence'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2827458878110585277</id><published>2009-04-29T16:48:00.000+05:30</published><updated>2009-04-29T16:49:25.020+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Clear Unwanted Items From Add And Remove'/><title type='text'>Clear Unwanted Items From Add And Remove</title><content type='html'>Clear Unwanted Items From Add And Remove&lt;br /&gt;&lt;br /&gt;Run the Registry Editor (REGEDIT).&lt;br /&gt;Open HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall, and remove any unwanted subkeys under "Uninstall."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2827458878110585277?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2827458878110585277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/clear-unwanted-items-from-add-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2827458878110585277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2827458878110585277'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/clear-unwanted-items-from-add-and.html' title='Clear Unwanted Items From Add And Remove'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-8405944455690547719</id><published>2009-04-29T16:47:00.000+05:30</published><updated>2009-04-29T16:48:37.189+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Change The Default Location For Installing Apps'/><title type='text'>Change The Default Location For Installing Apps</title><content type='html'>As the size of hardrives increase, more people are using partitions to seperate and store groups of files.&lt;br /&gt;&lt;br /&gt;XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.&lt;br /&gt;&lt;br /&gt;Run the Registry Editor (regedit)and go to&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion&lt;br /&gt;&lt;br /&gt;Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-8405944455690547719?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/8405944455690547719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/change-default-location-for-installing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8405944455690547719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/8405944455690547719'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/change-default-location-for-installing.html' title='Change The Default Location For Installing Apps'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7827530249983449583</id><published>2009-04-29T16:46:00.000+05:30</published><updated>2009-04-29T16:47:39.834+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Change Text on XP Start Button'/><title type='text'>Change Text on XP Start Button</title><content type='html'>Step 1 - Modify Explorer.exe File&lt;br /&gt;&lt;br /&gt;In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.&lt;br /&gt;&lt;br /&gt;get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip&lt;br /&gt;&lt;br /&gt;The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.&lt;br /&gt;&lt;br /&gt;The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.&lt;br /&gt;&lt;br /&gt;There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!&lt;br /&gt;&lt;br /&gt;You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 2 – Modify the Registry&lt;br /&gt;&lt;br /&gt;!!!make a backup of your registry before making changes!!!&lt;br /&gt;&lt;br /&gt;Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon&lt;br /&gt;&lt;br /&gt;In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.&lt;br /&gt;&lt;br /&gt;Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.[/b]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7827530249983449583?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7827530249983449583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/change-text-on-xp-start-button.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7827530249983449583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7827530249983449583'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/change-text-on-xp-start-button.html' title='Change Text on XP Start Button'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-6957728084695216384</id><published>2009-04-29T16:45:00.000+05:30</published><updated>2009-04-29T16:46:25.158+05:30</updated><title type='text'>Caught A Virus</title><content type='html'>If you've let your guard down--or even if you haven't--it can be hard to tell if your PC is infected. Here's what to do if you suspect the worst.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Heard this one before? You must run antivirus software and keep it up to date or else your PC will get infected, you'll lose all your data, and you'll incur the wrath of every e-mail buddy you unknowingly infect because of your carelessness.&lt;br /&gt;&lt;br /&gt;You know they're right. Yet for one reason or another, you're not running antivirus software, or you are but it's not up to date. Maybe you turned off your virus scanner because it conflicted with another program. Maybe you got tired of upgrading after you bought Norton Antivirus 2001, 2002, and 2003. Or maybe your annual subscription of virus definitions recently expired, and you've put off renewing.&lt;br /&gt;&lt;br /&gt;It happens. It's nothing to be ashamed of. But chances are, either you're infected right now, as we speak, or you will be very soon.&lt;br /&gt;&lt;br /&gt;For a few days in late January, the Netsky.p worm was infecting about 2,500 PCs a day. Meanwhile the MySQL bot infected approximately 100 systems a minute (albeit not necessarily desktop PCs). As David Perry, global director of education for security software provider Trend Micro, puts it, "an unprotected [Windows] computer will become owned by a bot within 14 minutes."&lt;br /&gt;&lt;br /&gt;Today's viruses, worms, and so-called bots--which turn your PC into a zombie that does the hacker's bidding (such as mass-mailing spam)--aren't going to announce their presence. Real viruses aren't like the ones in Hollywood movies that melt down whole networks in seconds and destroy alien spacecraft. They operate in the background, quietly altering data, stealing private operations, or using your PC for their own illegal ends. This makes them hard to spot if you're not well protected.&lt;br /&gt;&lt;br /&gt;Is Your PC "Owned?"&lt;br /&gt;&lt;br /&gt;I should start by saying that not every system oddity is due to a virus, worm, or bot. Is your system slowing down? Is your hard drive filling up rapidly? Are programs crashing without warning? These symptoms are more likely caused by Windows, or badly written legitimate programs, rather than malware. After all, people who write malware want to hide their program's presence. People who write commercial software put icons all over your desktop. Who's going to work harder to go unnoticed?&lt;br /&gt;&lt;br /&gt;Other indicators that may, in fact, indicate that there's nothing that you need to worry about, include:&lt;br /&gt;&lt;br /&gt;* An automated e-mail telling you that you're sending out infected mail. E-mail viruses and worms typically come from faked addresses.&lt;br /&gt;* A frantic note from a friend saying they've been infected, and therefore so have you. This is likely a hoax. It's especially suspicious if the note tells you the virus can't be detected but you can get rid of it by deleting one simple file. Don't be fooled--and don't delete that file.&lt;br /&gt;&lt;br /&gt;I'm not saying that you should ignore such warnings. Copy the subject line or a snippet from the body of the e-mail and plug it into your favorite search engine to see if other people have received the same note. A security site may have already pegged it as a hoax.&lt;br /&gt;&lt;br /&gt;Sniffing Out an Infection&lt;br /&gt;&lt;br /&gt;There are signs that indicate that your PC is actually infected. A lot of network activity coming from your system (when you're not actually using Internet) can be a good indicator that something is amiss. A good software firewall, such as ZoneAlarm, will ask your permission before letting anything leave your PC, and will give you enough information to help you judge if the outgoing data is legitimate. By the way, the firewall that comes with Windows, even the improved version in XP Service Pack 2, lacks this capability.&lt;br /&gt;&lt;br /&gt;To put a network status light in your system tray, follow these steps: In Windows XP, choose Start, Control Panel, Network Connections, right-click the network connection you want to monitor, choose Properties, check "Show icon in notification area when connected," and click OK.&lt;br /&gt;&lt;br /&gt;If you're interested in being a PC detective, you can sniff around further for malware. By hitting Ctrl-Alt-Delete in Windows, you'll bring up the Task Manager, which will show you the various processes your system is running. Most, if not all, are legit, but if you see a file name that looks suspicious, type it into a search engine and find out what it is.&lt;br /&gt;&lt;br /&gt;Want another place to look? In Windows XP, click Start, Run, type "services.msc" in the box, and press Enter. You'll see detailed descriptions of the services Windows is running. Something look weird? Check with your search engine.&lt;br /&gt;&lt;br /&gt;Finally, you can do more detective work by selecting Start, Run, and typing "msconfig" in the box. With this tool you not only see the services running, but also the programs that your system is launching at startup. Again, check for anything weird.&lt;br /&gt;&lt;br /&gt;If any of these tools won't run--or if your security software won't run--that in itself is a good sign your computer is infected. Some viruses intentionally disable such programs as a way to protect themselves.&lt;br /&gt;&lt;br /&gt;What to Do Next&lt;br /&gt;&lt;br /&gt;Once you're fairly sure your system is infected, don't panic. There are steps you can take to assess the damage, depending on your current level of protection.&lt;br /&gt;&lt;br /&gt;* If you don't have any antivirus software on your system (shame on you), or if the software has stopped working, stay online and go for a free scan at one of several Web sites. There's McAfee FreeScan, Symantec Security Check, and Trend Micro's HouseCall. If one doesn't find anything, try two. In fact, running a free online virus scan is a good way to double-check the work of your own local antivirus program. When you're done, buy or download a real antivirus program.&lt;br /&gt;* If you have antivirus software, but it isn't active, get offline, unplug wires-- whatever it takes to stop your computer from communicating via the Internet. Then, promptly perform a scan with the installed software.&lt;br /&gt;* If nothing seems to be working, do more research on the Web. There are several online virus libraries where you can find out about known viruses. These sites often provide instructions for removing viruses--if manual removal is possible--or a free removal tool if it isn't. Check out GriSOFT's Virus Encyclopedia, Eset's Virus Descriptions, McAffee's Virus Glossary, Symantec's Virus Encyclopedia, or Trend Micro's Virus Encyclopedia.&lt;br /&gt;&lt;br /&gt;A Microgram of Prevention&lt;br /&gt;&lt;br /&gt;Assuming your system is now clean, you need to make sure it stays that way. Preventing a breach of your computer's security is far more effective than cleaning up the mess afterwards. Start with a good security program, such Trend Micro's PC-Cillin, which you can buy for $50.&lt;br /&gt;&lt;br /&gt;Don't want to shell out any money? You can cobble together security through free downloads, such as AVG Anti-Virus Free Edition, ZoneAlarm (a personal firewall), and Ad-Aware SE (an antispyware tool).&lt;br /&gt;&lt;br /&gt;Just make sure you keep all security software up to date. The bad guys constantly try out new ways to fool security programs. Any security tool without regular, easy (if not automatic) updates isn't worth your money or your time.&lt;br /&gt;&lt;br /&gt;Speaking of updating, the same goes for Windows. Use Windows Update (it's right there on your Start Menu) to make sure you're getting all of the high priority updates. If you run Windows XP, make sure to get the Service Pack 2 update. To find out if you already have it, right-click My Computer, and select Properties. Under the General tab, under System, it should say "Service Pack 2."&lt;br /&gt;&lt;br /&gt;Here are a few more pointers for a virus-free life:&lt;br /&gt;&lt;br /&gt;* Be careful with e-mail. Set your e-mail software security settings to high. Don't open messages with generic-sounding subjects that don't apply specifically to you from people you don't know. Don't open an attachment unless you're expecting it.&lt;br /&gt;* If you have broadband Internet access, such as DSL or cable, get a router, even if you only have one PC. A router adds an extra layer of protection because your PC is not connecting directly with the Internet.&lt;br /&gt;* Check your Internet ports. These doorways between your computer and the Internet can be open, in which case your PC is very vulnerable; closed, but still somewhat vulnerable; or stealthed (or hidden), which is safest. Visit Gibson Research's Web site and run the free ShieldsUP test to see your ports' status. If some ports show up as closed--or worse yet, open--check your router's documentation to find out how to hide them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-6957728084695216384?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/6957728084695216384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/caught-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6957728084695216384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/6957728084695216384'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/caught-virus.html' title='Caught A Virus'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2902079502963148440</id><published>2009-04-29T16:44:00.000+05:30</published><updated>2009-04-29T16:45:06.913+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='BIOS Update Procedure'/><title type='text'>BIOS Update Procedure</title><content type='html'>BIOS Update Procedure&lt;br /&gt;&lt;br /&gt;All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component. With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update the system BIOS. A hard drive or a network drive can also be used to run the newer upgrade utilities. However, memory managers can not be installed while upgrading.&lt;br /&gt;&lt;br /&gt;Most pre-Pentium motherboards do not have a Flash BIOS. The following instructions therefore do not apply to these boards. If your motherboard does not have a Flash BIOS (EEPROM) you will need to use an EPROM programmer to re-program the BIOS chip. See your dealer for more information about this.&lt;br /&gt;&lt;br /&gt;Please read the following instructions in full before starting a Flash BIOS upgrade:&lt;br /&gt;A. Create a Bootable Floppy (in DOS)&lt;br /&gt;&lt;br /&gt;•With a non-formatted disk, type the following:&lt;br /&gt;&lt;br /&gt;format a:/s&lt;br /&gt;&lt;br /&gt;•If using a formatted disk, type:&lt;br /&gt;&lt;br /&gt;sys a:&lt;br /&gt;&lt;br /&gt;This procedure will ensure a clean boot when you are flashing the new BIOS.&lt;br /&gt;&lt;br /&gt;B. Download the BIOS file&lt;br /&gt;&lt;br /&gt;•Download the correct BIOS file by clicking on the file name of the BIOS file you wish to download.&lt;br /&gt;&lt;br /&gt;•Save the BIOS file and the Flash Utility file in the boot disk you have created. Unzip the BIOS file and the flash utility file. If you don't have an "unzip" utility, download the WinZip for Windows 95 shareware/ evaluation copy for that one time use from _www.winzip.com or _www.pkware.com. Most CD ROMs found in computer magazines, have a shareware version of WinZip on them.&lt;br /&gt;&lt;br /&gt;•You should have extracted two files:&lt;br /&gt;&lt;br /&gt;Flash BIOS utility eg: flash7265.exe (for example)&lt;br /&gt;&lt;br /&gt;BIOS eg: 6152J900.bin (example)&lt;br /&gt;&lt;br /&gt;Use the latest flash utility available unless otherwise specified (either on the BIOS update page or in the archive file). This information is usually provided.&lt;br /&gt;&lt;br /&gt;C. Upgrade the System BIOS&lt;br /&gt;&lt;br /&gt;During boot up, write down the old BIOS version because you will need to use it for the BIOS backup file name.&lt;br /&gt;&lt;br /&gt;Place the bootable floppy disk containing the BIOS file and the Flash Utility in drive a, and reboot the system in MS-DOS, preferably Version 6.22&lt;br /&gt;&lt;br /&gt;•At the A:&gt; prompt, type the corresponding Flash BIOS utility and the BIOS file with its extension.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;br /&gt;flash625 615j900.bin&lt;br /&gt;&lt;br /&gt;•From the Flash Memory Writer menu, select "Y" to "Do you want to save BIOS?" if you want to save (back up) your current BIOS (strongly recommended), then type the name of your current BIOS and its extension after FILE NAME TO SAVE: eg: a:\613J900.bin&lt;br /&gt;&lt;br /&gt;Alternatively select "N" if you don't want to save your current BIOS. Beware, though, that you won't be able to recover from a possible failure.&lt;br /&gt;&lt;br /&gt;•Select "Y" to "Are you sure to program?"&lt;br /&gt;&lt;br /&gt;•Wait until it displays "Message: Power Off or Reset the system"&lt;br /&gt;&lt;br /&gt;Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system. If you write to BIOS but cannot complete the procedure, do not switch off, because the computer will not be able to boo, and you will not be given another chance to flash. In this case leave your system on until you resolve the problem (flashing BIOS with old file is a possible solution, provided you've made a backup before)&lt;br /&gt;&lt;br /&gt;Make sure the new BIOS version has been loaded properly by taking note of the BIOS identifier as the system is rebooting.&lt;br /&gt;&lt;br /&gt;For AMI BIOS&lt;br /&gt;Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system holding the "END" key prior to power on until you enter CMOS setup. If you do not do this the first time booting up after upgrading the BIOS, the system will hang.&lt;br /&gt;&lt;br /&gt;BIOS Update Tips&lt;br /&gt;note:&lt;br /&gt;1.Make sure never to turn off or reset your computer during the flash process. This will corrupt the BIOS data. We also recommend that you make a copy of your current BIOS on the bootable floppy so you can reflash it if you need to. (This option is not available when flashing an AMI BIOS).&lt;br /&gt;&lt;br /&gt;2. If you have problems installing your new BIOS please check the following:&lt;br /&gt;&lt;br /&gt;Have you done a clean boot?&lt;br /&gt;In other words, did you follow the above procedure for making a bootable floppy? This ensures that when booting from "A" there are no device drivers on the diskette. Failing to do a clean boot is the most common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS.&lt;br /&gt;&lt;br /&gt;If you have not used a bootable floppy, insure a clean boot either by&lt;br /&gt;&lt;br /&gt;a) pressing F5 during bootup&lt;br /&gt;&lt;br /&gt;b) by removing all device drivers on the CONFIG.SYS including the HIMEM.SYS. Do this by using the EDIT command.&lt;br /&gt;&lt;br /&gt;Have you booted up under DOS?&lt;br /&gt;Booting in Windows is another common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS. Make sure to boot up to DOS with a minimum set of drivers. Important: Booting in DOS does not mean selecting "Restart computer in MS-DOS Mode" from Windows98/95 shutdown menu or going to Prompt mode in WindowsNT, but rather following the above procedure (format a: /s and rebooting from a:\).&lt;br /&gt;&lt;br /&gt;Have you entered the full file name of the flash utility and the BIOS plus its extension?&lt;br /&gt;Do not forget that often you will need to add a drive letter (a:\) before flashing the BIOS. Example: when asked for file name of new BIOS file which is on your floppy disk, in case you're working from c:\ your will need to type a:\615j900.bin, rather than 615j900.bin only.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2902079502963148440?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2902079502963148440/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bios-update-procedure.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2902079502963148440'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2902079502963148440'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bios-update-procedure.html' title='BIOS Update Procedure'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5740928144713532736</id><published>2009-04-29T16:43:00.000+05:30</published><updated>2009-04-29T16:44:27.740+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Best Keyboard Shortcuts'/><title type='text'>Best Keyboard Shortcuts</title><content type='html'>Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:&lt;br /&gt;&lt;br /&gt;Windows key + R = Run menu&lt;br /&gt;&lt;br /&gt;This is usually followed by:&lt;br /&gt;cmd = Command Prompt&lt;br /&gt;iexplore + "web address" = Internet Explorer&lt;br /&gt;compmgmt.msc = Computer Management&lt;br /&gt;dhcpmgmt.msc = DHCP Management&lt;br /&gt;dnsmgmt.msc = DNS Management&lt;br /&gt;services.msc = Services&lt;br /&gt;eventvwr = Event Viewer&lt;br /&gt;dsa.msc = Active Directory Users and Computers&lt;br /&gt;dssite.msc = Active Directory Sites and Services&lt;br /&gt;Windows key + E = Explorer&lt;br /&gt;&lt;br /&gt;ALT + Tab = Switch between windows&lt;br /&gt;&lt;br /&gt;ALT, Space, X = Maximize window&lt;br /&gt;&lt;br /&gt;CTRL + Shift + Esc = Task Manager&lt;br /&gt;&lt;br /&gt;Windows key + Break = System properties&lt;br /&gt;&lt;br /&gt;Windows key + F = Search&lt;br /&gt;&lt;br /&gt;Windows key + D = Hide/Display all windows&lt;br /&gt;&lt;br /&gt;CTRL + C = copy&lt;br /&gt;&lt;br /&gt;CTRL + X = cut&lt;br /&gt;&lt;br /&gt;CTRL + V = paste&lt;br /&gt;&lt;br /&gt;Also don't forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you've opened up any program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Keyboard Shortcuts&lt;br /&gt;&lt;br /&gt;[Alt] and [Esc] Switch between running applications&lt;br /&gt;&lt;br /&gt;[Alt] and letter Select menu item by underlined letter&lt;br /&gt;&lt;br /&gt;[Ctrl] and [Esc] Open Program Menu&lt;br /&gt;&lt;br /&gt;[Ctrl] and [F4] Close active document or group windows (does not work with some applications)&lt;br /&gt;&lt;br /&gt;[Alt] and [F4] Quit active application or close current window&lt;br /&gt;&lt;br /&gt;[Alt] and [-] Open Control menu for active document&lt;br /&gt;&lt;br /&gt;Ctrl] Lft., Rt. arrow Move cursor forward or back one word&lt;br /&gt;&lt;br /&gt;Ctrl] Up, Down arrow Move cursor forward or back one paragraph&lt;br /&gt;&lt;br /&gt;[F1] Open Help for active application&lt;br /&gt;&lt;br /&gt;Windows+M Minimize all open windows&lt;br /&gt;&lt;br /&gt;Shift+Windows+M Undo minimize all open windows&lt;br /&gt;&lt;br /&gt;Windows+F1 Open Windows Help&lt;br /&gt;&lt;br /&gt;Windows+Tab Cycle through the Taskbar buttons&lt;br /&gt;&lt;br /&gt;Windows+Break Open the System Properties dialog box&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;acessability shortcuts&lt;br /&gt;&lt;br /&gt;Right SHIFT for eight seconds........ Switch FilterKeys on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +PRINT SCREEN....... Switch High Contrast on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +NUM LOCK....... Switch MouseKeys on and off.&lt;br /&gt;&lt;br /&gt;SHIFT....... five times Switch StickyKeys on and off.&lt;br /&gt;&lt;br /&gt;NUM LOCK...... for five seconds Switch ToggleKeys on and off.&lt;br /&gt;&lt;br /&gt;explorer shortcuts&lt;br /&gt;&lt;br /&gt;END....... Display the bottom of the active window.&lt;br /&gt;&lt;br /&gt;HOME....... Display the top of the active window.&lt;br /&gt;&lt;br /&gt;NUM LOCK+ASTERISK....... on numeric keypad (*) Display all subfolders under the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+PLUS SIGN....... on numeric keypad (+) Display the contents of the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+MINUS SIGN....... on numeric keypad (-) Collapse the selected folder.&lt;br /&gt;&lt;br /&gt;LEFT ARROW...... Collapse current selection if it's expanded, or select parent folder.&lt;br /&gt;&lt;br /&gt;RIGHT ARROW....... Display current selection if it's collapsed, or select first subfolder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Type the following commands in your Run Box (Windows Key + R) or Start Run&lt;br /&gt;&lt;br /&gt;devmgmt.msc = Device Manager&lt;br /&gt;msinfo32 = System Information&lt;br /&gt;cleanmgr = Disk Cleanup&lt;br /&gt;ntbackup = Backup or Restore Wizard (Windows Backup Utility)&lt;br /&gt;mmc = Microsoft Management Console&lt;br /&gt;excel = Microsoft Excel (If Installed)&lt;br /&gt;msaccess = Microsoft Access (If Installed)&lt;br /&gt;powerpnt = Microsoft PowerPoint (If Installed)&lt;br /&gt;winword = Microsoft Word (If Installed)&lt;br /&gt;frontpg = Microsoft FrontPage (If Installed)&lt;br /&gt;notepad = Notepad&lt;br /&gt;wordpad = WordPad&lt;br /&gt;calc = Calculator&lt;br /&gt;msmsgs = Windows Messenger&lt;br /&gt;mspaint = Microsoft Paint&lt;br /&gt;wmplayer = Windows Media Player&lt;br /&gt;rstrui = System Restore&lt;br /&gt;netscp6 = Netscape 6.x&lt;br /&gt;netscp = Netscape 7.x&lt;br /&gt;netscape = Netscape 4.x&lt;br /&gt;waol = America Online&lt;br /&gt;control = Opens the Control Panel&lt;br /&gt;control printers = Opens the Printers Dialog&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;internetbrowser&lt;br /&gt;&lt;br /&gt;type in u're adress "google", then press [Right CTRL] and [Enter]&lt;br /&gt;add www. and .com to word and go to it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For Windows XP:&lt;br /&gt;&lt;br /&gt;Copy. CTRL+C&lt;br /&gt;Cut. CTRL+X&lt;br /&gt;Paste. CTRL+V&lt;br /&gt;Undo. CTRL+Z&lt;br /&gt;Delete. DELETE&lt;br /&gt;Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE&lt;br /&gt;Copy selected item. CTRL while dragging an item&lt;br /&gt;Create shortcut to selected item. CTRL+SHIFT while dragging an item&lt;br /&gt;Rename selected item. F2&lt;br /&gt;Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW&lt;br /&gt;Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW&lt;br /&gt;Highlight a block of text. CTRL+SHIFT with any of the arrow keys&lt;br /&gt;Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys&lt;br /&gt;Select all. CTRL+A&lt;br /&gt;Search for a file or folder. F3&lt;br /&gt;View properties for the selected item. ALT+ENTER&lt;br /&gt;Close the active item, or quit the active program. ALT+F4&lt;br /&gt;Opens the shortcut menu for the active window. ALT+SPACEBAR&lt;br /&gt;Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4&lt;br /&gt;Switch between open items. ALT+TAB&lt;br /&gt;Cycle through items in the order they were opened. ALT+ESC&lt;br /&gt;Cycle through screen elements in a window or on the desktop. F6&lt;br /&gt;Display the Address bar list in My Computer or Windows Explorer. F4&lt;br /&gt;Display the shortcut menu for the selected item. SHIFT+F10&lt;br /&gt;Display the System menu for the active window. ALT+SPACEBAR&lt;br /&gt;Display the Start menu. CTRL+ESC&lt;br /&gt;Display the corresponding menu. ALT+Underlined letter in a menu name&lt;br /&gt;Carry out the corresponding command. Underlined letter in a command name on an open menu&lt;br /&gt;Activate the menu bar in the active program. F10&lt;br /&gt;Open the next menu to the right, or open a submenu. RIGHT ARROW&lt;br /&gt;Open the next menu to the left, or close a submenu. LEFT ARROW&lt;br /&gt;Refresh the active window. F5&lt;br /&gt;View the folder one level up in My Computer or Windows Explorer. BACKSPACE&lt;br /&gt;Cancel the current task. ESC&lt;br /&gt;SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.&lt;br /&gt;&lt;br /&gt;Use these keyboard shortcuts for dialog boxes:&lt;br /&gt;&lt;br /&gt;To Press&lt;br /&gt;Move forward through tabs. CTRL+TAB&lt;br /&gt;Move backward through tabs. CTRL+SHIFT+TAB&lt;br /&gt;Move forward through options. TAB&lt;br /&gt;Move backward through options. SHIFT+TAB&lt;br /&gt;Carry out the corresponding command or select the corresponding option. ALT+Underlined letter&lt;br /&gt;Carry out the command for the active option or button. ENTER&lt;br /&gt;Select or clear the check box if the active option is a check box. SPACEBAR&lt;br /&gt;Select a button if the active option is a group of option buttons. Arrow keys&lt;br /&gt;Display Help. F1&lt;br /&gt;Display the items in the active list. F4&lt;br /&gt;Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE&lt;br /&gt;&lt;br /&gt;If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display or hide the Start menu. WIN Key&lt;br /&gt;Display the System Properties dialog box. WIN Key+BREAK&lt;br /&gt;Show the desktop. WIN Key+D&lt;br /&gt;Minimize all windows. WIN Key+M&lt;br /&gt;Restores minimized windows. WIN Key+Shift+M&lt;br /&gt;Open My Computer. WIN Key+E&lt;br /&gt;Search for a file or folder. WIN Key+F&lt;br /&gt;Search for computers. CTRL+WIN Key+F&lt;br /&gt;Display Windows Help. WIN Key+F1&lt;br /&gt;Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. WIN Key+ L&lt;br /&gt;Open the Run dialog box. WIN Key+R&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;accessibility keyboard shortcuts:&lt;br /&gt;&lt;br /&gt;Switch FilterKeys on and off. Right SHIFT for eight seconds&lt;br /&gt;Switch High Contrast on and off. Left ALT+left SHIFT+PRINT SCREEN&lt;br /&gt;Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK&lt;br /&gt;Switch StickyKeys on and off. SHIFT five times&lt;br /&gt;Switch ToggleKeys on and off. NUM LOCK for five seconds&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;shortcuts you can use with Windows Explorer:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display the bottom of the active window. END&lt;br /&gt;Display the top of the active window. HOME&lt;br /&gt;Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)&lt;br /&gt;Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)&lt;br /&gt;Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)&lt;br /&gt;Collapse current selection if it's expanded, or select parent folder. LEFT ARROW&lt;br /&gt;Display current selection if it's collapsed, or select first subfolder. RIGHT ARROW&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-5740928144713532736?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5740928144713532736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/best-keyboard-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5740928144713532736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5740928144713532736'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/best-keyboard-shortcuts.html' title='Best Keyboard Shortcuts'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-7383787391185308827</id><published>2009-04-29T16:42:00.000+05:30</published><updated>2009-04-29T16:43:33.809+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bandwidth Explained'/><title type='text'>Bandwidth Explained</title><content type='html'>This is well written explanation about bandwidth, very useful info.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;BandWidth Explained&lt;br /&gt;&lt;br /&gt;Most hosting companies offer a variety of bandwidth options in their plans. So exactly what is bandwidth as it relates to web hosting? Put simply, bandwidth is the amount of traffic that is allowed to occur between your web site and the rest of the internet. The amount of bandwidth a hosting company can provide is determined by their network connections, both internal to their data center and external to the public internet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Network Connectivity&lt;br /&gt;&lt;br /&gt;The internet, in the most simplest of terms, is a group of millions of computers connected by networks. These connections within the internet can be large or small depending upon the cabling and equipment that is used at a particular internet location. It is the size of each network connection that determines how much bandwidth is available. For example, if you use a DSL connection to connect to the internet, you have 1.54 Mega bits (Mb) of bandwidth. Bandwidth therefore is measured in bits (a single 0 or 1). Bits are grouped in bytes which form words, text, and other information that is transferred between your computer and the internet.&lt;br /&gt;&lt;br /&gt;If you have a DSL connection to the internet, you have dedicated bandwidth between your computer and your internet provider. But your internet provider may have thousands of DSL connections to their location. All of these connection aggregate at your internet provider who then has their own dedicated connection to the internet (or multiple connections) which is much larger than your single connection. They must have enough bandwidth to serve your computing needs as well as all of their other customers. So while you have a 1.54Mb connection to your internet provider, your internet provider may have a 255Mb connection to the internet so it can accommodate your needs and up to 166 other users (255/1.54).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Traffic&lt;br /&gt;&lt;br /&gt;A very simple analogy to use to understand bandwidth and traffic is to think of highways and cars. Bandwidth is the number of lanes on the highway and traffic is the number of cars on the highway. If you are the only car on a highway, you can travel very quickly. If you are stuck in the middle of rush hour, you may travel very slowly since all of the lanes are being used up.&lt;br /&gt;&lt;br /&gt;Traffic is simply the number of bits that are transferred on network connections. It is easiest to understand traffic using examples. One Gigabyte is 2 to the 30th power (1,073,741,824) bytes. One gigabyte is equal to 1,024 megabytes. To put this in perspective, it takes one byte to store one character. Imagine 100 file cabinets in a building, each of these cabinets holds 1000 folders. Each folder has 100 papers. Each paper contains 100 characters - A GB is all the characters in the building. An MP3 song is about 4MB, the same song in wav format is about 40MB, a full length movie can be 800MB to 1000MB (1000MB = 1GB).&lt;br /&gt;&lt;br /&gt;If you were to transfer this MP3 song from a web site to your computer, you would create 4MB of traffic between the web site you are downloading from and your computer. Depending upon the network connection between the web site and the internet, the transfer may occur very quickly, or it could take time if other people are also downloading files at the same time. If, for example, the web site you download from has a 10MB connection to the internet, and you are the only person accessing that web site to download your MP3, your 4MB file will be the only traffic on that web site. However, if three people are all downloading that same MP at the same time, 12MB (3 x 4MB) of traffic has been created. Because in this example, the host only has 10MB of bandwidth, someone will have to wait. The network equipment at the hosting company will cycle through each person downloading the file and transfer a small portion at a time so each person's file transfer can take place, but the transfer for everyone downloading the file will be slower. If 100 people all came to the site and downloaded the MP3 at the same time, the transfers would be extremely slow. If the host wanted to decrease the time it took to download files simultaneously, it could increase the bandwidth of their internet connection (at a cost due to upgrading equipment).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hosting Bandwidth&lt;br /&gt;&lt;br /&gt;In the example above, we discussed traffic in terms of downloading an MP3 file. However, each time you visit a web site, you are creating traffic, because in order to view that web page on your computer, the web page is first downloaded to your computer (between the web site and you) which is then displayed using your browser software (Internet Explorer, Netscape, etc.) . The page itself is simply a file that creates traffic just like the MP3 file in the example above (however, a web page is usually much smaller than a music file).&lt;br /&gt;&lt;br /&gt;A web page may be very small or large depending upon the amount of text and the number and quality of images integrated within the web page. For example, the home page for CNN.com is about 200KB (200 Kilobytes = 200,000 bytes = 1,600,000 bits). This is typically large for a web page. In comparison, Yahoo's home page is about 70KB.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How Much Bandwidth Is Enough?&lt;br /&gt;&lt;br /&gt;It depends (don't you hate that answer). But in truth, it does. Since bandwidth is a significant determinant of hosting plan prices, you should take time to determine just how much is right for you. Almost all hosting plans have bandwidth requirements measured in months, so you need to estimate the amount of bandwidth that will be required by your site on a monthly basis&lt;br /&gt;&lt;br /&gt;If you do not intend to provide file download capability from your site, the formula for calculating bandwidth is fairly straightforward:&lt;br /&gt;&lt;br /&gt;Average Daily Visitors x Average Page Views x Average Page Size x 31 x Fudge Factor&lt;br /&gt;&lt;br /&gt;If you intend to allow people to download files from your site, your bandwidth calculation should be:&lt;br /&gt;&lt;br /&gt;[(Average Daily Visitors x Average Page Views x Average Page Size) +&lt;br /&gt;(Average Daily File Downloads x Average File Size)] x 31 x Fudge Factor&lt;br /&gt;&lt;br /&gt;Let us examine each item in the formula:&lt;br /&gt;&lt;br /&gt;Average Daily Visitors - The number of people you expect to visit your site, on average, each day. Depending upon how you market your site, this number could be from 1 to 1,000,000.&lt;br /&gt;&lt;br /&gt;Average Page Views - On average, the number of web pages you expect a person to view. If you have 50 web pages in your web site, an average person may only view 5 of those pages each time they visit.&lt;br /&gt;&lt;br /&gt;Average Page Size - The average size of your web pages, in Kilobytes (KB). If you have already designed your site, you can calculate this directly.&lt;br /&gt;&lt;br /&gt;Average Daily File Downloads - The number of downloads you expect to occur on your site. This is a function of the numbers of visitors and how many times a visitor downloads a file, on average, each day.&lt;br /&gt;&lt;br /&gt;Average File Size - Average file size of files that are downloadable from your site. Similar to your web pages, if you already know which files can be downloaded, you can calculate this directly.&lt;br /&gt;&lt;br /&gt;Fudge Factor - A number greater than 1. Using 1.5 would be safe, which assumes that your estimate is off by 50%. However, if you were very unsure, you could use 2 or 3 to ensure that your bandwidth requirements are more than met.&lt;br /&gt;&lt;br /&gt;Usually, hosting plans offer bandwidth in terms of Gigabytes (GB) per month. This is why our formula takes daily averages and multiplies them by 31.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Summary&lt;br /&gt;&lt;br /&gt;Most personal or small business sites will not need more than 1GB of bandwidth per month. If you have a web site that is composed of static web pages and you expect little traffic to your site on a daily basis, go with a low bandwidth plan. If you go over the amount of bandwidth allocated in your plan, your hosting company could charge you over usage fees, so if you think the traffic to your site will be significant, you may want to go through the calculations above to estimate the amount of bandwidth required in a hosting plan.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-7383787391185308827?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/7383787391185308827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bandwidth-explained.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7383787391185308827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/7383787391185308827'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bandwidth-explained.html' title='Bandwidth Explained'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-1248921915135119119</id><published>2009-04-29T16:40:00.000+05:30</published><updated>2009-04-29T16:41:37.968+05:30</updated><title type='text'>Bit Torrent Tutorials</title><content type='html'>The first things you need to know about using Bit Torrent:&lt;br /&gt;-- Bit Torrent is aimed at broadband users (or any connection better than dialup).&lt;br /&gt;-- Sharing is highly appreciated, and sharing is what keeps bit torrent alive.&lt;br /&gt;-- A bit torrent file (*.torrent) contains information about the piece structure of the download (more on this later)&lt;br /&gt;-- The method of downloading is not your conventional type of download. Since downloads do not come in as one&lt;br /&gt;big chunk, you are able to download from many people at once, increasing your download speeds. There may be&lt;br /&gt;100 "pieces" to a file, or 20,000+ pieces, all depending on what you're downloading. Pieces are usually small (under 200kb)&lt;br /&gt;-- The speeds are based upon people sharing as they download, and seeders. Seeders are people who constantly&lt;br /&gt;share in order to keep torrents alive. Usually seeders are on fast connections (10mb or higher).&lt;br /&gt;&lt;br /&gt;In this tutorial, I will be describing it all using a bit torrent client called Azureus. This client is used to decode the .torrent files into a useable format to download from other peers. From here on out, I will refer to Bit Torrent as BT.&lt;br /&gt;&lt;br /&gt;Which BT client you use, is purely up to you. I have tried them all, and my personal favorite is Azureus for many reasons. A big problem with most BT clients out there, is that they are extremely CPU intensive, usually using 100% of your cpu power during the whole process. This is the number one reason I use Azureus. Another, is a recently released plug-in that enables you to browse all current files listed on suprnova.org (the #1 source for torrent downloads).&lt;br /&gt;&lt;br /&gt;Before you use the plug-in, take a look at /http://www.suprnova.org, and browse the files. Hold your mouse over the links, and you'll notice every file ends in .torrent. This is the BT file extension. Usually, .torrent files are very small, under 200kb. They contain a wealth of information about the file you want to download. A .torrent file can contain just 1 single file, or a a directory full of files and more directories. But regardless, every download is split up into hundreds or thousands of pieces. The pieces make it much easier to download at higher speeds. Back to suprnova.org. Look at the columns:&lt;br /&gt;&lt;br /&gt;Added | Name | Filesize | Seeds | DLs (and a few more which aren't very useful.)&lt;br /&gt;&lt;br /&gt;I'll break this down.&lt;br /&gt;Added: Self explanitory, its the date the torrent was added.&lt;br /&gt;Name: Also self explanitory.&lt;br /&gt;Filesize: Duh&lt;br /&gt;Seeds: This is how many people are strictly UPLOADING, or sharing. These people are the ones that keep .torrent files alive. By "alive", I mean, if there's no one sharing the .torrent file, no one can download.&lt;br /&gt;DLs: This is how many people currently downloading that particular torrent. They also help keep the torrent alive as they share while they download.&lt;br /&gt;&lt;br /&gt;It's always best to download using a torrent that has a decent amount of seeders and downloaders, this way you can be assured there's a good chance your download will finish. The more the better.&lt;br /&gt;&lt;br /&gt;Now that you should understand how torrent files work, and how to use them, on to Azureus!&lt;br /&gt;First, get JAVA! You need this to run Azureus, as java is what powers it. Get Java here: /http://java.sun.com/j2se/1.4.2/download.html&lt;br /&gt;Next, get Azureus at: /http://azureus.sourceforge.net&lt;br /&gt;Next, get the Suprnovalister plugin from /http://s93732957.onlinehome.us/storage/suprnovalister.jar&lt;br /&gt;&lt;br /&gt;Install Java JRE before you do ANYTHING.&lt;br /&gt;&lt;br /&gt;Install Azureus, and then in the installation folder, create 2 more folders. ./Plugins/suprnovalister (For example, if you installed Azureus to C:\PROGRAM FILES\AZUREUS, create C:\PROGRAM FILES\AZUREUS\PLUGINS\SUPRNOVALISTER). Next, put the suprnovalister.jar file that you downloaded, in that folder.&lt;br /&gt;&lt;br /&gt;Load up Azureus, and if you want, go through the settings and personalize it.&lt;br /&gt;&lt;br /&gt;The tab labeled "My Torrents" is the section of Azureus you need the most often. That lists all your transfers, uploads and downloads. It shows every bit of information you could possibly want to know about torrents you download.&lt;br /&gt;&lt;br /&gt;In the menu bar, go to View &gt; Plugins &gt; Suprnova Lister. This will open up a new tab in Azureus. Click on "Update Mirror". This will get a mirror site of suprnova.org containing all current torrent files available. Once a mirror is grabbed, choose a category from the drop-down box to the left and click "Update". Wah-lah, all the available downloads appear in the main chart above. Just double click a download you want, and bang its starting to download. Open the "My Torrents" tab again to view and make sure your download started.&lt;br /&gt;&lt;br /&gt;After your download has finished, be nice, and leave the torrent transferring. So people can get pieces of the file from you, just as you got pieces from other people.&lt;br /&gt;&lt;br /&gt;Alternatively, if you don't want to use the plugin... you can just head to suprnova.org and download files to any folder. Then go to File &gt; Open &gt; .torrent File in Azureus.&lt;br /&gt;&lt;br /&gt;This should about wrap it up for the Bit Torrent Tutorial. If you guys think of anything I should add, or whatnot, just let me know and I'll check into it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-1248921915135119119?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/1248921915135119119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bit-torrent-tutorials.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/1248921915135119119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/1248921915135119119'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/bit-torrent-tutorials.html' title='Bit Torrent Tutorials'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2845877989089092616</id><published>2009-04-29T16:38:00.000+05:30</published><updated>2009-04-29T16:39:29.369+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ALL About Spyware'/><title type='text'>ALL About Spyware</title><content type='html'>There are a lot of PC users that know little about "Spyware", "Mal-ware", "hijackers", "Dialers" &amp;amp; many more. This will help you avoid pop-ups, spammers and all those baddies.&lt;br /&gt;&lt;br /&gt;What is spy-ware?&lt;br /&gt;Spy-ware is Internet jargon for Advertising Supported software (Ad-ware). It is a way for shareware authors to make money from a product, other than by selling it to the users. There are several large media companies that offer them to place banner ads in their products in exchange for a portion of the revenue from banner sales. This way, you don't have to pay for the software and the developers are still getting paid. If you find the banners annoying, there is usually an option to remove them, by paying the regular licensing fee.&lt;br /&gt;&lt;br /&gt;Known spywares&lt;br /&gt;There are thousands out there, new ones are added to the list everyday. But here are a few:&lt;br /&gt;Alexa, Aureate/Radiate, BargainBuddy, ClickTillUWin, Conducent Timesink, Cydoor, Comet Cursor, eZula/KaZaa Toptext, Flashpoint/Flashtrack, Flyswat, Gator, GoHip, Hotbar, ISTbar, Lions Pride Enterprises/Blazing Logic/Trek Blue, Lop (C2Media), Mattel Brodcast, Morpheus, NewDotNet, Realplayer, Songspy, Xupiter, Web3000, WebHancer, Windows Messenger Service.&lt;br /&gt;&lt;br /&gt;How to check if a program has spyware?&lt;br /&gt;The is this Little site that keeps a database of programs that are known to install spyware.&lt;br /&gt;&lt;br /&gt;Check Here: http://www.spywareguide.com/product_search.php&lt;br /&gt;&lt;br /&gt;If you would like to block pop-ups (IE Pop-ups).&lt;br /&gt;There tons of different types out there, but these are the 2 best, i think.&lt;br /&gt;&lt;br /&gt;Try: Google Toolbar (http://toolbar.google.com/) This program is Free&lt;br /&gt;Try: AdMuncher (http://www.admuncher.com) This program is Shareware&lt;br /&gt;&lt;br /&gt;If you want to remove the "spyware" try these.&lt;br /&gt;Try: Lavasoft Ad-Aware (http://www.lavasoftusa.com/) This program is Free&lt;br /&gt;Info: Ad-aware is a multi spyware removal utility, that scans your memory, registry and hard drives for known spyware components and lets you remove them. The included backup-manager lets you reinstall a backup, offers and multi language support.&lt;br /&gt;&lt;br /&gt;Try: Spybot-S&amp;amp;D (http://www.safer-networking.org/) This program is Free&lt;br /&gt;Info: Detects and removes spyware of different kinds (dialers, loggers, trojans, user tracks) from your computer. Blocks ActiveX downloads, tracking cookies and other threats. Over 10,000 detection files and entries. Provides detailed information about found problems.&lt;br /&gt;&lt;br /&gt;Try: BPS Spyware and Adware Remover (http://www.bulletproofsoft.com/spyware-remover.html) This program is Shareware&lt;br /&gt;Info: Adware, spyware, trackware and big brotherware removal utility with multi-language support. It scans your memory, registry and drives for known spyware and lets you remove them. Displays a list and lets you select the items you'd like to remove.&lt;br /&gt;&lt;br /&gt;Try: Spy Sweeper v2.2 (http://www.webroot.com/wb/products/spysweeper/index.php) This program is Shareware&lt;br /&gt;Info: Detects and removes spyware of different kinds (dialers, loggers, trojans, user tracks) from your computer.&lt;br /&gt;The best scanner out there, and updated all the time.&lt;br /&gt;&lt;br /&gt;Try: HijackThis 1.97.7 (http://www.spywareinfo.com/~merijn/downloads.html) This program is Freeware&lt;br /&gt;Info: HijackThis is a tool, that lists all installed browser add-on, buttons, startup items and allows you to inspect them, and optionally remove selected items.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you would like to prevent "spyware" being install.&lt;br /&gt;Try: SpywareBlaster 2.6.1 (http://www.wilderssecurity.net/spywareblaster.html) This program is Free&lt;br /&gt;Info: SpywareBlaster doesn`t scan and clean for so-called spyware, but prevents it from being installed in the first place. It achieves this by disabling the CLSIDs of popular spyware ActiveX controls, and also prevents the installation of any of them via a webpage.&lt;br /&gt;&lt;br /&gt;Try: SpywareGuard 2.2 (http://www.wilderssecurity.net/spywareguard.html) This program is Free&lt;br /&gt;Info: SpywareGuard provides a real-time protection solution against so-called spyware. It works similar to an anti-virus program, by scanning EXE and CAB files on access and alerting you if known spyware is detected.&lt;br /&gt;&lt;br /&gt;Try: XP-AntiSpy (http://www.xp-antispy.org/) This program is Free&lt;br /&gt;Info: XP-AntiSpy is a small utility to quickly disable some built-in update and authentication features in WindowsXP that may rise security or privacy concerns in some people.&lt;br /&gt;&lt;br /&gt;Try: SpySites (http://camtech2000.net/Pages/SpySites_Prog...ml#SpySitesFree) This program is Free&lt;br /&gt;Info: SpySites allows you to manage the Internet Explorer Restricted Zone settings and easily add entries from a database of 1500+ sites that are known to use advertising tracking methods or attempt to install third party software.&lt;br /&gt;&lt;br /&gt;If you would like more Information about "spyware".&lt;br /&gt;Check these sites.&lt;br /&gt;http://www.spychecker.com/&lt;br /&gt;http://www.spywareguide.com/&lt;br /&gt;http://www.cexx.org/adware.htm&lt;br /&gt;http://www.theinfomaniac.net/infomaniac/co...rsSpyware.shtml&lt;br /&gt;http://www.thiefware.com/links/&lt;br /&gt;http://simplythebest.net/info/spyware.html&lt;br /&gt;&lt;br /&gt;Usefull tools...&lt;br /&gt;Try: Stop Windows Messenger Spam 1.10 (http://www.jester2k.pwp.blueyonder.co.uk/j...r2ksoftware.htm) This program is Free&lt;br /&gt;Info: "Stop Windows Messenger Spam" stops this Service from running and halts the spammers ability to send you these messages.&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;All these softwares will help remove and prevent evil spammers and spywares attacking your PC. I myself recommend getting "spyblaster" "s&amp;amp;d spybot" "spy sweeper" &amp;amp; "admuncher" to protect your PC. A weekly scan is also recommended&lt;br /&gt;&lt;br /&gt;Free Virus Scan&lt;br /&gt;Scan for spyware, malware and keyloggers in addition to viruses, worms and trojans. New threats and annoyances are created faster than any individual can keep up with.&lt;br /&gt;http://defender.veloz.com// - 15k&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Finding . is a Click Away at 2020Search.com&lt;br /&gt;Having trouble finding what you re looking for on: .? 2020Search will instantly provide you with the result you re looking for by drawing on some of the best search engines the Internet has to offer. Your result is a click away!&lt;br /&gt;http://www.2020search.com// - 43k&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Download the BrowserVillage Toolbar.&lt;br /&gt;Customize your Browser! Eliminate Pop-up ads before they start, Quick and easy access to the Web, and much more. Click Here to Install Now!&lt;br /&gt;http://www.browservillage.com/ - 36k&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2845877989089092616?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2845877989089092616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/all-about-spyware.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2845877989089092616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2845877989089092616'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/all-about-spyware.html' title='ALL About Spyware'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-3436312559363160118</id><published>2009-04-29T16:36:00.000+05:30</published><updated>2009-04-29T16:37:57.288+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='A Basic Guide to the Internet'/><title type='text'>A Basic Guide to the Internet</title><content type='html'>The Internet is a computer network made up of thousands of networks worldwide. No one knows exactly how many computers are connected to the Internet. It is certain, however, that these number in the millions.&lt;br /&gt;&lt;br /&gt;No one is in charge of the Internet. There are organizations which develop technical aspects of this network and set standards for creating applications on it, but no governing body is in control. The Internet backbone, through which Internet traffic flows, is owned by private companies.&lt;br /&gt;&lt;br /&gt;All computers on the Internet communicate with one another using the Transmission Control Protocol/Internet Protocol suite, abbreviated to TCP/IP. Computers on the Internet use a client/server architecture. This means that the remote server machine provides files and services to the user's local client machine. Software can be installed on a client computer to take advantage of the latest access technology.&lt;br /&gt;&lt;br /&gt;An Internet user has access to a wide variety of services: electronic mail, file transfer, vast information resources, interest group membership, interactive collaboration, multimedia displays, real-time broadcasting, shopping opportunities, breaking news, and much more.&lt;br /&gt;&lt;br /&gt;The Internet consists primarily of a variety of access protocols. Many of these protocols feature programs that allow users to search for and retrieve material made available by the protocol.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;COMPONENTS OF THE INTERNET&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;WORLD WIDE WEB&lt;br /&gt;The World Wide Web (abbreviated as the Web or WWW) is a system of Internet servers that supports hypertext to access several Internet protocols on a single interface. Almost every protocol type available on the Internet is accessible on the Web. This includes e-mail, FTP, Telnet, and Usenet News. In addition to these, the World Wide Web has its own protocol: HyperText Transfer Protocol, or HTTP. These protocols will be explained later in this document.&lt;br /&gt;&lt;br /&gt;The World Wide Web provides a single interface for accessing all these protocols. This creates a convenient and user-friendly environment. It is no longer necessary to be conversant in these protocols within separate, command-level environments. The Web gathers together these protocols into a single system. Because of this feature, and because of the Web's ability to work with multimedia and advanced programming languages, the Web is the fastest-growing component of the Internet.&lt;br /&gt;&lt;br /&gt;The operation of the Web relies primarily on hypertext as its means of information retrieval. HyperText is a document containing words that connect to other documents. These words are called links and are selectable by the user. A single hypertext document can contain links to many documents. In the context of the Web, words or graphics may serve as links to other documents, images, video, and sound. Links may or may not follow a logical path, as each connection is programmed by the creator of the source document. Overall, the Web contains a complex virtual web of connections among a vast number of documents, graphics, videos, and sounds.&lt;br /&gt;&lt;br /&gt;Producing hypertext for the Web is accomplished by creating documents with a language called HyperText Markup Language, or HTML. With HTML, tags are placed within the text to accomplish document formatting, visual features such as font size, italics and bold, and the creation of hypertext links. Graphics and multimedia may also be incorporated into an HTML document. HTML is an evolving language, with new tags being added as each upgrade of the language is developed and released. The World Wide Web Consortium (W3C), led by Web founder Tim Berners-Lee, coordinates the efforts of standardizing HTML. The W3C now calls the language XHTML and considers it to be an application of the XML language standard.&lt;br /&gt;&lt;br /&gt;The World Wide Web consists of files, called pages or home pages, containing links to documents and resources throughout the Internet.&lt;br /&gt;&lt;br /&gt;The Web provides a vast array of experiences including multimedia presentations, real-time collaboration, interactive pages, radio and television broadcasts, and the automatic "push" of information to a client computer. Programming languages such as Java, JavaScript, Visual Basic, Cold Fusion and XML are extending the capabilities of the Web. A growing amount of information on the Web is served dynamically from content stored in databases. The Web is therefore not a fixed entity, but one that is in a constant state of development and flux.&lt;br /&gt;&lt;br /&gt;For more complete information about the World Wide Web, see Understanding The World Wide Web.&lt;br /&gt;&lt;br /&gt;E-MAIL&lt;br /&gt;Electronic mail, or e-mail, allows computer users locally and worldwide to exchange messages. Each user of e-mail has a mailbox address to which messages are sent. Messages sent through e-mail can arrive within a matter of seconds.&lt;br /&gt;&lt;br /&gt;A powerful aspect of e-mail is the option to send electronic files to a person's e-mail address. Non-ASCII files, known as binary files, may be attached to e-mail messages. These files are referred to as MIME attachments.MIME stands for Multimedia Internet Mail Extension, and was developed to help e-mail software handle a variety of file types. For example, a document created in Microsoft Word can be attached to an e-mail message and retrieved by the recipient with the appropriate e-mail program. Many e-mail programs, including Eudora, Netscape Messenger, and Microsoft Outlook, offer the ability to read files written in HTML, which is itself a MIME type.&lt;br /&gt;&lt;br /&gt;TELNET&lt;br /&gt;Telnet is a program that allows you to log into computers on the Internet and use online databases, library catalogs, chat services, and more. There are no graphics in Telnet sessions, just text. To Telnet to a computer, you must know its address. This can consist of words (locis.loc.gov) or numbers (140.147.254.3). Some services require you to connect to a specific port on the remote computer. In this case, type the port number after the Internet address. Example: telnet nri.reston.va.us 185.&lt;br /&gt;&lt;br /&gt;Telnet is available on the World Wide Web. Probably the most common Web-based resources available through Telnet have been library catalogs, though most catalogs have since migrated to the Web. A link to a Telnet resource may look like any other link, but it will launch a Telnet session to make the connection. A Telnet program must be installed on your local computer and configured to your Web browser in order to work.&lt;br /&gt;&lt;br /&gt;With the increasing popularity of the Web, Telnet has become less frequently used as a means of access to information on the Internet.&lt;br /&gt;&lt;br /&gt;FTP&lt;br /&gt;FTP stands for File Transfer Protocol. This is both a program and the method used to transfer files between computers. Anonymous FTP is an option that allows users to transfer files from thousands of host computers on the Internet to their personal computer account. FTP sites contain books, articles, software, games, images, sounds, multimedia, course work, data sets, and more.&lt;br /&gt;&lt;br /&gt;If your computer is directly connected to the Internet via an Ethernet cable, you can use one of several PC software programs, such as WS_FTP for Windows, to conduct a file transfer.&lt;br /&gt;&lt;br /&gt;FTP transfers can be performed on the World Wide Web without the need for special software. In this case, the Web browser will suffice. Whenever you download software from a Web site to your local machine, you are using FTP. You can also retrieve FTP files via search engines such as FtpFind, located at /http://www.ftpfind.com/. This option is easiest because you do not need to know FTP program commands.&lt;br /&gt;&lt;br /&gt;E-MAIL DISCUSSION GROUPS&lt;br /&gt;One of the benefits of the Internet is the opportunity it offers to people worldwide to communicate via e-mail. The Internet is home to a large community of individuals who carry out active discussions organized around topic-oriented forums distributed by e-mail. These are administered by software programs. Probably the most common program is the listserv.&lt;br /&gt;&lt;br /&gt;A great variety of topics are covered by listservs, many of them academic in nature. When you subscribe to a listserv, messages from other subscribers are automatically sent to your electronic mailbox. You subscribe to a listserv by sending an e-mail message to a computer program called a listserver. Listservers are located on computer networks throughout the world. This program handles subscription information and distributes messages to and from subscribers. You must have a e-mail account to participate in a listserv discussion group. Visit Tile.net at /http://tile.net/ to see an example of a site that offers a searchablecollection of e-mail discussion groups.&lt;br /&gt;&lt;br /&gt;Majordomo and Listproc are two other programs that administer e-mail discussion groups. The commands for subscribing to and managing your list memberships are similar to those of listserv.&lt;br /&gt;&lt;br /&gt;USENET NEWS&lt;br /&gt;Usenet News is a global electronic bulletin board system in which millions of computer users exchange information on a vast range of topics. The major difference between Usenet News and e-mail discussion groups is the fact that Usenet messages are stored on central computers, and users must connect to these computers to read or download the messages posted to these groups. This is distinct from e-mail distribution, in which messages arrive in the electronic mailboxes of each list member.&lt;br /&gt;&lt;br /&gt;Usenet itself is a set of machines that exchanges messages, or articles, from Usenet discussion forums, called newsgroups. Usenet administrators control their own sites, and decide which (if any) newsgroups to sponsor and which remote newsgroups to allow into the system.&lt;br /&gt;&lt;br /&gt;There are thousands of Usenet newsgroups in existence. While many are academic in nature, numerous newsgroups are organized around recreational topics. Much serious computer-related work takes place in Usenet discussions. A small number of e-mail discussion groups also exist as Usenet newsgroups.&lt;br /&gt;&lt;br /&gt;The Usenet newsfeed can be read by a variety of newsreader software programs. For example, the Netscape suite comes with a newsreader program called Messenger. Newsreaders are also available as standalone products.&lt;br /&gt;&lt;br /&gt;FAQ, RFC, FYI&lt;br /&gt;FAQ stands for Frequently Asked Questions. These are periodic postings to Usenet newsgroups that contain a wealth of information related to the topic of the newsgroup. Many FAQs are quite extensive. FAQs are available by subscribing to individual Usenet newsgroups. A Web-based collection of FAQ resources has been collected by The Internet FAQ Consortium and is available at /http://www.faqs.org/.&lt;br /&gt;&lt;br /&gt;RFC stands for Request for Comments. These are documents created by and distributed to the Internet community to help define the nuts and bolts of the Internet. They contain both technical specifications and general information.&lt;br /&gt;&lt;br /&gt;FYI stands for For Your Information. These notes are a subset of RFCs and contain information of interest to new Internet users.&lt;br /&gt;&lt;br /&gt;Links to indexes of all three of these information resources are available on the University Libraries Web site at /http://library.albany.edu/reference/faqs.html.&lt;br /&gt;&lt;br /&gt;CHAT &amp;amp; INSTANT MESSENGING&lt;br /&gt;Chat programs allow users on the Internet to communicate with each other by typing in real time. They are sometimes included as a feature of a Web site, where users can log into the "chat room" to exchange comments and information about the topics addressed on the site. Chat may take other, more wide-ranging forms. For example, America Online is well known for sponsoring a number of topical chat rooms.&lt;br /&gt;&lt;br /&gt;Internet Relay Chat (IRC) is a service through which participants can communicate to each other on hundreds of channels. These channels are usually based on specific topics. While many topics are frivolous, substantive conversations are also taking place. To access IRC, you must use an IRC software program.&lt;br /&gt;&lt;br /&gt;A variation of chat is the phenomenon of instant messenging. With instant messenging, a user on the Web can contact another user currently logged in and type a conversation. Most famous is America Online's Instant Messenger. ICQ, MSN and Yahoo are other commonly-used chat programs.&lt;br /&gt;&lt;br /&gt;Other types of real-time communication are addressed in the tutorial Understanding the World Wide Web.&lt;br /&gt;&lt;br /&gt;MUD/MUSH/MOO/MUCK/DUM/MUSE&lt;br /&gt;MUD stands for Multi User Dimension. MUDs, and their variations listed above, are multi-user virtual reality games based on simulated worlds. Traditionally text based, graphical MUDs now exist. There are MUDs of all kinds on the Internet, and many can be joined free of charge. For more information, read one of the FAQs devoted to MUDs available at the FAQ site at&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-3436312559363160118?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/3436312559363160118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/basic-guide-to-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3436312559363160118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/3436312559363160118'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/basic-guide-to-internet.html' title='A Basic Guide to the Internet'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2398678431935549147</id><published>2009-04-29T16:35:00.000+05:30</published><updated>2009-04-29T16:36:11.949+05:30</updated><title type='text'>250+ Tech books online</title><content type='html'>1&lt;br /&gt;10 minute guide to lotus notes mail 4.5&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;2&lt;br /&gt;10 minute guide to Microsoft exchange 5.0&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;3&lt;br /&gt;10 minute guide to outlook 97&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;4&lt;br /&gt;10 minute guide to schedule+ for windows 95&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;5&lt;br /&gt;ActiveX programming unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;6&lt;br /&gt;ActiveX programming unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;7&lt;br /&gt;Advanced perl programming&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;8&lt;br /&gt;Advanced PL/SQL programming with packages&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;9&lt;br /&gt;Adventure in Prolog/AMZI&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;10&lt;br /&gt;Algorithms CMSC251/Mount, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;11&lt;br /&gt;Alison Balter's Mastering Access 95 development, premier ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;12&lt;br /&gt;Apache : The definitive guide, 3rd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;13&lt;br /&gt;Beej's guide to network programming/Hall, Brain&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;14&lt;br /&gt;Beyond Linux from Scratch/BLFS Development Team&lt;br /&gt;http://book.onairweb.net/computer/os/linux/Administration/Beyond_Linux_From_Scratch/&lt;br /&gt;&lt;br /&gt;15&lt;br /&gt;Borland C++ builder unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;16&lt;br /&gt;Building an intranet with windows NT 4&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;17&lt;br /&gt;Building an Intranet with Windows NT 4&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;18&lt;br /&gt;Building expert systems in prolog/AMZI&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;19&lt;br /&gt;C programming language&lt;br /&gt;http://book.onairweb.net/computer/pl/C/The_C_Programming_Language_by_K&amp;amp;R/&lt;br /&gt;&lt;br /&gt;20&lt;br /&gt;C Programming/Holmes, Steven&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;21&lt;br /&gt;C++ Annotations&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;22&lt;br /&gt;CGI developer's guide&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;23&lt;br /&gt;CGI manual of style&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;24&lt;br /&gt;CGI manual of style online&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;25&lt;br /&gt;CGI programming&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;26&lt;br /&gt;CGI programming unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;27&lt;br /&gt;CGI programming with Perl, 2nd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;28&lt;br /&gt;Charlie Calvert's Borland C++ builder unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;29&lt;br /&gt;Client/server computing, 2nd.ed.&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;30&lt;br /&gt;Client-server computing, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;31&lt;br /&gt;Common LISP, the language/Steele, Guy&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;32&lt;br /&gt;Compilers and compiler generators : an introduction with C++/Terry, P.D.&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;33&lt;br /&gt;Complete idiot's guide to creating HTML webpage&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;34&lt;br /&gt;Computer graphics CMSC 427/Mount, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;35&lt;br /&gt;Configuring and troubleshooting the windows NT/95 registry&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;36&lt;br /&gt;Creating commercial websites&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;37&lt;br /&gt;Creating web applets with Java&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;38&lt;br /&gt;Crystal Reports.NET&lt;br /&gt;http://www.crystalreportsbook.com/Chapters.asp&lt;br /&gt;&lt;br /&gt;39&lt;br /&gt;Curious about the internet&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;40&lt;br /&gt;Curious about the internet?&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;41&lt;br /&gt;Dan appleman's developing activeX components with Visual Basic 5&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;42&lt;br /&gt;Dan appleman's developing activex components with Visual Basic 5.0&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;43&lt;br /&gt;Data structures CMSC420/Mount, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;44&lt;br /&gt;Database developer's guide with visual basic 4, 2nd.ed.&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;45&lt;br /&gt;Database developer's guide with Visual Basic 4, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;46&lt;br /&gt;Database developer's guide with Visual C++ 4, 2nd.ed.&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;47&lt;br /&gt;Database developer's guide with Visual C++ 4, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;48&lt;br /&gt;Design and analysis of computer algorithms CMSC451/Mount, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;49&lt;br /&gt;Designing implementing Microsoft internet information server&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;50&lt;br /&gt;Designing implementing Microsoft proxy server&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;51&lt;br /&gt;Developing for netscape one&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;52&lt;br /&gt;Developing intranet applications with java&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;53&lt;br /&gt;Developing personal oracle 7 for windows 95 applications&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;54&lt;br /&gt;Developing personal Oracle 7 for windows 95 applications&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;55&lt;br /&gt;Developing professional java applets&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;56&lt;br /&gt;Developing professional java applets&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;57&lt;br /&gt;DNS and BIND&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;58&lt;br /&gt;Doing objects with VB.NET and C#&lt;br /&gt;http://vbwire.com/nl?6814&lt;br /&gt;&lt;br /&gt;59&lt;br /&gt;EAI/BPM Evaluation Series: IBM WebSphere MQ Workflow v3.3.2 &amp;amp; EAI Suite by&lt;br /&gt;&gt; Middleware Technology Evaluation Series, Phong Tran &amp;amp; Jeffrey Gosper&lt;br /&gt;http://www.cmis.csiro.au/mte/reports/BPM_IBMwebsphereMQ332.htm&lt;br /&gt;&lt;br /&gt;60&lt;br /&gt;Effective AWK programming&lt;br /&gt;http://book.onairweb.net/computer/os/shell/Effective_AWK_Programming/&lt;br /&gt;&lt;br /&gt;61&lt;br /&gt;Enterprise javabeans, 2nd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;62&lt;br /&gt;Exploring java&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;63&lt;br /&gt;GNOME/Sheets, John&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;64&lt;br /&gt;Graph theory/Prof. Even&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;65&lt;br /&gt;Hacking java&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;66&lt;br /&gt;How intranets work&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;67&lt;br /&gt;How intranets work&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;68&lt;br /&gt;How to program visual basic 5.0&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;69&lt;br /&gt;How to use HTML 3.2&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;70&lt;br /&gt;Html : The definitive guide&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;71&lt;br /&gt;HTML 3.2 &amp;amp; CGI unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;72&lt;br /&gt;HTML 3.2 and CGI professional reference edition unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;73&lt;br /&gt;HTML by example&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;74&lt;br /&gt;Internet firewall&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;75&lt;br /&gt;Intranets unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;76&lt;br /&gt;Introduction to object-oriented programming using C++/Muller, Peter&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;77&lt;br /&gt;Introduction to programming using Java/Eck, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;78&lt;br /&gt;Introduction to socket programming&lt;br /&gt;http://book.onairweb.net/computer/network/An_Introduction_to_Socket_Programming/&lt;br /&gt;&lt;br /&gt;79&lt;br /&gt;Java 1.1 unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;80&lt;br /&gt;Java 1.1 unleashed, 2nd.ed.&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;81&lt;br /&gt;Java 1.1 unleashed, 3rd.ed.&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;82&lt;br /&gt;Java 114 documentation&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;83&lt;br /&gt;Java AWT reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;84&lt;br /&gt;Java by example&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;85&lt;br /&gt;Java developer's guide&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;86&lt;br /&gt;Java developer's guide&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;87&lt;br /&gt;Java developer's reference&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;88&lt;br /&gt;Java developer's reference&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;89&lt;br /&gt;Java Distributed computing&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;90&lt;br /&gt;Java enterprise&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;91&lt;br /&gt;Java enterprise in a nutshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;92&lt;br /&gt;Java foundation classes in a nutshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;93&lt;br /&gt;Java fundamental classes reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;94&lt;br /&gt;Java in a nutshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;95&lt;br /&gt;Java in a nutshell, 3rd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;96&lt;br /&gt;Java language reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;97&lt;br /&gt;Java security&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;98&lt;br /&gt;Java servlet programming&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;99&lt;br /&gt;Java unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;100&lt;br /&gt;Java unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;101&lt;br /&gt;Java, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;102&lt;br /&gt;_JavaScript : the definitive guide&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;103&lt;br /&gt;_Javascript manual of style&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;104&lt;br /&gt;_Javascript manual of style&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;105&lt;br /&gt;Josh's GNU Linux Guide/Joshua&lt;br /&gt;http://book.onairweb.net/computer/os/linux/Administration/Josh's_GNU_Linux_Guide/&lt;br /&gt;&lt;br /&gt;106&lt;br /&gt;Late night activex&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;107&lt;br /&gt;Late night activeX&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;108&lt;br /&gt;Laura lemay's 3D graphics in and VRML 2&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;109&lt;br /&gt;Laura lemay's activex and _VBScript&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;110&lt;br /&gt;Laura lemay's graphics and web page design&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;111&lt;br /&gt;Laura lemay's guide to sizzling websites design&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;112&lt;br /&gt;Laura lemay's _javascript 1.1&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;113&lt;br /&gt;Laura lemay's web workshop activex and _VBScript&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;114&lt;br /&gt;Laura lemay's web workshop Graphics web page design&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;115&lt;br /&gt;Laura lemay's web workshop _javascript&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;116&lt;br /&gt;Learning perl&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;117&lt;br /&gt;Learning perl on win32&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;118&lt;br /&gt;Learning the kornshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;119&lt;br /&gt;Learning unix&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;120&lt;br /&gt;Learning vi&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;121&lt;br /&gt;Linux from Scratch/Beekmans, Gerard&lt;br /&gt;http://book.onairweb.net/computer/os/linux/Administration/Linux_From_Scratch/&lt;br /&gt;&lt;br /&gt;122&lt;br /&gt;Linux in a nutshell, 3rd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;123&lt;br /&gt;Linux kernel/Rusling, David&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;124&lt;br /&gt;Linux network administrator's guide/Dawson, Terry&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;125&lt;br /&gt;Linux system administrator's survival guide&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;126&lt;br /&gt;MAPI, SAPI and TAPI developer's guide&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;127&lt;br /&gt;Mastering access 95 development&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;128&lt;br /&gt;Microsoft access 97 quick reference&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;129&lt;br /&gt;Microsoft access 97 quick reference&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;130&lt;br /&gt;Microsoft backoffice 2 unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;131&lt;br /&gt;Microsoft excel 97 quick reference&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;132&lt;br /&gt;Microsoft excel 97 quick reference&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;133&lt;br /&gt;Microsoft exchange server survival guide&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;134&lt;br /&gt;Microsoft frontpage unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;135&lt;br /&gt;Microsoft word 97 quick reference&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;136&lt;br /&gt;Microsoft word 97 quick reference&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;137&lt;br /&gt;Microsoft works 4.5 6-In-1&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;138&lt;br /&gt;More than 100 full-text e-books&lt;br /&gt;http://www.allfreetech.com/EBookCategory.asp&lt;br /&gt;&lt;br /&gt;139&lt;br /&gt;Ms backoffice administrator's survival guide&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;140&lt;br /&gt;Ms backoffice unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;141&lt;br /&gt;Mysql and msql&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;142&lt;br /&gt;Netscape plug-ins developer's kit&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;143&lt;br /&gt;Official gamelan java directory&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;144&lt;br /&gt;Oracle built-in packages&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;145&lt;br /&gt;Oracle PL/SQL built-in pocket reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;146&lt;br /&gt;Oracle PL/SQL language pocket reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;147&lt;br /&gt;Oracle PL/SQL programming guide to Oracle 8 features&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;148&lt;br /&gt;Oracle PL/SQL programming, 2nd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;149&lt;br /&gt;Oracle unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;150&lt;br /&gt;Oracle unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;151&lt;br /&gt;Oracle web applications PL/SQL developer's introduction&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;152&lt;br /&gt;Patterns of enterprise application architecture/Fowler, Martin&lt;br /&gt;http://www.awprofessional.com/catalog/product.asp?product_id={574D77DF-6ED2-BC5-A6A8-02E59CA7482D}&lt;br /&gt;&lt;br /&gt;153&lt;br /&gt;PC week : the intranet advantage&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;154&lt;br /&gt;Perl 5 by example&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;155&lt;br /&gt;Perl 5 quick reference&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;156&lt;br /&gt;Perl 5 unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;157&lt;br /&gt;Perl 5.0 CGI web pages&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;158&lt;br /&gt;Perl cookbook&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;159&lt;br /&gt;Perl for system administration&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;160&lt;br /&gt;Perl in a nutshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;161&lt;br /&gt;Perl quick reference&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;162&lt;br /&gt;Peter norton's complete guide to windows NT 4 workstations&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;163&lt;br /&gt;Presenting activex&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;164&lt;br /&gt;Presenting activex&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;165&lt;br /&gt;Presenting javabeans&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;166&lt;br /&gt;Presenting javabeans&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;167&lt;br /&gt;Programming perl&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;168&lt;br /&gt;Programming perl, 3rd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;169&lt;br /&gt;Programming the Perl DBI&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;170&lt;br /&gt;Red hat linux unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;171&lt;br /&gt;Running a perfect intranet&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;172&lt;br /&gt;Running Linux, 3rd.ed.&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;173&lt;br /&gt;Sams teach yourself java 1.1 in 24 hours/&lt;br /&gt;http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Java_1.1_Programming_in_24_Hours&lt;br /&gt;&lt;br /&gt;174&lt;br /&gt;Sams Teach yourself java in 21 days/Lemay, Laura&lt;br /&gt;http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Java_in_21_Days/&lt;br /&gt;&lt;br /&gt;175&lt;br /&gt;Sams teach yourself linux in 24 hours/Ball, Bill&lt;br /&gt;http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Linux_in_24%20Hours/&lt;br /&gt;&lt;br /&gt;176&lt;br /&gt;Sams teach yourself shell programming in 24 hours&lt;br /&gt;http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Shell_Programming_in_24_Hours/&lt;br /&gt;&lt;br /&gt;177&lt;br /&gt;Sams teach yourself TCP/IP in 14 days&lt;br /&gt;http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_TCP-IP_in_14_Days(SE)/&lt;br /&gt;&lt;br /&gt;178&lt;br /&gt;Sed and awk&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;179&lt;br /&gt;Sendmail&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;180&lt;br /&gt;Sendmail desktop reference&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;181&lt;br /&gt;Slackware linux unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;182&lt;br /&gt;Special edition using java, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;183&lt;br /&gt;Special edition using _javascript&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;184&lt;br /&gt;Special edition using _javascript&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;185&lt;br /&gt;Special edition using _Jscript&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;186&lt;br /&gt;Special edition using lotus notes and domino 4.5&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;187&lt;br /&gt;Special edition using Microsoft SQL server 6.5, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;188&lt;br /&gt;Special edition using Microsoft visual Interdev&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;189&lt;br /&gt;Special edition using perl 5 for web programming&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;190&lt;br /&gt;Special edition using perl for web programming&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;191&lt;br /&gt;Special edition using Visual Basic 4&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;192&lt;br /&gt;TCP/IP&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;193&lt;br /&gt;Teach yourself activex programming in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;194&lt;br /&gt;Teach yourself C++ in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;195&lt;br /&gt;Teach yourself C++ in 21 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;196&lt;br /&gt;Teach yourself CGI programming with Perl 5 in a week&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;197&lt;br /&gt;Teach yourself database programming with VB5 in 21 days, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;198&lt;br /&gt;Teach yourself database programming with visual basic 5 in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;199&lt;br /&gt;Teach yourself HTML 3.2 in 24 hours&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;200&lt;br /&gt;Teach yourself HTML 3.2 in 24 hours&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;201&lt;br /&gt;Teach yourself internet game programming with java in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;202&lt;br /&gt;Teach yourself java 1.1 programming in 24 hours&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;203&lt;br /&gt;Teach yourself jave in café in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.tm&lt;br /&gt;&lt;br /&gt;204&lt;br /&gt;Teach yourself Microsoft visual Interdev in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;205&lt;br /&gt;Teach yourself Microsoft visual Interdev in 21 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;206&lt;br /&gt;Teach yourself oracle 8 in 21 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;207&lt;br /&gt;Teach yourself perl 5 in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;208&lt;br /&gt;Teach yourself perl 5 in 21 days, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;209&lt;br /&gt;Teach yourself SQL in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;210&lt;br /&gt;Teach yourself SQL in 21 days, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;211&lt;br /&gt;Teach yourself TCP/IP in 14 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;212&lt;br /&gt;Teach yourself TCP/IP in 14 days, 2nd.ed.&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;213&lt;br /&gt;Teach yourself the Internet in 24 hours&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;214&lt;br /&gt;Teach yourself the internet in 24 hours&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;215&lt;br /&gt;Teach yourself _VBScript in 21 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;216&lt;br /&gt;Teach yourself _VBScript in 21 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;217&lt;br /&gt;Teach yourself visual basic 5 in 24 hours&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;218&lt;br /&gt;Teach yourself Visual Basic 5 in 24 hours&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;219&lt;br /&gt;Teach yourself Visual J++ in 21 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;220&lt;br /&gt;Teach yourself web publishing with HTML 3.2 in 14 days&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;221&lt;br /&gt;Teach yourself web publishing with HTML in 14 days&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;222&lt;br /&gt;Thinking in C++&lt;br /&gt;http://www.mindview.net/Books&lt;br /&gt;&lt;br /&gt;223&lt;br /&gt;Thinking in C++/Eckel, Bruce - Vol.I, 2nd.ed.&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;224&lt;br /&gt;Thinking in C++/Eckel, Bruce - Vol.II, 2nd.ed.&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;225&lt;br /&gt;Thinking in Enterprise Java&lt;br /&gt;http://www.mindview.net/Books&lt;br /&gt;&lt;br /&gt;226&lt;br /&gt;Thinking in Java, 2nd.ed.&lt;br /&gt;www.oopweb.com&lt;br /&gt;&lt;br /&gt;227&lt;br /&gt;Thinking in Java, 3rd.ed. (pdf)&lt;br /&gt;http://www.mindview.net/Books&lt;br /&gt;&lt;br /&gt;228&lt;br /&gt;Tricks of the internet gurus&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;229&lt;br /&gt;Tricks of the java programming gurus&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;230&lt;br /&gt;Unix and internet security&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;231&lt;br /&gt;Unix hints and hacks/Waingrow, Kirk&lt;br /&gt;http://book.onairweb.net/computer/os/unix/Administration/UNIX_Hints_&amp;amp;_Hacks/19270001..htm&lt;br /&gt;&lt;br /&gt;232&lt;br /&gt;Unix in a nutshell&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;233&lt;br /&gt;Unix kornshell quick reference&lt;br /&gt;http://book.onairweb.net/computer/os/shell/Unix_KornShell_Quick_Reference/kornShell.html&lt;br /&gt;&lt;br /&gt;234&lt;br /&gt;Unix power tools&lt;br /&gt;http://www.hk8.org/old_web/&lt;br /&gt;&lt;br /&gt;235&lt;br /&gt;Unix shell guide&lt;br /&gt;http://book.onairweb.net/computer/os/shell/The_UNIX_Shell_Guide/&lt;br /&gt;&lt;br /&gt;236&lt;br /&gt;Unix unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;237&lt;br /&gt;Unix unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;238&lt;br /&gt;Unix unleashed Internet Ed./Burk, Robin&lt;br /&gt;http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed(Internet_Edition)/fm.htm&lt;br /&gt;&lt;br /&gt;239&lt;br /&gt;Unix unleashed, System administrator's Edition&lt;br /&gt;http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed_System_Administrator's_Edition/toc.htm&lt;br /&gt;&lt;br /&gt;240&lt;br /&gt;Unix Unleashed/Sams Publication&lt;br /&gt;http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed/&lt;br /&gt;&lt;br /&gt;241&lt;br /&gt;Upgrading PCs illustrated&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;242&lt;br /&gt;Using windows NT workstation 4.0&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;243&lt;br /&gt;_VBScript unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;244&lt;br /&gt;_Vbscript unleashed&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;245&lt;br /&gt;Visual basic 4 in 12 easy lessons&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;246&lt;br /&gt;Visual basic 4 unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;247&lt;br /&gt;Visual Basic 5 night school&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;248&lt;br /&gt;Visual basic programming in 12 easy lessons&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;249&lt;br /&gt;Visual Basic programming in 12 easy lessons&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;250&lt;br /&gt;Visual C++ 4 unleashed&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;251&lt;br /&gt;Visual C++ programming in 12 easy lessons&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;252&lt;br /&gt;Web database developer's guide with visual basic 5&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;br /&gt;&lt;br /&gt;253&lt;br /&gt;Web database developer's guide with visual basic 5&lt;br /&gt;http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/&lt;br /&gt;&lt;br /&gt;254&lt;br /&gt;Web programming desktop reference 6-in-1&lt;br /&gt;http://www.parsian.net/set1252/pages/books.htm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2398678431935549147?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2398678431935549147/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/250-tech-books-online.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2398678431935549147'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2398678431935549147'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/250-tech-books-online.html' title='250+ Tech books online'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-2186076703748204776</id><published>2009-04-29T16:34:00.000+05:30</published><updated>2009-04-29T16:35:15.209+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Not only Defrag'/><category scheme='http://www.blogger.com/atom/ns#' term='23 Ways To Speed WinXP'/><title type='text'>23 Ways To Speed WinXP, Not only Defrag</title><content type='html'>Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers' PCs. Best of all, most of them will cost you nothing.&lt;br /&gt;1.) To decrease a system's boot time and increase system performance, use the money you save by not buying defragmentation software -- the built-in Windows defragmenter works just fine -- and instead equip the computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache buffer.&lt;br /&gt;&lt;br /&gt;2.) If a PC has less than 512 MB of RAM, add more memory. This is a relatively inexpensive and easy upgrade that can dramatically improve system performance.&lt;br /&gt;&lt;br /&gt;3.) Ensure that Windows XP is utilizing the NTFS file system. If you're not sure, here's how to check: First, double-click the My Computer icon, right-click on the C: Drive, then select Properties. Next, examine the File System type; if it says FAT32, then back-up any important data. Next, click Start, click Run, type CMD, and then click OK. At the prompt, type CONVERT C: /FS:NTFS and press the Enter key. This process may take a while; it's important that the computer be uninterrupted and virus-free. The file system used by the bootable drive will be either FAT32 or NTFS. I highly recommend NTFS for its superior security, reliability, and efficiency with larger disk drives.&lt;br /&gt;&lt;br /&gt;4.) Disable file indexing. The indexing service extracts information from documents and other files on the hard drive and creates a "searchable keyword index." As you can imagine, this process can be quite taxing on any system.&lt;br /&gt;&lt;br /&gt;The idea is that the user can search for a word, phrase, or property inside a document, should they have hundreds or thousands of documents and not know the file name of the document they want. Windows XP's built-in search functionality can still perform these kinds of searches without the Indexing service. It just takes longer. The OS has to open each file at the time of the request to help find what the user is looking for.&lt;br /&gt;&lt;br /&gt;Most people never need this feature of search. Those who do are typically in a large corporate environment where thousands of documents are located on at least one server. But if you're a typical system builder, most of your clients are small and medium businesses. And if your clients have no need for this search feature, I recommend disabling it.&lt;br /&gt;&lt;br /&gt;Here's how: First, double-click the My Computer icon. Next, right-click on the C: Drive, then select Properties. Uncheck "Allow Indexing Service to index this disk for fast file searching." Next, apply changes to "C: subfolders and files," and click OK. If a warning or error message appears (such as "Access is denied"), click the Ignore All button.&lt;br /&gt;&lt;br /&gt;5.) Update the PC's video and motherboard chipset drivers. Also, update and configure the BIOS. For more information on how to configure your BIOS properly, see this article on my site.&lt;br /&gt;&lt;br /&gt;6.) Empty the Windows Prefetch folder every three months or so. Windows XP can "prefetch" portions of data and applications that are used frequently. This makes processes appear to load faster when called upon by the user. That's fine. But over time, the prefetch folder may become overloaded with references to files and applications no longer in use. When that happens, Windows XP is wasting time, and slowing system performance, by pre-loading them. Nothing critical is in this folder, and the entire contents are safe to delete.&lt;br /&gt;&lt;br /&gt;7.) Once a month, run a disk cleanup. Here's how: Double-click the My Computer icon. Then right-click on the C: drive and select Properties. Click the Disk Cleanup button -- it's just to the right of the Capacity pie graph -- and delete all temporary files.&lt;br /&gt;&lt;br /&gt;8.) In your Device Manager, double-click on the IDE ATA/ATAPI Controllers device, and ensure that DMA is enabled for each drive you have connected to the Primary and Secondary controller. Do this by double-clicking on Primary IDE Channel. Then click the Advanced Settings tab. Ensure the Transfer Mode is set to "DMA if available" for both Device 0 and Device 1. Then repeat this process with the Secondary IDE Channel.&lt;br /&gt;&lt;br /&gt;9.) Upgrade the cabling. As hard-drive technology improves, the cabling requirements to achieve these performance boosts have become more stringent. Be sure to use 80-wire Ultra-133 cables on all of your IDE devices with the connectors properly assigned to the matching Master/Slave/Motherboard sockets. A single device must be at the end of the cable; connecting a single drive to the middle connector on a ribbon cable will cause signaling problems. With Ultra DMA hard drives, these signaling problems will prevent the drive from performing at its maximum potential. Also, because these cables inherently support "cable select," the location of each drive on the cable is important. For these reasons, the cable is designed so drive positioning is explicitly clear.&lt;br /&gt;&lt;br /&gt;10.) Remove all spyware from the computer. Use free programs such as AdAware by Lavasoft or SpyBot Search &amp;amp; Destroy. Once these programs are installed, be sure to check for and download any updates before starting your search. Anything either program finds can be safely removed. Any free software that requires spyware to run will no longer function once the spyware portion has been removed; if your customer really wants the program even though it contains spyware, simply reinstall it. For more information on removing Spyware visit this Web Pro News page.&lt;br /&gt;&lt;br /&gt;11.) Remove any unnecessary programs and/or items from Windows Startup routine using the MSCONFIG utility. Here's how: First, click Start, click Run, type MSCONFIG, and click OK. Click the StartUp tab, then uncheck any items you don't want to start when Windows starts. Unsure what some items are? Visit the WinTasks Process Library. It contains known system processes, applications, as well as spyware references and explanations. Or quickly identify them by searching for the filenames using Google or another Web search engine.&lt;br /&gt;&lt;br /&gt;12.) Remove any unnecessary or unused programs from the Add/Remove Programs section of the Control Panel.&lt;br /&gt;&lt;br /&gt;13.) Turn off any and all unnecessary animations, and disable active desktop. In fact, for optimal performance, turn off all animations. Windows XP offers many different settings in this area. Here's how to do it: First click on the System icon in the Control Panel. Next, click on the Advanced tab. Select the Settings button located under Performance. Feel free to play around with the options offered here, as nothing you can change will alter the reliability of the computer -- only its responsiveness.&lt;br /&gt;&lt;br /&gt;14.) If your customer is an advanced user who is comfortable editing their registry, try some of the performance registry tweaks offered at Tweak XP.&lt;br /&gt;&lt;br /&gt;15.) Visit Microsoft's Windows update site regularly, and download all updates labeled Critical. Download any optional updates at your discretion.&lt;br /&gt;&lt;br /&gt;16.) Update the customer's anti-virus software on a weekly, even daily, basis. Make sure they have only one anti-virus software package installed. Mixing anti-virus software is a sure way to spell disaster for performance and reliability.&lt;br /&gt;&lt;br /&gt;17.) Make sure the customer has fewer than 500 type fonts installed on their computer. The more fonts they have, the slower the system will become. While Windows XP handles fonts much more efficiently than did the previous versions of Windows, too many fonts -- that is, anything over 500 -- will noticeably tax the system.&lt;br /&gt;&lt;br /&gt;18.) Do not partition the hard drive. Windows XP's NTFS file system runs more efficiently on one large partition. The data is no safer on a separate partition, and a reformat is never necessary to reinstall an operating system. The same excuses people offer for using partitions apply to using a folder instead. For example, instead of putting all your data on the D: drive, put it in a folder called "D drive." You'll achieve the same organizational benefits that a separate partition offers, but without the degradation in system performance. Also, your free space won't be limited by the size of the partition; instead, it will be limited by the size of the entire hard drive. This means you won't need to resize any partitions, ever. That task can be time-consuming and also can result in lost data.&lt;br /&gt;&lt;br /&gt;19.) Check the system's RAM to ensure it is operating properly. I recommend using a free program called MemTest86. The download will make a bootable CD or diskette (your choice), which will run 10 extensive tests on the PC's memory automatically after you boot to the disk you created. Allow all tests to run until at least three passes of the 10 tests are completed. If the program encounters any errors, turn off and unplug the computer, remove a stick of memory (assuming you have more than one), and run the test again. Remember, bad memory cannot be repaired, but only replaced.&lt;br /&gt;&lt;br /&gt;20.) If the PC has a CD or DVD recorder, check the drive manufacturer's Web site for updated firmware. In some cases you'll be able to upgrade the recorder to a faster speed. Best of all, it's free.&lt;br /&gt;&lt;br /&gt;21.) Disable unnecessary services. Windows XP loads a lot of services that your customer most likely does not need. To determine which services you can disable for your client, visit the Black Viper site for Windows XP configurations.&lt;br /&gt;&lt;br /&gt;22.) If you're sick of a single Windows Explorer window crashing and then taking the rest of your OS down with it, then follow this tip: open My Computer, click on Tools, then Folder Options. Now click on the View tab. Scroll down to "Launch folder windows in a separate process," and enable this option. You'll have to reboot your machine for this option to take effect.&lt;br /&gt;&lt;br /&gt;23.) At least once a year, open the computer's cases and blow out all the dust and debris. While you're in there, check that all the fans are turning properly. Also inspect the motherboard capacitors for bulging or leaks. For more information on this leaking-capacitor phenomena, you can read numerous articles on my site.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Following any of these suggestions should result in noticeable improvements to the performance and reliability of your customers' computers. If you still want to defrag a disk, remember that the main benefit will be to make your data more retrievable in the event of a crashed drive.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-2186076703748204776?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/2186076703748204776/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/23-ways-to-speed-winxp-not-only-defrag.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2186076703748204776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/2186076703748204776'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/23-ways-to-speed-winxp-not-only-defrag.html' title='23 Ways To Speed WinXP, Not only Defrag'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-832000257277830072</id><published>2009-04-29T16:32:00.000+05:30</published><updated>2009-04-29T16:34:02.706+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='20 Great Google Secrets'/><title type='text'>20 Great Google Secrets</title><content type='html'>20 Great Google Secrets&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://www.pcmag.com/article2/0,4149,1306756,00.asp&lt;br /&gt;&lt;br /&gt;excl.gif No Active Links, Read the Rules - Edit by Ninja excl.gif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Google is clearly the best general-purpose search engine on the Web (see&lt;br /&gt;&lt;br /&gt;www.pcmag.com/searchengines&lt;br /&gt;&lt;br /&gt;But most people don't use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google's index, it's still a struggle to pare results to a manageable number.&lt;br /&gt;&lt;br /&gt;But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google's search options go beyond simple keywords, the Web, and even its own programmers. Let's look at some of Google's lesser-known options.&lt;br /&gt;&lt;br /&gt;Syntax Search Tricks&lt;br /&gt;&lt;br /&gt;Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at&lt;br /&gt;&lt;br /&gt;www.google.com/help/operators.html&lt;br /&gt;&lt;br /&gt;. Here are some advanced operators that can help narrow down your search results.&lt;br /&gt;&lt;br /&gt;Intitle: at the beginning of a query word or phrase (intitle:"Three Blind Mice") restricts your search results to just the titles of Web pages.&lt;br /&gt;&lt;br /&gt;Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you're searching for might commonly appear in URLs. If you're looking for the term HTML, for example, and you don't want to get results such as&lt;br /&gt;&lt;br /&gt;www.mysite.com/index.html&lt;br /&gt;&lt;br /&gt;, you can enter intext:html.&lt;br /&gt;&lt;br /&gt;Link: lets you see which pages are linking to your Web page or to another page you're interested in. For example, try typing in&lt;br /&gt;&lt;br /&gt;link:http://www.pcmag.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:"Mark Twain"site:edu. Experiment with mixing various elements; you'll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.&lt;br /&gt;&lt;br /&gt;Swiss Army Google&lt;br /&gt;&lt;br /&gt;Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature&lt;br /&gt;&lt;br /&gt;(www.google.com/help/features.html#calculator)&lt;br /&gt;&lt;br /&gt;lets you do both math and a variety of conversions from the search box. For extra fun, try the query "Answer to life the universe and everything."&lt;br /&gt;&lt;br /&gt;Let Google help you figure out whether you've got the right spelling—and the right word—for your search. Enter a misspelled word or phrase into the query box (try "thre blund mise") and Google may suggest a proper spelling. This doesn't always succeed; it works best when the word you're searching for can be found in a dictionary. Once you search for a properly spelled word, look at the results page, which repeats your query. (If you're searching for "three blind mice," underneath the search window will appear a statement such as Searched the web for "three blind mice.") You'll discover that you can click on each word in your search phrase and get a definition from a dictionary.&lt;br /&gt;&lt;br /&gt;Suppose you want to contact someone and don't have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you'll see it at the top of the search results along with a map link to the address. If you'd rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you'd rather use a search form for business phone listings, try Yellow Search&lt;br /&gt;&lt;br /&gt;(www.buzztoolbox.com/google/yellowsearch.shtml).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Extended Googling&lt;br /&gt;&lt;br /&gt;Google offers several services that give you a head start in focusing your search. Google Groups&lt;br /&gt;&lt;br /&gt;(http://groups.google.com)&lt;br /&gt;&lt;br /&gt;indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle&lt;br /&gt;CODE&lt;br /&gt;(http://froogle.google.com),&lt;br /&gt;&lt;br /&gt;which indexes products from online stores, and Google Catalogs&lt;br /&gt;CODE&lt;br /&gt;(http://catalogs.google.com),&lt;br /&gt;&lt;br /&gt;which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google's tools and services at&lt;br /&gt;&lt;br /&gt;www.google.com/options/index.html&lt;br /&gt;&lt;br /&gt;You're probably used to using Google in your browser. But have you ever thought of using Google outside your browser?&lt;br /&gt;&lt;br /&gt;Google Alert&lt;br /&gt;&lt;br /&gt;(www.googlealert.com)&lt;br /&gt;&lt;br /&gt;monitors your search terms and e-mails you information about new additions to Google's Web index. (Google Alert is not affiliated with Google; it uses Google's Web services API to perform its searches.) If you're more interested in news stories than general Web content, check out the beta version of Google News Alerts&lt;br /&gt;&lt;br /&gt;(www.google.com/newsalerts).&lt;br /&gt;&lt;br /&gt;This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)&lt;br /&gt;&lt;br /&gt;Google on the telephone? Yup. This service is brought to you by the folks at Google Labs&lt;br /&gt;&lt;br /&gt;(http://labs.google.com),&lt;br /&gt;&lt;br /&gt;a place for experimental Google ideas and features (which may come and go, so what's there at this writing might not be there when you decide to check it out). With Google Voice Search&lt;br /&gt;&lt;br /&gt;(http://labs1.google.com/gvs.html),&lt;br /&gt;&lt;br /&gt;you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don't expect 100 percent success.&lt;br /&gt;&lt;br /&gt;In 2002, Google released the Google API (application programming interface), a way for programmers to access Google's search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you'll need an API key, which is available free from&lt;br /&gt;CODE&lt;br /&gt;www.google.com/apis&lt;br /&gt;&lt;br /&gt;. See the figures for two more examples, and visit&lt;br /&gt;&lt;br /&gt;www.pcmag.com/solutions&lt;br /&gt;&lt;br /&gt;for more.&lt;br /&gt;&lt;br /&gt;Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You'll be amazed at how many different ways Google can improve your Internet searching.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Online Extra: More Google Tips&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here are a few more clever ways to tweak your Google searches.&lt;br /&gt;&lt;br /&gt;Search Within a Timeframe&lt;br /&gt;&lt;br /&gt;Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic's current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires Julian dates, not standard Gregorian dates. You can find converters on the Web (such as&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;http://aa.usno.navy.mil/data/docs/JulianDate.html&lt;br /&gt;&lt;br /&gt;excl.gif No Active Links, Read the Rules - Edit by Ninja excl.gif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;), but an easier way is to do a Google daterange: search by filling in a form at&lt;br /&gt;&lt;br /&gt;www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml&lt;br /&gt;&lt;br /&gt;. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can't be mixed (you can't use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.&lt;br /&gt;&lt;br /&gt;More Google API Applications&lt;br /&gt;&lt;br /&gt;Staggernation.com offers three tools based on the Google API. The Google API Web Search by Host (GAWSH) lists the Web hosts of the results for a given query&lt;br /&gt;&lt;br /&gt;(www.staggernation.com/gawsh/).&lt;br /&gt;&lt;br /&gt;When you click on the triangle next to each host, you get a list of results for that host. The Google API Relation Browsing Outliner (GARBO) is a little more complicated: You enter a URL and choose whether you want pages that related to the URL or linked to the URL&lt;br /&gt;&lt;br /&gt;(www.staggernation.com/garbo/).&lt;br /&gt;&lt;br /&gt;Click on the triangle next to an URL to get a list of pages linked or related to that particular URL. CapeMail is an e-mail search application that allows you to send an e-mail to google@capeclear.com with the text of your query in the subject line and get the first ten results for that query back. Maybe it's not something you'd do every day, but if your cell phone does e-mail and doesn't do Web browsing, this is a very handy address to know.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7775725937556217680-832000257277830072?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/832000257277830072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/20-great-google-secrets.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/832000257277830072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/832000257277830072'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/20-great-google-secrets.html' title='20 Great Google Secrets'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7775725937556217680.post-5943342245855615286</id><published>2009-04-29T16:30:00.000+05:30</published><updated>2009-04-29T16:32:06.694+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='10 reasons why PCs crash U must Know'/><title type='text'>10 reasons why PCs crash U must Know</title><content type='html'>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."&lt;br /&gt;&lt;br /&gt;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?&lt;br /&gt;&lt;br /&gt;1 Hardware conflict&lt;br /&gt;&lt;br /&gt;The 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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:&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System-Device Manager.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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).&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;2 Bad Ram&lt;br /&gt;&lt;br /&gt;Ram (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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;3 BIOS settings&lt;br /&gt;&lt;br /&gt;Every 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.).&lt;br /&gt;&lt;br /&gt;4 Hard disk drives&lt;br /&gt;&lt;br /&gt;After 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&lt;br /&gt;&lt;br /&gt;* Start-Programs-Accessories-System Tools-Disk Defragmenter&lt;br /&gt;&lt;br /&gt;This 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.&lt;br /&gt;&lt;br /&gt;The Task Scheduler should be one of the small icons on the bottom right of the Windows opening page (the desktop).&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System Icon-Performance-File System-Hard Disk.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;* Start-Programs-Accessories-System Tools-ScanDisk&lt;br /&gt;&lt;br /&gt;Otherwise assign the Task Scheduler to perform this operation at night when the computer is not in use.&lt;br /&gt;&lt;br /&gt;5 Fatal OE exceptions and VXD errors&lt;br /&gt;&lt;br /&gt;Fatal OE exception errors and VXD errors are often caused by video card problems.&lt;br /&gt;&lt;br /&gt;These can often be resolved easily by reducing the resolution of the video display. Go to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-Display-Settings&lt;br /&gt;&lt;br /&gt;Here 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.&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System-Device Manager&lt;br /&gt;&lt;br /&gt;Here, 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Another useful way to resolve video problems is to go to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System-Performance-Graphics&lt;br /&gt;&lt;br /&gt;Here 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).&lt;br /&gt;&lt;br /&gt;Look up your video card's manufacturer on the internet and search for the most recent drivers for it.&lt;br /&gt;&lt;br /&gt;6 Viruses&lt;br /&gt;&lt;br /&gt;Often 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&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-Add/Remove Programs&lt;br /&gt;&lt;br /&gt;Here, look for the Start Up Disk tab. Virus protection requires constant vigilance.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;An excellent antivirus programme is McAfee VirusScan by Network Associates ( www.nai.com). Another is Norton AntiVirus 2000, made by Symantec ( www.symantec.com).&lt;br /&gt;&lt;br /&gt;7 Printers&lt;br /&gt;&lt;br /&gt;The action of sending a document to print creates a bigger file, often called a postscript file.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;8 Software&lt;br /&gt;&lt;br /&gt;A 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.org&lt;br /&gt;&lt;br /&gt;Often 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.&lt;br /&gt;&lt;br /&gt;Safe Mode loads a minimum of drivers. It allows you to find and fix problems that prevent Windows from loading properly.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Remember to restore all the BIOS settings back to their former settings following installation.&lt;br /&gt;&lt;br /&gt;9 Overheating&lt;br /&gt;&lt;br /&gt;Central 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.&lt;br /&gt;&lt;br /&gt;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.com&lt;br /&gt;&lt;br /&gt;CPU 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.&lt;br /&gt;&lt;br /&gt;10 Power supply problems&lt;br /&gt;&lt;br /&gt;With 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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/7775725937556217680-5943342245855615286?l=computertrick4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://computertrick4u.blogspot.com/feeds/5943342245855615286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/10-reasons-why-pcs-crash-u-must-know_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5943342245855615286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7775725937556217680/posts/default/5943342245855615286'/><link rel='alternate' type='text/html' href='http://computertrick4u.blogspot.com/2009/04/10-reasons-why-pcs-crash-u-must-know_29.html' title='10 reasons why PCs crash U must Know'/><author><name>Computer Tricks</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_CRhCqy9F9vM/ShXF2VeIU3I/AAAAAAAABZs/s066Ifl157I/S220/3D+Character+(15).jpg'/></author><thr:total>0</thr:total></entry></feed>
