<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CEECRnY4eSp7ImA9WhRbFUw.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681</id><updated>2012-02-06T13:02:47.831+05:45</updated><category term="Computer Desktop Tips" /><category term="Tips On Speeding your Computer Performance" /><category term="Windows XP Tips" /><category term="windows 7 tips" /><category term="cj.com web service advertise" /><category term="New Technology" /><category term="Mobile | IPOD | PDA Maintenance" /><category term="Internet Tips" /><category term="Top 7 Ways to Secure Windows XP" /><title>Tips on Computer</title><subtitle type="html">Collection of Only Best Computer | Mobile tips for free</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://freetips4pc.blogspot.com/" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TipsOnComputer" /><feedburner:info uri="tipsoncomputer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;A0MHQn04eyp7ImA9Wx5bFkU.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-5093368231174458878</id><published>2010-11-01T22:10:00.002+05:45</published><updated>2010-11-02T15:02:13.333+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-02T15:02:13.333+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Top 7 Ways to Secure Windows XP" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="windows 7 tips" /><title>How to Lock and Hide Folders in Windows Without Additional Software?</title><content type="html">So, How to Lock and Hide Folders in Windows Without Additional Software?&lt;br /&gt;
&lt;br /&gt;
Follow these steps:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
1) Open Notepad and copy the contents of the code below.&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;/code&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;cls&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;@ECHO OFF&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;title Folder Locker&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if NOT EXIST Locker goto MDLOCKER&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:CONFIRM&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Are you sure u want to Lock the folder(Y/N)&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;set/p "cho=&amp;gt;"&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if %cho%==Y goto LOCK&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if %cho%==y goto LOCK&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if %cho%==n goto END&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if %cho%==N goto END&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Invalid choice.&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;goto CONFIRM&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:LOCK&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Folder locked&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;goto End&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:UNLOCK&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Enter password to Unlock folder&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;set/p "pass=&amp;gt;"&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;if NOT %pass%==type your password here goto FAIL&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Folder Unlocked successfully&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;goto End&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:FAIL&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Invalid password&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;goto end&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:MDLOCKER&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;md Locker&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;echo Locker created successfully&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;goto End&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt;:End&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;code&gt;&lt;/code&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Change the password by replacing ‘type your password here‘ in the code with your password.&lt;br /&gt;
&lt;br /&gt;
3) Save it as XYZ.bat (Note: Try to be innovative and save it in such a way that it sounds like a system file so that nobody will try to bother clicking it)&lt;br /&gt;
&lt;br /&gt;
Update: If you are not sure how to change the file extension from .txt to .bat, check &lt;u&gt;How to Change File Extension in Windows.&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
4) Close the file if it is still opened and double click XYZ.bat&lt;br /&gt;
5) It will create a new folder called ‘Locker’ automatically. (If you want the file name to be different, find and replace Locker in the code with the name of your choice). This new locker folder will be created in the same hierarchy as the .bat file.&lt;br /&gt;
&lt;br /&gt;
6) Place the contents inside and double click XYZ.bat, it will ask whether you want to lock. Say ‘Y’ and now your folder will disappear.&lt;br /&gt;
&lt;br /&gt;
7) To view again, double click XYZ.bat again and enter your password.&lt;br /&gt;
&lt;br /&gt;
Frequently asked questions:&lt;br /&gt;
&lt;br /&gt;
1. What if I no longer want to hide the folder?&lt;br /&gt;
&lt;br /&gt;
Just delete the XYZ.bat file when the locker folder is in visible mode. Or you can rename the Locker folder to something else and the next time if you double click, it will create an empty Locker folder.&lt;br /&gt;
&lt;br /&gt;
2. What if I deleted the .bat file when the Locker folder is not hidden?&lt;br /&gt;
&lt;br /&gt;
You can download the code again, change the password and create the XYZ.bat file. Now paste that file in the same hierarchy as the Locker folder. It will work as before with the new password.&lt;br /&gt;
&lt;br /&gt;
3. What if I deleted the .bat file when the Locker folder is hidden?&lt;br /&gt;
&lt;br /&gt;
The contents are still there hidden, so don’t panic! Just download the code again, change the password and create the XYZ.bat file. Now paste that file in the same hierarchy as the Locker folder is hidden. Double click the .bat file and you can unlock the Locker folder with the new password.&lt;br /&gt;
&lt;br /&gt;
Note: This trick is only to provide Privacy, so that nobody accidentally opens your private folders. It does not provide any ultimate security. Anybody can open XYZ.bat in any text editor and view the code. As I had mentioned it before try to keep this file in not an obvious place with a name that looks like a system file, so that nobody will have a chance to touch or doubt at this file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-5093368231174458878?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rmdXl-r4lTRH9rTns_ASd7N00YM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rmdXl-r4lTRH9rTns_ASd7N00YM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rmdXl-r4lTRH9rTns_ASd7N00YM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rmdXl-r4lTRH9rTns_ASd7N00YM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/7S1uXPz5918" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/5093368231174458878/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=5093368231174458878" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5093368231174458878?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5093368231174458878?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/7S1uXPz5918/so-how-to-lock-and-hide-folders-in.html" title="How to Lock and Hide Folders in Windows Without Additional Software?" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2010/11/so-how-to-lock-and-hide-folders-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4BQXY5fyp7ImA9Wx5bFk8.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-6947858444458924608</id><published>2010-11-01T21:57:00.000+05:45</published><updated>2010-11-01T21:57:30.827+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-01T21:57:30.827+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="windows 7 tips" /><title>Steps to hide folders without using any software in windows 7</title><content type="html">&lt;div class="module moduleText color0" id="mod_5130230" style="clear: left; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="txtd" id="txtd_5130230" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; word-wrap: break-word;"&gt;&lt;div style="margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Follow the following steps to hide folders without using any software:&lt;/div&gt;&lt;ol style="margin-bottom: 0.75em; margin-left: 2em; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Firstly, create a new folder.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Right-click on the newly created folder and from the the menu select&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&amp;nbsp;Rename&lt;/strong&gt;&amp;nbsp;option.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Hold&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Alt&lt;/strong&gt;&amp;nbsp;key and press&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;9&lt;/strong&gt;&amp;nbsp;key nine times and then press&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Enter&amp;nbsp;&lt;/strong&gt;key. You will see a blank folder name for that folder.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Again right-click on that folder and select&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;From the properties window, select&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Customize&amp;nbsp;&lt;/strong&gt;tab.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Select&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Change Icon&lt;/strong&gt;&amp;nbsp;form the&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Folder icons&lt;/strong&gt;&amp;nbsp;part.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Now, select a blank folder icon form the&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Change Icon for Folder window.&lt;/strong&gt;&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Click on&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;OK&amp;nbsp;&lt;/strong&gt;button.&lt;/li&gt;
&lt;li style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Again, click on&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;OK&lt;/strong&gt;&amp;nbsp;button of the folder properties.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="module moduleText color0" id="mod_5130443" style="clear: left; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="txtd" id="txtd_5130443" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; word-wrap: break-word;"&gt;&lt;div style="margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;That's all. You will see that the folder is invisible or hidden. In this way, you can easily hide any folder from others in Windows 7 all versions including Ultimate, Ultimate, Premium, Professional, Basic, Starter and Enterprise edition.&lt;/div&gt;&lt;div style="margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;If you face any difficulties or problem of the above instructions, then tell me in the comment section and I will try to help you.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-6947858444458924608?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Qv6_r5evou7mM6TXkcP2jmGpfkY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Qv6_r5evou7mM6TXkcP2jmGpfkY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Qv6_r5evou7mM6TXkcP2jmGpfkY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Qv6_r5evou7mM6TXkcP2jmGpfkY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/HxyQDqoyZes" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/6947858444458924608/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=6947858444458924608" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/6947858444458924608?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/6947858444458924608?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/HxyQDqoyZes/steps-to-hide-folders-without-using-any.html" title="Steps to hide folders without using any software in windows 7" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2010/11/steps-to-hide-folders-without-using-any.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMCRX84eyp7ImA9WxBUEEU.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-3614936937502595434</id><published>2010-02-25T12:25:00.005+05:45</published><updated>2010-02-25T12:32:44.133+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-25T12:32:44.133+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="New Technology" /><title>Samsung CorbyPRO is the latest addition to Samsung Genio which was released last year.</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4YcLBBFBEI/AAAAAAAAACU/pl5Mv1TH63c/s1600-h/corby-pro.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4YcLBBFBEI/AAAAAAAAACU/pl5Mv1TH63c/s400/corby-pro.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 267px;" src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4YcLBBFBEI/AAAAAAAAACU/pl5Mv1TH63c/s400/corby-pro.jpg" alt="" id="BLOGGER_PHOTO_ID_5442068175300920386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Samsung Corby PRO B5310 Features/Specifications&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* Quad-band GSM/EDGE&lt;br /&gt;* Dual-band UMTS support with HSDPA&lt;br /&gt;* 2.8″ resistive TFT touchscreen of QVGA resolution&lt;br /&gt;* Four-row side-slide QWERTY keyboard&lt;br /&gt;* 150 MB onboard storage, microSD card slot (up to 16GB)&lt;br /&gt;* 3.15 megapixel fixed-focus camera with smile detection, QVGA video @ 15fps&lt;br /&gt;* FM radio with RDS&lt;br /&gt;* Find Music recognition service&lt;br /&gt;* TouchWiz and Cartoon UI&lt;br /&gt;* Social networking integration with direct file uploads&lt;br /&gt;* GPS with A-GPS support&lt;br /&gt;* Wi-Fi and GPS&lt;br /&gt;* 3.5mm audio jack&lt;br /&gt;* Accelerometer sensor for screen auto rotation&lt;br /&gt;* Office document viewer&lt;br /&gt;* Excellent web browser&lt;br /&gt;* Push email&lt;br /&gt;* Smart unlock&lt;br /&gt;* Replaceable rear covers (Fashion Jackets)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Samsung Corby PRO B5310 Reviews&lt;/span&gt;&lt;br /&gt;Write your review to this product.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-3614936937502595434?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hn1ooT4NnzawgPsgrmNFZKIaF70/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hn1ooT4NnzawgPsgrmNFZKIaF70/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hn1ooT4NnzawgPsgrmNFZKIaF70/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hn1ooT4NnzawgPsgrmNFZKIaF70/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/rsimmHQPHJ0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/3614936937502595434/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=3614936937502595434" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3614936937502595434?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3614936937502595434?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/rsimmHQPHJ0/samsung-corby-pro-b5310.html" title="Samsung CorbyPRO is the latest addition to Samsung Genio which was released last year." /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4YcLBBFBEI/AAAAAAAAACU/pl5Mv1TH63c/s72-c/corby-pro.jpg" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2010/02/samsung-corby-pro-b5310.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEINQ3Y_cSp7ImA9WxBVGUQ.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-2982558807748521227</id><published>2010-02-24T12:52:00.004+05:45</published><updated>2010-02-24T13:14:52.849+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-24T13:14:52.849+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Top 7 Ways to Secure Windows XP" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Computer Desktop Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips On Speeding your Computer Performance" /><title>How to detect and delete the duplicate files on your computer?</title><content type="html">This utility program is used to search and delete the duplicate files and folder on your hard disk, so that operating system can access data more quickly and easily. You can search any kind of duplicate files on your computer, for example music, text and picture. You can scan files with same contents, folder, drives and hard disk with powerful search engine. When the scanning process is completed, you will see a list of actual files, list of duplicate files with size, creating time, access and write time then create free disk space by deleting duplicates.&lt;br /&gt;&lt;br /&gt;Duplicate File Detector has a very simple control panel to help the all level of users. You can scan almost any media CD/DVD, USB, external storage device, zip drive and network drive also. You can download this tool for any windows version. Download it and run the easy setup.&lt;br /&gt;&lt;br /&gt;After installation launch Duplicate File Detector, the first screen will appear with the title "Duplicate File Detector with project name".&lt;br /&gt;&lt;br /&gt;In left side panel click on "Explorer" tab and you will see a list of all attached drives and My Network Places also. Here you can select any file, folder and drives for scanning.&lt;br /&gt;&lt;br /&gt;Select a folder (in this case My Documents) and then press the button "Search file duplicates now" in the bottom area of right side panel. Here you can select the options (Process subfolders and Skip zero-length file) under "Start Search" section. You can also filter files here with date, size and attributes.&lt;br /&gt;&lt;br /&gt;Now a small dialog box will appear with title "Search for duplicate files in folders", click on "Search now" button to start scanning process. If you have a large folder size, this process can take several minute.&lt;br /&gt;&lt;br /&gt;After search process is completed, the results are displayed in two lists. The top list shows all files in the specified folders and lower list shows files which have duplicates.&lt;br /&gt;&lt;br /&gt;Right click on any duplicates files and you will find many options to manage this duplicate files, for example copy, move to other location or delete it.&lt;br /&gt;&lt;br /&gt;I recommend you doing this after one month if you want to improve the performance of your computer.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzbuWjQI/AAAAAAAAACM/df08NKsqNsQ/s1600-h/search_duplicate_files.gif"&gt;&lt;img src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzbuWjQI/AAAAAAAAACM/df08NKsqNsQ/s400/search_duplicate_files.gif" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 251px;" src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzbuWjQI/AAAAAAAAACM/df08NKsqNsQ/s400/search_duplicate_files.gif" alt="" id="BLOGGER_PHOTO_ID_5441708229850991874" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzPFT63I/AAAAAAAAACE/ehmOcwHn0RI/s1600-h/scanning_result.gif"&gt;&lt;img src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzPFT63I/AAAAAAAAACE/ehmOcwHn0RI/s400/scanning_result.gif" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 259px;" src="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzPFT63I/AAAAAAAAACE/ehmOcwHn0RI/s400/scanning_result.gif" alt="" id="BLOGGER_PHOTO_ID_5441708226457627506" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Wp9U1idjlxw/S4TUyrMs7zI/AAAAAAAAAB8/dUhNVCzr4TE/s1600-h/Duplicate_File_Detector.gif"&gt;&lt;img src="http://1.bp.blogspot.com/_Wp9U1idjlxw/S4TUyrMs7zI/AAAAAAAAAB8/dUhNVCzr4TE/s400/Duplicate_File_Detector.gif" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 237px;" src="http://1.bp.blogspot.com/_Wp9U1idjlxw/S4TUyrMs7zI/AAAAAAAAAB8/dUhNVCzr4TE/s400/Duplicate_File_Detector.gif" alt="" id="BLOGGER_PHOTO_ID_5441708216824950578" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Wp9U1idjlxw/S4TUiT7Dn_I/AAAAAAAAAB0/eUtr6ghxhhw/s1600-h/delete_duplicate_files.gif"&gt;&lt;img src="http://3.bp.blogspot.com/_Wp9U1idjlxw/S4TUiT7Dn_I/AAAAAAAAAB0/eUtr6ghxhhw/s400/delete_duplicate_files.gif" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 233px; height: 327px;" src="http://3.bp.blogspot.com/_Wp9U1idjlxw/S4TUiT7Dn_I/AAAAAAAAAB0/eUtr6ghxhhw/s400/delete_duplicate_files.gif" alt="" id="BLOGGER_PHOTO_ID_5441707935699017714" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-2982558807748521227?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KNujCSZYQ5f3C4QEEERG-GoChBY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KNujCSZYQ5f3C4QEEERG-GoChBY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KNujCSZYQ5f3C4QEEERG-GoChBY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KNujCSZYQ5f3C4QEEERG-GoChBY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/XEFFdxmFWWw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/2982558807748521227/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=2982558807748521227" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2982558807748521227?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2982558807748521227?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/XEFFdxmFWWw/how-to-detect-and-delete-duplicate.html" title="How to detect and delete the duplicate files on your computer?" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Wp9U1idjlxw/S4TUzbuWjQI/AAAAAAAAACM/df08NKsqNsQ/s72-c/search_duplicate_files.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2010/02/how-to-detect-and-delete-duplicate.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUINSHs6eip7ImA9WxNSGUo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-4910740887390135106</id><published>2009-09-03T17:01:00.004+05:45</published><updated>2009-09-03T17:18:19.512+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-03T17:18:19.512+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cj.com web service advertise" /><title>Cj.com Web services</title><content type="html">Today i registered in cj.com, it is a cool site. I'm developing a web services for this.&lt;br /&gt;&lt;br /&gt;I started working on a new project&lt;br /&gt;&lt;br /&gt;My requirement for this project:&lt;br /&gt;1. Get product catalog lists&lt;br /&gt;2. Get Daily Publisher Commission Service&lt;br /&gt;3. Get Item-based Details service&lt;br /&gt;&lt;br /&gt;I've started working on the SOAP based API, Because i could not find any information on the REST APIs&lt;br /&gt;&lt;br /&gt;Any suggestion will be accepted. I'll post my work here once i finish this project&lt;br /&gt;&lt;br /&gt;Hope this will be helpful for you guys interested in cj.com and its webservices.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-4910740887390135106?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NMQ1tCBPTXLKIVthfnXoGZnZceI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NMQ1tCBPTXLKIVthfnXoGZnZceI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NMQ1tCBPTXLKIVthfnXoGZnZceI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NMQ1tCBPTXLKIVthfnXoGZnZceI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/n18a70X0MPw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/4910740887390135106/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=4910740887390135106" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/4910740887390135106?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/4910740887390135106?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/n18a70X0MPw/cjcom-web-services.html" title="Cj.com Web services" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2009/09/cjcom-web-services.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIMRXk8eCp7ImA9WxVUGUg.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-2056139148108903920</id><published>2009-03-25T10:55:00.000+05:45</published><updated>2009-03-25T11:08:04.770+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-25T11:08:04.770+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Internet Tips" /><title>How To Find Secret Sites And Articles</title><content type="html">On the internet there are a lot of site owners that hide some of the site's pages or even the entire site from the search engines. You can now find those sites with robots.txt.&lt;br /&gt;&lt;br /&gt;Robots.txt is a text file present in the root directory of a site which is used to control which pages are indexed by a robot. If you use the 'disallow' word you can block parts of your sites to be found by search engines.&lt;br /&gt;&lt;br /&gt;1. Open http://www.google.com and search after the keyword :&lt;br /&gt;&lt;br /&gt;"robots.txt" "disallow:" filetype:txt&lt;br /&gt;&lt;br /&gt;2. You will find the robots.txt file from sites that uses disallow command in it.&lt;br /&gt;&lt;br /&gt;3. Let's open for example the first site: WhiteHouse. We can see that a lot of pages were made invisible.&lt;br /&gt;&lt;br /&gt;4. To open 'forbidden' pages just copy the text from what disallow command you want, without the "text" at the end.&lt;br /&gt;&lt;br /&gt;5. Now replace in the browser /robots.txt with your copied text and press Enter. The page will open.&lt;br /&gt;&lt;br /&gt;This is the hidden page from WhiteHouse.&lt;br /&gt;&lt;br /&gt;Of course you can find more interesting pages, this was just an example.&lt;br /&gt;&lt;br /&gt;Now you can be like a modern online Sherlock Holmes. Find what others hide :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-2056139148108903920?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KHOiKZiixoX9th5S6lQPI67oLAU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KHOiKZiixoX9th5S6lQPI67oLAU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KHOiKZiixoX9th5S6lQPI67oLAU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KHOiKZiixoX9th5S6lQPI67oLAU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/sE8Nr-4M3SE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/2056139148108903920/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=2056139148108903920" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2056139148108903920?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2056139148108903920?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/sE8Nr-4M3SE/how-to-find-secret-sites-and-articles.html" title="How To Find Secret Sites And Articles" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2009/03/how-to-find-secret-sites-and-articles.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMBSXs_cCp7ImA9WB9RGEo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-8784689374128899755</id><published>2007-10-20T16:34:00.000+05:45</published><updated>2007-10-20T16:35:58.548+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-10-20T16:35:58.548+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>Hiding Manage My Computer</title><content type="html">If you want to remove Manage My Computer from My Computer&lt;br /&gt;&lt;br /&gt;   1. Start Regedit&lt;br /&gt;&lt;br /&gt;   2. Go to HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer&lt;br /&gt;&lt;br /&gt;   3. Create a DWORD value called NoManageMyComputerVerb&lt;br /&gt;&lt;br /&gt;   4. Set the value to 1&lt;br /&gt;&lt;br /&gt;   5. Reboot&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-8784689374128899755?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Kv6nPaUjN4za0EyHTqflcINi-JQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kv6nPaUjN4za0EyHTqflcINi-JQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Kv6nPaUjN4za0EyHTqflcINi-JQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kv6nPaUjN4za0EyHTqflcINi-JQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/bsIKBC5QRYM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/8784689374128899755/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=8784689374128899755" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/8784689374128899755?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/8784689374128899755?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/bsIKBC5QRYM/hiding-manage-my-computer.html" title="Hiding Manage My Computer" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/10/hiding-manage-my-computer.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQHRH4zfip7ImA9WB9RGEo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-3309803636994044219</id><published>2007-10-20T16:33:00.001+05:45</published><updated>2007-10-20T16:33:55.086+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-10-20T16:33:55.086+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>Task Manager is Menu Bar is Missing</title><content type="html">If you start the Task Manager and menu bar and tabs are missing,&lt;br /&gt;the Task Manager is running in Tiny Footprint mode.&lt;br /&gt;&lt;br /&gt;To fix this, simply double click on an empty space in the top border.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-3309803636994044219?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HCj4IKYuqs7gzy4XV6VS6WoyaQ4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HCj4IKYuqs7gzy4XV6VS6WoyaQ4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HCj4IKYuqs7gzy4XV6VS6WoyaQ4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HCj4IKYuqs7gzy4XV6VS6WoyaQ4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/cllIxICyzSM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/3309803636994044219/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=3309803636994044219" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3309803636994044219?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3309803636994044219?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/cllIxICyzSM/task-manager-is-menu-bar-is-missing.html" title="Task Manager is Menu Bar is Missing" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/10/task-manager-is-menu-bar-is-missing.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUCSX4-fyp7ImA9WB9RGEo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-5962923933890151036</id><published>2007-10-20T16:30:00.000+05:45</published><updated>2007-10-20T16:32:48.057+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-10-20T16:32:48.057+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>Taking Ownership Of a Folder</title><content type="html">Sometimes when you reinstall WindowsXP, you can receive an Access Denied error when trying to open a previous user's directory.&lt;br /&gt;To take ownership of that folder again:&lt;br /&gt;&lt;br /&gt;   1. Log on with an account that has administrator rights&lt;br /&gt;   2. Right click on the folder&lt;br /&gt;   3. Select Properties&lt;br /&gt;   4. Click on the Security tab&lt;br /&gt;   5. Click on the Advanced button&lt;br /&gt;   6. Click on the Owner tab&lt;br /&gt;   7. In the list of Names, click on your name&lt;br /&gt;   8. To take ownership, click on Replace owner on subcontainers and objects&lt;br /&gt;   9. Click OK and Yes&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-5962923933890151036?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2rVH2DSAVMJoGE9ELv_BXEKKmzc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2rVH2DSAVMJoGE9ELv_BXEKKmzc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2rVH2DSAVMJoGE9ELv_BXEKKmzc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2rVH2DSAVMJoGE9ELv_BXEKKmzc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/oJcp2BYT42c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/5962923933890151036/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=5962923933890151036" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5962923933890151036?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5962923933890151036?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/oJcp2BYT42c/taking-ownership-of-folder.html" title="Taking Ownership Of a Folder" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/10/taking-ownership-of-folder.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcESHo7cSp7ImA9WB9RGEo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-3739495210265367025</id><published>2007-10-20T16:00:00.001+05:45</published><updated>2007-10-20T16:11:49.409+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-10-20T16:11:49.409+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Computer Desktop Tips" /><title>Forgotten Admin or User's Password</title><content type="html">You donot need to reinstall if you forget the admin password.&lt;br /&gt;&lt;br /&gt;There is a boot disk you can download at:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;http://home.eunet.no/~pnordahl/ntpasswd/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;that will let you reset the password of any account on NT4, Windows2000 or XP.&lt;br /&gt;&lt;br /&gt;Just follow all the default settings which are for the admin account. Used it many times with great success.&lt;br /&gt;&lt;br /&gt;They also have a bootable CD image you can download.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-3739495210265367025?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/npY3qANKnnuFIQuLe29Ew8XLVRI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/npY3qANKnnuFIQuLe29Ew8XLVRI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/npY3qANKnnuFIQuLe29Ew8XLVRI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/npY3qANKnnuFIQuLe29Ew8XLVRI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/a9BhfOj7v6I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/3739495210265367025/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=3739495210265367025" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3739495210265367025?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/3739495210265367025?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/a9BhfOj7v6I/forgotten-admin-or-users-password.html" title="Forgotten Admin or User's Password" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/10/forgotten-admin-or-users-password.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkUDQnk-fSp7ImA9WB5WEEs.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-8916424602435417955</id><published>2007-07-22T06:35:00.000+05:45</published><updated>2007-07-22T07:22:53.755+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-22T07:22:53.755+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>To convert from Fat to NTFS</title><content type="html">To convert from Fat to NTFS:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 1:&lt;/span&gt;  Click Start&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 2:&lt;/span&gt;  Click Run&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 3:&lt;/span&gt;  In the available text Field type:  CMD and click Ok.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 4:&lt;/span&gt;  Now the Black DOS windows appears, you can see C:\Documents and Settings\&amp;lt;username&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 5:&lt;/span&gt;  Now type=&gt;convert &amp;lt;drive letter which is required to convert&amp;gt;: /FS:NTFS&lt;br /&gt;         and hit ENTER&lt;br /&gt;  for eg: convert c: /fs/ntfs&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 6:&lt;/span&gt;  press Y to confirm the conversion&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 7:&lt;/span&gt;  If it ask you to reboot the machine: press Y and hit enter, else it will start converting...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 8:&lt;/span&gt;  While conversion complete... go and have a cup of coffee :)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Notice:&lt;/span&gt; But remember that once you do this, you cannot convert it back within the Windows OS...  It is a one way street so to speak..  (unless you have a third party utility...)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-8916424602435417955?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0papeEtRZcbEyFkMwYoLj29WavI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0papeEtRZcbEyFkMwYoLj29WavI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0papeEtRZcbEyFkMwYoLj29WavI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0papeEtRZcbEyFkMwYoLj29WavI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/pCjaHcin2mE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/8916424602435417955/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=8916424602435417955" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/8916424602435417955?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/8916424602435417955?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/pCjaHcin2mE/to-convert-from-fat-to-ntfs.html" title="To convert from Fat to NTFS" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/to-convert-from-fat-to-ntfs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUECQnc8fip7ImA9WxNSGUo.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-6673137842107215422</id><published>2007-07-21T06:39:00.001+05:45</published><updated>2009-09-03T17:19:23.976+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-03T17:19:23.976+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile | IPOD | PDA Maintenance" /><title>Tips on Mobile Maintenance</title><content type="html">Looking after your mobile helps to ensure it has a long and productive life.  There are 8 easy maintenance tips to help you get the best out of your mobile phone. All of the points below should also apply to your battery, charger and any other accessories.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;KEEP YOUR MOBILE:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;1. Charged:&lt;/span&gt; Ensure your battery is fully charged, and then completely run it down before recharging. Recharging too early causes your battery to run out of power more quickly. &lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;2. Secure:&lt;/span&gt; For security reasons, enable the PIN on your SIM Card and Phone-lock on your phone to avoid unauthorized used. These security checks will also be activated when the phone is power cycled. You can check with your carrier or the phone manual for the features and also for information on blocking your SIM card and phone IMEI number if the phone is stolen. For more information please see the Security Tips located on the AMTA Lost and Stolen website.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;3. Protected:&lt;/span&gt; Make sure you use a keypad lock to lock your phone. Unplanned calls can cost a fortune and even though your phone may be in a safe place, such as in a bag, your phone will still get knocked around to a surprising degree. Rough treatment can damage electronic circuit boards so avoid dropping or unnecessarily shaking your phone.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;4. Battery:&lt;/span&gt; Be safe with your batteries. Use only genuine batteries from your phone manufacturer and only buy from authorized dealers. Going for the cheap option of a counterfeit battery can be dangerous.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;5.  Clean:&lt;/span&gt; Don't use harsh detergents, cleaning solvents or harsh chemicals to clean your phone. Wipe only with a soft cloth.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;6. Covered:&lt;/span&gt; a protective cover will help repel dust and dirt, and prevent scratches. Make sure the cover you choose is of good quality. Low quality covers with no air pockets can damage you phone by creating humidity inside the cover.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;7. Storing your phone:&lt;/span&gt; Always store your phone in a dry place. Avoid rain, high humidity and liquids. All of these may contain minerals that could corrode the electronic circuits.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;8. At the right temperature:&lt;/span&gt; To ensure a long life, keep your phone in a stable temperature. Avoid exposing your phone to liquid and/or exposing your phone to extreme temperature change from hot to cold and vice versa. This might create condensation and damage the phone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-6673137842107215422?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/t19-P372n8JGLfjvlOgvDBJFpJY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t19-P372n8JGLfjvlOgvDBJFpJY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/t19-P372n8JGLfjvlOgvDBJFpJY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t19-P372n8JGLfjvlOgvDBJFpJY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/7_nmpBd_Yvc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/6673137842107215422/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=6673137842107215422" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/6673137842107215422?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/6673137842107215422?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/7_nmpBd_Yvc/tips-on-mobile-maintenance.html" title="Tips on Mobile Maintenance" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/tips-on-mobile-maintenance.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4HSXk6cSp7ImA9WB5XGU0.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-2804500569310943568</id><published>2007-07-20T08:38:00.000+05:45</published><updated>2007-07-20T08:53:58.719+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-20T08:53:58.719+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>How you can Change The Recycle Bin's Name?</title><content type="html">You can change the name of Recycle Bin of your system if you wish. It is very easy and interesting but it require some changes in windows registry,  &lt;br /&gt;&lt;br /&gt;    * First click on Start button &gt; click on Run option.&lt;br /&gt;&lt;br /&gt;    * Type here regedit.exe and press enter then you will find there regedit editor.&lt;br /&gt;&lt;br /&gt;    * In regedit editor you will open HKEY_CLASSES_ROOT folder, In this folder open the CLSID folder then open the {645FF040-5081-101B-9F08-00AA002F954E} folder &gt;ShellFolder folder at last.&lt;br /&gt;&lt;br /&gt;    * Here simply change the data value from "40 01 00 20" to "70 01 00 20"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  After performing all above steps restart your computer then you will find option to rename Recycle name after right clicking on Recycle Bin Icon. Now you can change new name as you wish.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-2804500569310943568?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sYy8O5JZFElPtruvgbzVJz80aLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sYy8O5JZFElPtruvgbzVJz80aLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sYy8O5JZFElPtruvgbzVJz80aLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sYy8O5JZFElPtruvgbzVJz80aLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/HVaiYwoaB2s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/2804500569310943568/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=2804500569310943568" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2804500569310943568?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2804500569310943568?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/HVaiYwoaB2s/how-you-can-change-recycle-bins-name.html" title="How you can Change The Recycle Bin's Name?" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/how-you-can-change-recycle-bins-name.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQNSX05fip7ImA9WB5XF08.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-9189151096217759772</id><published>2007-07-18T08:54:00.000+05:45</published><updated>2007-07-18T08:58:18.326+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-18T08:58:18.326+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Internet Tips" /><title>Quick way to get to the FTP site associated with a WWW site</title><content type="html">Some WWW sites have FTP sites associated with them to make it easy for you to download and sometimes upload files. If you know the address of a WWW site, but don't know its associated FTP site address, here are some simple steps you can try:&lt;br /&gt;&lt;br /&gt;   1. &lt;span style="font-weight:bold;"&gt;Simply replace http:// with ftp://&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;      Some sites use the same server address for their WWW and FTP services. This means, you can get to their FTP site simply by changing the protocol type to FTP.&lt;br /&gt;&lt;br /&gt;      For example, if the web site address is http://www.microsoft.com/, the FTP site could be at ftp://www.microsoft.com/&lt;br /&gt;       &lt;br /&gt;   2. &lt;span style="font-weight:bold;"&gt;Replace http://www. with ftp://ftp.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;      Most sites use the same domain name for their WWW and FTP sites. Meaning, you could change the protocol to FTP and change the prefix form www to ftp to get to the FTP site.&lt;br /&gt;&lt;br /&gt;      For example, if the web site is at http://www.microsoft.com/, the FTP site maybe at ftp://ftp.microsoft.com/&lt;br /&gt;       &lt;br /&gt;   3. &lt;span style="font-weight:bold;"&gt;If all of the above fail, you can try one more name change -- replace http://www. with ftp://&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;      For example, if the web site address is http://www.microsoft.com/, try opening ftp://microsoft.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-9189151096217759772?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HJeYViCoQgyhapJZKVUBjVY54BY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HJeYViCoQgyhapJZKVUBjVY54BY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HJeYViCoQgyhapJZKVUBjVY54BY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HJeYViCoQgyhapJZKVUBjVY54BY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/yU5B8OD734E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/9189151096217759772/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=9189151096217759772" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/9189151096217759772?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/9189151096217759772?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/yU5B8OD734E/quick-way-to-get-to-ftp-site-associated.html" title="Quick way to get to the FTP site associated with a WWW site" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/quick-way-to-get-to-ftp-site-associated.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUFR389eip7ImA9WB5XFUg.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-1345895036125774907</id><published>2007-07-16T08:14:00.000+05:45</published><updated>2007-07-16T08:18:36.162+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-16T08:18:36.162+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows XP Tips" /><title>For one who have lost their Administrator password</title><content type="html">For one who have lost their Administrator password. Follow the procedure and you will surely get through!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Place your Windows XP CD in your cd-rom and start your computer (it’s assumed here that your XP CD is bootable – as it should be - and that you have your bios set to boot from CD)&lt;br /&gt;&lt;br /&gt;2. Keep your eye on the screen messages for booting to your cd Typically, it will be “Press any key to boot from cd”&lt;br /&gt;&lt;br /&gt;3. Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.&lt;br /&gt;&lt;br /&gt;4. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now&lt;br /&gt;&lt;br /&gt;5. The Licensing Agreement comes next - Press F8 to accept it.&lt;br /&gt;&lt;br /&gt;6. The next screen is the Setup screen which gives you the option to do a Repair. It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it” Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.&lt;br /&gt;&lt;br /&gt;7. Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.&lt;br /&gt;&lt;br /&gt;8. Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically – you will see a progress bar stating “Your computer will reboot in 15 seconds”&lt;br /&gt;&lt;br /&gt;9. During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.&lt;br /&gt;&lt;br /&gt;10. Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.&lt;br /&gt;&lt;br /&gt;11. At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.&lt;br /&gt;&lt;br /&gt;12. Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).&lt;br /&gt;&lt;br /&gt;13. Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-1345895036125774907?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wm04iEEh96wpfDayhQ1BeZH3ohQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wm04iEEh96wpfDayhQ1BeZH3ohQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wm04iEEh96wpfDayhQ1BeZH3ohQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wm04iEEh96wpfDayhQ1BeZH3ohQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/1knm6eadEQ8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/1345895036125774907/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=1345895036125774907" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/1345895036125774907?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/1345895036125774907?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/1knm6eadEQ8/for-one-who-have-lost-their.html" title="For one who have lost their Administrator password" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/for-one-who-have-lost-their.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UFQHs6fyp7ImA9WB5XFEs.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-1835564614876085186</id><published>2007-07-15T08:56:00.000+05:45</published><updated>2007-07-15T08:58:31.517+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-15T08:58:31.517+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Top 7 Ways to Secure Windows XP" /><title>Top 7 Ways to Secure Windows XP</title><content type="html">&lt;span style="font-weight: bold;"&gt;1. Turn on Automatic Updates in Windows XP&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Automatic Updates is a Windows XP utility that allows your computer to download security updates from Microsoft automatically. Turning on Automatic Updates helps to secure your computer since you'll always have the latest critical security updates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Turn on the Free Firewall in Windows XP&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you have Service Pack 2 installed, you have a free firewall that you can use to protect your computer from attacks. However, you must turn the free firewall on.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Use Internet Explorer Wisely&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Internet Explorer 6 provides four zones for which you can establish seperate security settings. By using the four zones, you'll reduce your chances of being the victim of an attack when you inadvertently visit a malicious Web site.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Use Anti-Virus Software, Spyware and Adware Software&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6. Be Careful What You Click On&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Often, attackers must entice you to open an email attachment or visit their Web site in order to attack your computer. If you open the attachment or visit their site, malicious code is executed on your computer. To protect your computer, be careful what you click on.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;7. Use Limited Accounts to Better Secure Your Windows XP Computer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It's harder for someone to attack your computer through the Internet if you're using a limited account. Learn why it's best to use limited accounts for daily use and how to create a limited account.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-1835564614876085186?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ouYi66oEKkJWGmXbOqlOCrw_c1A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ouYi66oEKkJWGmXbOqlOCrw_c1A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ouYi66oEKkJWGmXbOqlOCrw_c1A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ouYi66oEKkJWGmXbOqlOCrw_c1A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/4ps1JQFDVw4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/1835564614876085186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=1835564614876085186" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/1835564614876085186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/1835564614876085186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/4ps1JQFDVw4/top-7-ways-to-secure-windows-xp.html" title="Top 7 Ways to Secure Windows XP" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/top-7-ways-to-secure-windows-xp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkABQX07eyp7ImA9WB5XF08.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-7351200759291119361</id><published>2007-07-15T08:46:00.000+05:45</published><updated>2007-07-18T09:04:10.303+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-18T09:04:10.303+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips On Speeding your Computer Performance" /><title>Top 7 Ways to Speed your Computer Performance</title><content type="html">&lt;span style="font-weight: bold;"&gt;1. Free Up Disk Space:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Disk Cleanup tool helps you free up space on your hard disk. The utility identifies files that you can safely delete, and then enables you to choose whether you want to delete some or all of the identified files.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Use Disk Cleanup to:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Remove temporary Internet files.&lt;br /&gt;Remove downloaded program files (such as Microsoft ActiveX controls and Java applets).&lt;br /&gt;Empty the Recycle Bin.&lt;br /&gt;Remove Windows temporary files.&lt;br /&gt;Remove optional Windows components that you don't use.&lt;br /&gt;&lt;br /&gt;Tip: Typically, temporary Internet files take the most amount of space because the browser caches each page you visit for faster access later.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Speed Up Access to Data&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Disk Defragmentation.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Detect and Repair Disk Errors&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Right-click the hard disk you want to search for bad sectors, and then click Properties.&lt;br /&gt;Click the Tools tab.&lt;br /&gt;Click the Check Now button.&lt;br /&gt;In the Check Disk dialog box, select the Scan for and attempt recovery of bad sectors check box, and then click Start.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Protect Your Computer Against Spyware, Virus, Adware&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. Uninstall Unneeded Programs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6. Stop Programs from starting on Windows boot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;One way you can speed up your computer is to prevent programs from launching themselves at start-up. Not only do the unwanted programs delay the start of Windows, they also continue to slow down your computer since they use system resources.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;7. Adjust Visual Effects for Better Performance&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows XP provides a number of interesting visual effects like animated windows and fading menus. These effects, however, can slow down your computer. In this tutorial, you'll learn how to customize the visual effects to match your preferences and performance needs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-7351200759291119361?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QMiUQ267bRWX_qlCC_K6k7dpjzc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QMiUQ267bRWX_qlCC_K6k7dpjzc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QMiUQ267bRWX_qlCC_K6k7dpjzc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QMiUQ267bRWX_qlCC_K6k7dpjzc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/7CT_Uhbih2k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/7351200759291119361/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=7351200759291119361" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/7351200759291119361?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/7351200759291119361?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/7CT_Uhbih2k/speed-your-computer-performance.html" title="Top 7 Ways to Speed your Computer Performance" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/07/speed-your-computer-performance.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8FRn08eip7ImA9WB5XF08.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-2246452545472236294</id><published>2007-06-30T07:59:00.000+05:45</published><updated>2007-07-18T09:05:17.372+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-18T09:05:17.372+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer Desktop Tips" /><title>Setting Video as Wallpaper</title><content type="html">Wanna impress your buddies? Well, I personally don't find running videos in the background as a wallpaper of any good use. Anyway its rather 'cool' stuff.&lt;br /&gt;&lt;br /&gt;There are some good options available to do exactly this. Lets check them out.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;VLC media player&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;VLC media player is a highly portable cross platform media player that plays almost any type of media format including DVDs, VCDs etc.&lt;br /&gt;And its extremely easy to set a video as wallpaper using VLC media player.&lt;br /&gt;&lt;br /&gt;Play the video in VLC player. Right click on VLC player and select Wallpaper.&lt;br /&gt;That's it! The video will now play in your desktop background as a wallpaper.&lt;br /&gt;&lt;br /&gt;VLC is available for Windows, Mac OS X and various other distributions of Linux.&lt;br /&gt;Download VLC media player and give your desktop a new look.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows DreamScene&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Microsoft has released Windows DreamScene which, offcourse, enables you to set a video file as your wallpaper.&lt;br /&gt;As far as I know, Windows DreamScene is a Vista feature and hence available for Windows Vista only. Windows Vista Ultimate users can download it for free.&lt;br /&gt;&lt;br /&gt;Obviously, VLC media player is a much better choice as it can handle a wide range of video formats, plus you don't have to get Windows Vista to use this nice feature.&lt;br /&gt;&lt;br /&gt;Do you use any other tools for this? Feel free to share your views (&lt;a href="mailto:swetaprdhn@yahoo.com"&gt;Sweta Pradhan&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-2246452545472236294?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JAeP6QwP2qtQpQjfCTZbQyrotsw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JAeP6QwP2qtQpQjfCTZbQyrotsw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JAeP6QwP2qtQpQjfCTZbQyrotsw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JAeP6QwP2qtQpQjfCTZbQyrotsw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/rGWDNa-GlC0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/2246452545472236294/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=2246452545472236294" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2246452545472236294?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/2246452545472236294?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/rGWDNa-GlC0/setting-video-as-wallpaper.html" title="Setting Video as Wallpaper" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/06/setting-video-as-wallpaper.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AFRXozeyp7ImA9WB5QEUs.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-754108764523692684</id><published>2007-06-11T05:52:00.001+05:45</published><updated>2007-06-30T08:00:14.483+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-06-30T08:00:14.483+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Internet Tips" /><title>Facts about some of the Internet Ruler</title><content type="html">&lt;strong&gt;Myspace Facts&lt;/strong&gt;&lt;br /&gt;******************************&lt;br /&gt;&lt;br /&gt;FactsMySpace was founded by former Friendster members Chris Dewolfe and Tom Anderson in 2003. They saw opportunity to beat Friendster with more options and less restrictions for social network users. MySpace was purchased in 2005 for $580 million by Rupert Murdoch creator of a media empire that includes 20th Century Fox and the Fox television stations. MySpace has more than 40 billion page views a month. Google paid $900 million to be MySpace's search provider. MySpace runs on Microsoft .NET Framework, operating under Windows 2003 server and applications written in C# for ASP.NET.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;History of Amazon.com&lt;/strong&gt;&lt;br /&gt;******************************&lt;br /&gt;&lt;br /&gt;Facts Jeff Bezon coined the term Amazon.com from the earlier name Cadabra.com. It was the excellent way to present large volume online bookstore. But did he have hidden intentions? It is hard to believe but in the early Internet days, when Yahoo was dominant search engine, results on one page were listed alphabetically. Amazon would always appear above its competition for a specific keywords. This could be a breaking point for Jeff to expand and became what it is today.&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;What Is Google?&lt;/strong&gt;&lt;br /&gt;******************************&lt;br /&gt;&lt;br /&gt;FactsGoogle, the Internet search company founded in September 1998. By Larry Page &amp; Sergey Brin, got it's name from the word Googol, which represents number 1 followed with hundred zeros after it.&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;What Is Yahoo!?&lt;/strong&gt;&lt;br /&gt;******************************&lt;br /&gt;&lt;br /&gt;FactsYahoo the complex Internet organism has complicated name. Word "Yahoo" is shortcut for "Yet Another Hierarchical Officious Oracle". It was coined by PhD candidates at Stanford University: David Filo and Jerry Yang.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-754108764523692684?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0dIYSmRdm_5eizJQALQvJ8wkvLw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dIYSmRdm_5eizJQALQvJ8wkvLw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0dIYSmRdm_5eizJQALQvJ8wkvLw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dIYSmRdm_5eizJQALQvJ8wkvLw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/zdCr_YlfdvA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/754108764523692684/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=754108764523692684" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/754108764523692684?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/754108764523692684?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/zdCr_YlfdvA/facts-about-some-ot-internet-ruler.html" title="Facts about some of the Internet Ruler" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/06/facts-about-some-ot-internet-ruler.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQDSXg6eip7ImA9WB5QGEg.&quot;"><id>tag:blogger.com,1999:blog-7647470119282720681.post-5021066110171284808</id><published>2007-06-11T05:31:00.000+05:45</published><updated>2007-07-08T05:37:58.612+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-08T05:37:58.612+05:45</app:edited><title>First words for you</title><content type="html">About me:&lt;br /&gt;I am a fresh graduate in Computer Engineering. Now I am engaged in computer Programming &amp; Networking.&lt;br /&gt;&lt;br /&gt;This is my first post in this website. I have planned to post only the handpicked best ever articles on the computer. I will research on many website and provide you with the best articles on the net. Post the known &lt;strong&gt;Tips on computer&lt;/strong&gt;, &lt;strong&gt;Problems on computer with their solutions&lt;/strong&gt;. Especially I am interested in &lt;strong&gt;Computer Programming, Networking, Database, Web and Internet&lt;/strong&gt; so I am going to cover the following things in this site. I will not forget to put special &lt;strong&gt;computer (PC) tips&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Finally comment me about anythings that will help to improve this site (&lt;a href="mailto:swetaprdhn@yahoo.com"&gt;swetaprdhn@yahoo.com&lt;/a&gt;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7647470119282720681-5021066110171284808?l=freetips4pc.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eXTyzKz_nbzG-AD5hRJWwd244Ps/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eXTyzKz_nbzG-AD5hRJWwd244Ps/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eXTyzKz_nbzG-AD5hRJWwd244Ps/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eXTyzKz_nbzG-AD5hRJWwd244Ps/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TipsOnComputer/~4/IM-4Jm3mAkY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://freetips4pc.blogspot.com/feeds/5021066110171284808/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7647470119282720681&amp;postID=5021066110171284808" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5021066110171284808?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7647470119282720681/posts/default/5021066110171284808?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TipsOnComputer/~3/IM-4Jm3mAkY/hello-every-body-there.html" title="First words for you" /><author><name>Coool</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://freetips4pc.blogspot.com/2007/06/hello-every-body-there.html</feedburner:origLink></entry></feed>

