<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1364230909779105513</id><updated>2011-07-28T06:17:00.271-07:00</updated><category term='Windows Xp'/><category term='Browser'/><category term='zDownloads'/><category term='Windows Vista'/><category term='Internet'/><category term='PC'/><category term='Hardware'/><category term='File extension'/><category term='Update'/><category term='Virus Problems'/><category term='Ubuntu'/><category term='Laptop'/><category term='Windows'/><category term='Dos'/><category term='Security'/><category term='Registry'/><category term='Computer'/><category term='Windows 98'/><title type='text'>Windows Problems and their Repairs</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>96</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2587430585858487333</id><published>2009-09-15T19:04:00.000-07:00</published><updated>2009-09-15T19:06:48.684-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Can not delete file from windows?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Can not delete file from windows?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can face this type of problem now and then.So here is the process to delete undetectable files from your windows xp, windows vista, windows 7:-&lt;br /&gt;&lt;br /&gt;Open a Command Prompt window and leave it open. Close all open programs. Click Start, Run and enter TASKMGR.EXE Go to the Processes tab&lt;br /&gt;&lt;br /&gt; &lt;span class="fullpost"&gt;and End Process on Explorer.exe. Leave Task Manager open. Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in. At the command prompt type DEL  where is the file you wish to delete. Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell. Close Task Manager.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2587430585858487333?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2587430585858487333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/can-not-delete-file-from-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2587430585858487333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2587430585858487333'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/can-not-delete-file-from-windows.html' title='Can not delete file from windows?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4946274611949352858</id><published>2009-09-15T19:01:00.000-07:00</published><updated>2009-09-15T19:03:57.274-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><title type='text'>how to add the Print Directory feature for folders in Windows XP?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to add the Print Directory feature for folders in Windows XP?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create the Printdir.bat file&lt;br /&gt;&lt;br /&gt;To create the Printdir.bat file, follow these steps:-&lt;br /&gt;1. Click Start, click Run, type notepad, and then click OK.&lt;br /&gt;2. Paste the following text into Notepad&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;dir %1 /-p /o:gn &gt; "%temp%\Listing"&lt;br /&gt;start /w notepad /p "%temp%\Listing"&lt;br /&gt;del "%temp%\Listing"&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;3. On the File menu, click Exit, and then click Yes to save the changes.&lt;br /&gt;4. In the Save As dialog box, type the following text, and then click Save:&lt;br /&gt;%windir%\Printdir.bat&lt;br /&gt; &lt;span class="fullpost"&gt;&lt;br /&gt;Create a new action for file folders&lt;br /&gt;1. Click Start, click Control Panel (or, point to Settings, and then click Control Panel), and then click Folder Options.&lt;br /&gt;2. On the File Types tab, click File Folder.&lt;br /&gt;3. Click Advanced, and then click New.&lt;br /&gt;4. In the Action box, type:&lt;br /&gt;Print Directory Listing&lt;br /&gt;5. In the Application used to perform action box, type:&lt;br /&gt;printdir.bat&lt;br /&gt;6. Click OK.&lt;br /&gt;7. Click OK, click OK, and then click Close.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4946274611949352858?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4946274611949352858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-add-print-directory-feature-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4946274611949352858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4946274611949352858'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-add-print-directory-feature-for.html' title='how to add the Print Directory feature for folders in Windows XP?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-75513554011108789</id><published>2009-09-15T18:58:00.000-07:00</published><updated>2009-09-15T19:01:21.882-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><title type='text'>How to Lock computer on Mouse Click?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to Lock computer on Mouse Click?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Feel boar to press CTRL+ALT+DEL to lock your machine?! Try this process to create the icon to lock the machine.&lt;br /&gt;&lt;br /&gt;1. Right click an empty spot on the desktop, point to New and click Shortcut.&lt;br /&gt;&lt;br /&gt;2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text box:&lt;br /&gt;&lt;span class="fullpost"&gt;"rundll32 user32.dll,LockWorkStation" remove quotes while typing.&lt;br /&gt;&lt;br /&gt;3. Click Next.&lt;br /&gt;&lt;br /&gt;4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish&lt;br /&gt;&lt;br /&gt;5. Create a shortcut in your shortcut bar &amp; use it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-75513554011108789?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/75513554011108789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-lock-computer-on-mouse-click.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/75513554011108789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/75513554011108789'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-lock-computer-on-mouse-click.html' title='How to Lock computer on Mouse Click?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-165452743121003736</id><published>2009-09-15T18:54:00.000-07:00</published><updated>2009-09-15T18:57:58.210-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to trace Spam Mail</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to trace Spam Mail:-&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Spammers often forge the headers of their email in an attempt to avoid losing their accounts and to evade email filters. These notes may help you track the source of spam. The most important thing is to have a mail reader that can show you the full headers of an email in question. The important lines are as follows:&lt;br /&gt;From:&lt;br /&gt;Who the message is from. This is the easiest to forge, and thus the least reliable.&lt;br /&gt;&lt;br /&gt;From&lt;br /&gt;As distinct from the "From:" line. This line is not actually part of the email header, but mail transfer software often inserts it when the mail is received. Many Unix mailers use this line to separate messages in a mail folder. This line will always be the first line in the headers.&lt;br /&gt;This line can also be forged, but not always.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Reply-To:&lt;br /&gt;The address to which replies should be sent. Often absent from the message, and very easily forgeable. However, it often provides a clue. For example, forged spam often has a legitimate Reply-To: field so that the spammer can receive mail orders.&lt;br /&gt;&lt;br /&gt;Return-Path:&lt;br /&gt;The email address for return mail. Same as Reply-To:&lt;br /&gt;&lt;br /&gt;Sender:&lt;br /&gt;The account that sent the message. Mail software is supposed to insert this line if the user modifies the From: line. Most Mail software is broken in this respect, so this line is rarely present. Some mailers provide an X-Sender: line.&lt;br /&gt;&lt;br /&gt;Message-ID:&lt;br /&gt;A unique string assigned by the mail system when the message is first created. This is also forgeable in most cases, but requires a little more specialized knowledge than forging the From: line. Also, the Message-ID: often identifies the system from which the sender is logged in, rather than the actual system where the message originated.&lt;br /&gt;The format of a Message-ID: field is @&lt;br /&gt;&lt;br /&gt;Each kind of mail software has its own style of unique string. Sloppy forgeries often get it wrong, thus a forgery can be confirmed by comparing the message id with some legitimate messages from that same site.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Received:&lt;br /&gt;These are the most reliable lines in the header. They form a list of all sites through which the message traveled in order to reach you. They are completely unforgeable after the point where it was injected. Up to that point, they may be forgeries.&lt;br /&gt;Received: lines are read from bottom to top. That is, the first Received: line is your own system or mail server. The last (non-forged) Received: line is where the mail originated.&lt;br /&gt;&lt;br /&gt;Each mail system has their own style of Received: line. A Received: line typically identifies the machine that received the mail and the machine that the mail was received from. I.e.:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Received: from foo.com by bar.com id AA15057; Fri, 25 Jul 97 09:39:02&lt;br /&gt;&lt;br /&gt;The "foo.com" part is the name that the sending machine used to identify itself. This may be forged in the case of spam. The id is for logging purposes and may help system administrators track the spam if you can get them to cooperate with you.&lt;br /&gt;Many mailers will add extra information. For example:&lt;br /&gt;&lt;br /&gt;Received: from foo.com ([129.2.3.4]) by bar.com id AA15057; Fri, 25 Jul 97 09:39:02&lt;br /&gt;&lt;br /&gt;In this case, bar.com has inserted the IP address of the sending system. If the machine name does not match the IP address, then you have likely identified the point where the mail was forged. In other words, the machine whose address is 129.2.3.4 lied when it identified itself as foo.com. Any Received: lines that follow are likely to be forgeries.&lt;br /&gt;If the IP address does not make sense (for instance, no component may be greater than 255), then this entire Received: line is a fake. Contact a system admin for more advice in determining if an IP address is bogus. If the entire Received: line is fake, then the injection point is somewhere above in the headers.&lt;br /&gt;&lt;br /&gt;Sometimes you will see&lt;br /&gt;&lt;br /&gt;Received: from foo.com (x.y.alterdial.uu.net [129.2.3.4]) by bar.com id AA15057; ...&lt;br /&gt;&lt;br /&gt;In this case, the mailer has inserted both the IP address and the real name of the sending system. This will help you identify forgeries and eliminate the need to look up the IP address by hand.&lt;br /&gt;&lt;br /&gt;Comment:&lt;br /&gt;Some mailers may add additional information to the headers, such as "Authenticated sender is doe@foo.com". Forged Comment: lines can be easily added to outgoing mail, so this line is likely to be fake, but not always.&lt;br /&gt;Other mailers may insert their own authentication information in the headers.&lt;br /&gt;&lt;br /&gt;Here is an example of a forgery:&lt;br /&gt;From webpromo@denmark.it.earthlink.net Tue Jul 8 13:05:02 1997&lt;br /&gt;Return-Path:&lt;br /&gt;From: webpromo@denmark.it.earthlink.net&lt;br /&gt;Received: from denmark.it.earthlink.net (denmark-c.it.earthlink.net&lt;br /&gt;[204.119.177.22]) by best.com (SMI-8.6/mail.byaddr) with ESMTP id&lt;br /&gt;NAA21506 for ;&lt;br /&gt;Tue, 8 Jul 1997 13:05:16 -0700&lt;br /&gt;Received: from mail.earthlink.net (1Cust98.Max16.Detroit.MI.MS.UU.NET&lt;br /&gt;[153.34.218.226]) by denmark.it.earthlink.net (8.8.5/8.8.5)&lt;br /&gt;with SMTP id NAA12436; Tue, 8 Jul 1997 13:00:46 -0700 (PDT)&lt;br /&gt;Received: from adultpromo@earthlink.net by adultpromo@earthlink.net&lt;br /&gt;(8.8.5/8.6.5) with SMTP id GAA05239 for ;&lt;br /&gt;Tue, 08 Jul 1997 15:48:51 -0600 (EST)&lt;br /&gt;To: adultpromo@earthlink.net&lt;br /&gt;Message-ID: &lt;199702170025.gaa08056@no-where.net&gt;&lt;br /&gt;Date: Tue, 08 Jul 97 15:48:51 EST&lt;br /&gt;Subject: Hot News !&lt;br /&gt;Reply-To: adultpromo@earthlink.net&lt;br /&gt;X-PMFLAGS: 12345678 9&lt;br /&gt;X-UIDL: 1234567890x00xyz1x128xyz426x9x9x&lt;br /&gt;Comments: Authenticated sender is&lt;br /&gt;Content-Length: 672&lt;br /&gt;X-Lines: 26&lt;br /&gt;Status: RO&lt;br /&gt;&lt;br /&gt;Obviously, the To: line is a forgery; the actual recipients list was hidden, probably with a blind carbon-copy (Bcc: header)&lt;br /&gt;The "From", "Return-Path:" and "From:" all identify the same email address, but that may be a forgery. You can try mailing to the given address and see if your complaint bounces.&lt;br /&gt;&lt;br /&gt;The "To:", "Reply-To:" and "Authenticated sender" lines all identify a different account. Again, these may all be forgeries.&lt;br /&gt;&lt;br /&gt;The Message-ID: line is an obvious fake.&lt;br /&gt;&lt;br /&gt;The first Recieved: line shows the mail arriving at my service provider from Earthlink. I trust my service provider, so this line is almost certainly valid.&lt;br /&gt;&lt;br /&gt;The second Received: line shows this inconsistency:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;... from mail.earthlink.net (1Cust98.Max16.Detroit.MI.MS.UU.NET [153.34.218.226])&lt;br /&gt;&lt;br /&gt;In other words, the machine that delivered the mail to denmark.it.earthlink.net identified itself as mail.earthlink.net but was actually named 1Cust98.Max16.Detroit.MI.MS.UU.NET. This is very likely a lie. However, Earthlink rents POPs from Uunet, so this might be an Earthlink customer dialing in from Uunet.&lt;br /&gt;The third Received: line is completely bogus. If the mail came from a dial-in customer at Uunet, there wouldn't be any more Recieved: lines. If the mail was being relayed from Uunet, this Received: line would indicate Uunet, not Earthlink. Further, this Received: line contains email addresses, not machine names.&lt;br /&gt;&lt;br /&gt;Clearly, this email was forged to make it look like it came from Earthlink but was actually injected from Uunet. Whether this was by an Earthlink customer or some other Uunet customer is impossible to tell without cooperation from Earthlink sysadmins.&lt;br /&gt;&lt;br /&gt;Here is another forgery:&lt;br /&gt;&lt;br /&gt;Received: from cola.bekkoame.or.jp (cola.bekkoame.or.jp [202.231.192.40])&lt;br /&gt;by srv.net (8.8.5/8.8.5) with ESMTP id BAA00705&lt;br /&gt;for ; Wed, 30 Jul 1997 01:15:27 -0600 (MDT)&lt;br /&gt;From: beautifulgirls585@aol.com&lt;br /&gt;Received: from cola.bekkoame.or.jp&lt;br /&gt;(ip21.san-luis-obispo.ca.pub-ip.psi.net [38.12.123.21]) by&lt;br /&gt;cola.bekkoame.or.jp (8.8.5+2.7W/3.5W) with SMTP id OAA11439;&lt;br /&gt;Wed, 30 Jul 1997 14:35:50 +0900 (JST)&lt;br /&gt;Received: from mailhost.aol.com(alt1.aol.com(244.218.07.32)) by&lt;br /&gt;aol.com (8.8.5/8.6.5) with SMTP id GAA00075 for &lt;""&gt;;&lt;br /&gt;Tue, 29 Jul 1997 22:19:42 -0600 (EST)&lt;br /&gt;Date: Tue, 29 Jul 97 22:19:42 EST&lt;br /&gt;Subject: You can have what you want...&lt;br /&gt;Message-ID: &lt;574857638458.hwf39862@aol.com&gt;&lt;br /&gt;Reply-To: beautifulgirls585@aol.com&lt;br /&gt;X-PMFLAGS: 56354433 0&lt;br /&gt;Comments: Authenticated sender is&lt;br /&gt;X-UIDL: vjg79u26gfkjjrty38jf983j309jfyrw&lt;br /&gt;&lt;br /&gt;Here, the second Received: line indicates that "cola.bekkoame.or.jp" received the mail from a machine which identified itself as "cola.bekkoame.or.jp", but was in fact "ip21.san-luis-obispo.ca.pub-ip.psi.net". This mail was probably forged from a Psi.net dial-in account.&lt;br /&gt;As a final proof, the IP address mentioned in the third Received: line cannot be matched via whois or traceroute. It certainly doesn't match AOL, indicating that this line is bogus.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-165452743121003736?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/165452743121003736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-trace-spam-mail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/165452743121003736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/165452743121003736'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-trace-spam-mail.html' title='How to trace Spam Mail'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6212050034164432163</id><published>2009-09-15T18:51:00.000-07:00</published><updated>2009-09-15T18:53:54.855-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Some security Tips:-</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Some security Tips:- &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;How to protect yourself online.&lt;/span&gt; There are four major areas that I'm going to cover here:-&lt;br /&gt;&lt;br /&gt;   1. Updating Windows&lt;br /&gt;   2. Firewalls&lt;br /&gt;   3. Antivirus Software&lt;br /&gt;   4. Email &lt;br /&gt;&lt;br /&gt;Updating Windows is the first suggestion that I would have for you. When you installed your brand new Windows operating system they didn't have all the bugs worked out of it and they issue updates for your operating system. These updates will fix many of the security holes that were found in the original operating system. So, how do you go about updating your Windows? Go to http://windowsupdate.microsoft.com/&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Next suggestion is a firewall, with the ever increasing number of people with a broadband connection and 24/7 connectivity it becomes even more important that you put a firewall on you computer. Your computer has a series of ports that are either opened or closed to receive and send information onto the net. If someone attacks these ports with D.O.S. (Denial of Service) attack they can shut your connection to the net off, but that's not that bad, but they can also look at these open ports and find openings in your computer. This is serious because they can gather information on you, can look into you hard drive, and do all sorts of malicious activities. Go to the Firewall section of the website to download one of the free software programs there. They will make your computer even more safe then it was with the security updates you just completed.&lt;br /&gt;&lt;br /&gt;The third and final suggestion is Antivirus software. Viruses can range in severity from something simple and annoying to viruses that will wipe your hard drive clean. So you need to get an Antivirus software program. AVG is a free virus scanner that works excellently at protecting your computer. Read more about the antivirus software at the Antivirus section of this website. Antivirus software will also help prevent Trojans from getting on you computer. Trojans allows a user to have remote access to your computer, yes, just like the trojan horse it sits on your computer waiting for the person that put it there to use it...so antivirus software will work wonders on your computer. Make sure you keep the virus definitions up to date! Also avoid downloading email attachments, downloading files from an untrustworthy site, and make sure you frequently scan you hard drive.&lt;br /&gt;&lt;br /&gt;Email - No reputable place will ask for you to fill in your credit card information in an email, delete it or sending it to your ISP to point out this danger. If you get an email from EBAY or AOL or any other big company and there is this link in the email asking you to update your credit card info, don't do it, it's a scam, don't do it, they just make a webpage that looks like Ebay or AOL. This is a quick way to get your credit information stolen...so basically use some commonsense when you're reading your emails.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6212050034164432163?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6212050034164432163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/some-security-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6212050034164432163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6212050034164432163'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/some-security-tips.html' title='Some security Tips:-'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8519540291479969870</id><published>2009-09-15T18:47:00.000-07:00</published><updated>2009-09-15T18:54:40.016-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>10 steps for your computer security</title><content type='html'>&lt;span style="font-weight:bold;"&gt;10 steps for your computer security:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.Use good antivirus software and keep it updated daily.&lt;br /&gt;  You can use &lt;a href="http://windows-problems-repair.blogspot.com/2009/08/download-quick-heal-total-security-2009.html"&gt;Quick Heal.&lt;/a&gt;&lt;br /&gt;2.Apply software updates regularly and consistently.&lt;br /&gt;3.Use a desktop firewall whenever possible- check with your local desktop support team first.&lt;br /&gt;4.Use strong passwords with a minimum of 6 characters- uppercase, lowercase letters, symbols and numbers.&lt;br /&gt;5.Change all of your passwords regularly.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;6.Make routine backups of your critical files&lt;br /&gt;7.Do not open emails that you don't recognize the author or that look suspicious to you- you can call your local support team for more information&lt;br /&gt;8.Don't post passwords or usernames in plain sight- post it notes on your monitor with passwords and usernames break most security processes&lt;br /&gt;9.Turn off your computer at night and on weekends- check with your local desktop support team first if this will break nightly updates or backup procedures&lt;br /&gt;10.Don't leave old computers online- disconnect them or turn them off&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8519540291479969870?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8519540291479969870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/10-steps-for-your-computer-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8519540291479969870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8519540291479969870'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/10-steps-for-your-computer-security.html' title='10 steps for your computer security'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3566690962051512791</id><published>2009-09-15T18:43:00.000-07:00</published><updated>2009-09-15T18:47:20.445-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to Auto Login Windows XP without typing password?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to Auto Login Windows XP without typing password?&lt;/span&gt;&lt;br /&gt;Every time you start your computer, you're prompted to enter password in order to login to Windows. You find this irritating when no one else is using your computer that is sitting at home.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Follow a few simple steps below and you won't be bothered by this login prompt every again:-&lt;br /&gt;&lt;br /&gt;1. First click on your Start button.&lt;br /&gt;&lt;br /&gt;2. Then go to "Run"&lt;br /&gt;&lt;br /&gt;3. Type "control userpasswords2" and click OK button.&lt;br /&gt;&lt;br /&gt;4. A User Account dialog box will appear. Uncheck "Users must enter a user name and password to use this computer." and click OK button.&lt;br /&gt;&lt;br /&gt;5. Another dialog box will appear asking you to type in the DEFAULT user account that you'd like to login whenever you start your computer. Type in the user name and pword. You only need to do this once.&lt;br /&gt;&lt;br /&gt;Done.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3566690962051512791?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3566690962051512791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-auto-login-windows-xp-without.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3566690962051512791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3566690962051512791'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/how-to-auto-login-windows-xp-without.html' title='How to Auto Login Windows XP without typing password?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4113970428409689493</id><published>2009-08-31T14:17:00.000-07:00</published><updated>2009-08-31T14:20:23.709-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>Hack Vista's Blinking Cursor</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Hack Vista's Blinking Cursor:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows Vista’s blinking cursor can be razor thin, and sometimes it can be very hard to find it, especially if you’re using a laptop. But it’s easy to make the cursor thicker—pretty much as thick as you want. Select Control Panel-&gt;Ease of Access-&gt;Optimize visual display. Scroll toward the bottom of the screen, until you come to “Make things on the screen easier to see.” In the box next to “Set the thickness of the blinking cursor,” select a number. The larger the number, the fatter the cursor. You’ll see a preview of the cursor in the box next to the box.&lt;br /&gt;Click Save. The cursor throughout Windows Vista will now be fatter and easier to see.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Thank you for visiting http://windows-problems-repair.blogspot.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4113970428409689493?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4113970428409689493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/hack-vistas-blinking-cursor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4113970428409689493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4113970428409689493'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/hack-vistas-blinking-cursor.html' title='Hack Vista&apos;s Blinking Cursor'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5191742288704839865</id><published>2009-08-31T13:53:00.000-07:00</published><updated>2009-08-31T14:17:20.279-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to transforming your Windows XP laptop into a Dual- Boot XP/Ubuntu Linux System?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Transforming your Windows XP laptop into a Dual- Boot XP/Ubuntu Linux System:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For those of us who do considerable work in the Linux environment, a Windows-only notebook is far from ideal. I worked with Unix on Windows packages such as Uwin and Cygwin for several years, but I finally decided I wanted a full Linux installation on my notebook. I started with my aging Toshiba laptop (which had about 90 percent of its 30GB disk filled) and, without losing any data, turned it into a dual-boot XP/Ubuntu Linux system with a shared partition where many of my user fi les were accessible whether I was using XP or Ubuntu. This made the&lt;br /&gt;laptop much more versatile, which is ideal for a developer who works in Linux but must also work in Windows for certain applications or for Windows-based development. A few months later, the monitor on that machine gave out. I bought a new HP notebook and transformed it into a dual-boot XP/Ubuntu Linux system right away. This hack describes the steps I took to complete the dual-boot conversions.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Prerequisites: Disk Space and CDs:-&lt;/span&gt;&lt;br /&gt;As you might expect, a dual-boot computer requires more disk space than a computer running just one operating system. I don’t recommend performing an XP/Linux dual-boot conversion with a drive smaller than the 30 GB that my older notebook had. A system with more than 60 GB disk space is a more ideal starting point.&lt;br /&gt;&lt;br /&gt;When reconfiguring operating systems on a hard drive, you must be able to boot the system using a CD that has appropriate tools for disk partitioning, fi le editing, and so on. I used the System Rescue CD (www.sysresccd.org/Main_Page), a Gentoo Linux 2.4 Live CD (www.gentoo.org) with system utilities including QtParted, GRUB, LILO, archiving tools, editors, CD tools, Perl 5.8, CaptiveNtfs, and others. I downloaded the ISO image fi le using Windows and made my CD using Alex Feinman’s excellent ISO Recorder (isorecorder.alexfeinman.com/isorecorder.htm). I downloaded the installation ISO file for Ubuntu 5.10, “The Breezy Badger,” at Ubuntu’s download page (www.ubuntu.com/getubuntu/download). Again, I made the CD using ISO Recorder.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Windows Disk Preparations:-&lt;/span&gt;&lt;br /&gt;If you’re converting a Windows system that you’ve used for some time, the disk may be nearly full, and the files will likely be scattered across it. To install Linux, you need to divide the disk into multiple partitions. One way to do this is to destructively repartition the entire disk, but then you have to reinstall Windows and all of your Windows software—not a pleasing prospect. A better solution is to resize the Windows NTFS partition, then add new partitions for Linux, Linux swap space, and a FAT32 shared partition. Because my Toshiba notebook’s disk was 90 percent full, the first thing I had to do was remove files. If you’re in this situation, see how much space you can free up by:&lt;br /&gt;&lt;br /&gt;1. Backing up all critical files (or performing a full system backup if you have capability to do that).&lt;br /&gt;&lt;br /&gt;2. Removing Windows software that you never use and never plan to use, using “Add or Remove Programs” (“Uninstall a program” in Vista) in the Windows Control Panel or the uninstallation programs that came with the software.&lt;br /&gt;&lt;br /&gt;3. Removing unneeded data files.&lt;br /&gt;&lt;br /&gt;4. Moving documents, data files, and project workspaces (for example, software development directories) that you can later store temporarily in the new shared partition to another computer.&lt;br /&gt;&lt;br /&gt;5. Emptying the Windows Recycle Bin.&lt;br /&gt;&lt;br /&gt;6. Doing all of these things decreased my Windows disk usage to 10 GB, leaving 18 GB free. However, the files were still scattered across the disk.&lt;br /&gt;&lt;br /&gt;Before you can resize the NTFS partition, you must move all fi les to the “front” of the disk. You can see the locations of files on your disk by running the Windows Defragmenter utility. Go to Start-&gt;All Programs-&gt;Accessories-&gt;System Tools-&gt;Disk Defragmenter to launch the defragmenter. Figure 1-25 illustrates my disk usage after the defragmentation cycle completed.&lt;br /&gt;The files were not as completely packed into the “front” of the disk (the left side of the Defragmenter diagram) as I would have expected. A little research revealed that the Windows Defragmenter applies a less-comprehensive defragmenting approach than is available in some commercial programs. I decided to rerun the Windows Defragmenter. This result looked adequate. More than half of the disk was available for my Linux installation, Linux swap, and the shared FAT32 partition.&lt;br /&gt;&lt;br /&gt;One problem that you may encounter in defragmenting a Windows disk using the Windows Defragmenter is unmovable files (the green bars, if you’re looking at your results) located in inconvenient locations (on the right side of the display, near the end of your disk). The two most common unmovable laptop files are the Windows operating system paging file (pagefile.sys) and the hibernation file (hiberfil.sys), which stores the system state when the XP operating system goes into “hibernate” mode. An easy solution is to temporarily removing these files, then reinstall them after you’ve resized the NTFS partition. If you need help with this, see my blog entry “Moving the Unmovable: Windows Disk Defragmentation Strategies” (lyratechnicalsystems.com/?p=9).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img220.imageshack.us/img220/1871/37601002.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 571px; height: 420px;" src="http://img220.imageshack.us/img220/1871/37601002.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Notebook disk usage after running the Windows disk defragmenter&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img228.imageshack.us/img228/5020/40871821.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 573px; height: 416px;" src="http://img228.imageshack.us/img228/5020/40871821.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Notebook disk usage after four Windows disk defragmenter runs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Dual-Boot Computer Disk Partitioning:-&lt;/span&gt;&lt;br /&gt;When sizing your partitions, consider the following:-&lt;br /&gt;&lt;br /&gt;1. Windows NTFS partition: Provide adequate space for the full operating system (including anticipated future patches), installation of all applications you want, and plenty of extra space (just to be safe). &lt;br /&gt;2. Linux ext3 partition: Provide adequate space for the full operating system; for convenience, allow enough space for software installation in the default install locations (/usr/bin, and so on).&lt;br /&gt;3. Linux Swap: Follow the standard rule of allocating swap—twice your RAM.&lt;br /&gt;4. Shared FAT32 partition: Don’t make this too small. For example, if your email will reside on the shared partition, that alone can quickly occupy gigabytes of disk space. Although people often recommend creating a separate partition for the /home directory, I chose to let /home reside on the root partition, in this case. Most of the data that I would normally store in a Linux /home directory is actually in the shared FAT32 partition on my dual-boot systems, leaving /home relatively empty. &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img228.imageshack.us/img228/5278/74990829.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 571px; height: 143px;" src="http://img228.imageshack.us/img228/5278/74990829.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Once you’ve decided on partition sizes, boot the system using the System Rescue CD. When the rescue CD presents the boot: prompt, I recommend entering fb800 nodetect:-&lt;br /&gt;&lt;br /&gt;boot: fb800 nodetect&lt;br /&gt;&lt;br /&gt;This setting bypasses a full search for the devices on your computer. When I tried the default boot with my new HP, the system displayed the message “USB and PCI hot plugging” and froze, forcing me into a hard power-down. My Knoppix 3.7 LiveCD also failed to complete its boot on the HP, using the default options. Because I don’t plan to work with USB or hotplug devices, there is no need to detect them. &lt;br /&gt;&lt;br /&gt;After the rescue CD boots, you’ll see a Linux command prompt. Enter run_qtparted to launch the QtParted disk partitioning application. (Documentation and screen shots are available from the project’s site at qtparted.sourceforge.net.) Select the Windows partition (this was /dev/hda on both my systems), and resize it: select Operations-&gt;Resize, enter the new partition size (observe your units, MB or GB), and click OK.&lt;br /&gt;&lt;br /&gt;Next, create a second primary partition, of type ext3, for the new Ubuntu system: highlight the “02” partition, and select Operations-&gt;Create. Set “Create as” to “Primary Partition” (so that the Linux system can boot), select “ext3” as the partition type, give the drive a sensible partition label, enter the partition size, and click OK. Create the Linux swap partition by highlighting number 03 and selecting Operations-&gt;Create. Select “linux-swap” as the partition type, selects the swap size, and click OK.&lt;br /&gt;&lt;br /&gt;Finally, create the FAT32 partition that both operating systems will share. Highlight number “04” and select Operations-&gt;Create. Set the partition type to FAT32, provide a label, and allow the partition to use the remainder of the disk.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, study the color-coded diagram at the top of the QtParted window. The sizes of the colored partition regions should match what you expect to see based on your disk space allocation design.&lt;br /&gt;If there is any doubt, you can select Device-&gt;Undo to undo your changes, or exit QtParted and start over.&lt;br /&gt;&lt;br /&gt;When you’re absolutely certain that everything looks correct, select DeviceCommit. The QtParted program will warn you that all partitions must be unmounted. The hard drive partitions won’t be mounted if you went directly from the CD boot to run_qtparted. Click Yes to commit your changes.&lt;br /&gt;&lt;br /&gt;A progress window appears, and QtParted displays various messages as it performs the repartioning operations. It took about ten minutes to repartition my 30 GB Toshiba drive into the four new partitions, but on my HP all operations completed in about a minute. If everything works,&lt;br /&gt;QtParted displays “Operations completed successfully.” Click OK, and then select FileQuit to exit QtParted.&lt;br /&gt;&lt;br /&gt;Enter shutdown -r now to shut down the system. At this point, you might want to reboot to verify that your Windows system is still bootable. Windows should boot fine if you selected an adequate resize partition size based on the final Windows defragmentation map. At boot time, Windows may detect the change in disk partition size and begin to run the chkdsk utility. Let this continue so that&lt;br /&gt;Windows can reset its internal information about available disk drives.&lt;br /&gt;&lt;br /&gt;After Windows has completed its analysis of the new disk partitions and booted into its normal operating mode, open Explorer and look at the identified drives. You should see the resized boot drive, plus a new drive letter that designates the FAT32 partition you created using QtParted.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Installing Ubuntu Linux:-&lt;/span&gt;&lt;br /&gt;To install Ubuntu Linux, reboot the system with the Ubuntu boot CD in the drive. At the Partition disks screen, select “Manually edit partition table.” On my systems, Ubuntu found these partitions:&lt;br /&gt;&lt;br /&gt;ntfs /media/hda1&lt;br /&gt;ext3 /media/hda2&lt;br /&gt;swap swap&lt;br /&gt;fat32 /media/hd4&lt;br /&gt;&lt;br /&gt;The ntfs partition is the resized Windows partition. The ext3 partition is where you want to install Ubuntu. Make sure you set the mount point to / for this partition, set the bootable flag to on, and let Ubuntu format the partition. For the FAT32 partition, specify a mount point such as /share. When the configuration settings are correct, select Finish partitioning and write changes to disk. The installer will format the ext3 and swap partitions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Installing GRUB and Making Ubuntu BootableUsing the Windows Bootloader:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The remainder of the Ubuntu install is straightforward, until you must choose whether to install the GRUB bootloader to the Master Boot Record (MBR). To be extra protective of my working Windows installation, I chose not to install GRUB to my MBR, which led me to a screen titled Install the GRUB boot loader on a hard disk. Here, I identified my Ubuntu partition:&lt;br /&gt;In GRUB’s zero-based drive identification convention, this indicates the first disk drive (drive hd0), second partition (partition 1).&lt;br /&gt;&lt;br /&gt;After installing GRUB, Ubuntu will request a reboot to complete its installation running from the hard drive. On both of my systems, the reboot produced the ominous message “Missing operating system.” This message is the result of Ubuntu having set its own partition as the active partition. The Windows bootloader, which is still installed in the master boot record, cannot boot Windows, because the Windows partition is not flagged as active; the Windows bootloader also has no knowledge of the Ubuntu operating system, so that cannot boot, either.&lt;br /&gt;&lt;br /&gt;To make the system bootable into both Windows and Ubuntu, reboot into the System Rescue CD. Run QtParted, select the Windows partition (for example, /dev/hda1), and select Operations-&gt;Set Active. Select Device-&gt;Commit to commit your changes. The QtParted progress window will display the operations, ending with Operations completed successfully. Exit QtParted, but don’t shut down.&lt;br /&gt;Now you must copy data from the Ubuntu partition to a file that the Windows bootloader can use for booting Ubuntu. The FAT32 partition, which is accessible to both Linux and Windows, is useful. At the System Rescue CD command prompt, mount the FAT32 partition:&lt;br /&gt;&lt;br /&gt;  # mkdir /mnt/share&lt;br /&gt;  # mount -t msdos /dev/hda4 /mnt/share&lt;br /&gt;&lt;br /&gt;  # dd if=/dev/hda2 of=/mnt/share/ubuntu.bin bs=512 count=1&lt;br /&gt;  If you enter:&lt;br /&gt;  # ls -l /mnt/share&lt;br /&gt;&lt;br /&gt;you should see the file ubuntu.bin with size 512 bytes.&lt;br /&gt;&lt;br /&gt;Now configure the Windows bootloader. Shut down the system and let Windows boot. Copy the ubuntu.bin fi le from the FAT32 Windows drive to drive C:\. Next, edit the system startup settings. Open the Control Panel, select System, and go to the Advanced tab. Click the Startup and Recovery settings button. Click the Edit button to edit the startup options file manually (Figure 1-27). Clicking Edit loads the boot.ini file into Notepad. Add a new line at the end of the file:&lt;br /&gt;&lt;br /&gt;       C:\UBUNTU.BIN="Ubuntu Linux"&lt;br /&gt;&lt;br /&gt;Save the file and close Notepad. Make sure the “Time to display list of operating systems” has a value of at least 5 or 10, to give yourself plenty of time to select the operating system at boot time. Click OK to save the Startup settings.&lt;br /&gt;You now have a dual-boot XP/Ubuntu notebook computer. Reboot the computer and select Ubuntu Linux to complete the installation and configuration of Ubuntu. Linux configuration issues vary for different computers.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img530.imageshack.us/img530/2416/21542819.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 496px; height: 601px;" src="http://img530.imageshack.us/img530/2416/21542819.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Navigating to edit the Windows bootloader startup settings&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Accessing the Shared Partition from Ubuntu:-&lt;/span&gt;&lt;br /&gt;Ubuntu mounts the shared FAT32 partition at boot time:&lt;br /&gt;&lt;br /&gt;kevin@lyrahpnx:~$ df&lt;br /&gt;Filesystem 1K-blocks Used Available Use% Mounted on&lt;br /&gt;/dev/hda2 30233928  1766828    26931288   7%     /&lt;br /&gt;tmpfs        517816      16             517800        1%     /dev/shm&lt;br /&gt;tmpfs        517816      12588        505228       3%     /lib/modules/2.6.12-9-386/volatile&lt;br /&gt;/dev/hda1 19451896  3548380    15903516   19%   /media/hda1&lt;br /&gt;/dev/hda4 25916224  160            25916064   1%    /share&lt;br /&gt;&lt;br /&gt;By default, the root user owns the partition:-&lt;br /&gt;&lt;br /&gt;kevin@lyrahpnx:~$ ls -l /share&lt;br /&gt;total 48&lt;br /&gt;drwxr-xr-x 2 root root 16384 2006-02-09 11:03 Recycled&lt;br /&gt;drwxr-xr-x 3 root root 16384 2006-02-09 11:03 System Volume Information&lt;br /&gt;-rwxr-xr-x 1 root root   512    2006-02-09 10:56 ubuntu.bin&lt;br /&gt;&lt;br /&gt;You won’t be able to access the shared partition from Ubuntu Linux using your normal login name unless you change this. The simplest solution is to have the /share partition mounted at boot time specifying your login ID as the owner. First, display your user ID record from /etc/passwd (substitute your user name for kevin):&lt;br /&gt;&lt;br /&gt;kevin@lyrahpnx:~$ grep kevin /etc/passwd&lt;br /&gt;kevin:x:1000:1000:Kevin Farnham,,,:/home/kevin:/bin/bash&lt;br /&gt;&lt;br /&gt;The third and fourth items are the user ID and group ID; these are necessary when you modify the mount command in /etc/fstab. Because fstab is a critical Linux system file, make a backup copy of your working version before you edit the file. Then, edit fstab (use sudo, because root owns the file), and change the options section for the /share entry to defaults,uid=uuuu,gid=gggg, where uuuu is your user ID and gggg is your group ID. Here’s my revised /etc/fstab (note the /dev/hda4 /share entry):-&lt;br /&gt;&lt;br /&gt;kevin@lyrahpnx:/etc$ cat fstab&lt;br /&gt;# /etc/fstab: static file system information.&lt;br /&gt;#&lt;br /&gt;# &lt;file system&gt; &lt;mount point&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt;&lt;br /&gt;proc /proc proc defaults 0 0&lt;br /&gt;/dev/hda2 / ext3 defaults,errors=remount-ro 0 1&lt;br /&gt;/dev/hda1 /media/hda1 ntfs defaults 0 0&lt;br /&gt;/dev/hda4 /share vfat defaults,uid=1000,gid=1000 0 0&lt;br /&gt;/dev/hda3 none swap sw 0 0&lt;br /&gt;/dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0&lt;br /&gt;&lt;br /&gt;When you reboot into Ubuntu, the /share partition will be mounted with your user name having full ownership and full access.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5191742288704839865?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5191742288704839865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-transforming-your-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5191742288704839865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5191742288704839865'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-transforming-your-windows-xp.html' title='How to transforming your Windows XP laptop into a Dual- Boot XP/Ubuntu Linux System?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4272493152253411505</id><published>2009-08-31T13:49:00.000-07:00</published><updated>2009-08-31T13:52:58.632-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>How to move partitions around on Vista without destroying it?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Move partitions around on Vista without destroying it:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Resizing partitions in Vista can lead to a meltdown—you may not be able to boot. Here’s how to resize and still boot up, problem free.&lt;br /&gt;One of the cool things about Vista is its ability to resize partitions using diskmgmt.msc. This trick works great for those times when you need to shrink or grow a partition. Unfortunately, if you need to move things around as I did this weekend; you won’t be able to use the built-in tool.&lt;br /&gt;I needed to delete a partition I wasn’t using and also give more space to my Vista partition. So I turned to the trusty Gparted (gparted.sourceforge.net), a free alternative to tools like Partition Magic. (Partition Magic doesn’t work in Vista, by the way.) It performed the partitioning flawlessly, but Vista refused to boot after that. I was prepared for that, thanks to the Gparted Vista HOWTO (gparted.free.fr/screenshots/VISTA/Howto_move_VISTA.html), and had my Vista boot DVD ready to perform the post-Gparted operation: Boot up the installation DVD Choose the repair option Let the installation DVD repair the disk automatically when prompted to do so.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;This process let Vista boot, but there was still a problem . . . one that I remember from messing up drive letter assignments in previous versions of Windows: Vista booted up and took me to the login screen, but wouldn’t show my desktop. (In theory, the HOWTO should have worked perfectly, but I have a dual-boot Vista/XP system, and things got confused.)&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;So I had to do one more set of tasks:- &lt;/span&gt;&lt;br /&gt;1. Log in &lt;br /&gt;2. Hit Ctrl-Alt-Del to get Task Manager to appear (the desktop will not appear normally when the drive letter is messed up)&lt;br /&gt;&lt;br /&gt;3. Use Task Manager to run Regedit and make my way to HKEY_LOCAL_MACHINE\SYSTEM\ MountedDevices and fix the drive letter assignments.&lt;br /&gt;&lt;br /&gt;The drive letter assignments can be tricky, because you probably need to do something like rename \DosDevices\C: to \DosDevices\D: and vice versa, but you can’t have duplicate names, so you’ll need to change one of them to something temporary, like:&lt;br /&gt;&lt;br /&gt;\DosDevices\C: to \DosDevices\X:&lt;br /&gt;\DosDevices\D: to \DosDevices\C:&lt;br /&gt;\DosDevices\X: to \DosDevices\D:&lt;br /&gt;&lt;br /&gt;Once I did that, I rebooted, and all was right with the world!&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4272493152253411505?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4272493152253411505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-move-partitions-around-on-vista.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4272493152253411505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4272493152253411505'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-move-partitions-around-on-vista.html' title='How to move partitions around on Vista without destroying it?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3325010055207530994</id><published>2009-08-30T14:48:00.000-07:00</published><updated>2009-08-30T14:51:23.561-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How To Check If Windows-XP is activated or not?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Check If Windows-XP is activated or not:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Go to Start &gt; Run.&lt;br /&gt;&lt;br /&gt;Type: oobe/msoobe /a&lt;br /&gt;&lt;br /&gt;Click OK. &lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Visit again http://windows-problems-repair.blogspot.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3325010055207530994?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3325010055207530994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-check-if-windows-xp-is-activated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3325010055207530994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3325010055207530994'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-check-if-windows-xp-is-activated.html' title='How To Check If Windows-XP is activated or not?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8507735979339950423</id><published>2009-08-30T14:41:00.000-07:00</published><updated>2009-08-30T14:47:36.100-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to solve 'task manger has been disabled by ur administrator' Problem?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;"task manger has been disabled by ur administrator"&lt;/span&gt;&lt;br /&gt;You can face this annoying problem any time.&lt;br /&gt;so here is the solution of your problem:-&lt;br /&gt;&lt;br /&gt;1: Close the IE browser. Log out messenger / Remove Internet Cable.&lt;br /&gt;2: To enable Regedit&lt;br /&gt;Click Start, Run and type this command exactly as given below: (better - Copy and paste)&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;span class="fullpost"&gt;3: To enable task manager : (To kill the process we need to enable task manager)&lt;br /&gt;Click Start, Run and type this command exactly as given below: (better - Copy and paste)&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f&lt;br /&gt;4: Now we need to change the default page of IE though regedit.&lt;br /&gt;Start&gt;Run&gt;Regedit&lt;br /&gt;From the below locations in Regedit chage your default home page to google.com or other.&lt;br /&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main&lt;br /&gt;HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main&lt;br /&gt;HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main&lt;br /&gt;Just replace the attacker site with google.com or set it to blank page.&lt;br /&gt;5: Now we need to kill the process from back end. Press Ctrl + Alt + Del&lt;br /&gt;Kill the process svhost32.exe . ( may be more than one process is running.. check properly)&lt;br /&gt;6: Delete svhost32.exe , svhost.exe files from Windows/ &amp; temp/ directories. Or just search for svhost in your comp.. delete those files.&lt;br /&gt;7: Go to regedit search for svhost and delete all the results you get.&lt;br /&gt;Start menu &gt; Run &gt; Regedit &gt;&lt;br /&gt;8: Restart the computer. That’s it now you are virus free.&lt;br /&gt;&lt;br /&gt;it works !!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2)I don't have IIS( Internet Information Services) windows componet on my system&lt;br /&gt;As far as I know one can't have IIS running on XP Home. I think u will have to upgrade it to XP Pro in xp pro That's simple get the Win XP CD, go to control panel--&gt;add/remove programs and then to add/remove windows components. There u will find the option for adding IIS, just check the checkbox and follow the instructions&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8507735979339950423?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8507735979339950423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-solve-task-manger-has-been.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8507735979339950423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8507735979339950423'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-solve-task-manger-has-been.html' title='How to solve &apos;task manger has been disabled by ur administrator&apos; Problem?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1071314335547537343</id><published>2009-08-30T14:32:00.000-07:00</published><updated>2009-08-30T14:36:09.763-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>The Secrets of Windows Vista’s BCDEDIT</title><content type='html'>&lt;span style="font-weight:bold;"&gt;The Secrets of Windows Vista’s BCDEDIT:-&lt;/span&gt;&lt;br /&gt;Baffled by Windows Vista’s BCDEDIT command-line tool for customizing multiboot startups? Who isn’t? Here’s an easy guide to its basics.&lt;br /&gt;If you’re only looking to customize the basics of your Windows Vista multiboot system, there’s no need to download and install VistaBootPRO .You can, instead, directly hack the BCD store using BCDEDIT.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Before you get started, you need a little introduction to the BCD store, and how BCDEDIT lets you edit it. The BCD is made up of a series of objects, each of which is a boot environment application, such as a boot manager. Each object, in turn, is made up of a series of elements. And each element has an attribute that tells how it will be used.&lt;br /&gt;&lt;br /&gt;For example, the Windows Boot Manager in the BCD handles the initial startup of the PC, and displays a multiboot menu. One of the elements in the Windows Boot Manager is timeout, which determines how long to display the multiboot menu before loading the default operating system. The timeout element’s option is a number, such as 30, which determines how long (in seconds) to display the screen.&lt;br /&gt;&lt;br /&gt;There’s one more thing you need to know about the BCD. When you use BCDEDIT to edit the BCD, you often need to use a GUID (Globally Unique Identifier) of an object of some kind. For example, a partition on a PC has its own GUID, which looks something like this: {b37c75ca-dd09-11d8-9a7e-&lt;br /&gt;1030581395c7}.&lt;br /&gt; &lt;br /&gt;That GUID for the partition is unique. But there are also GUIDs that are predefined, and are exactly the same from PC to PC. For example, the Windows Legacy OS Loader, used to load Windows XP and Windows 2000, always has the GUID {466f5a88-0af2-4f76-9038-095b170dc21c}. To make it somewhat easier to use BCD, aliases represent these universal, predefined GUIDs. So instead of using {466f5a88-0af2-4f76-9038-095b170dc21c}, you can use the alias {ntldr}.&lt;br /&gt;&lt;br /&gt;With that background behind us, it’s time to actually use BCDEDIT. It’s a command-line tool, and you need to run it as an administrator. Type cmd at the Search box on the Start menu, right-click the cmd icon that appears at the top of the Start menu, and select Run as administrator.&lt;br /&gt;Before doing any editing, it’s a good idea to back up the BCD store, so that you can late restore it, if you do any kind of damage. Create a folder for the BCD store on another drive or a removable disk.&lt;br /&gt;In our example, we’ll say that you’re going to back it up to your D: drive. So create a folder called \BCD Backup on your D: drive. Once you’ve done that, type this command and press Enter to back up the BCD store to it:&lt;br /&gt;&lt;br /&gt; bcdedit /export "D:\BCD Backup\Bcd Backup"&lt;br /&gt;&lt;br /&gt;If you later need to restore the BCD store, type this command:&lt;br /&gt;&lt;br /&gt;bcdedit /import "D:\BCD Backup\Bcd Backup"&lt;br /&gt;&lt;br /&gt;Next, take a look at how your multiboot system is set up. At the command line, type bcdedit and press Enter. You’ll see a listing like this:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_jk3kyVzqHsI/Sprwf9vfqMI/AAAAAAAAAFA/i7IKL0frCOY/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 257px; height: 400px;" src="http://3.bp.blogspot.com/_jk3kyVzqHsI/Sprwf9vfqMI/AAAAAAAAAFA/i7IKL0frCOY/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375873537160489154" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We’re not going to edit most of this. We’re going to change only the basics, because a full explanation of how to use BCDEDIT is well beyond the scope of this book. And besides, there are much easier ways to work with the BCD store.&lt;br /&gt;&lt;br /&gt;Note all the listings with curly braces { } around them. These are GUIDs. Most are aliases, such as&lt;br /&gt;{ntldr}.&lt;br /&gt;&lt;br /&gt;The first main listing is Windows Boot Manager, which handles the initial startup. The elements underneath it detail its path, the language it’s in, and so on. It’s mainly self-explanatory. The next listing, Windows Legacy OS Loader, is the loader used to load Windows XP or Windows 2000. The final listing, Windows Boot Loader, is used to load Windows Vista.&lt;br /&gt;&lt;br /&gt;So what does this entire listing tell us? The multiboot window will be displayed for 30 seconds, as you can see in the timeout listing of 30 under Windows Boot Manager. Windows Vista is the default operating system that loads after 30 seconds if no action is taken. You can tell that because the default listing in Windows Boot Manager is {current}—and as you can see, the identifier directly under Windows Boot Loader is {current} and its description is Microsoft Windows Vista.&lt;br /&gt;&lt;br /&gt;On the multiboot menu that appears when the PC starts, the first listing will be for the previous version of Windows, and the text will read Earlier Version of Windows. The second listing will be for Windows Vista, and the text will read Microsoft Windows Vista.&lt;br /&gt;&lt;br /&gt;You can tell that because the displayorder under Windows Boot Manager is {ntldr} fi rst, and {current} second. And if you look in the description of Windows Legacy OS Loader, you’ll see Earlier Version of Windows, and in the description of Windows Boot Loader, you’ll see Microsoft Windows Vista.&lt;br /&gt;&lt;br /&gt;To make changes with BCDEDIT, you use a variety of switches. For details, type bcdedit /?, and you’ll get a list of switches, and how to use them. You need to use the switches in concert with GUIDs and attributes. For example, if you wanted to change the boot menu so that instead of displaying Earlier Version of Windows, it displayed Windows XP, you’d issue this command and press Enter.&lt;br /&gt;bcdedit /set {ntldr} description "Windows XP" Similarly, if you wanted to change the menu so that it displayed Windows Vista Ultimate instead of&lt;br /&gt;Microsoft Windows Vista, you’d issue this command and press Enter:&lt;br /&gt;bcdedit /set {current} description "Windows Vista Ultimate".&lt;br /&gt;&lt;br /&gt;To change the amount of time the menu appears before booting into the default operating system to 20 seconds, type this command and press Enter:&lt;br /&gt;bcdedit /timeout 15 To have your PC boot into Windows XP instead of Windows Vista as the default operating system, type this command and press Enter:&lt;br /&gt;bcdedit /default {ntldr} To change the display order of the multiboot menu, so that the Windows Vista entry appears first, and the Windows XP entry appears &lt;br /&gt;second, type this command and press Enter: bcdedit /displayorder {current} {ntldr}&lt;br /&gt;After you make your changes, they’ll take effect the next time you reboot.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1071314335547537343?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1071314335547537343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/secrets-of-windows-vistas-bcdedit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1071314335547537343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1071314335547537343'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/secrets-of-windows-vistas-bcdedit.html' title='The Secrets of Windows Vista’s BCDEDIT'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_jk3kyVzqHsI/Sprwf9vfqMI/AAAAAAAAAFA/i7IKL0frCOY/s72-c/untitled.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3301421731236600325</id><published>2009-08-30T14:31:00.000-07:00</published><updated>2009-08-30T14:32:55.307-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to boot into a different version of windows quickly?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Boot into a different version of windows quickly&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you run multiple versions of Windows on your PC—for example, Windows XP and Windows 98—you know how annoying it is to go through the reboot routine when you want to boot into a different operating system than the one you’re currently using. Restart (www.gabrieleponti.com/software/index.html#restart) comes to the rescue. It appears as a green icon in your system tray.&lt;span class="fullpost"&gt;.Click it to see all your available operating systems, choose the one you want to boot into, and the program reboots your PC into the operating system that you chose. It works with Windows 95, 98, Me, NT, 2000, XP and 2003 Server, but not yet with Windows Vista.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3301421731236600325?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3301421731236600325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-boot-into-different-version-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3301421731236600325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3301421731236600325'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-boot-into-different-version-of.html' title='How to boot into a different version of windows quickly?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7485680710896598104</id><published>2009-08-30T14:23:00.000-07:00</published><updated>2009-08-30T14:31:10.969-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to Shutting Off Services that Run at Startup?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Shutting Off Services that Run at Startup:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Constantly running in the background of Windows are services—processes that help the operating system run or that provide support to applications. Many of these services launch automatically at startup. Although you need many of them, many aren’t required and can slow down your system when they run in the background. You can prevent services from running at startup by using the System Configuration Utility, similar to how you halt programs from running at startup, but using the Services tab instead of the Startup tab. When you go to that tab, you’ll see a very long list of services, most of which Windows requires running. A good way to weed out unnecessary services is to see which services weren’t created by Microsoft, which aren’t required by Windows, and which have been installed by a third party. You can then decide which to stop and which to run. To see non-Microsoft services, click “Hide all Microsoft services.” You’ll see a list like the one shown picture.&lt;br /&gt; &lt;span class="fullpost"&gt;&lt;br /&gt;The System Configuration Utility is useful, but it doesn’t necessarily list every service that launches on startup. A bigger problem is that turning off services is more of a shot in the dark than disabling programs. When you disable a program, you can get a sense of what the program does. But when you turn off a service through the System Configuration Utility, there’s often no way to know what it does (or did).&lt;br /&gt;&lt;br /&gt;A better way of turning off services at startup is via the Services Computer Management Console, shown in Figure 1-13. Run it by typing services.msc at the command prompt or Search box. The Services Computer Management Console includes a description of all services so that you can know ahead of time whether a particular service is one you want to turn off. It also lets you pause the service so that you can test out your machine with the service off to see whether it’s needed.&lt;br /&gt;&lt;br /&gt;After you run the console, click the Extended tab. This view shows you a description of each service in the left pane when you highlight the service. The Startup Type column shows you which services launch upon startup—any services with “Automatic” in that column. Click the top of that column to sort together all the services that automatically launch on startup. Then highlight each service and read the descriptions.&lt;br /&gt;&lt;br /&gt; When you find a service that you want to turn off, right-click it and choose Properties. In the Properties dialog box that appears, choose Manual from the “Startup type” drop-down list. The service won’t start automatically from now on (unless another service requires it in order to start), but you can start it manually via the console. If you want the service disabled so that it can’t be run, choose Disabled. (If you disable a service that a critical Windows service depends on, that service won’t be able to start either, which could cause problems.)&lt;br /&gt;&lt;br /&gt;To test the effects of turning off the service, turn off any services you don’t want to run by clicking “Stop the service” in the left pane, or by right-clicking the service and choosing Stop. Note that some services can’t be stopped while the system is running. You’ll have to set them to “manual” and reboot to see the effect of turning them off. Table 1-1 lists some common services you might want to halt from running at startup. Note that some run on Windows XP, some on Windows Vista, and some on both.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jk3kyVzqHsI/SpruZ-MmiPI/AAAAAAAAAEo/XJB-7g8h3dY/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 264px;" src="http://2.bp.blogspot.com/_jk3kyVzqHsI/SpruZ-MmiPI/AAAAAAAAAEo/XJB-7g8h3dY/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375871235180103922" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jk3kyVzqHsI/Spru3u3DaxI/AAAAAAAAAEw/eioTey_1aXI/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 292px;" src="http://2.bp.blogspot.com/_jk3kyVzqHsI/Spru3u3DaxI/AAAAAAAAAEw/eioTey_1aXI/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375871746459265810" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;The Services Computer Management Console&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Some services and their functions:-&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jk3kyVzqHsI/SprvVKD3GkI/AAAAAAAAAE4/-WP2YwC2Gq4/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 307px;" src="http://4.bp.blogspot.com/_jk3kyVzqHsI/SprvVKD3GkI/AAAAAAAAAE4/-WP2YwC2Gq4/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375872251976948290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7485680710896598104?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7485680710896598104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-shutting-off-services-that-run.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7485680710896598104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7485680710896598104'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-shutting-off-services-that-run.html' title='How to Shutting Off Services that Run at Startup?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jk3kyVzqHsI/SpruZ-MmiPI/AAAAAAAAAEo/XJB-7g8h3dY/s72-c/untitled.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8565354161213032375</id><published>2009-08-30T14:10:00.000-07:00</published><updated>2009-08-30T14:22:31.098-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to Speed Up Startup by Halting Startup Programs?</title><content type='html'>Increase your PC’s performance and speed up startup times by shutting off applications and services that you don’t need. One of the best ways to speed up your PC without having to spend money on extra RAM is to stop unnecessary programs and services from running whenever you start your PC.&lt;br /&gt;&lt;br /&gt;When too many programs and services run automatically every time you start up your system, startup itself takes a long time—and too many programs and services running simultaneously can bog down your CPU and hog your memory.&lt;br /&gt;Some programs, such as antivirus software, should run automatically at startup and always run on your computer. But many other programs, such as instant messenger software, serve no purpose by being run at startup. And while you need a variety of background services running on your PC for Windows to function, there are many unnecessary services that run on startup. For example, on many Windows XP systems, the Wireless Zero Configuration Service runs to automatically configure a wifi (802.11) network card, even though no such card is present in the system. (Windows Vista does away with the Wireless Zero Configuration Service entirely.)&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Eliminating Programs that Run at Startup:-&lt;/span&gt;&lt;br /&gt;The task of stopping programs from running at startup is particularly daunting because there is no single place you can go to stop them all. Some run because they’re put in the Startup folder, others because they’re part of logon scripts, still others because of Registry settings, and so on. But with a little bit of perseverance, you should be able to stop them from running.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Cleaning Out the Startup Folder:-&lt;/span&gt;&lt;br /&gt;Start by cleaning out your Startup folder.&lt;br /&gt;In Windows XP, it is in&lt;br /&gt;C:\Documents and Settings\&lt;User Name&gt;\Start Menu\Programs\Startup, where &lt;User Name&gt; is your Windows logon name. &lt;br /&gt;In Windows Vista, find it in &lt;br /&gt;C:\Users\&lt;User Name&gt;\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup where &lt;User Name&gt; is, again, your Windows logon name.&lt;br /&gt;&lt;br /&gt;Delete the shortcuts of any programs you don’t want to run on startup. As with any shortcuts, when you delete them, you’re deleting only the shortcut, not the program itself. (You can also clear out the startup items in Windows XP by going to Start-&gt;Programs-&gt;Startup and deleting items you want to remove. In Windows Vista, go to Start-&gt;All Programs-&gt;Startup.&lt;br /&gt;&lt;br /&gt;Next, clean out any tasks that has been automatically scheduled to run. In Windows XP, you’ll find them in your Scheduled Tasks folder. Go to C:\WINDOWS\Tasks, and delete the shortcuts of any programs that you don’t want to run.&lt;br /&gt;In Windows Vista, you’ll have to run the Task Scheduler, and delete tasks from there. Go to the Control PanelSystem and MaintenanceSchedule Tasks. The Task Scheduler appears. Click “Task Scheduler Library” to display the tasks that have been scheduled, as shown in Picture.&lt;br /&gt;Look for any tasks that you don’t want to run. In particular, look at the Triggers column and see whether any tasks are listed “At system startup.” Such tasks start every time you run your PC. To see details about the task, including what it does, the executable file, how often it is scheduled, and so on, double-click it and look through the various tabs.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jk3kyVzqHsI/SprsQBfFP5I/AAAAAAAAAEY/lQWMhvOV1eE/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 283px;" src="http://2.bp.blogspot.com/_jk3kyVzqHsI/SprsQBfFP5I/AAAAAAAAAEY/lQWMhvOV1eE/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375868865240973202" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Look for any tasks that are scheduled to run at startup in&lt;br /&gt;Windows Vista’s Task Scheduler, and deletes them if they’re unnecessary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you’ve identified a task you don’t want to run on startup, highlight it, click Delete, and click OK when you’re prompted.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Using the System Configuration Utility:-&lt;/span&gt;&lt;br /&gt;Taking the previous steps will stop the obvious programs from running at startup, but it won’t kill them all. The best tool for disabling hidden programs that run on startup is the Startup tab in the System Configuration Utility, shown in Figure 1-11. To run it in either Windows XP or Windows Vista, type msconfig at the Search box in the Start menu, in a command prompt or in the Run box and&lt;br /&gt;press Enter. (If that doesn’t work, first do a search for msconfi g.exe, and then when you find the file, double-click it.)&lt;br /&gt;&lt;br /&gt;To stop a program from running at startup, go to the Startup tab in this utility and uncheck the box next to the program. It can sometimes be difficult to understand what programs are listed on the Startup tab. Some, such as America Online, are clearly labeled. But often, you’ll see a phrase or collection of letters, such as fs20. That’s the name of the running file—in this case, fs20.exe, which is&lt;br /&gt;Free Surfer Companion, a pop-up killer, cache manager, and surfing utility.&lt;br /&gt;&lt;br /&gt;To get more information about a listing, expand the width of the Command column near the top of the Startup tab. Expand it enough and you’ll see the startup command that the program issues, including its location, such as &lt;br /&gt;&lt;br /&gt;C:\Program Files\Free Surfer\fs20.exe. The directory location should be another hint to help you know the name of the program. When stopping programs from running at startup, it’s best to stop them one at a time rather than in groups. You want to make sure that you’re not causing any system problems by stopping them. So, stop one and restart your PC. If it runs fine, stop another and restart. Continue doing this until you’ve cleared all the programs you don’t want to run automatically.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jk3kyVzqHsI/SprtGq4t3eI/AAAAAAAAAEg/8CK75IAoTH0/s1600-h/untitled.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 264px;" src="http://4.bp.blogspot.com/_jk3kyVzqHsI/SprtGq4t3eI/AAAAAAAAAEg/8CK75IAoTH0/s400/untitled.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5375869804067282402" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;The Startup tab of the System Configuration Utility&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Each time you uncheck a box and restart your PC, you’ll get a warning stating that you’ve used the System Configuration Utility to disable a program from starting automatically. If you don’t want to see that warning, disable it by checking the box in the dialog box itself. &lt;br /&gt;&lt;br /&gt;After you’ve used the System Configuration Utility to identify programs that run upon startup, you might want to try disabling them from within the programs themselves. Run each program that starts automatically, and see if you can find a setting that allows you to prevent it from running on startup. For example, to get rid of Apple QuickTime’s startup item, right-click the QuickTime icon in the notification area, select QuickTime Preferences, go to the Advanced tab, and uncheck the box labeled “Install QuickTime icon in system tray.”&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Using the Registry to Halt Programs Running on Startup:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Even the System Configuration Utility won’t necessarily let you identify and kill all programs that run on startup. You might also need to hack the Registry to disable them. To do so, Launch the Registry Editor by typing regedit at the Start Search box or a command prompt (see Chapter 13 for details) and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. The right pane will contain a list of some of the programs that run automatically at startup. The Data field tells you the path and name of the executable so that you can determine what each program is. Right-click any program you don’t want to run, and choose Delete. That will kill any programs that run and are specific to your account. To kill programs that run for every user of the system, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and follow the same instructions for deleting other programs that you don’t want to run at startup.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8565354161213032375?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8565354161213032375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-startup-by-halting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8565354161213032375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8565354161213032375'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-startup-by-halting.html' title='How to Speed Up Startup by Halting Startup Programs?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jk3kyVzqHsI/SprsQBfFP5I/AAAAAAAAAEY/lQWMhvOV1eE/s72-c/untitled.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4476042542160002618</id><published>2009-08-27T18:17:00.000-07:00</published><updated>2009-08-27T18:18:22.437-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='zDownloads'/><title type='text'>Download Speaking Notepad</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Speaking Notepad&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;http://rapidshare.com/files/211937308/speakingnotepad.rar&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4476042542160002618?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4476042542160002618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-speaking-notepad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4476042542160002618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4476042542160002618'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-speaking-notepad.html' title='Download Speaking Notepad'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7352767803083167703</id><published>2009-08-27T18:15:00.000-07:00</published><updated>2009-08-27T18:16:54.318-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='zDownloads'/><title type='text'>Download Registry Repair Wizard 2009 6.00</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Registry Repair Wizard 2009&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;http://rapidshare.com/files/212385513/Registry_Repair_Wizard_2009_6.00.rar&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7352767803083167703?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7352767803083167703/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-registry-repair-wizard-2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7352767803083167703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7352767803083167703'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-registry-repair-wizard-2009.html' title='Download Registry Repair Wizard 2009 6.00'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6528191200493783721</id><published>2009-08-27T18:13:00.000-07:00</published><updated>2009-08-27T18:15:19.137-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='zDownloads'/><title type='text'>Download Quick heal Total Security 2009</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Quick heal Total Security 2009:-&lt;/span&gt;&lt;br /&gt; &lt;span class="fullpost"&gt;http://rapidshare.com/files/226000921/Quick_Heal_total_security_2009.rar.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6528191200493783721?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6528191200493783721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-quick-heal-total-security-2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6528191200493783721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6528191200493783721'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/download-quick-heal-total-security-2009.html' title='Download Quick heal Total Security 2009'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5834627836456569183</id><published>2009-08-27T17:52:00.000-07:00</published><updated>2009-08-27T17:54:13.040-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>How to Faster Boot up by BIOS hacks or tweaks?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Faster Boot up by BIOS hacks or tweaks:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Some of the stuff your computer does at boot time is of no use. Disable those features to boot faster.&lt;br /&gt;&lt;br /&gt;The system BIOS does a lot of work in the P.O.S.T. (Power On Self Test) phase before it gets your system to the point where it reads boot-up information from a disk drive to load an operating system. Some of the things that happen in P.O.S.T. have nothing to do with system performance, other than impeding the process of getting to the operating system to run your applications. Intel, AMD, AMI, Award/Phoenix, and the PC manufacturers were aware of this waste of time, evaluated the events involved, and in many cases took steps to reduce the number of items and the amount of time the startup process takes. To that end, there are a handful of changes you can make in order to boot up faster.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. &lt;span style="font-weight:bold;"&gt;Disable Extended Tests:-&lt;/span&gt;&lt;br /&gt;Many systems offer the option of allowing an in-depth test of system memory and components (an extended test) or zipping through the system and getting to bootup as quickly as possible. With RAM as reliable and economical as it is (and having so much of it) and having plug-and-play operating systems like Windows—and, to some extent, current versions of Linux—the Quick Test mode is more than adequate, and preferred for faster boot times. This parameter is shown in Figure 1-14, and specifies the depth, and thus the time involved, for testing system RAM and finding and checking the basic components of the system—COM and LPT ports and such.&lt;br /&gt;&lt;br /&gt;2. &lt;span style="font-weight:bold;"&gt;Configure Drive Detection:-&lt;/span&gt;&lt;br /&gt;Most BIOS’s provide the capability to automatically search for, identify, and configure different types of drives across multiple IDE and Serial ATA connections. This parameter setting usually shows up as AUTO in the IDE configuration choices. If you leave the parameter for all four possible IDE or Serial ATA devices set to AUTO, your BIOS will waste a lot of time searching for nonexistent devices. For faster boot times set the parameter to NONE, as shown in Figure 1-15, for any unused interfaces and connections that have nothing attached to them.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5834627836456569183?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5834627836456569183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-faster-boot-up-by-bios-hacks-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5834627836456569183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5834627836456569183'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-faster-boot-up-by-bios-hacks-or.html' title='How to Faster Boot up by BIOS hacks or tweaks?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8697988803081088926</id><published>2009-08-27T17:51:00.000-07:00</published><updated>2009-08-27T17:52:32.421-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>What is BIOS?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;BIOS:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Your system’s BIOS (Basic Input/Output System) is firmware stored in a chip on your PC that handles basic system startup—in essence, it gets your computer’s hardware ready so that the operating system can load on it. What’s important to understand about the BIOS is that it runs before Windows runs, and handles the basic tasks of recognizing and configuring your hardware.&lt;br /&gt;&lt;span class="fullpost"&gt;And here is the rest of it.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8697988803081088926?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8697988803081088926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/what-is-bios.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8697988803081088926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8697988803081088926'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/what-is-bios.html' title='What is BIOS?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5716562391679257868</id><published>2009-08-27T17:48:00.000-07:00</published><updated>2009-08-27T17:51:42.078-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>How to bypass the Windows Vista Logon screen on multiaccount PCs?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jk3kyVzqHsI/Spcp1G48_FI/AAAAAAAAAEQ/wv3iZ7z0W-M/s1600-h/fwerf.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 374px; height: 400px;" src="http://2.bp.blogspot.com/_jk3kyVzqHsI/Spcp1G48_FI/AAAAAAAAAEQ/wv3iZ7z0W-M/s400/fwerf.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5374810672649272402" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Bypass the Windows Vista Logon screen on multiaccount PCs:-&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Having to type in your logon information on a system with two or more user accounts can be a pain. This hack shows you how to tell Windows Vista to log on to your primary account immediately.&lt;br /&gt;When you have more than one user account on a Windows Vista PC, every time you restart your PC, you’ll be presented with a welcome screen listing all the accounts on the machine, forcing you to click one and type in your logon information.&lt;br /&gt;But what if, like many people, you use one primary account nearly all the time, and use others only on occasion—and you’d like to bypass the screen listing all the user accounts and be logged in automatically? You’re apparently out of luck; Windows Vista can’t seem to do it.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Actually, though, it can, as you’ll see in this simple hack. Follow it, and you’ll automatically log in to your primary account, and then be able to switch to any other account when you wish:&lt;br /&gt;1. At the Search box or a command prompt, type control userpasswords2. The User Accounts screen, shown in Figure 1-8, appears.&lt;br /&gt;&lt;br /&gt;2. On the User Accounts tab, highlight the account that you want to automatically log on with, and then uncheck the box next to “Users must enter a user name and password to use this computer.&lt;br /&gt;3. The Automatically Log On dialog box appears, as seen in Figure 1-9. Type in the password for the account that you want to log on automatically. If the account shown isn’t the one that you want to log on automatically, type in the username and password for the account that you want to use. Click OK.&lt;br /&gt;&lt;br /&gt;4. From now on, you’ll automatically log in using that account. When you’re logged in, if you want to switch to another account, use Fast User Switching by clicking the Start button, then clicking the arrow in the lower right hand corner of the Start menu, and selecting “Switch User”. You’ll come to a screen listing all users on your PC, where you can log in as any other user.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5716562391679257868?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5716562391679257868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-bypass-windows-vista-logon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5716562391679257868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5716562391679257868'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-bypass-windows-vista-logon.html' title='How to bypass the Windows Vista Logon screen on multiaccount PCs?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_jk3kyVzqHsI/Spcp1G48_FI/AAAAAAAAAEQ/wv3iZ7z0W-M/s72-c/fwerf.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2899477382586951610</id><published>2009-08-27T17:44:00.000-07:00</published><updated>2009-08-27T17:48:14.887-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to Speed Up Boot and Shutdown Times?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Speed Up Boot and Shutdown Times:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Shorten the time it takes for your desktop to appear when you turn on your PC—and make Windows shut down faster.&lt;br /&gt;No matter how fast your PC boots, it’s not fast enough. Here are several hacks to get you right to your desktop as quickly as possible after start-up, whether you use Windows XP or Windows Vista.&lt;br /&gt;1. &lt;span style="font-weight:bold;"&gt;Confirm that boot defragmentation is enabled:-&lt;/span&gt;&lt;br /&gt;There’s a simple way to speed up Windows startup: make your system do a boot defragment, which puts all the boot files next to one another on your hard disk. When boot files are in close proximity to one another, your system will start faster.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;On most systems, boot defragments should be enabled by default, but it might not be on yours, or it might have been changed inadvertently. To make sure that boot defrayments is enabled on your system, launch the Registry Editor by typing regedit at the Start Search box or a command prompt&lt;br /&gt;and go to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction&lt;br /&gt;Edit the Enable string value to Y if it is not already set to Y. Exit the Registry and reboot. The next time you reboot, your computer will perform a boot defragment. I’ve found many web sites recommending a way of speeding up boot times for Windows XP that might in fact slow down the amount of time it takes to boot up and probably slow down launching applications as well.&lt;br /&gt;The tip recommends going to your C:\WINDOWS\Prefetch directory and emptying it every week. Windows uses this directory to speed up launching applications. It analyzes the files you use during startup and the applications you launch, and it creates an index to where those files and applications are located on your hard disk. By using this index, Windows can launch files and applications faster. So, by emptying the directory, you are most likely slowing down launching applications. In my tests, I’ve also found that after emptying the directory, it takes my PC a few seconds longer to get to my desktop after bootup. You’ll also slow down launching files and opening applications, and interfere with Windows Vista ReadyBoost.&lt;br /&gt;&lt;br /&gt;2. &lt;span style="font-weight:bold;"&gt;Hack Your BIOS for Faster Start ups:-&lt;/span&gt;&lt;br /&gt;When you turn on your PC, it goes through a set of start up procedures in its BIOS before it gets to starting Windows. So, if you speed up those initial start up procedures, you’ll make your system start faster.&lt;br /&gt;You can speed up your start up procedures by changing the BIOS with the built-in setup utility. How you run this utility varies from PC to PC, but you typically get to it by pressing either the Delete, F1, or F10 key during start up. You’ll come to a menu with a variety of choices. Here are the choices to&lt;br /&gt;&lt;br /&gt;3. &lt;span style="font-weight:bold;"&gt;Make for faster system startups:&lt;/span&gt;&lt;br /&gt;Quick Power On Self Test (POST)&lt;br /&gt;When you choose this option, your system runs an abbreviated POST rather than the normal, lengthy one.&lt;br /&gt;&lt;br /&gt;4. &lt;span style="font-weight:bold;"&gt;Change Your Boot Order&lt;/span&gt;&lt;br /&gt;If you change the boot order so that your BIOS check the hard disk first for booting, it won’t check any other devices, and will speed up your startup time.&lt;br /&gt;Boot up Floppy seek Disable this option. When it’s enabled, your system spends a few extra seconds looking for your&lt;br /&gt;Floppy drive—a relatively pointless procedure, especially considering how infrequently you use your floppy drive.&lt;br /&gt;&lt;br /&gt;5. &lt;span style="font-weight:bold;"&gt;Boot Delay:-&lt;/span&gt;&lt;br /&gt;Some systems let you delay booting after you turn on your PC so that your hard drive gets a chance to start spinning before bootup. Most likely, you don’t need to have this boot delay, so turn it off. If you run into problems, however, you can turn it back on.&lt;br /&gt;&lt;br /&gt;6. &lt;span style="font-weight:bold;"&gt;Fine-Tune Your Registry for Faster Startups&lt;/span&gt;&lt;br /&gt;Over time, your Registry can become bloated with unused entries, slowing down your system startup because your system loads them every time you start up your PC. Get a Registry cleanup tool to delete unneeded Registry entries and speed up startup times.&lt;br /&gt;&lt;br /&gt;Go to Download Category from there you can download Registry Repair Wizard 2009.&lt;br /&gt;&lt;br /&gt;Speed Up Shutdown Times&lt;br /&gt;It’s not only startup times that you’d like to speed up; you can also adjust things so that your system shuts down faster. If shutting down XP takes what seems to be an inordinate amount of time, here are a couple of steps you can take to speed up the shutdown process:-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Don’t have Windows clear your paging file at shutdown:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For security reasons, you can have Windows clear your paging file (pagefile.sys) of its contents whenever you shut down. Your paging file is used to store temporary files and data, but when your system shuts down, information stays in the file. Some people prefer to have the paging file cleared at shutdown, because sensitive information (such as unencrypted passwords) sometimes ends&lt;br /&gt;up in the file. However, clearing the paging file can slow shutdown times significantly, so if extreme security isn’t a high priority, you might not want to clear it.&lt;br /&gt;&lt;br /&gt;To shut down Windows without clearing your paging file, run the Registry Editor and go to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management&lt;br /&gt;&lt;br /&gt;Change the value of ClearPageFileAtShutdown to 0. (It may already be set to this.) Close the Registry and restart your computer. Whenever you turn off Windows from now on, the paging file won’t be cleared, and you should be able to shut down more quickly.&lt;br /&gt;&lt;br /&gt;One simple way to speed up shutdown (and startup) times is to not ever actually shut down your PC. Instead, use sleep or hibernate modes. They use very little power, and shut down and start up your PC far more quickly than when you shut off the power completely. Sometimes it takes Windows a long time to shut down because it’s waiting to see whether a service will stop on its own before prompting you to manually shut it down. Windows, by default, waits 20 seconds before prompting you, which can sometimes seem interminable. You can hack the Registry to have Windows ask you sooner than 20 seconds. Run the Registry Editor and go to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control&lt;br /&gt;Look for the WaitToKillServiceTimeout value. By default, it’s set to 20000 (20,000 milliseconds).&lt;br /&gt;&lt;br /&gt;Change it to another number, in milliseconds—such as 15000, which would have Windows wait 15 seconds instead of 20 before prompting you. It’s a good idea to start off lowering the number in increments of not more than fi ve seconds, to see how your computer responds. And don’t set it to lower than 5000, or you might lose data or your PC might not shut down properly.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Turn off unnecessary services&lt;/span&gt;&lt;br /&gt;Services take time to shut down, so the fewer you run, the faster you can shut down.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2899477382586951610?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2899477382586951610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-boot-and-shutdown-times.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2899477382586951610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2899477382586951610'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-boot-and-shutdown-times.html' title='How to Speed Up Boot and Shutdown Times?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2420644756396503489</id><published>2009-08-26T18:55:00.000-07:00</published><updated>2009-08-26T18:59:18.239-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>How to stop IE7 prompt to save passwords</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Stop IE7 prompt to save passwords:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;From the Tools menu, select Internet Options. &lt;br /&gt;Click the Content tab. &lt;br /&gt;In the "AutoComplete..." section, click the Settings button.&lt;br /&gt;To prevent your password from being saved.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;deselect the "User names and passwords on forms" checkbox.&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]&lt;br /&gt;"FormSuggest Passwords"="no"&lt;br /&gt;If you want undo, follow these steps&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;UNDO Stop IE7 Prompt To Save Password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]&lt;br /&gt;"FormSuggest Passwords"="yes"&lt;br /&gt;&lt;br /&gt;N.B:- Backup your Registry before any modification&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2420644756396503489?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2420644756396503489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-stop-ie7-prompt-to-save.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2420644756396503489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2420644756396503489'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-stop-ie7-prompt-to-save.html' title='How to stop IE7 prompt to save passwords'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7022333024686681654</id><published>2009-08-26T18:52:00.000-07:00</published><updated>2009-08-26T18:55:13.732-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Internet explorar 7 some useful tips</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Internet explorar 7 some useful tips:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;How to change the ClearType font?&lt;/span&gt;&lt;br /&gt;Open Internet Explorer and go to Tools -&gt; Internet Options -&gt; Advanced. Under the settings panel you will find the Multimedia Options. Uncheck the first option “Always use ClearType for HTML” and click OK. Restart IE7 and you are done. The standard font will be used.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Use the new implemented RSS function?&lt;/span&gt;&lt;br /&gt;This new function will let you view RSS feed on webpages.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;As you already know, RSS feeds are very useful to inform Internet users about changes that take place on websites. For example, www.windows-problems-repair.blogspot.com/ provides a RSS feed with all the latest post available on www.windows-problems-repair.blogspot.com/&lt;br /&gt;&lt;br /&gt;You can subscribe to Softpedia feed to be informed very quickly with the latest downloads. So, open Softpedia.com and - in the right corner of Internet Explorer - click the orange button representing the RSS icon. A preview page of the feed will be displayed.&lt;br /&gt;&lt;br /&gt;On top of the page, you will be able to subscribe to the feed. Click “Subscribe to this feed”. In the window that will be displayed you can change the name of the feed and organize the feeds using folders. Click Subscribe and you are up to date!&lt;br /&gt;&lt;br /&gt;More Tabs, multiple homepages&lt;br /&gt;&lt;br /&gt;Just go to Tools -&gt; Internet Options and, under the General tab, in the Homepage field type in your main sites, then click OK. Next time you start IE7 you will have your sites served.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7022333024686681654?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7022333024686681654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/internet-explorar-7-some-useful-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7022333024686681654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7022333024686681654'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/internet-explorar-7-some-useful-tips.html' title='Internet explorar 7 some useful tips'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4343877597707598526</id><published>2009-08-26T18:45:00.000-07:00</published><updated>2009-08-26T18:50:32.658-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How To delete an "undeletable" file in XP ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Delete an "undetectable" file in XP:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Some times we face this silly problem.Here is the easy fix of this problem.&lt;br /&gt;1. Open a Command Prompt window and leave it open.&lt;br /&gt;2. Close all open programs. &lt;br /&gt;3. Click Start, Run and enter TASKMGR.EXE Go to the Processes tab and End Process on  Explorer.exe. &lt;br /&gt; &lt;span class="fullpost"&gt;&lt;br /&gt;4. Leave Task Manager open. Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.&lt;br /&gt;5.At the command prompt type DEL where is the file you wish to delete.&lt;br /&gt;6.Go back to Task Manager, click New Task and enter EXPLORER.EXE to restart the GUI shell.&lt;br /&gt;7.Close Task Manager.&lt;br /&gt;Done&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4343877597707598526?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4343877597707598526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-delete-undeletable-file-in-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4343877597707598526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4343877597707598526'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-delete-undeletable-file-in-xp.html' title='How To delete an &quot;undeletable&quot; file in XP ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7435411456975332207</id><published>2009-08-26T18:41:00.000-07:00</published><updated>2009-08-26T18:45:19.599-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to access blocked sites at school or college?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Access blocked sites at school or college:-&lt;/span&gt; &lt;br /&gt;Hey you can access any block web site from your school or college by some easy steps.&lt;br /&gt;Just follow this steps:-&lt;br /&gt;&lt;br /&gt;1. Start&gt;Run and type in cmd, if you don't have run on your start menu, read another school hacking tutorial to tell you how to access it.&lt;br /&gt;&lt;br /&gt;2. Once your command prompt box opens, type "ping www.yoururlhere.com" (of course without the quotes.)&lt;br /&gt;&lt;span class="fullpost"&gt;3.Press enter and you should see some numbers that looks like an IP address pop up, copy those numbers.&lt;br /&gt;&lt;br /&gt;4. Open up your school internet browser, and type in those numbers that you copied in the command prompt. Now you can access your website!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7435411456975332207?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7435411456975332207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-access-blocked-sites-at-school.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7435411456975332207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7435411456975332207'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-access-blocked-sites-at-school.html' title='How to access blocked sites at school or college?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1329739602869078253</id><published>2009-08-26T18:25:00.000-07:00</published><updated>2009-08-26T18:41:09.814-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Boot your computer just in 10 seconds</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_jk3kyVzqHsI/SpXkKGLtQCI/AAAAAAAAAEI/uTBzE8nJbFw/s1600-h/ewe.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 325px; height: 199px;" src="http://1.bp.blogspot.com/_jk3kyVzqHsI/SpXkKGLtQCI/AAAAAAAAAEI/uTBzE8nJbFw/s400/ewe.JPG" alt="" id="BLOGGER_PHOTO_ID_5374452592446095394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jk3kyVzqHsI/SpXj_KSOYaI/AAAAAAAAAEA/gGIvyZB17Y4/s1600-h/ww.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 332px; height: 158px;" src="http://2.bp.blogspot.com/_jk3kyVzqHsI/SpXj_KSOYaI/AAAAAAAAAEA/gGIvyZB17Y4/s400/ww.JPG" alt="" id="BLOGGER_PHOTO_ID_5374452404568613282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Boot your computer just in 10 seconds:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hmmm belive me it is possible and you can do it by yourself.&lt;br /&gt;You need to just follow this steps:-&lt;br /&gt;&lt;br /&gt;1) Press Windows Key and "R" to launch the run command.&lt;br /&gt;&lt;br /&gt;2) Type "regedit" inside the input space.&lt;br /&gt;&lt;br /&gt;3) Navigate to the registry key&lt;br /&gt;HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;4) Locate the key"Startup Delay" and double click on it.&lt;br /&gt;&lt;br /&gt;5) Select Decimal, and change the value to 40000.&lt;br /&gt;&lt;br /&gt;It is done enjoy the fast world...&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1329739602869078253?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1329739602869078253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/boot-your-computer-just-in-10-seconds.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1329739602869078253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1329739602869078253'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/boot-your-computer-just-in-10-seconds.html' title='Boot your computer just in 10 seconds'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_jk3kyVzqHsI/SpXkKGLtQCI/AAAAAAAAAEI/uTBzE8nJbFw/s72-c/ewe.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4139325442539460532</id><published>2009-08-26T18:22:00.000-07:00</published><updated>2009-08-26T18:25:36.758-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Fixed your home page which does not change</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Fixed your home page which does not change &lt;/span&gt;&lt;br /&gt;Some websites illegally modify your registry editor and set their website as default home page, for stop this,&lt;br /&gt;&lt;br /&gt;1. Right-click on the Internet Explorer icon on your desktop and select Properties.&lt;br /&gt;&lt;br /&gt;2.Next in the "Target" box you will see "C:\Program Files\Internet&lt;br /&gt;Explorer\IEXPLORE.EXE".&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;3. Now by adding the URL of the site to the end of this it overrides any&lt;br /&gt;Homepage setting in internet options:&lt;br /&gt;&lt;br /&gt;"C:\Program Files\Internet Explorer\IEXPLORE.EXE" http://windows-problems-repair.blogspot.com/&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4139325442539460532?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4139325442539460532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/fixed-your-home-page-which-does-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4139325442539460532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4139325442539460532'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/fixed-your-home-page-which-does-not.html' title='Fixed your home page which does not change'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2217102396058035571</id><published>2009-08-25T15:24:00.000-07:00</published><updated>2009-08-25T15:28:38.608-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='File extension'/><title type='text'>How to open file with extension .vnw ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Open file with extension .vnw:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will find many files with .vnw extension. First rename the .vnw file to .rar&lt;br /&gt;Example, if the downloaded file's name in movie.vnw then rename it to &lt;br /&gt;&lt;span class="fullpost"&gt;movie.rar .&lt;br /&gt;After that use Winrar to extract them.&lt;br /&gt;Make Sure That All Parts Of the movie are in the same folder.&lt;br /&gt;Then right click on the Part 1 File. Then Choose Extract Files Here.&lt;br /&gt;After that You will find the extracted movie on the same folder (where the downloaded files are).&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2217102396058035571?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2217102396058035571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-open-file-with-extension-vnw.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2217102396058035571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2217102396058035571'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-open-file-with-extension-vnw.html' title='How to open file with extension .vnw ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8229235288932540306</id><published>2009-08-23T17:34:00.000-07:00</published><updated>2009-08-23T17:35:56.350-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to add Items to the Start Button?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Adding Items to the Start Button:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To add items when you right-click on the Start Button:&lt;br /&gt;1.Open RegEdit&lt;br /&gt;2.Go to HKEY_CLASSES_ROOT\Directory\Shell&lt;br /&gt;3.Right-click on Shell and select New Key&lt;br /&gt;4.Type in the name of the key and press the Enter key&lt;br /&gt;&lt;span class="fullpost"&gt;5.In the Default name that shows in the right hand panel, you can add a title with a "&amp;" character in front of the letter for a shortcut&lt;br /&gt;6.Right-click on the key you just created and create another key under it called command&lt;br /&gt;7.For the value of this command, enter the full path and program you want to execute&lt;br /&gt;8.Now when you right click on the Start Button, your new program will be there.&lt;br /&gt;9.For example, if you want Word to be added, you would add that as the first key, the default in the right panel would be &amp;Word so when you right click on the Start Button, the W would be the Hot Key on your keyboard. The value of the key would be C:\Program Files\Office\Winword\Winword.exe .&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8229235288932540306?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8229235288932540306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-add-items-to-start-button.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8229235288932540306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8229235288932540306'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-add-items-to-start-button.html' title='How to add Items to the Start Button?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8035374979682996768</id><published>2009-08-22T00:26:00.000-07:00</published><updated>2009-09-22T00:28:39.299-07:00</updated><title type='text'>sitemap</title><content type='html'>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt;&lt;head&gt;&lt;br /&gt;&lt;title&gt;Site Map  Page 1 - Generated by www.xml-sitemaps.com&lt;/title&gt;&lt;br /&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" /&gt; &lt;br /&gt;&lt;style type="text/css"&gt;&lt;br /&gt;BODY {&lt;br /&gt;	font:normal 80% tahoma, verdana;&lt;br /&gt;	background-color:#fff;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.pager { &lt;br /&gt;	background-color:#eee; &lt;br /&gt;	border:#ccc 3px solid;&lt;br /&gt;	padding:3px;&lt;br /&gt;	text-align:center;&lt;br /&gt;	font:normal 12px verdana;&lt;br /&gt;}&lt;br /&gt;.lhead { &lt;br /&gt;	background-color:#eee; &lt;br /&gt;	border-top:#aaa 3px solid;&lt;br /&gt;	border-bottom:#aaa 3px solid;&lt;br /&gt;	padding:3px;&lt;br /&gt;	font:bold 14px verdana;&lt;br /&gt;}&lt;br /&gt;.lpart { &lt;br /&gt;	background-color:#f0f0f0; &lt;br /&gt;	border-left:#ccc 2px solid;&lt;br /&gt;	padding-bottom:25px;&lt;br /&gt;}&lt;br /&gt;.lpage { &lt;br /&gt;	font:normal 12px verdana;&lt;br /&gt;}&lt;br /&gt;.lcount { &lt;br /&gt;	background-color:#999; &lt;br /&gt;	color:#fff;&lt;br /&gt;	padding:2px;&lt;br /&gt;	font:bold 12px verdana;&lt;br /&gt;}&lt;br /&gt;#copyright{&lt;br /&gt;	font:normal 11px tahoma,verdana;&lt;br /&gt;	color:#000;&lt;br /&gt;	text-align:center;&lt;br /&gt;	padding:0px;&lt;br /&gt;	width:720px;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;a:link, a:visited{&lt;br /&gt;	padding:1px;&lt;br /&gt;	color:#009;&lt;br /&gt;	text-decoration:none;&lt;br /&gt;}&lt;br /&gt;a:visited{&lt;br /&gt;	color:#669;&lt;br /&gt;}&lt;br /&gt;a.aemphasis{&lt;br /&gt;	color:#009;&lt;br /&gt;	font-weight:bold;&lt;br /&gt;}&lt;br /&gt;a:hover{&lt;br /&gt;	text-decoration:underline;&lt;br /&gt;	color:#930;&lt;br /&gt;}&lt;br /&gt;hr {&lt;br /&gt;	color:#ccc;&lt;br /&gt;} &lt;br /&gt;&lt;/style&gt;&lt;br /&gt;&lt;br /&gt;&lt;/head&gt;&lt;br /&gt;&lt;body&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;h1&gt;Site Map&lt;/h1&gt;&lt;br /&gt;&lt;h3&gt;&lt;a href="http://windows-problems-repair.blogspot.com"&gt;Homepage&lt;/a&gt;&lt;/h3&gt;&lt;br /&gt;Last updated: 2009, September 22&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table cellpadding="0" border="0"&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="lpart" colspan="100"&gt;&lt;div class="lhead"&gt;/&lt;br /&gt;&lt;span class="lcount"&gt;1 pages&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/"&gt;Windows Problems and their Repairs&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lpart" colspan="98"&gt;&lt;div class="lhead"&gt;07/&lt;br /&gt;&lt;span class="lcount"&gt;45 pages&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/registry-repair-or-how-to-backup.html"&gt;Windows Problems and their Repairs: registry repair or How to backup registry ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-save-windows-updates.html"&gt;Windows Problems and their Repairs: How to save windows updates ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-go-windows-update-anonymously_06.html"&gt;Windows Problems and their Repairs: How to go Windows update anonymously ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/windows-xp-hidden-application.html"&gt;Windows Problems and their Repairs: Windows Xp hidden application&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/folder-options-missing_06.html"&gt;Windows Problems and their Repairs: Folder Options Missing&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-activate-administrative-sharecd.html"&gt;Windows Problems and their Repairs: How to activate administrative share(C$,D$ ) in Windows Vista ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/hoe-to-lock-folder-in-windows-xp.html"&gt;Windows Problems and their Repairs: Hoe to lock folder in windows xp ? [without any software]&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/slow-computer-follow-this-steps-to.html"&gt;Windows Problems and their Repairs: steps to speed up your pc&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-turn-off-user-account-control-uac.html"&gt;Windows Problems and their Repairs: How to turn off the user account control (UAC) in windows vista ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-change-location-of-windows.html"&gt;Windows Problems and their Repairs: How to change the location of windows special folders ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-right-click-on-deskktop.html"&gt;Windows Problems and their Repairs: How to disable right click on deskktop?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-change-background-color-of-dos.html"&gt;Windows Problems and their Repairs: How to change the background color of DOS ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/various-ways-to-shutdown-your-pc-or.html"&gt;Windows Problems and their Repairs: Various ways to shutdown your PC or Computer:-&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-change-processor-name-of-your.html"&gt;Windows Problems and their Repairs: How to change Processor name of your computer?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-brontok-virus.html"&gt;Windows Problems and their Repairs: how to remove Brontok Virus?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-installing-apache-on-windows.html"&gt;Windows Problems and their Repairs: how to installing apache on windows?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-2-remove-ntd1ectcom.html"&gt;Windows Problems and their Repairs: how 2 remove ntd1ect.com?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-install-windows-xp-from-dos.html"&gt;Windows Problems and their Repairs: How to install windows xp from dos?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-in-your.html"&gt;Windows Problems and their Repairs: How to install memory or RAM in your laptop pc?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-make-internet-explorer-faster.html"&gt;Windows Problems and their Repairs: How to make internet explorer faster?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-to-your.html"&gt;Windows Problems and their Repairs: How to install memory or RAM to your desktop pc?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-your-internet-speed.html"&gt;Windows Problems and their Repairs: How to increase your internet speed?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-setup-your-own-homepage-of-your.html"&gt;Windows Problems and their Repairs: How to setup your own homepage of your browser?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/ban-orkut-and-mozila.html"&gt;Windows Problems and their Repairs: Ban Orkut and mozila ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/9-feature-of-mozilla-firefox-as-your.html"&gt;Windows Problems and their Repairs: 9 feature of Mozilla Firefox as your browser:-&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/can-not-boot-your-system-use-system.html"&gt;Windows Problems and their Repairs: Can not boot your system? Use system restore to solve this computer problem:-&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/speed-up-mozilla-firefox-browsing-speed.html"&gt;Windows Problems and their Repairs: Speed up Mozilla Firefox browsing speed?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-off-windows-hibernate.html"&gt;Windows Problems and their Repairs: how to shut off windows hibernate?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-speed-up-your-cd-rom-data.html"&gt;Windows Problems and their Repairs: How to speed up your cd ROM data transfer?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/folder-option-missing.html"&gt;Windows Problems and their Repairs: Folder option missing ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-use-old-add-ons-with-your-new.html"&gt;Windows Problems and their Repairs: How to Use Old Add Ons with your new Mozilla Firefox?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-remote-differential.html"&gt;Windows Problems and their Repairs: How to shut down remote differential compression in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-virtual-memory-of-your.html"&gt;Windows Problems and their Repairs: How to increase the virtual memory of your computer?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-task-manager.html"&gt;Windows Problems and their Repairs: how to enable the task manager ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-delete-file-which-can-not-be.html"&gt;Windows Problems and their Repairs: How to delete file which can not be deleted?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-turn-off-un-needed-feature-in.html"&gt;Windows Problems and their Repairs: how to turn off un-needed feature in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-shortcut-link-from.html"&gt;Windows Problems and their Repairs: How to remove SHORTCUT link from the desktop folders?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-back-up-registry.html"&gt;Windows Problems and their Repairs: how to back up registry ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-defender-in.html"&gt;Windows Problems and their Repairs: how to disable automatic defender in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-extra-startup-programs.html"&gt;Windows Problems and their Repairs: How to disable extra startup programs?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-disk.html"&gt;Windows Problems and their Repairs: How to disable automatic disk defragment in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-speedup-file-browsing.html"&gt;Windows Problems and their Repairs: How to speedup File browsing?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-search-indexing-in.html"&gt;Windows Problems and their Repairs: How to shut down search indexing in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-direct-memory-access-or.html"&gt;Windows Problems and their Repairs: How to enable direct memory access or DMA?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-unnecessary-graphics.html"&gt;Windows Problems and their Repairs: How to disable unnecessary graphics effects in windows vista?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lpart" colspan="98"&gt;&lt;div class="lhead"&gt;08/&lt;br /&gt;&lt;span class="lcount"&gt;43 pages&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/download-quick-heal-total-security-2009.html"&gt;Windows Problems and their Repairs: Download Quick heal Total Security 2009&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/download-registry-repair-wizard-2009.html"&gt;Windows Problems and their Repairs: Download Registry Repair Wizard 2009 6.00&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-faster-boot-up-by-bios-hacks-or.html"&gt;Windows Problems and their Repairs: How to Faster Boot up by BIOS hacks or tweaks?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/hack-vistas-blinking-cursor.html"&gt;Windows Problems and their Repairs: Hack Vista's Blinking Cursor&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/download-speaking-notepad.html"&gt;Windows Problems and their Repairs: Download Speaking Notepad&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/what-is-bios.html"&gt;Windows Problems and their Repairs: What is BIOS?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-transforming-your-windows-xp.html"&gt;Windows Problems and their Repairs: How to transforming your Windows XP laptop into a Dual- Boot XP/Ubuntu Linux System?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-startup-by-halting.html"&gt;Windows Problems and their Repairs: How to Speed Up Startup by Halting Startup Programs?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-bypass-windows-vista-logon.html"&gt;Windows Problems and their Repairs: How to bypass the Windows Vista Logon screen on multiaccount PCs?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-move-partitions-around-on-vista.html"&gt;Windows Problems and their Repairs: How to move partitions around on Vista without destroying it?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-shutting-off-services-that-run.html"&gt;Windows Problems and their Repairs: How to Shutting Off Services that Run at Startup?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-speed-up-boot-and-shutdown-times.html"&gt;Windows Problems and their Repairs: How to Speed Up Boot and Shutdown Times?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-check-if-windows-xp-is-activated.html"&gt;Windows Problems and their Repairs: How To Check If Windows-XP is activated or not?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-boot-into-different-version-of.html"&gt;Windows Problems and their Repairs: How to boot into a different version of windows quickly?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-stop-ie7-prompt-to-save.html"&gt;Windows Problems and their Repairs: How to stop IE7 prompt to save passwords&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-solve-task-manger-has-been.html"&gt;Windows Problems and their Repairs: How to solve 'task manger has been disabled by ur administrator' Problem?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/secrets-of-windows-vistas-bcdedit.html"&gt;Windows Problems and their Repairs: The Secrets of Windows Vista&amp;#8217;s BCDEDIT&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/internet-explorar-7-some-useful-tips.html"&gt;Windows Problems and their Repairs: Internet explorar 7 some useful tips&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-delete-undeletable-file-in-xp.html"&gt;Windows Problems and their Repairs: How To delete an "undeletable" file in XP ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-access-blocked-sites-at-school.html"&gt;Windows Problems and their Repairs: How to access blocked sites at school or college?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/boot-your-computer-just-in-10-seconds.html"&gt;Windows Problems and their Repairs: Boot your computer just in 10 seconds&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/fixed-your-home-page-which-does-not.html"&gt;Windows Problems and their Repairs: Fixed your home page which does not change&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-open-file-with-extension-vnw.html"&gt;Windows Problems and their Repairs: How to open file with extension .vnw ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-add-items-to-start-button.html"&gt;Windows Problems and their Repairs: How to add Items to the Start Button?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/accidentally-deleted-show-desktop-icon.html"&gt;Windows Problems and their Repairs: Accidentally deleted the Show Desktop icon ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-remove-ntdetec1exe-virus.html"&gt;Windows Problems and their Repairs: How To Remove NTDETEC1.exe Virus ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-make-your-own-run-commands.html"&gt;Windows Problems and their Repairs: How To Make Your Own Run Commands?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-show-admin-account-at-start-up.html"&gt;Windows Problems and their Repairs: How to show admin account at start up?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-create-folder-without-name.html"&gt;Windows Problems and their Repairs: How to create folder without name ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-recover-damaged-cd-or-dvd.html"&gt;Windows Problems and their Repairs: How to recover damaged CD or DVD ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-clean-lcd-monitor.html"&gt;Windows Problems and their Repairs: How to clean LCD monitor ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-media-player.html"&gt;Windows Problems and their Repairs: How to Change windows media player title bar text to your name ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-convert-fat-to-ntfs-using-dos.html"&gt;Windows Problems and their Repairs: How to convert FAT to NTFS using DOS ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-messenger.html"&gt;Windows Problems and their Repairs: How to disable windows messenger ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-enable-telnet-command-in-windows.html"&gt;Windows Problems and their Repairs: How to enable Telnet command in windows vista ?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-xp-product-key.html"&gt;Windows Problems and their Repairs: How to change Windows xp product key?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-change-user-information.html"&gt;Windows Problems and their Repairs: How to change user information?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-logo-key.html"&gt;Windows Problems and their Repairs: How to disable windows logo key?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/system-does-not-boot.html"&gt;Windows Problems and their Repairs: System does not boot?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-install-windows-98.html"&gt;Windows Problems and their Repairs: How to Install Windows 98?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/windows-games-cheats.html"&gt;Windows Problems and their Repairs: Windows Games Cheats&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-fix-windows-xp-courepted-files.html"&gt;Windows Problems and their Repairs: How to fix Windows Xp courepted files?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/08/how-to-save-windows-xp-update.html"&gt;Windows Problems and their Repairs: How to save Windows Xp update?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr valign="top"&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lbullet"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td class="lpart" colspan="98"&gt;&lt;div class="lhead"&gt;09/&lt;br /&gt;&lt;span class="lcount"&gt;7 pages&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/can-not-delete-file-from-windows.html"&gt;Windows Problems and their Repairs: Can not delete file from windows?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/how-to-add-print-directory-feature-for.html"&gt;Windows Problems and their Repairs: how to add the Print Directory feature for folders in Windows XP?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/how-to-lock-computer-on-mouse-click.html"&gt;Windows Problems and their Repairs: How to Lock computer on Mouse Click?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/how-to-trace-spam-mail.html"&gt;Windows Problems and their Repairs: How to trace Spam Mail&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/some-security-tips.html"&gt;Windows Problems and their Repairs: Some security Tips:-&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/10-steps-for-your-computer-security.html"&gt;Windows Problems and their Repairs: 10 steps for your computer security&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td class="lpage"&gt;&lt;a href="http://windows-problems-repair.blogspot.com/2009/09/how-to-auto-login-windows-xp-without.html"&gt;Windows Problems and their Repairs: How to Auto Login Windows XP without typing password?&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr size="1" /&gt;&lt;br /&gt;&lt;!--&lt;br /&gt;PLEASE NOTE!&lt;br /&gt;You are NOT allowed to remove and/or modify the copyright notice below.&lt;br /&gt;Thank you!&lt;br /&gt;www.xml-sitemaps.com&lt;br /&gt;--&gt;&lt;br /&gt;&lt;div id="copyright"&gt;&lt;br /&gt;Page generated by XML-Sitemaps.com - A &lt;a target="_blank" href="http://http://windows-problems-repair.blogspot.com/"&gt;Google sitemaps and html sitemaps generator&lt;/a&gt;&lt;br /&gt;|&lt;br /&gt;Copyright &amp;copy; 2006, 2007&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br style="clear:both;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8035374979682996768?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8035374979682996768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/sitemap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8035374979682996768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8035374979682996768'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/09/sitemap.html' title='sitemap'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2383537529585341982</id><published>2009-08-21T17:53:00.000-07:00</published><updated>2009-08-21T17:59:24.981-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Accidentally deleted the Show Desktop icon ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Accidentally deleted the Show Desktop icon ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you accidentally delete your show desktop icon which sits normally on the bottom left hand corner of the Taskbar then you need to restore it.&lt;br /&gt;So here is the procedure to restore the show desktop icon:-&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Click Start, Run and type the following command:&lt;br /&gt;regsvr32 /n /i:U shell32.dll&lt;br /&gt;The Show Desktop icon file should be available now.&lt;br /&gt;&lt;br /&gt;Another process to restore your show desktop icon option:-&lt;br /&gt;&lt;br /&gt;Click Start, Run, and type Notepad.exe. Copy the following contents to Notepad.&lt;br /&gt;&lt;br /&gt;[Shell]&lt;br /&gt;Command=2&lt;br /&gt;IconFile=explorer.exe,3&lt;br /&gt;[Taskbar]&lt;br /&gt;Command=ToggleDesktop&lt;br /&gt;&lt;br /&gt;Save the file as:- Show Desktop.scf. Now, drag the file to the Quick Launch Toolbar. (Notepad might automatically append a .txt extension to the file name. Remove this extension if present.)&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2383537529585341982?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2383537529585341982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/accidentally-deleted-show-desktop-icon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2383537529585341982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2383537529585341982'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/accidentally-deleted-show-desktop-icon.html' title='Accidentally deleted the Show Desktop icon ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4076143304923783023</id><published>2009-08-21T17:47:00.000-07:00</published><updated>2009-08-21T17:53:03.845-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Virus Problems'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How To Remove NTDETEC1.exe Virus ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How To Remove NTDETEC1.exe Virus?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you are using the Windows Operating System, chances are that you might have already come across the ntdetec1.exe virus. Or you will, sooner or later.&lt;br /&gt;Its official name is W32.Ceted and it is a worm that copies itself to all shared and removable drives and spreads when the user double clicks on it to open it. If a system is infected, it creates a folder called ntdetec1 in your System Drive which is NOT visible via Explorer or Command prompt.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="font-style:italic;"&gt;Symptoms:-&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;1. Task Manager closes as soon as it launches.&lt;br /&gt;2. RegEdit may be inaccesible&lt;br /&gt;3. Folder Options may be inaccessible&lt;br /&gt;&lt;br /&gt;When I scanned using some anti-virus software, Nod32, Symantec&lt;br /&gt;AV Corporate, McAfee and AVG failed to detect the files, even in Safe Mode.&lt;br /&gt;&lt;br /&gt;To remove it, run the following commands at the command prompt:&lt;br /&gt;&lt;br /&gt;taskkill /im cmrss.exe&lt;br /&gt;taskkill /im ntdetec1.exe&lt;br /&gt;taskkill /im shell32.exe&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Now, make sure you are in the root drive of your system. For example, if your Windows in installed in C:, make sure your prompt shows C:\&gt;&lt;br /&gt;Now, run the command..&lt;br /&gt;&lt;br /&gt;attrib ntdetec1 -s -h -r /s /d&lt;br /&gt;&lt;br /&gt;(s-&gt;system,h-&gt;hidden,r-&gt;read only)&lt;br /&gt;&lt;br /&gt;This will make the folder visible in explorer. Now you can Shift+Delete the folder from explorer.&lt;br /&gt;&lt;br /&gt;Also, you might need to delete the following registry key (if it is present)&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\Explorer\ Run\"winlogon" = "C:\ntdetec1\run.exe"&lt;br /&gt;&lt;br /&gt;Congratulations, this will remove all known traces of the above worm.&lt;br /&gt;And remember, next time you use someone’s PD, before you access it, goto your command prompt and delete the autorun.inf file if any.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4076143304923783023?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4076143304923783023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-remove-ntdetec1exe-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4076143304923783023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4076143304923783023'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-remove-ntdetec1exe-virus.html' title='How To Remove NTDETEC1.exe Virus ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-9086015091960013674</id><published>2009-08-21T17:43:00.000-07:00</published><updated>2009-08-21T17:47:02.550-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How To Make Your Own Run Commands?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How To Make Your Own Run Commands?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before moving further I feel to tell you what are Run Commands. As we know that when we will type IEXPLORE.EXE in the RUN, Internet Explorer will execute, in the same way when we will type pinball.exe and hit enter, Pinball game will execute. In the above two examples IEXPLORE.EXE and pinball.exe are the Run Commands that we use as a shortcut to execute desired programs.&lt;br /&gt;&lt;br /&gt;Today I am going to tell you that how you can create your own Run Commands to open any program you want.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Below is a step by step procedure:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) Open Start Menu and click on RUN.&lt;br /&gt;&lt;br /&gt;2) Now type regedit and hit Enter. (regedit means Registry Editor)&lt;br /&gt;&lt;br /&gt;3) Now navigate to the following path:&lt;br /&gt;&lt;span class="fullpost"&gt;HKEY_LOCAL_MACHINE &gt;&gt; SOFTWARE &gt;&gt; Microsoft &gt;&gt; Windows &gt;&gt; CurrentVersion &gt;&gt; App Paths&lt;br /&gt;&lt;br /&gt;Note : To explain you clearly, I take an example to make a Run Command to open Adobe Photoshop.&lt;br /&gt;&lt;br /&gt;4) Now right click on App Paths and select New &gt;&gt; Key and name is as Gagan.exe&lt;br /&gt;5) Now highlight ritesh.exe and have a look at the right hand side panel. You will see a String Value named default. Double click on it and in the value data field enter the path of the program that you want you want to execute. As an example I entered C:\Program Files\Adobe\Adobe Photoshop CS3\Photoshop.exe as I want to open Adobe Photoshop.&lt;br /&gt;You can enter the path of any executable file you want.&lt;br /&gt;&lt;br /&gt;6) Now right click on right hand side panel and select New &gt;&gt; String Value and name is as Path.&lt;br /&gt;7) ,Double click on Path and enter the path of the folder where the executable file is and put a semicolon at the end of the path. In my case it is C:\Program Files\Adobe\Adobe Photoshop CS3;&lt;br /&gt;8) Now click OK and close Registry Editor.&lt;br /&gt;&lt;br /&gt;Restart your PC and in the RUN type ritesh.exe and hit enter. Hitting enter will result in opening in Adobe Photoshop.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-9086015091960013674?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/9086015091960013674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-make-your-own-run-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9086015091960013674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9086015091960013674'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-make-your-own-run-commands.html' title='How To Make Your Own Run Commands?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8686442012939121034</id><published>2009-08-21T17:37:00.000-07:00</published><updated>2009-08-21T17:43:02.121-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to show admin account at start up?</title><content type='html'>How to show admin account at start up?&lt;br /&gt;&lt;br /&gt;To show admin account in the start up or login screen you &lt;br /&gt;need to follow this easy steps:-&lt;br /&gt;&lt;br /&gt;1. Launch Registry Editor.&lt;br /&gt;&lt;br /&gt;2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList in the&lt;br /&gt;Registry Editor.&lt;br /&gt;&lt;br /&gt;3. Double-click the Administrator key in the right pane&lt;br /&gt;&lt;span class="fullpost"&gt;4. If the Administrator key doesn't exist, right-click on the above&lt;br /&gt;tree in the pane, choose New, DWORD Value, name it Administrator and press .&lt;br /&gt;&lt;br /&gt;5. Type 1 in the Value data box, and press .&lt;br /&gt;&lt;br /&gt;Note: To launch User Accounts in Control Panel, you can go to Control Panel -&gt; User Accounts, or click Start -&gt; Run, and then type Control userpasswords and press Enter.&lt;br /&gt;&lt;br /&gt;Once you unhide and reveal the Administrator account, you can change its picture or assign it a password or change the password. In addition, on the next boot to the Welcome screen, the Administrator account will be visible, along with all of the computer's other user accounts.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8686442012939121034?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8686442012939121034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-show-admin-account-at-start-up.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8686442012939121034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8686442012939121034'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-show-admin-account-at-start-up.html' title='How to show admin account at start up?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1031892958801975676</id><published>2009-08-04T17:48:00.000-07:00</published><updated>2009-08-04T17:53:27.790-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to create folder without name ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Creating folder without any name:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Can you create any folder or file without any name, don't surprise this can be possible and here I will tell you this secret..... &lt;span class="fullpost"&gt;&lt;br /&gt;First select any Folder or create a new folder.&lt;br /&gt;Then Right-click the folder and click Rename or just press the F2 key to rename it.&lt;br /&gt;After that Press and hold the ALT key. While still holding the Alt key, type the numbers 0160 from the keyboard.(Note: The numbers must be typed from the numpad of your keyboard. i.e the number keys present on the right side of the keyboard and NOT from the number keys present above the top of character keys.)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Explanation:-&lt;br /&gt;The folder will be without a name what happens here is, the folder is named with a single space.If you want to create a second file without a name in the same directory as the first one, the above steps will not help you.So how do you create a second "nameless" folder?1. Follow the first 3 steps mentioned above.2. Release the ALT key. Again repeat the first 3 steps.3. Now the second file will be created with two spaces.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1031892958801975676?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1031892958801975676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-create-folder-without-name.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1031892958801975676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1031892958801975676'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-create-folder-without-name.html' title='How to create folder without name ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6406095792739054333</id><published>2009-08-04T17:41:00.000-07:00</published><updated>2009-08-04T17:47:35.215-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to recover damaged CD or DVD ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Recover damaged CD or DVD:-&lt;/span&gt;&lt;br /&gt;It is an old technique to recover damaged or scratched disks with some lost of data. Here we cover some special technique of how to create a full working CD from the scratched one.&lt;br /&gt;First we need some tools:-&lt;br /&gt;1. Alcohol 120%&lt;br /&gt;2. UltraISO&lt;br /&gt;3. Windows XP/2000 (not tested on 95/98/me)&lt;br /&gt;3. Small piece of cotton&lt;br /&gt;4. Dry cleaner paper&lt;br /&gt;5. some oil [any light oil]..... &lt;span class="fullpost"&gt;&lt;br /&gt;First step - preparing the CDGet the cotton and drop some water, start cleaning vertically the surface of CD.Do it 3 times and dry the water with a piece of dry cleaner paper. With a new piece of cotton, drop some oil for cooking and start to wet the surface like you are washing the CD with the oil.&lt;br /&gt;Dry carefully now.&lt;br /&gt;Some particles of oil will stay on the micro surface of the scratch.&lt;br /&gt;It's ok.&lt;br /&gt;Seems the oil helps the laser of the CD/DVD driver to read the surface again.&lt;br /&gt;Sure this will work with small unreadable scratches - some hard scratches loose parts of the surface of the CD where we have data and it's lost forever.But if it is loosed try anyway.&lt;br /&gt;With this tip 80% of the small scratched CD's could be recovered.Second Step - testing the CD With Alcohol 120% make an ISO - image making wizard - and lets see if the app can read the loosed surface. In my case Alcohol 120% had recovered 60% of the data.&lt;br /&gt;This is not enough.&lt;br /&gt;Have tried other appz, they do not recover all the data.&lt;br /&gt;But the CD/DVD driver laser CAN recover all data in this case.&lt;br /&gt;the data is still there, what we do?Third step - making the new CD With the main copy system of windows explorer you can do it. Just create one folder with the same name of the CD label for future burn reference, and copy the CD content to the folder.&lt;br /&gt;When the CD copy process find the scratch, in majority of the cases, it's slow down the reading and will recover ALL loosed data.If not, it just tell you there's an unreadable sector.&lt;br /&gt;In this case your CD is lost. But it's not my case, finally windows explorer got all the data from the scratch and made a copy in the folder.with the ultraISO, wrote the original CD label, drop the content of the folder and save as Iso.&lt;br /&gt;You can Test the new CD just mounting the iso in the Alcohol 120%.&lt;br /&gt;In my case i did ISO of the two discs from MAX PAYNE 2 and tested installing from the mounted ISO.&lt;br /&gt;Works like a charm. I got the 4 mb lost again.&lt;br /&gt;So, I have burned the CD and now i have a working copy from the scratched one.Sounds too bizarre, but works.&lt;br /&gt;Course you can jump the cleaning process and try to copy the content with Windows explorer. But in my case did not work without oil.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6406095792739054333?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6406095792739054333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-recover-damaged-cd-or-dvd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6406095792739054333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6406095792739054333'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-recover-damaged-cd-or-dvd.html' title='How to recover damaged CD or DVD ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2018138497219427831</id><published>2009-08-04T17:36:00.000-07:00</published><updated>2009-08-04T17:39:05.661-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='Laptop'/><title type='text'>How to clean LCD monitor ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Cleaning TFT LCD monitor screen:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The TFT or LCD screen is one of the most expensive component of your notebook or desktop computer and they're very sensitive to dust, fingerprints or even when you cough or sneeze without covering the mouth and nose.Unlike the standard CRT monitors with Glass screens, you are not advised to clean an LCD Monitor by wiping it with a piece of dry lint-free cloth since the sensitive display is likely to get scratches from dust particles..... &lt;span class="fullpost"&gt;&lt;br /&gt;So how do you clean an LCD monitor screen without buying any of those expensive LCD Monitor Cleaner solutions or Monitor Wipes available in the market ? We look at some proper methods and precautions before you clean the monitor [should apply to HDTVs, projection TVs and Plasma TVs as well]Think of LCD Displays just like the soft and delicate skin of your newborn baby - Be very gentle and never put even the slightest pressure on the computer screen with your hand. Second, you need to find a piece of soft cloth - old cotton handkerchiefs lying in your mom's wardrobe should be fine but don't try tissue papers, toilet rolls or even shower towels as the fabric will scratch your screen permanently [like sandpaper or utensil scrubbers]Either turn the monitor off or set the background to black and hide all the desktop icons and minimize the open windows. This will easily help you identify the dirty areas of the monitor.To prepare the solution for cleaning LCD monitors, you will need deionized or distilled water and vinegar or iso-propyl alcohol - Don't use tap water or mineral water as they could leave white marks on the screen because of the dissolved salts.Dilute the vinegar or IPA with distilled water [1:1] and spray this liquid on the cloth. Never ever spray liquid directly onto the LCD screen. Moisten the cloth with this home made LCD cleaner and gently move the wet cloth in just one direction - from top to bottom.Word of Caution: Be sure that the LCD screen is dry before closing it or using the computer. Do not use any solutions that contain Acetone, ethyl alcohol, toluene, ethyl acid, ammonia, or methyl chloride. Never touch the LCD screen with your fingers as this can cause the pixels to burn out.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2018138497219427831?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2018138497219427831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-clean-lcd-monitor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2018138497219427831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2018138497219427831'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-clean-lcd-monitor.html' title='How to clean LCD monitor ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3360859420860734305</id><published>2009-08-04T17:25:00.000-07:00</published><updated>2009-08-04T17:33:55.751-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to Change windows media player title bar text to your name ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Change windows media player title bar text to your name:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can easily change your windows media player title bar text and put your name there.&lt;br /&gt;It is a registry tweaking so take a backup of your registry before using this tweak.You can find my &lt;a href="http://windows-problems-repair.blogspot.com/2009/07/registry-repair-or-how-to-backup.html"&gt;previous post to backup tour registry&lt;/a&gt;..... &lt;span class="fullpost"&gt;1. Goto Run(Win+R)&lt;br /&gt;&lt;br /&gt;2. Type “regedit” (without quotes) in the run dialogue box .&lt;br /&gt;&lt;br /&gt;3. In the registry editor navigate to&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\Software\Policies\Microsoft&lt;br /&gt;&lt;br /&gt;4. Create the Key [WindowsMediaPlayer].&lt;br /&gt;&lt;br /&gt;Modify/Create the Value Name [TitleBar] according to the Value Data listed below.&lt;br /&gt;&lt;br /&gt;Data Type: REG_SZ [String Value] // Value Name: TitleBar&lt;br /&gt;Value Data: [Enter the text to be displayed in the title bar.]&lt;br /&gt;&lt;br /&gt;5. Exit Registry editor and reboot.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3360859420860734305?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3360859420860734305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-media-player.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3360859420860734305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3360859420860734305'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-media-player.html' title='How to Change windows media player title bar text to your name ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1311261694395691226</id><published>2009-08-04T17:20:00.000-07:00</published><updated>2009-08-04T17:34:54.176-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to convert FAT to NTFS using DOS ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Convert FAT to NTFS file system using DOS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We can convert our windows FAT file system to the NTFS file system easily using the MS-DOS commands.&lt;br /&gt;Here is the process to convert your file system FAT to NTFS:-..... &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Click Start, click Programs, and then click Command Prompt.&lt;br /&gt;In Windows XP, click Start, click Run, type cmd and then click OK.&lt;br /&gt;At the command prompt type:-&lt;br /&gt;&lt;span style="font-style:italic;"&gt;CONVERT [driveletter]: /FS:NTFS.&lt;/span&gt;&lt;br /&gt;Convert.exe will attempt to convert the partition to NTFS.&lt;br /&gt;NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1311261694395691226?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1311261694395691226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-convert-fat-to-ntfs-using-dos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1311261694395691226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1311261694395691226'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-convert-fat-to-ntfs-using-dos.html' title='How to convert FAT to NTFS using DOS ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-610062558228860629</id><published>2009-08-04T17:14:00.000-07:00</published><updated>2009-08-04T17:20:21.219-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to disable windows messenger ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Disable windows messenger:-&lt;/span&gt;&lt;br /&gt;If you do not want to use windows messenger then you should disable it as it eat your computer resource.&lt;br /&gt;so here is the process to disable windows messenger:-..... &lt;span class="fullpost"&gt;&lt;br /&gt;Click on the Start Button --&gt; run and type in "regedit", then go to:-&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\Currentversion\Run&lt;br /&gt;&lt;br /&gt;Delete the key that says,&lt;br /&gt;&lt;br /&gt;MSMSGS - REG_SZ - "C:\Program Files\Messenger\msmsgs.exe" /background.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-610062558228860629?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/610062558228860629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-messenger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/610062558228860629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/610062558228860629'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-messenger.html' title='How to disable windows messenger ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1553507682484008186</id><published>2009-08-04T17:09:00.000-07:00</published><updated>2009-08-04T17:14:25.718-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to enable Telnet command in windows vista ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Enable Telnet command in windows vista:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Most of you are familiar with the telnet command.It is one of the well known Windows IP Utilities .In fact the telnet command is most important for sending a fake email which i have discussed in my previous post.If you are using Windows XP the telnet command is available by default.But if you use Windows Vista the telnet command is disabled by default.&lt;br /&gt;&lt;br /&gt;So when you try to use the telnet command in Windows Vista you get the following error message.&lt;br /&gt;&lt;br /&gt;‘telnet’ is not recognized as an internal or external command,operable program or batch file.&lt;br /&gt;&lt;br /&gt;You get this error in Vista because unlike XP ,Vista does not support telnet command by default.So, for this you have to manually enable/turn on the telnet feature in Vista.&lt;br /&gt;&lt;br /&gt;Here’s the step by step procedure to enable telnet feature (telnet command) in Windows Vista...... &lt;span class="fullpost"&gt;&lt;br /&gt;. Goto the Control Panel.&lt;br /&gt;&lt;br /&gt;2. Click on the sub heading Uninstall a program under the main heading Programs.&lt;br /&gt;&lt;br /&gt;NOTE: IF you are in the Classic View click on Programs and Features.&lt;br /&gt;&lt;br /&gt;3. Now in the left panel under the Tasks select the option Turn Windows features on or off.&lt;br /&gt;&lt;br /&gt;4. Now a new window opens.In the new window select the following&lt;br /&gt;&lt;br /&gt;Telnet Client&lt;br /&gt;Telnet Server (optional)&lt;br /&gt;&lt;br /&gt;5. After selecting click on OK..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1553507682484008186?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1553507682484008186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-enable-telnet-command-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1553507682484008186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1553507682484008186'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-enable-telnet-command-in-windows.html' title='How to enable Telnet command in windows vista ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8218385247669863442</id><published>2009-08-04T17:06:00.000-07:00</published><updated>2009-08-04T17:09:11.570-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to change Windows xp product key?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Change Windows xp product key:-&lt;/span&gt;&lt;br /&gt;You can change your windows xp product key without reinstalling your windows xp operating system.&lt;br /&gt;So just follow the following simple steps:-..... &lt;span class="fullpost"&gt;1.Goto start menu,run,type regedit&lt;br /&gt;&lt;br /&gt;2.In registry editor goto&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINESOFTWAREMICROSOFTWINDOWS NTCURRENT VERSIONWPA EVENTS&lt;br /&gt;&lt;br /&gt;3.In the right panel open OOBE Time&lt;br /&gt;&lt;br /&gt;4.Edit/Change atleast one entry there,press OK and close registry editor.&lt;br /&gt;&lt;br /&gt;5.In run type the following command&lt;br /&gt;&lt;br /&gt;%systemroot%system32oobemsoobe /a&lt;br /&gt;and press enter&lt;br /&gt;&lt;br /&gt;6.Activation wizard appears&lt;br /&gt;&lt;br /&gt;7.Select activation by phone and in the next screen select the option CHANGE PRODUCT KEY,enter a valid corporate product key,press OK and close the wizard&lt;br /&gt;&lt;br /&gt;8.Reboot the computer and type the same command in the run&lt;br /&gt;&lt;br /&gt;9.Activation wizard appears again and it shows the message WINDOWS IS ALREADY ACTIVATED..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8218385247669863442?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8218385247669863442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-xp-product-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8218385247669863442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8218385247669863442'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-windows-xp-product-key.html' title='How to change Windows xp product key?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-653732289441204958</id><published>2009-08-04T17:02:00.000-07:00</published><updated>2009-08-04T17:05:57.136-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to change user information?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Changing user information:-&lt;/span&gt;&lt;br /&gt;On a regular basis, people ask me questions about changing user information, the information you provided when you installed Windows. You can change it. Both of the following values are in the key&lt;br /&gt;&lt;br /&gt;HKLM\SOFTWARE\Microsoft\Windows NT\ CurrentVersion..... &lt;span class="fullpost"&gt;A&gt;&gt;RegisteredOrganization.&lt;br /&gt;The name of the organization (Change this to your desired organization)&lt;br /&gt;&lt;br /&gt;RegisteredOwner. The name of the user (Change this to your desired name)&lt;br /&gt;&lt;br /&gt;These changes are reflected in the system instantaneously and requies no reboot.You can confirm this by seeing the system properties(Right-Click on “My Computer” icon and select properties).&lt;br /&gt;&lt;br /&gt;Both are REG_SZ values. Changing the registered organization and owner names doesn’t affect installed applications. However, applications that you install after changing these values are likely to pick up the new names..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-653732289441204958?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/653732289441204958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-user-information.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/653732289441204958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/653732289441204958'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-change-user-information.html' title='How to change user information?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5980946570566721268</id><published>2009-08-04T16:56:00.000-07:00</published><updated>2009-08-04T17:02:53.506-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to disable windows logo key?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Disable windows logo key:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;At times it becomes necessary to disable the Windows Key on the keyboard.For example when playing games this nasty Windows Logo key keeps annoying , as we often accidentally press it and this takes our game out to the desktop.So it becomes necessary to disable it when not needed an re-enable it when needed.&lt;br /&gt;Here is process to disable your windows logo key...... &lt;span class="fullpost"&gt;&lt;br /&gt;You can copy the following messages into your notepad and save as logo.reg, and use it.&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]&lt;br /&gt;"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\&lt;br /&gt;00,00,00,00.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5980946570566721268?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5980946570566721268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-logo-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5980946570566721268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5980946570566721268'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-disable-windows-logo-key.html' title='How to disable windows logo key?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2671389540669673667</id><published>2009-08-04T16:48:00.000-07:00</published><updated>2009-08-04T16:55:27.362-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>System does not boot?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Windows System boot failure:-&lt;/span&gt; &lt;br /&gt;If your system has failed to the point where you cannot access the Windows GUI either through booting normally or through safe mode, you may still have the chance to use the System Restore feature if you have it enabled, by running it form the command prompt. ..... &lt;span class="fullpost"&gt;Restart your computer and press F8 after the POST screen to bring up the Windows XP boot menu. Choose 'boot in safe mode with command prompt.'&lt;br /&gt;&lt;br /&gt;If your system gets to the command prompt successfully, type '%systemroot%\system32\restore\rstrui.exe' [without the quotation]and then press enter. Follow the onscreen instructions to restore your computer to a previous saved point.&lt;br /&gt;&lt;br /&gt;If you use Windows vista then you can insert your vista boot dvd and restart your machine then you can see restore option from there you can restore your system into a previous stable point.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2671389540669673667?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2671389540669673667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/system-does-not-boot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2671389540669673667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2671389540669673667'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/system-does-not-boot.html' title='System does not boot?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1144155990765107657</id><published>2009-08-04T16:45:00.000-07:00</published><updated>2009-08-04T16:48:36.647-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 98'/><title type='text'>How to Install Windows 98?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Install Windows 98:-&lt;/span&gt;&lt;br /&gt;Here is the step by step process to install windows 98.&lt;br /&gt;You will need this:-&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;1. Windows 98 CD&lt;br /&gt;2. Computer with CD-ROM Access&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Configuring your BIOS for the Install windows 98:-&lt;br /&gt;&lt;br /&gt;To find out how to access the BIOS please refer to your motherboard manual or the manufacturer of your computer. (The system BIOS can usually be entered on boot, usually by pressing the F1, F2, F8, F10 or DEL key. Make sure you save the settings before exiting.&lt;br /&gt;If you are unsure or don't want to enter the BIOS then just test the computer by putting the CD-ROM in the drive and rebooting the computer. This is the recommended way to install Windows 98...... &lt;span class="fullpost"&gt;Starting The Setup:&lt;br /&gt;&lt;br /&gt;1) Insert the Windows CD and restart your PC.&lt;br /&gt;2) Once the Windows 98 Setup Menu comes up choose option #2 (Boot from CD-ROM)&lt;br /&gt;3) Then the Windows 98 Startup Menu will come up. Select Option #1. (Start Windows 98 Setup from CD-ROM)&lt;br /&gt;4) Now your computer will install some drivers so please wait for a few moments. 5) Now a blue setup screen will come up. Press Enter.&lt;br /&gt;6) Setup then wants to do some system tests. Just press Enter.&lt;br /&gt;7) Scandisk will now run, please wait.&lt;br /&gt;8) After ScanDisk completes, Windows will copy a few important files for setup.&lt;br /&gt;9) Now the graphical Windows 98 Setup Screen will come up.&lt;br /&gt;10) Click Continue and wait for the setup wizard to complete.&lt;br /&gt;11) Now it will ask you in which directory to install Windows too. The default directory is just fine so click Next.&lt;br /&gt;12) Setup will now prepare the directory, please wait.&lt;br /&gt;13) Setup will now check for installed components and disk space, please wait.&lt;br /&gt;14) Setup will now prompt you to choose the type of installation. Choose Typical if you have a desktop computer or Portable if it is a laptop.&lt;br /&gt;15)Windows will prompt you to install components, just choose Continue.&lt;br /&gt;16)If a network card is detected a network information screen will appear. Type in the required information and click Next&lt;br /&gt;17)Select your country settings, United States should be chosen by default.&lt;br /&gt;18) Now finally the main part of Setup is here. Setup will start copying files. This could take some time, please be patient.&lt;br /&gt;19)Once setup is done copying files, Windows will restart automatically.&lt;br /&gt;20)The Windows 98 Startup Menu will now appear.&lt;br /&gt;Select option #1 (Boot from Hard Disk)&lt;br /&gt;21)The Windows 98 booting screen will appear!&lt;br /&gt;22) Now Windows will prompt you for user information, enter it and click Continue.&lt;br /&gt;23) Now the License Agreement. Read it and if you agree click on "I accept the Agreement" and click Next. If you select "I don't accept the Agreement" then setup will end.&lt;br /&gt;24) Now input your product key or certificate authenticity code. This is 16 digits and is located on the back of your CD case or on the Windows 98 Book. If you have an OEM computer then it could be on the side or back of your computer. Click Next to continue.&lt;br /&gt;25) Click Finish.&lt;br /&gt;26) Setup will now finalize the hardware and install settings.&lt;br /&gt;27) Setup will now install plug and play devices.&lt;br /&gt;28) Your computer will restart automatically.&lt;br /&gt;29) The Windows 98 Startup Menu will appear. Select option #1 (Boot from Hard Disk)&lt;br /&gt;30) Windows will start booting for the second time.&lt;br /&gt;31) Setup will continue installing hardware.&lt;br /&gt;32) Now setup will prompt you to enter in your time, date, and time zone. Once selected click on Apply and then OK.&lt;br /&gt;33) Windows will continue to setup Windows items.&lt;br /&gt;34) The computer will restart automatically once again.&lt;br /&gt;35) The Windows 98 Startup Menu will appear. Select option #1 (Boot from Hard Disk)&lt;br /&gt;36) Windows will boot for the third time.&lt;br /&gt;37) Windows will update system settings.&lt;br /&gt;38) Now finally you have reached the Windows Desktop!&lt;br /&gt;39) You also may need to install your hardware drivers.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1144155990765107657?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1144155990765107657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-install-windows-98.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1144155990765107657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1144155990765107657'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-install-windows-98.html' title='How to Install Windows 98?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8902627626771829907</id><published>2009-08-04T16:37:00.000-07:00</published><updated>2009-08-04T16:43:29.635-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Windows Games Cheats</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Windows games cheats:-&lt;/span&gt;&lt;br /&gt;Here is the cheats for all games of windows operating system.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="font-style:italic;"&gt;Minesweeper&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Secret - Reveal Mines&lt;br /&gt;Instructions - Minimize or close all running applications. Launch Minesweeper, then type xyzzy. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel...... &lt;span class="fullpost"&gt;&lt;span style="font-weight:bold;"&gt;Pinball&lt;/span&gt;&lt;br /&gt;Secret - Extra BallsInstructions - Type 1max at the start of a new ball to get extra balls.&lt;br /&gt;Secret - Gravity WellInstructions - Type gmax at the start of a new game to activate the Gravity Well.&lt;br /&gt;Secret - Instant PromotionInstructions - Type rmax at the start of a new game to go up in ranks.&lt;br /&gt;Secret - Skill ShotInstructions - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:&lt;br /&gt;First: 15,000 pointsSecond: 30,000 pointsThird: 75,000 pointsFourth: 30,000 pointsFifth: 15,000 pointsSixth: 7,500 points&lt;br /&gt;Secret - Test ModeInstructions - Type hidden test at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around.&lt;br /&gt;Secret - Unlimited BallsInstructions - Type bmax at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;FreeCell&lt;/span&gt;&lt;br /&gt;Secret - Instant WinInstructions - Hold down Ctrl + Shift + F10 during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.&lt;br /&gt;Secret - Hidden Game ModesInstructions - In the “Game” menu choose “Select Game”. Enter -1 or -2 to activate the hidden game modes.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Solitaire&lt;/span&gt;&lt;br /&gt;Secret - Instant Win&lt;br /&gt;Instructions - Press Alt + Shift + 2 during game play to instantly win.&lt;br /&gt;Secret - Draw single cards in a Draw Three game&lt;br /&gt;Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card. Instead of drawing three cards you will only draw one.&lt;br /&gt;Infinite Points&lt;br /&gt;In the Windows XP version of solitaire, draw from the deck at least twice. Hold control and drag a card down from the deck. Click the “A” key and then let go of the left mouse key. You will get 10 points for this. Continue doing this for infinite points!&lt;br /&gt;Infinite points trick II&lt;br /&gt;To do this trick, finish a game of solitaire with the time bonus option on. The cards will start bouncing. Click on the solitaire screen and the play again box will pop up. Select no, so the solitaire screen is just blank green. Use the instant win cheat (Alt+Shift+2) and you will recieve the time bonus you got last game will be added to your last game’s score. For example, if your time bonus was 5000, and your final score was 6000, after using this glitch, you will have a score of 11000. This glitch can be used as many times as you want.&lt;br /&gt;&lt;br /&gt;registry hack which will allow you to see your opponents’ cards.&lt;br /&gt;&lt;br /&gt;Launch REGEDIT.EXE and navigate to HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Applets Hearts. NOTE: You may have to create the Hearts key under Applets In the right-hand pane, create a new String Value. Immediately rename it to “ZB” (without the quotes); give it a value of “42″ (again, sans quotes). The next time you’re in a game of Hearts, press CTRL + SHIFT + ALT + F12..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8902627626771829907?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8902627626771829907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/windows-games-cheats.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8902627626771829907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8902627626771829907'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/windows-games-cheats.html' title='Windows Games Cheats'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8093673085985390184</id><published>2009-08-04T16:30:00.000-07:00</published><updated>2009-08-04T16:37:39.352-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to fix Windows Xp courepted files?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Fix Windows Xp corrupted files:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here is the simple process to fix your windows xp's corrupted files.&lt;br /&gt;Just follow this steps to repair your xp corrupted files..... &lt;span class="fullpost"&gt;&lt;span style="font-weight:bold;"&gt;Requirement:- &lt;/span&gt;&lt;br /&gt;1. Windows XP operating system&lt;br /&gt;2. Windows XP cd&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Follow this steps:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Place the xp cd in your cd/dvd drive&lt;br /&gt;2. Go to start&lt;br /&gt;3. run&lt;br /&gt;4. type in 'sfc /scannow' (without the ')&lt;br /&gt;&lt;br /&gt;Now it should all load, and fix all your corrupted file on win XP.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8093673085985390184?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8093673085985390184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-fix-windows-xp-courepted-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8093673085985390184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8093673085985390184'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-fix-windows-xp-courepted-files.html' title='How to fix Windows Xp courepted files?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1998722974019386629</id><published>2009-08-04T16:25:00.000-07:00</published><updated>2009-08-04T16:29:44.060-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to save Windows Xp update?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Save Windows Xp update:-&lt;/span&gt;&lt;br /&gt;You often have to download windows updates again and again if you format your computer.So,here is a tutorial to save your Windows XP Updates so that you don't have to download windows xp update each and every time you format you computer..... &lt;span class="fullpost"&gt; &lt;span style="font-weight:bold;"&gt;Follow this simple steps:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.Go to the Windows Update web site:-&lt;br /&gt;&lt;br /&gt;http://update.microsoft.com&lt;br /&gt;&lt;br /&gt;2.In the left pane, under Other Options,select “Personalize Windows Update”.&lt;br /&gt;&lt;br /&gt;3.Under “Set Options for Windows Update”, select the check box for “Display the Link to Windows Update Catalog under ‘See Also’”, then click “Save Settings”.&lt;br /&gt;&lt;br /&gt;4.Go back to the Windows Update web site.&lt;br /&gt;&lt;br /&gt;5.In the left pane, under “See Also”, select “Windows Update Catalog”.&lt;br /&gt;&lt;br /&gt;6.Select “Find Updates for Microsoft Operating Systems”.&lt;br /&gt;&lt;br /&gt;7.Select the operating system and language of your choice.&lt;br /&gt;&lt;br /&gt;8.Select “Critical Updates and Service Packs”.&lt;br /&gt;&lt;br /&gt;9.Select all of the patches you’d like to download, then click on “Go to download basket” to download them..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1998722974019386629?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1998722974019386629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-save-windows-xp-update.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1998722974019386629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1998722974019386629'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/08/how-to-save-windows-xp-update.html' title='How to save Windows Xp update?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1544576710676166811</id><published>2009-07-16T16:35:00.000-07:00</published><updated>2009-08-21T18:05:11.467-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Virus Problems'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>how to remove Brontok Virus?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to remove Brontok Virus?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Its a very sticky virus..&lt;br /&gt;If u can Remove it I can help you to remove this virus manually.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Process:-&lt;br /&gt;Start your computer in safe mode with command prompt and type the following command to enable registry editor:-&lt;br /&gt;&lt;br /&gt;reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"&lt;br /&gt;and run HKLM\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"&lt;br /&gt;&lt;span class="fullpost"&gt;after this your registry editor is enable&lt;br /&gt;type explorer.&lt;br /&gt;go to run and type regedit&lt;br /&gt;then follow the following path :-&lt;br /&gt;HKLM\Software\Microsoft\Windows\Currentversion\Run&lt;br /&gt;&lt;br /&gt;on the right side delete the entries which contain 'Brontok' and 'Tok-' words.&lt;br /&gt;after that restart ur system.&lt;br /&gt;Then open registry editor and follow the path to enable folder option in tools menu&lt;br /&gt;&lt;br /&gt;HKCU\Software\Microsoft\Windows\Currentversion\Policies\Explorer\ 'NoFolderOption'&lt;br /&gt;delete this entry and restart your computer.&lt;br /&gt;&lt;br /&gt;and search *.exe files in all drives (search in hidden files also)&lt;br /&gt;remove all files which are display likes as folder icon.&lt;br /&gt;u r computer is completely free from brontok virus.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1544576710676166811?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1544576710676166811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-brontok-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1544576710676166811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1544576710676166811'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-brontok-virus.html' title='how to remove Brontok Virus?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7386160627851504124</id><published>2009-07-16T16:29:00.000-07:00</published><updated>2009-07-16T16:33:38.870-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>how 2 remove ntd1ect.com?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how 2 remove ntd1ect.com?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To remove the annoying ntd1etc.com from your computer or pc you need to follow some steps which i will write below:-&lt;br /&gt;First, stop the process called avpo.exe&lt;br /&gt;now remove it from startup by typing "msconfig" at run and unchecking"avpo.exe".&lt;br /&gt;&lt;br /&gt;Now go to secure delete, provided by many programs like tune-up utilities or so.&lt;br /&gt;Select avpo.exe from WINDOWS/SYSTEM32&lt;br /&gt;&lt;br /&gt;now select autorun.inf from every drive:&lt;br /&gt;eg. D:/autorun.inf&lt;br /&gt;E:/autorun.inf&lt;br /&gt;&lt;br /&gt;you cant see these files as your folder options must not be working&lt;br /&gt;your hidden files cannot be seen.&lt;br /&gt;&lt;span class="fullpost"&gt;the deletion will work if you type the path of the file to be deleted.&lt;br /&gt;&lt;br /&gt;Once avpo.exe from WINDOWS/SYSTEM32 and all the autoruns and ntde1ect.exe from each drive has been deleted, restart the system... Don’t double-click on any drive till then!!!! Use the title bar and type d:/jjj to access jjj folder in it.&lt;br /&gt;&lt;br /&gt;After all this also, the hidden files wont be seen.. for this, i'll give you some regedits... run them and your problem shall be over.. After the autoruns deletion, also delete NTDE1ECT.com and not .exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ALSO remember... NTDETECT is a system file..... DO NOT DELETE IT FROM C:\&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7386160627851504124?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7386160627851504124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-2-remove-ntd1ectcom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7386160627851504124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7386160627851504124'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-2-remove-ntd1ectcom.html' title='how 2 remove ntd1ect.com?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5829486198432584562</id><published>2009-07-16T15:30:00.000-07:00</published><updated>2009-07-16T16:28:58.988-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>How to install memory or RAM in your laptop pc?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i1015.photobucket.com/albums/af278/rajnprince/windows%20problem%20repair/laptop1.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 571px; height: 340px;" src="http://i1015.photobucket.com/albums/af278/rajnprince/windows%20problem%20repair/laptop1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i1015.photobucket.com/albums/af278/rajnprince/windows%20problem%20repair/laptop2.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 349px; height: 217px;" src="http://i1015.photobucket.com/albums/af278/rajnprince/windows%20problem%20repair/laptop2.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How to install memory or RAM in your laptop pc?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To install the memory in a laptop PC, follow these general steps:-&lt;br /&gt;&lt;br /&gt;1. Shut down Windows, turn off your PC, and disconnect any cables.&lt;br /&gt;2. Remove the battery.&lt;br /&gt;3. Touch a metal object to discharge any static from your body.&lt;br /&gt;4. Following the instructions in the PC’s documentation, open the memory area.&lt;br /&gt;5. If you need to remove one of the existing memory modules:-&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;• Lay down a sheet of paper or an anti static bag (the kind computer components come in) so that you have somewhere to put the module.&lt;br /&gt;• Press out with a thumb or finger on each of the spring clips at the ends&lt;br /&gt;of the socket. (If the space is confined enough to make using your hands&lt;br /&gt;awkward, use the eraser ends of a couple of eraser-tipped pencils.) When&lt;br /&gt;the clips release, they push the memory module up and out.&lt;br /&gt;• Remove the module using your fingers, and then put it on the bag or&lt;br /&gt;sheet of paper.&lt;br /&gt;&lt;br /&gt;6. Insert the new memory module:&lt;br /&gt;  • Remove the memory module from its protective bag.&lt;br /&gt;  • Align the memory module with the memory slot, making sure the notch&lt;br /&gt;in the module matches the break in the socket. For many laptop memory&lt;br /&gt;slots, you need to insert the memory module at an angle, as shown in&lt;br /&gt;Figure&lt;br /&gt;  • Press the memory module down gently but firmly, so that the spring&lt;br /&gt;clips engage. Figure 1-6 shows an example.&lt;br /&gt;&lt;br /&gt;7. Close the laptop, replace the battery, and then reconnect any cables needed.&lt;br /&gt;8. Restart your PC and verify that it recognizes the memory you have added. The easiest way to do this is to run CPU-Z again after Windows has loaded.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5829486198432584562?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5829486198432584562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-in-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5829486198432584562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5829486198432584562'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-in-your.html' title='How to install memory or RAM in your laptop pc?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i1015.photobucket.com/albums/af278/rajnprince/windows%20problem%20repair/th_laptop1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4373335453550525313</id><published>2009-07-16T15:22:00.000-07:00</published><updated>2009-07-16T15:29:24.321-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>How to install memory or RAM to your desktop pc?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_jk3kyVzqHsI/Sl-pVLmbRXI/AAAAAAAAAC4/09GngX2I6DA/s1600-h/desktop+ram.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 241px;" src="http://1.bp.blogspot.com/_jk3kyVzqHsI/Sl-pVLmbRXI/AAAAAAAAAC4/09GngX2I6DA/s400/desktop+ram.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5359188262950487410" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;How to install memory or RAM to your desktop pc?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To install the memory or RAM in a desktop PC, follow these general steps:-&lt;br /&gt;&lt;br /&gt;1. Shut down Windows, turn off your PC, and disconnect all the cables.&lt;br /&gt;2. Put your PC on a table or other suitable surface.&lt;br /&gt;3. Open the side opposite the motherboard. For example, you may need to&lt;br /&gt;        undo a latch, unscrew a couple of thumb-screws (the knurled kind you turn&lt;br /&gt;        with your fingers), or unscrew case screws with a screwdriver.&lt;br /&gt;4. Touch a metal part of the PC’s case to discharge any static from your body.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;5. If you need to remove one of the existing memory modules:&lt;br /&gt;      • Lay down a sheet of paper or an antistatic bag (the kind computer components      come in) so that you have somewhere to put the module.&lt;br /&gt;      • Press down and out with a thumb on each of the spring clips at the ends of  the socket, as shown in Figure 1-3. When the clips release, they push the memory module up and out.&lt;br /&gt;      • Remove the module using your fingers, and then put it on the bag or&lt;br /&gt;sheet of paper. Avoid touching the contacts on the module—they’re&lt;br /&gt;sensitive.&lt;br /&gt;6. Insert the new memory module:-&lt;br /&gt;      • Remove the memory module from its protective bag.&lt;br /&gt;      • Align the memory module with the memory slot, making sure the notch&lt;br /&gt;in the module matches the break in the socket, as shown in Figure 1-4.&lt;br /&gt;      • Press the memory module down gently but firmly, so that it slides into&lt;br /&gt;the socket and the spring clips engage.&lt;br /&gt;7. Close the PC, restore it to its normal place, and then reconnect the cables.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4373335453550525313?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4373335453550525313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-to-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4373335453550525313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4373335453550525313'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-memory-or-ram-to-your.html' title='How to install memory or RAM to your desktop pc?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_jk3kyVzqHsI/Sl-pVLmbRXI/AAAAAAAAAC4/09GngX2I6DA/s72-c/desktop+ram.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3322995792472258513</id><published>2009-07-16T15:16:00.000-07:00</published><updated>2009-07-16T15:21:57.628-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to setup your own homepage of your browser?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to setup your own homepage of your browser?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Every time you sign on to the Web, your browser starts by showing you the same darned page probably one foisted on you by Apple, Microsoft, or Firefox.&lt;br /&gt;One of your first acts, therefore, should be to change this startup page to a more desirable starting point. For example, you may prefer  http://free-mobilegames-download.blogspot.com/ which is a mobile game download blog, www.google.com, the Web search expert;  http://download-movies-free2you.blogspot.com/ for the movie download blog; or even your own home page, if you have one. Thereafter, you can instantly return to your startup page by clicking the little icon shaped like a house in your browser's tool bar.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;To change it, you need to go into your browser's Home Page settings. Here's where to find them in the most common browsers:-&lt;br /&gt;&lt;br /&gt;For Internet Explorer Choose --&gt;Tools --&gt;Internet Options --&gt;General&lt;br /&gt;For Safari. Choose --&gt;Safari --&gt;Preferences --&gt;General&lt;br /&gt;For Firefox (Windows). Choose --&gt;Tools --&gt;Options --&gt;General&lt;br /&gt;For Firefox (Mac). Choose --&gt;Firefox --&gt;Preferences --&gt;General&lt;br /&gt;&lt;br /&gt;In the box under Home Page, you can type or paste the URL of your preferred starter site. If you happen to have your browser parked on the very page you want to use, just click the "Use Current Page" button in the box. Once you've typed, pasted, or clicked, click OK to close your settings box. Your new home page is set.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3322995792472258513?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3322995792472258513/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-setup-your-own-homepage-of-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3322995792472258513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3322995792472258513'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-setup-your-own-homepage-of-your.html' title='How to setup your own homepage of your browser?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2127744498011766656</id><published>2009-07-16T15:07:00.000-07:00</published><updated>2009-07-16T15:15:59.487-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>9 feature of Mozilla Firefox as your browser:-</title><content type='html'>&lt;span style="font-weight:bold;"&gt;9 feature of Mozilla Firefox as your browser:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Free, fast, and fun to customize, the Firefox browser has only been out since 2005 but has already been adopted by more than 10 million people many of whom were rattled by Internet Explorer's vulnerably to malicious tampering. So what makes Firefox so great? For one thing, it can do just about everything Internet Explorer can do, and then adds these chocolate sprinkles on top:-&lt;br /&gt;&lt;br /&gt;1. &lt;span style="font-weight:bold;"&gt;Cross-platform:-&lt;/span&gt; Firefox is available, in nearly identical versions, for both          windows and Macintosh.&lt;br /&gt;&lt;br /&gt;2.&lt;span style="font-weight:bold;"&gt;Better security:-&lt;/span&gt; Internet Explorer allows the use of little bits of code called ActiveX controls to run Web-based games and other interactive features, but Firefox doesn't. So when rogue programs or spyware try to install themselves on your machine through your Web browser, Firefox slams the door shut. After a flurry of IE-related security incidents, some experts even advised people who use Windows to ditch Explorer altogether and run with Firefox.&lt;br /&gt;&lt;br /&gt;3.&lt;span style="font-weight:bold;"&gt;Pop-up blocking:-&lt;/span&gt; Pop-up pesky extra windows that multiply all over your screen on behalf of an advertiser or worse make browsing more aggravating than it should be, but Firefox blocks them from even opening. (The latest versions of Internet Explorer can block pop-ups as well. Safari also wields a pop-up shield.)&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;4.&lt;span style="font-weight:bold;"&gt;Tabbed browsing:-&lt;/span&gt; The ability to have multiple Web pages open in the same window with each one sporting a folder-like tab at the top for easy clicking back and forth isn’t as unique to Firefox as it once was now that Safari and Internet Explorer 7 have jumped on the tabbed browsing bandwagon. But Firefox still makes elegant use of this time-saving innovation and keeps your desktop free of extra browser windows.&lt;br /&gt;&lt;br /&gt;5.&lt;span style="font-weight:bold;"&gt;RSS:-&lt;/span&gt; With blogs, news sites, and even technical support pages constantly updating themselves, Firefox's use of RSS feeds (Section 5.5) makes it much easier to keep up with all the latest headlines each time your favorite sites add new information. Subscribing to a site is as effortless as clicking a button.&lt;br /&gt;&lt;br /&gt;6.&lt;span style="font-weight:bold;"&gt;Extensions:-&lt;/span&gt; Firefox is a spawn of the Mozilla Foundation, an open source (volunteer) software group dedicated to sharing code among programmers and building a better, sturdier product than companies that keep their code closed to public view. And with so many people contributing to Firefox's development, it's only natural that really fun add-ons called extensions would develop alongside the browser. Adding a few extensions to your Firefox browser can make it do really cool things, like flash the current temperature, control your MP3 jukebox program from the browser window, or zoom in on images; check out the Extensions list at https://addons.mozilla.org/firefox.&lt;br /&gt;&lt;br /&gt;7.&lt;span style="font-weight:bold;"&gt;Find box:-&lt;/span&gt; When you search within a Web page for a specific word or phrase, Firefox gives you a convenient Find box down at the bottom of the browser window that doesn't block your view of the page you're searching.&lt;br /&gt;&lt;br /&gt;8.&lt;span style="font-weight:bold;"&gt;Search shortcuts:-&lt;/span&gt; You don't even need to jump to a search engine page to search the Web with Firefox. The browser has a search box embedded right in its toolbar with shortcuts to many different sites including Google, Amazon, and eBay.&lt;br /&gt;&lt;br /&gt;9.&lt;span style="font-weight:bold;"&gt;Customaries settings:-&lt;/span&gt; You can easily customaries your Mozilla Firefox settings [I explain it in my &lt;a href="http://windows-problems-repair.blogspot.com/2009/07/speed-up-mozilla-firefox-browsing-speed.html"&gt;previous post&lt;/a&gt;] and thus you can make it super fast for browsing.&lt;br /&gt;&lt;br /&gt;But while other browsers have added similar features, Firefox still continues to make great strides in Web surfing. On the otherhand, some sites just won't display properly or even work right if you try to view them with Firefox. But back to the upside: Firefox can import your bookmarks, passwords, cookies, and other information from Internet Explorer, Safari, and older versions of Netscape, so switching browsers is easy.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2127744498011766656?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2127744498011766656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/9-feature-of-mozilla-firefox-as-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2127744498011766656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2127744498011766656'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/9-feature-of-mozilla-firefox-as-your.html' title='9 feature of Mozilla Firefox as your browser:-'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7254540226134295111</id><published>2009-07-16T15:05:00.000-07:00</published><updated>2009-07-16T15:07:38.882-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>how to shut off windows hibernate?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to shut off windows hibernate?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows hibernation background services use a very large amount&lt;br /&gt;of system resources. If you are like most people you don’t use the&lt;br /&gt;Hibernate feature very much so you may want to disable it to give&lt;br /&gt;Vista a performance boost.&lt;br /&gt;Follow this steps to shut down Hibernation:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click the Start button.&lt;br /&gt;2. Select Control Panel.&lt;br /&gt;3. Click the Classic View on the left hand side.&lt;br /&gt;4. Double-click on Power Options.&lt;br /&gt;5. Select Change Plan Settings.&lt;br /&gt;6. Choose Change Advanced Power Settings.&lt;br /&gt;7. Click the Sleep “plus” icon.&lt;br /&gt;8. Click the Hibernate After “plus” icon.&lt;br /&gt;9. Adjust your selector down to zero minutes.&lt;br /&gt;10. Click Apply.&lt;br /&gt;11. Click OK.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7254540226134295111?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7254540226134295111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-off-windows-hibernate.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7254540226134295111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7254540226134295111'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-off-windows-hibernate.html' title='how to shut off windows hibernate?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3725050690430010996</id><published>2009-07-16T15:03:00.000-07:00</published><updated>2009-07-16T15:05:19.665-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to shut down remote differential compression in windows vista?</title><content type='html'>How to shut down remote differential compression in windows vista?&lt;br /&gt;&lt;br /&gt;Remote Differential Compression checks the changes of your files&lt;br /&gt;over a network to move them with as little bandwidth as possible&lt;br /&gt;instead of transferring an entire file that has previously been moved.&lt;br /&gt;Obviously, the average home PC user has NO need for this service.&lt;br /&gt;With it constantly checking for file changes, this service will greatly&lt;br /&gt;slow system performance.&lt;br /&gt;To shut down this service you need to follow this steps:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click the Start button.&lt;br /&gt;2. Select Control Panel.&lt;br /&gt;3. Click Classic View on the left side of the window.&lt;br /&gt;4. Double-click on Programs and Features.&lt;br /&gt;5. Click Turn Windows Features On And Off on the left side of&lt;br /&gt;   the window.&lt;br /&gt;6. Uncheck Remote Differential Compression.&lt;br /&gt;7. Click OK.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3725050690430010996?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3725050690430010996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-remote-differential.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3725050690430010996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3725050690430010996'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-remote-differential.html' title='How to shut down remote differential compression in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6674464831556999034</id><published>2009-07-16T15:00:00.000-07:00</published><updated>2009-07-16T15:03:08.741-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>how to turn off un-needed feature in windows vista?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to turn off un-needed feature in windows vista?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are many new features in Windows Vista that are installed by&lt;br /&gt;default that you may not need. These extra and un-needed features&lt;br /&gt;can slow down your computer and take up more storage space. Windows &lt;br /&gt;Features can be un-installed using the Windows Featuresutility. &lt;br /&gt;Follow these steps to uninstall applications such as theWindows Fax&lt;br /&gt;and Scan and many more.&lt;br /&gt;To Turn-Off Some Un-Needed Features:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click on the Start Button.&lt;br /&gt;2. Select Control Panel.&lt;br /&gt;3. Under Programs click Uninstall a program.&lt;br /&gt;4. On the left side menu, click on Turn Windows features on or&lt;br /&gt;   off.&lt;br /&gt;5. Scroll through the list as shown below and uncheck from any&lt;br /&gt;   feature you do not want installed.&lt;br /&gt;6. Click OK when you are finished making your changes. The&lt;br /&gt;   features will now be uninstalled.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6674464831556999034?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6674464831556999034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-turn-off-un-needed-feature-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6674464831556999034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6674464831556999034'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-turn-off-un-needed-feature-in.html' title='how to turn off un-needed feature in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7149010411502258826</id><published>2009-07-16T14:58:00.000-07:00</published><updated>2009-07-16T15:00:45.817-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>how to disable automatic defender in windows vista?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to disable automatic defender in windows vista?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows Defender real-time protection against malware continues&lt;br /&gt;to run despite having Automatic operation disabled.&lt;br /&gt;In actuality, this built-in malware protector from Microsoft is very&lt;br /&gt;poor at protecting your computer from external threats. You are&lt;br /&gt;much better off using a 3rd-party software program like XoftSpy for&lt;br /&gt;total protection.&lt;br /&gt;To disable follow his steps:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click the Start button.&lt;br /&gt;2. Type “services” into the Start Search box.&lt;br /&gt;3. Find Windows Defender in the list of programs.&lt;br /&gt;4. Double-click on Windows Defender.&lt;br /&gt;5. Choose Tools from the top menu.&lt;br /&gt;6. Select Options.&lt;br /&gt;7. Uncheck Auto Start at the bottom of the window.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7149010411502258826?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7149010411502258826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-defender-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7149010411502258826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7149010411502258826'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-defender-in.html' title='how to disable automatic defender in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6973784252123780031</id><published>2009-07-16T14:56:00.000-07:00</published><updated>2009-07-16T14:58:35.655-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to disable automatic disk defragment in windows vista?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to disable automatic disk defragment in windows vista?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows Vista uses an always-on defragment set up that isn’t that&lt;br /&gt;necessary and will cause your system to slow down. Remember to&lt;br /&gt;run a defragment manually once a month.&lt;br /&gt;To shut down this feature follow this simple steps:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click the Start button&lt;br /&gt;2. Select Computer&lt;br /&gt;3. Right-click on C: Drive icon&lt;br /&gt;4. Select Properties&lt;br /&gt;5. Click the Tools tab&lt;br /&gt;6. Uncheck Run on a schedule&lt;br /&gt;7. Click OK&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6973784252123780031?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6973784252123780031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-disk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6973784252123780031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6973784252123780031'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-automatic-disk.html' title='How to disable automatic disk defragment in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2294433826502329449</id><published>2009-07-16T14:55:00.000-07:00</published><updated>2009-07-16T14:56:32.327-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to shut down search indexing in windows vista?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to shut down search indexing in windows vista?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Windows Vista Search Indexing is constantly checking the files on&lt;br /&gt;your system to make their information available for quick searching.&lt;br /&gt;This is helpful, but can severely slow system performance as the&lt;br /&gt;average user doesn’t use the search function frequently.&lt;br /&gt;To shut down constant indexing:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Click the Start button.&lt;br /&gt;2. Select Computer.&lt;br /&gt;3. Right-click on the C: Drive icon.&lt;br /&gt;4. Select Properties.&lt;br /&gt;5. Select the General Tab.&lt;br /&gt;6. Uncheck Index this drive for faster searching.&lt;br /&gt;7. On the next dialog box, select Apply Changes to Drive C:,&lt;br /&gt;   subfolders and files.&lt;br /&gt;8. Click OK.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2294433826502329449?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2294433826502329449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-search-indexing-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2294433826502329449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2294433826502329449'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-shut-down-search-indexing-in.html' title='How to shut down search indexing in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4706546081308299167</id><published>2009-07-16T14:52:00.000-07:00</published><updated>2009-07-16T14:54:44.313-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to disable unnecessary graphics effects in windows vista?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to disable unnecessary graphics effects in windows vista?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Vista is “sexy” because of its new aero glass transparency effects.&lt;br /&gt;Here is how to enable and disable this new eye candy.&lt;br /&gt;Steps:-&lt;br /&gt;1. Click Start (Windows) button.&lt;br /&gt;2. Select the Control Panel.&lt;br /&gt;3. Double-click Click Appearance and Personalization.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;4. Under Personalization, click Change the color scheme&lt;br /&gt;5. In the Appearance Settings dialog box, click Windows Vista&lt;br /&gt;   Basic, and then click OK.&lt;br /&gt;   Or, if you prefer a Windows 2000-style interface, click Windows&lt;br /&gt;   Standard, and then click OK.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4706546081308299167?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4706546081308299167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-unnecessary-graphics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4706546081308299167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4706546081308299167'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-unnecessary-graphics.html' title='How to disable unnecessary graphics effects in windows vista?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5966096645972085808</id><published>2009-07-16T14:50:00.000-07:00</published><updated>2009-07-16T14:52:36.851-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to enable direct memory access or DMA?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to enable direct memory access or DMA?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Follow this steps:-&lt;br /&gt;1. Right-click on My Computer, select Properties.&lt;br /&gt;2. Select the Hardware tab.&lt;br /&gt;3. Click the Device Manager button.&lt;br /&gt;4. Double-click IDE/ATAPI controllers.&lt;br /&gt;5. Double-click on the Primary IDE Channel.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;6. Click on the Advanced Settings tab (as shown in figure) The&lt;br /&gt;   tab may or may not be available for each option. It is only&lt;br /&gt;   available in Primary and Secondary Channels.&lt;br /&gt;7. Set the Transfer Mode to "DMA if Available" both for Device&lt;br /&gt;   1 and 0.&lt;br /&gt;8. Click OK.&lt;br /&gt;9. Perform the same operation for other items in the list, if&lt;br /&gt;   applicable.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5966096645972085808?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5966096645972085808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-direct-memory-access-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5966096645972085808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5966096645972085808'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-direct-memory-access-or.html' title='How to enable direct memory access or DMA?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5666171030276941963</id><published>2009-07-16T14:47:00.000-07:00</published><updated>2009-07-16T14:50:04.049-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to speedup File browsing?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to speedup File browsing?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You may have noticed that every time you open “My Computer” to&lt;br /&gt;browse folders that there is a slight delay. This is because Windows&lt;br /&gt;XP automatically searches for network files and printers every time&lt;br /&gt;you open Windows Explorer. To fix this and to increase browsing&lt;br /&gt;speed significantly just follow this steps:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Double-click on My Computer.&lt;br /&gt;2. Click the Tools menu.&lt;br /&gt;3. Select Folder Options.&lt;br /&gt;4. Click on the View tab.&lt;br /&gt;5. Uncheck the Automatically search for network folders and&lt;br /&gt;printers check box.&lt;br /&gt;6. Click Apply.&lt;br /&gt;7. Click OK.&lt;br /&gt;8. Reboot your computer.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5666171030276941963?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5666171030276941963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-speedup-file-browsing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5666171030276941963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5666171030276941963'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-speedup-file-browsing.html' title='How to speedup File browsing?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4046449632636526798</id><published>2009-07-16T14:41:00.000-07:00</published><updated>2009-07-16T14:46:19.816-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to disable extra startup programs?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to disable extra startup programs?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are certain programs that Windows will start every time you&lt;br /&gt;boot up your system, and during the startup phase, they're all&lt;br /&gt;competing for a slice of your CPU speed. Extra or unwanted items&lt;br /&gt;in the startup list will definitely increase your startup time, perhaps&lt;br /&gt;by several minutes. Some common examples are things related to&lt;br /&gt;AOL, real player, Napster, instant messengers, and video managers.&lt;br /&gt;If you're not sure about an item, no big deal. You can turn it off,&lt;br /&gt;restart your PC, and see if everything seems to work. If not, you can&lt;br /&gt;always go back and re-enable an item in the Startup list. This tip&lt;br /&gt;alone should speed up your start-up by 250%.&lt;br /&gt;Here are is what you have to do:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;1. Go to Start button then click Run.&lt;br /&gt;2. Type "msconfig", without quotations.&lt;br /&gt;3. Hit enter key or click the OK button.&lt;br /&gt;4. A System Configuration Utility window will show up.&lt;br /&gt;5. Click the Startup tab.&lt;br /&gt;6. In the Startup tab you will see several boxes and some of them&lt;br /&gt;will selected (checked). All you have to do is to uncheck&lt;br /&gt;extra items that are of no use. If you run an antivirus&lt;br /&gt;program it is not recommended to uncheck it.&lt;br /&gt;7. After making you choices press the OK button, you will be&lt;br /&gt;prompted to restart computer to apply changes.&lt;br /&gt;8. After restarting your computer a dialogue will be displayed.&lt;br /&gt;You can check the option for not showing this dialogue every&lt;br /&gt;time your PC reboots.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4046449632636526798?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4046449632636526798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-extra-startup-programs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4046449632636526798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4046449632636526798'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-extra-startup-programs.html' title='How to disable extra startup programs?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-9059954814943864958</id><published>2009-07-13T14:21:00.000-07:00</published><updated>2009-07-13T14:22:13.858-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>how to back up registry ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to back up registry ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;How to Export Registry Keys?&lt;/span&gt;&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;First click Start, and then click Run.&lt;br /&gt;&lt;br /&gt;In the Open box, type regedit, and then click OK.&lt;br /&gt;&lt;br /&gt;Go to the File menu, and click Export.&lt;br /&gt;&lt;br /&gt;In the Save in box, select the boxes at the bottom the bottom according to weather you want to export all or only selected branches of the registry.&lt;br /&gt;&lt;br /&gt;Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;How to Restore the Registry?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To restore the registry keys that you exported, double-click the .reg file that you saved.&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-9059954814943864958?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/9059954814943864958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-back-up-registry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9059954814943864958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9059954814943864958'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-back-up-registry.html' title='how to back up registry ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5349207169816580693</id><published>2009-07-13T14:20:00.000-07:00</published><updated>2009-07-13T14:21:04.484-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>how to enable the task manager ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to enable the task manager ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If your task manager is disable by any reasons then you can enable it by this process:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;type: regedit in RUN &lt;br /&gt;Hive: HKEY_CURRENT_USER &lt;br /&gt;Key: Software\Microsoft\Windows\CurrentVersion\Policies\System &lt;br /&gt;Name: DisableTaskMgr &lt;br /&gt;Type: REG_DWORD &lt;br /&gt;Value: 1=Enablethis key, that is DISABLE TaskManager &lt;br /&gt;Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5349207169816580693?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5349207169816580693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-task-manager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5349207169816580693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5349207169816580693'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-enable-task-manager.html' title='how to enable the task manager ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3933453392165002950</id><published>2009-07-13T14:18:00.000-07:00</published><updated>2009-07-13T14:20:09.117-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Folder option missing ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to enable folder option back?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Many of us sometimes find the folder options missing in windows explorer[because of virus or other reasons].&lt;br /&gt;So here is your solution:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;First open Run [ctrl+alt+delete] and then type "gpedit.msc".&lt;br /&gt;Now go to&lt;br /&gt;User Configuration &gt; Administrative templates &gt; Windows Component &gt;&lt;br /&gt;Windows Explorer.&lt;br /&gt;&lt;br /&gt;Click on Windows Explorer you will find the 3rd option on the right side of screen "Removes the Folder Option menu item from the Tools menu"Just check it, if it is not configured then change it to enable by&lt;br /&gt;double clicking on it and after applying again set it to not configured.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3933453392165002950?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3933453392165002950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/folder-option-missing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3933453392165002950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3933453392165002950'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/folder-option-missing.html' title='Folder option missing ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8064549323924734615</id><published>2009-07-13T14:14:00.002-07:00</published><updated>2009-07-13T14:17:01.581-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Speed up Mozilla Firefox browsing speed?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Speed up Mozilla Firefox browsing speed?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Or tweaking Mozilla Firefox for ultimate speed/maximum speed:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can increase your browsing speed by optimize your Mozilla Firefox settings for this follow exactly what I say here.&lt;br /&gt;First open your Mozilla Firefox and type about:config in the address bar and then find this settings and modified them as I say here:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;network.http.max-connections – 48&lt;br /&gt;network.http.max-connections-per-server – 16&lt;br /&gt;network.http.max-persistent-connections-per-proxy – 8&lt;br /&gt;network.http.max-persistent-connections-per-server – 4&lt;br /&gt;network.http.pipelining – true&lt;br /&gt;network.http.proxy.pipelining-true&lt;br /&gt;network.http.pipelining.maxrequests – 100&lt;br /&gt;network.http.proxy.pipelining – true&lt;br /&gt;network.http.request.timeout – 300&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;More firefox tweaks for super speed of Mozilla Firefox:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Try these easy Firefox tweaks and you’ll see that you’re surfing the Internet from 10 to 100 times faster!&lt;br /&gt;&lt;br /&gt;Tweak  1:-&lt;br /&gt;In the Filter bar type [network.dns.disableIPv6]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br /&gt;&lt;br /&gt;Tweak  2:-&lt;br /&gt;In the Filter bar type [plugin.expose_full_path]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br /&gt;&lt;br /&gt;Tweak  3:-&lt;br /&gt;In the Filter bar type [network.protocol-handler.external.ms-help]. Now, you are going to create a new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer.&lt;br /&gt;In the New Integer value box type in [nglayout.initialpaint.delay] and click OK. Then in the Enter Integer value box type [0] (that’s a zero) and click OK.&lt;br /&gt;&lt;br /&gt;Tweak  4:-&lt;br /&gt;In the Filter bar again type [network.protocol-handler.external.ms-help]. Now, you are going to create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in [content.notify.backoffcount] and click OK. Then in the Enter Integer value box type [5] and click OK.&lt;br /&gt;&lt;br /&gt;Tweak  5:-&lt;br /&gt;In the Filter bar again type [network.protocol-handler.external.ms-help]. Now, you are going to create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in [ui.submenuDelay] and click OK. Then in the Enter Integer value box type [0] (that’s a zero) and click OK.&lt;br /&gt;Now, close your web browser and restart it. You’ll see how much faster web pages are loading. I sure did.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8064549323924734615?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8064549323924734615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/speed-up-mozilla-firefox-browsing-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8064549323924734615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8064549323924734615'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/speed-up-mozilla-firefox-browsing-speed.html' title='Speed up Mozilla Firefox browsing speed?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-2139070177224806391</id><published>2009-07-13T14:14:00.001-07:00</published><updated>2009-07-13T14:14:52.598-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to Use Old Add Ons with your new Mozilla Firefox?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to Use Old Add Ons with your new Mozilla Firefox?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Beta version of Firefox 3 is already out and it has new and improved features for you.&lt;br /&gt;However, as of now, most Firefox extensions have not been updated by their developers. This means you cannot use your favorite add-ons in the Beta version.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;For this follow this method:-&lt;br /&gt;  First  Open Firefox and type ‘about:config’ (without the quotation marks) in the address bar.&lt;br /&gt;  Now right-click anywhere in the window and select New &gt; Boolean. A box named new Boolean value will open. Type extensions.checkUpdateSecurity in the preference field. Click OK. Set its value to False.&lt;br /&gt;  Next  Similarly, create another new Boolean value entry. This time type extensions.checkCompatability. Like earlier, set the value to False.&lt;br /&gt;&lt;br /&gt; Now, all your extensions work in the Beta version. Be warned though that this is not a foolproof solution to the problem. Don’t be surprised if one or more of your extensions stats behaving strangely.&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-2139070177224806391?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/2139070177224806391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-use-old-add-ons-with-your-new.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2139070177224806391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/2139070177224806391'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-use-old-add-ons-with-your-new.html' title='How to Use Old Add Ons with your new Mozilla Firefox?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3468920391392782102</id><published>2009-07-13T14:13:00.001-07:00</published><updated>2009-07-13T14:13:57.682-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to delete file which can not be deleted?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to delete file which can not be deleted?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Delete files which cannot b deleted follow this steps:-&lt;br /&gt;&lt;br /&gt;1. Open a Command Prompt window and leave it open.&lt;br /&gt;&lt;br /&gt;2. Close all open programs.&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;3. Click Start, Run and enter TASKMGR.EXE.&lt;br /&gt;&lt;br /&gt;4. Go to the Processes tab and End Process on Explorer.exe.&lt;br /&gt;&lt;br /&gt;5. Leave Task Manager open..&lt;br /&gt;(After this there will be no desktop icons and nothing is accessible&lt;br /&gt;but don’t worry this is due to shutting down of explorer)&lt;br /&gt;&lt;br /&gt;6. Go back to the Command Prompt window and change to the directory to&lt;br /&gt;where undeletable&lt;br /&gt;file) is located in.&lt;br /&gt;&lt;br /&gt;7. At the command prompt type DEL where is the file you wish to delete.&lt;br /&gt;&lt;br /&gt;8. Go back to Task Manager, click File, New Task and enter&lt;br /&gt;EXPLORER.EXE to restart the GUI shell.&lt;br /&gt;&lt;br /&gt;9. Close Task Manager.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3468920391392782102?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3468920391392782102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-delete-file-which-can-not-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3468920391392782102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3468920391392782102'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-delete-file-which-can-not-be.html' title='How to delete file which can not be deleted?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7594722930771107127</id><published>2009-07-13T14:11:00.000-07:00</published><updated>2009-07-13T14:12:56.907-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to remove SHORTCUT link from the desktop folders?</title><content type='html'>How to remove short cut arrows on your desktop items means icons? For this just follow this simple steps:-..... &lt;span class="fullpost"&gt;&lt;br /&gt;go to &gt;start&gt;run&gt;regedit&gt;hkey_classes_root&gt;&lt;br /&gt;find a file by name lnkfile click on that to that right&lt;br /&gt;you can see a file by name is shortcut delete that and&lt;br /&gt;again come to left click on pip file and you delete again is shortcut&lt;br /&gt;then restart the pc u cant see the shortcut arrow disappear from your desktop icons.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7594722930771107127?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7594722930771107127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-shortcut-link-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7594722930771107127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7594722930771107127'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-remove-shortcut-link-from.html' title='How to remove SHORTCUT link from the desktop folders?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-8176078954885891782</id><published>2009-07-13T14:10:00.000-07:00</published><updated>2009-07-13T14:11:48.785-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>How to increase the virtual memory of your computer?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to increase the virtual memory of your computer?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can increase your pc’s virtual memory by following these steps:-&lt;br /&gt;..... &lt;span class="fullpost"&gt;&lt;br /&gt;Control panelSystemAdvanceperformance settingAdvanceVirtual memorychangechange the size of the paging file increase to 2.5*RAM(i.e.—if you have 256mb Ram than increase the paging file size to 650  to 1500).&lt;br /&gt;Don’t increase too much because it dose not support more that 2.5 multiple of your RAM.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-8176078954885891782?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/8176078954885891782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-virtual-memory-of-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8176078954885891782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/8176078954885891782'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-virtual-memory-of-your.html' title='How to increase the virtual memory of your computer?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6879773214086259242</id><published>2009-07-13T14:09:00.000-07:00</published><updated>2009-07-13T14:10:53.001-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to speed up your cd ROM data transfer?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to speed up your cd ROM data transfer?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Most of CD-ROM devices support DMA, but Windows XP puts them in PIO (slower than DMA). DMA wont speed device, but it will use less RAM memory, and that way data transfer from CD-ROM to computer will be faster. &lt;br /&gt;..... &lt;span class="fullpost"&gt;Steps to enable the DMA mood:-&lt;br /&gt;&lt;br /&gt;First go to My Computer-Hardware-Device Manager. And Find "IDE ATA/ATAPI Controllers" and click? +? (Plus)  near it. Double click on? Primary IDE channel? Look at? Advance settings? And look at Device 1 setting. It's probably set up to PIO transfer mode. Set to? DMA if available? &lt;br /&gt;Back to "IDE ATA/ATAPI Controllers". Do the  same for ?Secondary IDE channels? Now If it's in PIO mode. &lt;br /&gt;If this won't help, you can reinstall IDE channels that won't accept DMA mode. And that you can do in following way:&lt;br /&gt;Right click on IDE channel, ?uninstall? And OK.&lt;br /&gt;Restart your computer and look if IDE channel accepted DMA mode. &lt;br /&gt;IN some cases, you can get only Multiword, but that's better than PIO mode, too.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6879773214086259242?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6879773214086259242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-speed-up-your-cd-rom-data.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6879773214086259242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6879773214086259242'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-speed-up-your-cd-rom-data.html' title='How to speed up your cd ROM data transfer?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6846370375471003359</id><published>2009-07-13T14:08:00.000-07:00</published><updated>2009-07-13T14:09:50.591-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Can not boot your system? Use system restore to solve this computer problem:-</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Can not boot your system? Use system restore to solve this computer problem:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If your system has failed and you cannot access the Windows &lt;br /&gt;GUI either through booting normally or through safe mode, you &lt;br /&gt;may still have the chance to use the System Restore feature if you have it &lt;br /&gt;enabled, by running it form the command prompt.&lt;br /&gt;..... &lt;span class="fullpost"&gt;Steps to do this manually:-&lt;br /&gt;&lt;br /&gt;First restart your PC or laptop- and press F8 after the POST screen to bring up the &lt;br /&gt;Windows XP boot menu. Next Choose boot in safe mode with command prompt.&lt;br /&gt;&lt;br /&gt;Next If your system gets to the command prompt successfully, type &lt;br /&gt;'%systemroot%\system32\restore\rstrui.exe'[without the single cote] and then press enter. Now follow the onscreen instructions to restore your computer to a previous saved [stable] point.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6846370375471003359?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6846370375471003359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/can-not-boot-your-system-use-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6846370375471003359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6846370375471003359'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/can-not-boot-your-system-use-system.html' title='Can not boot your system? Use system restore to solve this computer problem:-'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5829808993811043003</id><published>2009-07-13T14:07:00.000-07:00</published><updated>2009-08-21T18:05:29.553-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Virus Problems'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Ban Orkut and mozila ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Ban Orkut and mozila ? here is the solution:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"Orkut is banned you fool, The administrators didnt write this program guess who did?? MUHAHAHA!!" with a caption ORKUT IS BANNED is display?&lt;br /&gt;&lt;br /&gt;Have you been wondering how these messages pop up when you want to open mozilla firefox. It’s simply a w32.USB worm It spreads by inserting a pen drive or anything into the USB in which your w32.USB worm is dumped.&lt;br /&gt;..... &lt;span class="fullpost"&gt;Follow this step for removing the worm:-&lt;br /&gt;&lt;br /&gt;1.Open Task Manager by pressing CTRL+ALT+DEL and select Processes tab from task manager.&lt;br /&gt;&lt;br /&gt;2. Search for "svchost.exe" below the image file name. There will be many files with same name but look for the one which have your "Username" and "Password".&lt;br /&gt;&lt;br /&gt;3. Delete these files by select and then  pressing delete. It will give display a warning, Press Ok.&lt;br /&gt;&lt;br /&gt;4. Search for more svchost.exe with your username and delete it. Don't ever try to kill svchost.exe with names local, network service and local service.&lt;br /&gt;&lt;br /&gt;Now do this:-&lt;br /&gt;&lt;br /&gt;5. Open "My Computer".&lt;br /&gt;&lt;br /&gt;6. Type C:\heap41a in the address bar and press enter. A Hidden folder will be displayed, and is not visible by default. Delete all the files.&lt;br /&gt;&lt;br /&gt;7. Hold windows key + r to start the run and type regedit.&lt;br /&gt;&lt;br /&gt;9. Go to Edit Menu&gt;&gt; Find&gt;&gt;type "heap41a" and press enter.&lt;br /&gt;&lt;br /&gt;10."[win logon] C:\heap41a\svchost.exe C:\heap(some number)\std.txt" will be displayed, delete these files and a window will pop up asking you "Are you sure you want to delete this value?" click Ok. And close the registry editor window.&lt;br /&gt;&lt;br /&gt;Virus will be deleted by following these steps, delete the autorun.inf file and any .exe file in your pen drive [formatted].&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5829808993811043003?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5829808993811043003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/ban-orkut-and-mozila.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5829808993811043003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5829808993811043003'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/ban-orkut-and-mozila.html' title='Ban Orkut and mozila ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7471959134199982458</id><published>2009-07-12T14:43:00.000-07:00</published><updated>2009-07-12T14:45:25.335-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to increase your internet speed?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to increase your internet speed?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By the following some process you can speed up your internet or increase your internet speed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Communication port setting:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;First Go to Desktop  My computer (right click)  Properties  then go HARDWARE tab  Device manager  Now you see a window of Device manager.&lt;br /&gt;&lt;br /&gt;Then go to Ports  Communication Port (double click on it or right click and properties to Open).&lt;br /&gt; &lt;span class="fullpost"&gt;After open you can see a Communication Port property.&lt;br /&gt;Now go to the Port Setting: ----&lt;br /&gt;And now increase your  "Bits per second" to 128000.&lt;br /&gt;And "Flow control" changes 2 Hardware.&lt;br /&gt;&lt;br /&gt;Apply and restart your computer to take effect.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Release Microsoft reserved bandwidth:- &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Microsoft reserves 20% of your total bandwidth for Windows Updates and interrogating your PC etc. Here is the procedure how to get your 100% available bandwidth.&lt;br /&gt;&lt;br /&gt;To get it back follow this steps:-&lt;br /&gt;Click Start then Run and type "gpedit.msc" without quotes.&lt;br /&gt;This opens the "group policy editor" and go to: "Local Computer Policy" &lt;br /&gt;Then "Computer Configuration" Then "Administrative Templates"&lt;br /&gt;Then select "Network" then "QOS Packet Scheduler"&lt;br /&gt;&lt;br /&gt;After that select "Limit Reservable Bandwidth". &lt;br /&gt;Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e." By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."&lt;br /&gt;So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20..!!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Optimize the MTU, TTL and RWIN:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can not use your maximum bandwidth if your MTU, TTL and RWIN are not properly optimize you can optimize those by using software’s.&lt;br /&gt;I personally use Internet Cyclone. Just goggle it and use this software to optimize your MTU, TTL and RWIN and use your full bandwidth.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7471959134199982458?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7471959134199982458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-your-internet-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7471959134199982458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7471959134199982458'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-increase-your-internet-speed.html' title='How to increase your internet speed?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-7298603239790069546</id><published>2009-07-12T14:42:00.000-07:00</published><updated>2009-07-12T14:43:34.830-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>How to make internet explorer faster?</title><content type='html'>&lt;span style="font-weight:bold;"&gt; How to make internet explorer faster?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can make your internet explorer faster by following some easy steps:-&lt;br /&gt;Steps:-&lt;br /&gt;1. Click start &gt; run&lt;br /&gt;2. Type regedit &gt; enter&lt;br /&gt;3. Browse folder Mcft&lt;br /&gt;&lt;span class="fullpost"&gt;4. Right click @ windows right &gt; New &gt; DWORD&lt;br /&gt;5. Type MaxConnectionsPerServer &gt; u can set value (the more higher the no, the more good speed u get, eg : 99)&lt;br /&gt;6. Create another DWORD &gt;type MaxConnectionsPer1_0Server&lt;br /&gt;7. Then put a high valkue as mention above&lt;br /&gt;8. Then, restart&lt;br /&gt;&lt;br /&gt;Finish. happy browsing.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-7298603239790069546?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/7298603239790069546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-make-internet-explorer-faster.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7298603239790069546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/7298603239790069546'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-make-internet-explorer-faster.html' title='How to make internet explorer faster?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1136099501687961136</id><published>2009-07-12T14:41:00.000-07:00</published><updated>2009-07-12T14:42:05.851-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dos'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to install windows xp from dos?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to install windows xp from dos?&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;If windows xp will not install from the CD or if you have a new drive with no operating system on&lt;br /&gt;&lt;br /&gt;You can try this:- &lt;br /&gt;Install Windows XP from the hard drive with Windows 98 already installed:&lt;br /&gt;&lt;br /&gt;Boot Windows 98&lt;br /&gt;Insert the XP CD into your CD reader&lt;br /&gt;Explore Windows XP through My Computer&lt;br /&gt;&lt;span class="fullpost"&gt;Copy i386 folder to C:\&lt;br /&gt;Go into C:\i386 folder and double click on winnt32.exe to launch the setup from the hard drive&lt;br /&gt;&lt;br /&gt;Install Windows XP from DOS:-&lt;br /&gt;&lt;br /&gt;Boot with a Windows 98 Start Up disk&lt;br /&gt;Insert the Windows 98 CD into the CD reader&lt;br /&gt;Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)&lt;br /&gt;Type cd.. to back up to the root directory&lt;br /&gt;Insert Windows XP CD into the CD reader&lt;br /&gt;Copy the i386 folder to C:\&lt;br /&gt;Go into C:\i386 folder on C: and type winnt.exe to launch the setup from the hard drive.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1136099501687961136?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1136099501687961136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-windows-xp-from-dos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1136099501687961136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1136099501687961136'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-install-windows-xp-from-dos.html' title='How to install windows xp from dos?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-9115572910636923653</id><published>2009-07-12T14:37:00.000-07:00</published><updated>2009-07-12T14:40:48.614-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>how to installing apache on windows?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;how to installing apache on windows? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This tutorial is for the people who want to set up there own little&lt;br /&gt;web server. It's not meant for the IT Person running a fortune 500 company.&lt;br /&gt;Apache installation:-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 1:&lt;/span&gt;&lt;br /&gt;First you need is to download the webserver. Now for windows&lt;br /&gt;user you need to download the .exe. The apache website is www.apache.org head to the apache binaries sections for Win32 I believe it is at &lt;br /&gt; &lt;span class="fullpost"&gt;http://www.apache.org/dist/httpd/binaries/win32/. There you will be able to download a version of apache.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 2:&lt;/span&gt;&lt;br /&gt;Now before you download it you create  a folder. This folder is your server’s&lt;br /&gt; root directory. Now if you don't want to do this it's ok. You can use the default path if you want. Put usually this helps in setting up other things like php, and MySQL. Most people do is they create a folder in the C:\ directory called WWW or something. You can name it whatever you want to.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 3:&lt;/span&gt;&lt;br /&gt;Ok so have downloaded the Apache Web Server. You’re ready to go with the setup. No the version I have downloaded was apache_2.0.36-win32-x86-no_ssl.msi this was a newer version and supposedly supposed to be more secure. The first screen you get when you’re in the setup is the welcome screen we don't care much about that now hit next. The next screen is the terms and service. And yes you’re going to agree to the terms duh. The next screen is some documentation you can read it or leave it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 4:&lt;/span&gt;&lt;br /&gt; Once you’re done hit next. Now we see a screen that says enter a network domain. Erase what is ever in there and type localhost. Now the next box says&lt;br /&gt;Servername, erace what is ever in the box and put in localhost. The next is Administrators e-mail address. Go ahead and fill that in. But make sure to change it. Now there are 2 little radio buttons. Pick the one that best suites your needs. Now that we got that all filled out. Hit Next and you'll go to a screen that asks you which type of install you want to do. Then hit next.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Step 5:&lt;/span&gt;&lt;br /&gt;If you wanted to server out of your one special folder. Change the file location you want to install apache. Or just leave it at the default path. Click install and it should be on its way. Once it's done installing hit the finish button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;The testing:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;First you need to check if Apache installed correctly or not.&lt;br /&gt;For that first open up Internet Explorer and type in “http://localhost”. If everything went smooth then you should be seeing a message that looks like this" Seeing this instead of the website you expected?" Apache is working.&lt;br /&gt;Do some funs stuff.&lt;br /&gt;&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-9115572910636923653?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/9115572910636923653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-installing-apache-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9115572910636923653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9115572910636923653'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-installing-apache-on-windows.html' title='how to installing apache on windows?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3345866045942483860</id><published>2009-07-12T14:35:00.001-07:00</published><updated>2009-07-12T14:37:22.824-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>How to change Processor name of your computer?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to change Processor name of your computer?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can show your processor to Pentium 5 or 9 or what ever you want but remind that it will not increase your pc’s speed&lt;br /&gt;First-&lt;br /&gt;GO TO START&gt;RUN&gt;TYPE REGEDIT&lt;br /&gt;Then navigate to:- &lt;br /&gt; &lt;span class="fullpost"&gt;HKEY_LOCAL_MACHINE --&gt; HARDWARE --&gt; DISCRIPTION&lt;br /&gt;SYSTEM --&gt; CENTRAL PROCESSOR.&lt;br /&gt;Now&lt;br /&gt;on right hand side right click on processornamestring and then write anything you want to show as your processor’s version in that text box &lt;br /&gt;How to change the title of windows media player ?&lt;br /&gt;You can change the title of  the Windows Media Player&lt;br /&gt;For that you need to follow some easy steps.&lt;br /&gt;&lt;br /&gt;Follow this steps:-&lt;br /&gt;&lt;br /&gt;1.Start Regedit &lt;br /&gt;2.Go to HKEY_CURRENT_USER\Software\Policies\Microsoft &lt;br /&gt;\WindowsMediaPlayer (create a new key named WindowsMediaPlayer if its not der)&lt;br /&gt;3.Create a string value of TitleBar &lt;br /&gt;4.Give it a value of whatever you want to appear in the title bar&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3345866045942483860?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3345866045942483860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-processor-name-of-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3345866045942483860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3345866045942483860'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-processor-name-of-your.html' title='How to change Processor name of your computer?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-409044603422789089</id><published>2009-07-12T14:32:00.000-07:00</published><updated>2009-07-12T14:33:58.115-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><title type='text'>Various ways to shutdown your PC or Computer:-</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Various way to shutdown your PC:-&lt;/span&gt;&lt;br /&gt;There are so many different ways to turn off your Windows XP computer, let's look at some of them:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. The standard approach - click the Start Button with your mouse, then select the Turn Off menu and finally click the Turn Off icon on the Turn Off computer dialog. blink.gif&lt;br /&gt;&lt;br /&gt;2. Press Ctrl+Esc key or the Win key and press u two times - the fastest approach&lt;br /&gt;&lt;span class="fullpost"&gt;3. Get the Shutdown utility from Download.com - it add the shut down shortcuts for you. Else create them yourself using approach 4.&lt;br /&gt;&lt;br /&gt;4. Create a shutdown shortcut on your desktop. Right click on the desktop, choose New Shortcut and type shutdown -s -t 00 in the area where you are asked to specify the location of the program file. Now you can just double click this icon to turn off the computer. The best location would be your quick launch bar.&lt;br /&gt;&lt;br /&gt;5. Press the Win key + R key to open the run window. Type shutdown -s -t 00. [s means shutdown while t means the duration after which you want to initiate the shutdown process].&lt;br /&gt;&lt;br /&gt;If some open processes or application won't let you turn off, append a -f switch to force a shut down by closing all active processes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Win+M to minimize all windows and then Alt+F4 to bring the Turn Off computer dialog.&lt;br /&gt;&lt;br /&gt;7. Open Windows Task manager (by right clicking the Windows Task bar or Alt+Ctrl+Del) and choose Shut down from the menu. Useful when the Windows are not responding.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. open task manager---&gt;click on shutdown---&gt;hold the ctrl key and click on Turn off::::::: pc will be turned off in 3 sec.. fastest method other than hard shutdown&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-409044603422789089?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/409044603422789089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/various-ways-to-shutdown-your-pc-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/409044603422789089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/409044603422789089'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/various-ways-to-shutdown-your-pc-or.html' title='Various ways to shutdown your PC or Computer:-'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-6340925555459774742</id><published>2009-07-12T14:31:00.000-07:00</published><updated>2009-07-12T14:32:08.296-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dos'/><title type='text'>How to change the background color of DOS ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to change the background color of DOS ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.&lt;br /&gt;CHANGING DOS BACKGROUND&lt;br /&gt;Open your registry (press win+r and type regedit , hit enter )&lt;br /&gt;goto&lt;br /&gt;&lt;br /&gt; &lt;span class="fullpost"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]&lt;br /&gt;&lt;br /&gt;u'll find "DefaultColor"&lt;br /&gt;&lt;br /&gt;You can replace it's value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:&lt;br /&gt;&lt;br /&gt;Hexadecimal value Color&lt;br /&gt;0 Black&lt;br /&gt;1 Blue&lt;br /&gt;2 Green&lt;br /&gt;3 Aqua&lt;br /&gt;4 Red&lt;br /&gt;5 Purple&lt;br /&gt;6 Yellow&lt;br /&gt;7 White&lt;br /&gt;8 Gray&lt;br /&gt;9 Light Blue&lt;br /&gt;A Light Green&lt;br /&gt;B Light Aqua&lt;br /&gt;C Light Red&lt;br /&gt;D Light Purple&lt;br /&gt;E Light Yellow&lt;br /&gt;F Bright White&lt;br /&gt;&lt;br /&gt;A value of F0, for example, would give black text on a white background, and 1E would yield yellow text on a blue background.&lt;br /&gt;The change should take effect the next time you open a console window.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-6340925555459774742?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/6340925555459774742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-background-color-of-dos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6340925555459774742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/6340925555459774742'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-background-color-of-dos.html' title='How to change the background color of DOS ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1463233291068110616</id><published>2009-07-12T14:29:00.000-07:00</published><updated>2009-07-12T14:30:57.515-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to disable right click on deskktop?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to disable right click on deskktop?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It is very simple to disable the right click on desktop. For that we need to follow some steps:-&lt;br /&gt;As follows:-&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;1. Start Regedit &lt;br /&gt;2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer &lt;br /&gt;3. Add a DWORD and give it a name of NoViewContextMenu &lt;br /&gt;4. Give it a value of 1 &lt;br /&gt;5. Reboot &lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1463233291068110616?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1463233291068110616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-right-click-on-deskktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1463233291068110616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1463233291068110616'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-disable-right-click-on-deskktop.html' title='How to disable right click on deskktop?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-1457970133450867174</id><published>2009-07-12T14:28:00.000-07:00</published><updated>2009-07-12T14:29:44.297-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>How to change the location of windows special folders ?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to change the location of windows special folders ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can modify the windows registry to change the location of special folders like:&lt;br /&gt;1. My Documents &lt;br /&gt;2. Favorites &lt;br /&gt;3. My Pictures &lt;br /&gt;4. Personal&lt;br /&gt;5. Start Regedit &lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;First Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders &lt;br /&gt;Then double click on any locations you want to change and alter the path .&lt;br /&gt;Finally Logoff or restart for the changes to go into effect&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-1457970133450867174?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/1457970133450867174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-location-of-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1457970133450867174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/1457970133450867174'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-change-location-of-windows.html' title='How to change the location of windows special folders ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-9047739017259544974</id><published>2009-07-12T14:26:00.000-07:00</published><updated>2009-08-08T17:56:01.117-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>How to turn off the user account control (UAC) in windows vista ?</title><content type='html'>&lt;span style="font-weight: bold;"&gt;How to turn off the user account control (UAC) in windows vista ? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are some simple steps to disable the user account control in windows vista. Just follow this steps:-&lt;br /&gt;Just Enter "cmd" in the search Box under the Start menu .Then right-click the highlighted result and choose Run as administrator from the contextual menu. Finally you will need to enter the following (as a single line)--&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;There are some simple steps to disable the user account control in windows vista. Just follow this steps:-&lt;br /&gt;Just Enter "cmd" in the search Box under the Start menu .Then right-click the highlighted result and choose Run as administrator from the contextual menu. Finally you will need to enter the following (as a single line)--&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-9047739017259544974?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/9047739017259544974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-turn-off-user-account-control-uac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9047739017259544974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/9047739017259544974'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-turn-off-user-account-control-uac.html' title='How to turn off the user account control (UAC) in windows vista ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3201348606853247764</id><published>2009-07-12T14:22:00.000-07:00</published><updated>2009-08-08T17:58:16.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>steps to speed up your pc</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Do you feel your Computer / pc is slow?&lt;br /&gt;Then follow this steps to speed up your pc:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) Click Start, Run and enter GPEDIT.MSC&lt;br /&gt;2) Go to Computer Configuration, Administrative Templates and System.&lt;br /&gt;3) Locate the entry for Turn autoplay off and modify it as you desire.&lt;br /&gt;&lt;br /&gt;[a] Disable the index services:-&lt;br /&gt;&lt;br /&gt;Indexing Services is a small little program that uses large amounts of RAM and can often make a computer endlessly loud and noisy. This system process indexes and updates lists of all the files that are on your computer. It does this so that when you do a search for something on&lt;br /&gt;&lt;span class="fullpost"&gt;your computer, it will search faster by scanning the index lists. If you don't search your computer often, or even if you do search often, this system service is completely unnecessary. To disable do the following:&lt;br /&gt;&lt;br /&gt;1. Go to Start&lt;br /&gt;2. Click Settings&lt;br /&gt;3. Click Control Panel&lt;br /&gt;4. Double-click Add/Remove Programs&lt;br /&gt;5. Click the Add/Remove Window Components&lt;br /&gt;6. Uncheck the Indexing services&lt;br /&gt;7. Click Next&lt;br /&gt;&lt;br /&gt;[b] Optimize the display setting&lt;br /&gt;&lt;br /&gt;Windows XP can look sexy but displaying all the visual items can waste system resources. To optimize windows xp--&lt;br /&gt;&lt;br /&gt;1.Go to Start&lt;br /&gt;2. Click Settings&lt;br /&gt;3. Click Control Panel&lt;br /&gt;4. Click System&lt;br /&gt;5. Click Advanced tab&lt;br /&gt;6. In the Performance tab click Settings&lt;br /&gt;7. Leave only the following ticked:&lt;br /&gt;- Show shadows under menus&lt;br /&gt;- Show shadows under mouse pointer&lt;br /&gt;- Show translucent selection rectangle&lt;br /&gt;- Use drop shadows for icons labels on the desktop&lt;br /&gt;- Use visual styles on windows and buttons&lt;br /&gt;&lt;br /&gt;[c] Speed up the folder browsing:-&lt;br /&gt;&lt;br /&gt;You may have noticed that every time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every time you open Windows Explorer. To fix this and to increase browsing significantly:&lt;br /&gt;&lt;br /&gt;1. Open My Computer&lt;br /&gt;2. Click on Tools menu&lt;br /&gt;3. Click on Folder Options&lt;br /&gt;4. Click on the View tab.&lt;br /&gt;5. Uncheck the Automatically search for network folders and printers check box&lt;br /&gt;6. Click Apply&lt;br /&gt;7. Click Ok&lt;br /&gt;8. Reboot your computer&lt;br /&gt;&lt;br /&gt;[d] Disable unnecessary services:-&lt;br /&gt;&lt;br /&gt;Because Windows XP has to be all things to all people it has many services running that take up system resources that you will never need. Below is a list of services that can be disabled on most machines:&lt;br /&gt;&lt;br /&gt;Alerter&lt;br /&gt;Clipbook&lt;br /&gt;Computer Browser&lt;br /&gt;Distributed Link Tracking Client&lt;br /&gt;Fast User Switching&lt;br /&gt;Help and Support - (If you use Windows Help and Support leave this enabled)&lt;br /&gt;Human Interface Access Devices&lt;br /&gt;Indexing Service&lt;br /&gt;IPSEC Services&lt;br /&gt;Messenger&lt;br /&gt;Net meeting Remote Desktop Sharing (disabled for extra security)&lt;br /&gt;Portable Media Serial Number&lt;br /&gt;Remote Desktop Help Session Manager (disabled for extra security)&lt;br /&gt;Remote Procedure Call Locator&lt;br /&gt;Remote Registry (disabled for extra security)&lt;br /&gt;Remote Registry Service&lt;br /&gt;Secondary Logon&lt;br /&gt;Routing &amp;amp; Remote Access (disabled for extra security)&lt;br /&gt;Server&lt;br /&gt;SSDP Discovery Service - (Unplug n' Pray will disable this)&lt;br /&gt;Telnet&lt;br /&gt;TCP/IP NetBIOS Helper&lt;br /&gt;Upload Manager&lt;br /&gt;Universal Plug and Play Device Host&lt;br /&gt;Windows Time&lt;br /&gt;Wireless Zero Configuration (Do not disable if you use a wireless network)&lt;br /&gt;Workstation&lt;br /&gt;To disable these services:&lt;br /&gt;&lt;br /&gt;Go to Start and then Run and type "services.msc"&lt;br /&gt;Double click on the service you want to change&lt;br /&gt;Change the startup type to 'Disable"&lt;br /&gt;&lt;br /&gt;[e] Remove the annoying delete confirmation messages:-&lt;br /&gt;&lt;br /&gt;Although not strictly a performance tweak I love this fix as it makes my machine 'feel' faster. I hate the annoying 'are you sure?' messages that XP displays, especially if I have to use a laptop touchpad to close them. To remove these messages:&lt;br /&gt;&lt;br /&gt;First-&lt;br /&gt;Right-click on the 'Recycle Bin' on the desktop and then click 'Properties'&lt;br /&gt;&lt;br /&gt;next-&lt;br /&gt;Clear the 'Display Delete Confirmation Dialog' check box and click 'Ok'&lt;br /&gt;&lt;br /&gt;If you do accidentally delete a file don't worry as all is not lost. Just go to your Recycle Bin and 'Restore' the file.&lt;br /&gt;[f] Disable CD Auto run:-&lt;br /&gt;&lt;br /&gt;this is only for windows xp pro&lt;br /&gt;1) Click Start, Run and enter GPEDIT.MSC&lt;br /&gt;2) Go to Computer Configuration, Administrative Templates, System.&lt;br /&gt;3) Locate the entry for Turn auto play off and modify it as you des&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3201348606853247764?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3201348606853247764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/slow-computer-follow-this-steps-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3201348606853247764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3201348606853247764'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/slow-computer-follow-this-steps-to.html' title='steps to speed up your pc'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-112097195970531144</id><published>2009-07-12T14:08:00.000-07:00</published><updated>2009-07-12T14:20:56.413-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Hoe to lock folder in windows xp ? [without any software]</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to lock folder in windows xp ? [without any software]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can lock and unlock your folder without any software with this simple methode:-&lt;br /&gt;Process:-&lt;br /&gt;1. Make a folder on the desktop and name it as “folder”.&lt;br /&gt;2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File&gt;save as..&lt;span class="fullpost"&gt;&lt;br /&gt;3. In the ’save as’ name it as lock.bat [or you can give any other name] and click save.(Save it on Desktop)&lt;br /&gt;4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File&gt;save as.&lt;br /&gt;5. In the ’save as’ name it as key.bat[or you can give any name you like] and click save. (Save it on Desktop)&lt;br /&gt;6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up.&lt;br /&gt;7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !&lt;br /&gt;8. Lock your folder and keep the key.bat somewhere else on your hard disk or in your pen drive.&lt;br /&gt;9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it .&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-112097195970531144?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/112097195970531144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/hoe-to-lock-folder-in-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/112097195970531144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/112097195970531144'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/hoe-to-lock-folder-in-windows-xp.html' title='Hoe to lock folder in windows xp ? [without any software]'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5346009098924653228</id><published>2009-07-06T19:36:00.000-07:00</published><updated>2009-07-06T19:45:28.471-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Vista'/><title type='text'>How to activate administrative share(C$,D$ ) in Windows Vista ?</title><content type='html'>Windows Vista administrative share is not enabled by default,because of security reasons, so I will show you how to activate the administrative share.&lt;br /&gt;Clearly, this method is for people who use their computers at home (except professionals who can connect to the VPN and corporate network and log on to a Microsoft).&lt;br /&gt;. &lt;span class="fullpost"&gt;Windows Vista administrative share is not enabled by default,because of security reasons,so I will show you how to activate the administrative share.&lt;br /&gt;Clearly, this method is for people who use their computers at home (except professionals who can connect to the VPN and corporate network and log on to a Microsoft).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;STEP 1:-&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Launch First the Registry Editor using the module with real-time search from Start menu and then type "regedit" and click on search.&lt;br /&gt;Once you are inside the register go to: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System&lt;br /&gt;From there, make a right click on the "System" and, in the context menu that appears, click on "New" then "Key DWORD 32-bit", if you have Windows Vista 64 then type "Key DWORD 64-bit"&lt;br /&gt;A new key appears. Select it and press F2 to change it's name.Name it"LocalAccountTokenFilterPolicy" and then double mouse click on the key and change it's value to "1"&lt;br /&gt;Now, you can access hidden resources, here are some examples of use:&lt;br /&gt;  A Windows XP PC can access C$, D$, etc. on a Windows Vista&lt;br /&gt;  A Windows Vista PC (registry key unmodified) may reach C$, D$, etc. on a Windows   Vista&lt;br /&gt;  A Windows Vista PC (registry key amended) does not have access to C$, D$, etc. on a Windows Vista (registry key unchanged)&lt;br /&gt;If you want to access to these resources, even if you made good changes to the registry, you must have a valid user account with the necessary rights.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;STEP 2:-&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Virtual drive:-&lt;br /&gt;Use the SUBST command to substitute a drive letter for a path in order to treat a virtual drive (a reserved area rather than an actual disk drive) as a physical drive i.e create a new drive for your Favourite Folder in MS-DOS Prompt.&lt;br /&gt;&lt;br /&gt;For e.g if you want to create a drive named Z for your Program files folder then u need to enter the followin in ur DOS mode&lt;br /&gt;&lt;br /&gt;subst z: "c:\program files"--&gt;Put in Quotes&lt;br /&gt;&lt;br /&gt;This will create a drive named Z in your My Computer so that you can directly access your program files contents from this Drive.&lt;br /&gt;You can also create a Seperate drive for your seperate folder for accessing data easily. For e.g Seperate drive for your music folder etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;to remove&lt;br /&gt;subst z: /D --&gt;Space Between the Drive and /D&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5346009098924653228?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5346009098924653228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-activate-administrative-sharecd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5346009098924653228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5346009098924653228'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-activate-administrative-sharecd.html' title='How to activate administrative share(C$,D$ ) in Windows Vista ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5809001776604046016</id><published>2009-07-06T19:26:00.000-07:00</published><updated>2009-07-06T19:36:13.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Windows Xp hidden application</title><content type='html'>Windows has many hidden application generally this hidden application are not shown,but we can use this hidden application.To run any of these apps go to Start &gt; Run and type the executable name..... &lt;span class="fullpost"&gt;1) Character Map = charmap.exe [very useful for finding unusual characters and you can create your own character]&lt;br /&gt;&lt;br /&gt;2) Disk Cleanup = cleanmgr.exe&lt;br /&gt;&lt;br /&gt;3) Clipboard Viewer = clipbrd.exe [views all contents of Windows clipboard]&lt;br /&gt;&lt;br /&gt;4) Dr Watson = drwtsn32.exe [Troubleshooting tool]&lt;br /&gt;&lt;br /&gt;5) DirectX diagnosis = dxdiag.exe [Diagnose &amp; test DirectX, video &amp; sound cards]&lt;br /&gt;&lt;br /&gt;6) Private character editor = eudcedit.exe [allows creation or modification of characters]&lt;br /&gt;&lt;br /&gt;7) IExpress Wizard = iexpress.exe [Create self-extracting / self-installing package]&lt;br /&gt;&lt;br /&gt;8) Microsoft Synchronization Manager = mobsync.exe [appears to allow synchronization of files on the network for when working offline. Apparently undocumented].&lt;br /&gt;&lt;br /&gt;9) Windows Media Player 5.1 = mplay32.exe [Retro version of Media Player, very basic].&lt;br /&gt;&lt;br /&gt;10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases]&lt;br /&gt;&lt;br /&gt;11) Object Packager = packager.exe [to do with packaging objects for insertion in files, appears to have comprehensive help files].&lt;br /&gt;&lt;br /&gt;12) System Monitor = perfmon.exe [very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only].&lt;br /&gt;&lt;br /&gt;13) Program Manager = progman.exe [Legacy Windows 3.x desktop shell].&lt;br /&gt;&lt;br /&gt;14) Remote Access phone book = rasphone.exe [documentation is virtually non-existant].&lt;br /&gt;&lt;br /&gt;15) Registry Editor = regedt32.exe or regedit.exe [for hacking the Windows Registry].&lt;br /&gt;&lt;br /&gt;16) Network shared folder wizard = shrpubw.exe [creates shared folders on network].&lt;br /&gt;&lt;br /&gt;17) File siganture verification tool = sigverif.exe&lt;br /&gt;&lt;br /&gt;18) Volume Contro = sndvol32.exe [I've included this for those people that lose it from the System Notification area].&lt;br /&gt;&lt;br /&gt;19) System Configuration Editor = sysedit.exe [modify System.ini &amp; Win.ini just like in Win98!].&lt;br /&gt;&lt;br /&gt;20) Syskey = syskey.exe [Secures XP Account database - use with care, it's virtually undocumented but it appears to encrypt all passwords, I'm not sure of the full implications].&lt;br /&gt;&lt;br /&gt;21) Microsoft Telnet Client = telnet.exe&lt;br /&gt;&lt;br /&gt;22) Driver Verifier Manager = verifier.exe [seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented].&lt;br /&gt;&lt;br /&gt;23) Windows for Workgroups Chat = winchat.exe [appears to be an old NT utility to allow chat sessions over a LAN, help files available].&lt;br /&gt;&lt;br /&gt;24) System configuration = msconfig.exe [can use to control starup programs]&lt;br /&gt;&lt;br /&gt;25) gpedit.msc used to manage group policies, and permissions.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5809001776604046016?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5809001776604046016/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/windows-xp-hidden-application.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5809001776604046016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5809001776604046016'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/windows-xp-hidden-application.html' title='Windows Xp hidden application'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4268854059276785469</id><published>2009-07-06T19:24:00.000-07:00</published><updated>2009-07-06T19:26:32.920-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Update'/><title type='text'>How to save windows updates ?</title><content type='html'>Go to the Windows Update web site.&lt;br /&gt;In the left pane, under Other Options, select “Personalize Windows Update”.&lt;br /&gt;Under “Set Options for Windows Update”, select the checkbox for “Display the Link to Windows Update Catalog under ‘See Also’”, then click “Save Settings”.&lt;br /&gt;..... &lt;span class="fullpost"&gt;Go to the Windows Update web site.&lt;br /&gt;In the left pane, under Other Options, select “Personalize Windows Update”.&lt;br /&gt;Under “Set Options for Windows Update”, select the checkbox for “Display the Link to Windows Update Catalog under ‘See Also’”, then click “Save Settings”.&lt;br /&gt;Go back to the Windows Update web site.&lt;br /&gt;In the left pane, under “See Also”, select “Windows Update Catalog”.&lt;br /&gt;Select “Find Updates for Microsoft Operating Systems”.&lt;br /&gt;Select the operating system and language of your choice.&lt;br /&gt;Select “Critical Updates and Service Packs”.&lt;br /&gt;Select all of the patches you’d like to download, then click on “Go to download basket” to download them.&lt;br /&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4268854059276785469?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4268854059276785469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-save-windows-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4268854059276785469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4268854059276785469'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-save-windows-updates.html' title='How to save windows updates ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-4469722395906907031</id><published>2009-07-06T18:49:00.000-07:00</published><updated>2009-07-06T18:52:31.009-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Registry'/><title type='text'>registry repair or How to backup registry ?</title><content type='html'>Before editing registry we should backup our registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.&lt;br /&gt;&lt;br /&gt;How to Export or backup Registry Keys ?&lt;br /&gt;&lt;br /&gt;Click Start, and then click Run.&lt;br /&gt;&lt;br /&gt;In the Open box, type regedit, and then press enter...... &lt;span class="fullpost"&gt;Before editing registry we should backup our registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to Export or backup Registry Keys ?&lt;br /&gt;&lt;br /&gt;Click Start, and then click Run.&lt;br /&gt;&lt;br /&gt;In the Open box, type regedit, and then press enter.&lt;br /&gt;&lt;br /&gt;On the File menu, click xport.&lt;br /&gt;&lt;br /&gt;In the Save in box, select the boxs at the bottom the bottom according to weather you want to export all or only selected branches of the registry.&lt;br /&gt;&lt;br /&gt;Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to restore the Registry ?&lt;br /&gt;&lt;br /&gt;To restore registry keys that you exported, just double-click the .reg file that you saved..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-4469722395906907031?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/4469722395906907031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/registry-repair-or-how-to-backup.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4469722395906907031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/4469722395906907031'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/registry-repair-or-how-to-backup.html' title='registry repair or How to backup registry ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-3186255922582587743</id><published>2009-07-06T18:47:00.000-07:00</published><updated>2009-07-06T18:49:04.257-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Update'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>How to go Windows update anonymously ?</title><content type='html'>Would you like to use the Windows Update feature without being forced to register with Microsoft? OK then, this is what you can do is:-&lt;br /&gt;&lt;br /&gt;Goto Run and type regedit and press enter.&lt;br /&gt;Go down to.... &lt;span class="fullpost"&gt;Would you like to use the Windows Update feature without being forced to register with Microsoft? OK then, this is what you can do is:-&lt;br /&gt;&lt;br /&gt;Goto Run and type regedit and press enter.&lt;br /&gt;Go down to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion.&lt;br /&gt;Look for a value named RegDone. If it isn't there create a new value with that name.&lt;br /&gt;Right click the new value and choose Modify. Make the value 1.&lt;br /&gt;Close Regedit and Enjoy!.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-3186255922582587743?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/3186255922582587743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-go-windows-update-anonymously_06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3186255922582587743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/3186255922582587743'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/how-to-go-windows-update-anonymously_06.html' title='How to go Windows update anonymously ?'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1364230909779105513.post-5808588890726158493</id><published>2009-07-06T18:45:00.000-07:00</published><updated>2009-07-06T18:47:18.301-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Xp'/><title type='text'>Folder Options Missing</title><content type='html'>Many of us sometimes find that the folder options missing in windows explorer.&lt;br /&gt;Here is the solution of this problem:-&lt;br /&gt;&lt;br /&gt;Stape1:-&lt;br /&gt;&lt;br /&gt;Open Run and then type "gpedit.msc".. &lt;span class="fullpost"&gt;Many of us sometimes find that the folder options missing in windows explorer.&lt;br /&gt;Here is the solution of this problem:-&lt;br /&gt;&lt;br /&gt;Stape1:-&lt;br /&gt;&lt;br /&gt;Open Run and then type "gpedit.msc".&lt;br /&gt;&lt;br /&gt;Step2:-&lt;br /&gt;&lt;br /&gt;Now goto&lt;br /&gt;User Configuration &gt; Administrative templates &gt; Windows Component &gt;&lt;br /&gt;Windows Explorer.&lt;br /&gt;&lt;br /&gt;Step3&lt;br /&gt;&lt;br /&gt;Click on Windows Explorer and you will find the 3rd option on the right side of&lt;br /&gt;screen "Removes the Folder Option menu item from the Tools menu"&lt;br /&gt;Just check it, if it is not configured then change it to enable by&lt;br /&gt;double clicking on it and after applying again set it to not configured.You are done..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1364230909779105513-5808588890726158493?l=windows-problems-repair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-problems-repair.blogspot.com/feeds/5808588890726158493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/folder-options-missing_06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5808588890726158493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1364230909779105513/posts/default/5808588890726158493'/><link rel='alternate' type='text/html' href='http://windows-problems-repair.blogspot.com/2009/07/folder-options-missing_06.html' title='Folder Options Missing'/><author><name>Prince</name><uri>http://www.blogger.com/profile/05322521681422164200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://4.bp.blogspot.com/_jk3kyVzqHsI/SrlN1BRQ33I/AAAAAAAAAGM/QzlYElgiouQ/S220/Cyclops+by+nebu.jpg'/></author><thr:total>0</thr:total></entry></feed>
