<?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-5653956506240282862</id><updated>2011-11-27T16:08:11.541-08:00</updated><title type='text'>Tips &amp; Tricks</title><subtitle type='html'>This blog contains information about fixing various Windows XP problems</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-7194318523981948860</id><published>2009-03-10T10:53:00.000-07:00</published><updated>2009-03-10T11:06:41.916-07:00</updated><title type='text'>ERROR : "Registry Editing has been disabled by your administrator"</title><content type='html'>&lt;p&gt;&lt;b&gt;Cause:&lt;/b&gt; This error occurs if the &lt;i&gt;&lt;b&gt;DisableRegistryTools&lt;/b&gt;&lt;/i&gt; Policy is enabled &lt;i&gt;(mostly due to an accidental modification or a virus present in your system)&lt;/i&gt;.  &lt;/p&gt; &lt;p&gt;You can perform the steps in any of below methods to remove the registry editing restrictions.  &lt;/p&gt; &lt;h4&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Method 1:&lt;/span&gt; Using the REG.EXE console tool&lt;/h4&gt; &lt;p&gt;1. Click &lt;b&gt;Start →  Run&lt;/b&gt; and type this command:&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 74, 74);"&gt;&lt;i&gt;&lt;b&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Now, you should be able to launch the Registry Editor.&lt;/p&gt; &lt;h4&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Method 2:&lt;/span&gt; Using the Group Policy Editor  &lt;/h4&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Click &lt;b&gt;Start →  Run&lt;/b&gt; and  type &lt;b&gt;gpedit.msc&lt;/b&gt; and press ENTER   &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p&gt;Go to the following location:   &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.79in; margin-right: 0.79in;"&gt;&lt;b&gt;User Configuration →  Administrative Templates → System&lt;/b&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Double-click &lt;strong&gt;“Prevent  access to registry editing tools”. &lt;/strong&gt;&lt;span style="font-weight: normal;"&gt;It  will probably be not configured or enabled.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt; &lt;span style="font-weight: normal;"&gt;If  it’s enabled, disable it and if it’s not configured,  first enable it, apply settings and then disable it.  &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Exit the Group Policy Editor&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-weight: normal;"&gt;Run  &lt;/span&gt;&lt;strong&gt;&lt;b&gt;gpupdate&lt;/b&gt;&lt;/strong&gt;&lt;span style="font-weight: normal;"&gt;  in command prompt to apply the group policies. &lt;/span&gt;  &lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; If the setting already reads &lt;i&gt;Not Configured&lt;/i&gt;, set it to &lt;i&gt;Enabled&lt;/i&gt;, and click &lt;i&gt;Apply&lt;/i&gt;. Then revert it back to &lt;i&gt;Not Configured&lt;/i&gt;. This ensures that the &lt;i&gt;DisableRegistryTools&lt;/i&gt; registry value is removed successfully.&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;b&gt;Method 3 : &lt;/b&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-weight: normal;"&gt;Copy the following code in a notepad and save it as &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;i&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-weight: bold;"&gt;"reg.vbs&lt;/span&gt;". &lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-style: normal;"&gt;&lt;span style="font-weight: normal;"&gt;Then double click on it to run it. The registry should be enabled. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;pre&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;&lt;span style="font-weight: normal;"&gt;'Enable/Disable Registry Editing tools&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Option Explicit&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'Declare variables&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Dim enab, disab, jobfunc, itemtype&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Set WSHShell = WScript.CreateObject("WScript.Shell")&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;p = p &amp;amp; "DisableRegistryTools"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;itemtype = "REG_DWORD"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;mustboot = "Log off and back on, or restart your pc to" &amp;amp; vbCR &amp;amp; "effect the changes"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;enab = "ENABLED"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;disab = "DISABLED"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;jobfunc = "Registry Editing Tools are now "&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'This section tries to read the registry key value. If not present an &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'error is generated.  Normal error return should be 0 if value is &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'present&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;t = "Confirmation"&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Err.Clear&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;On Error Resume Next&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;n = WSHShell.RegRead (p)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;On Error Goto 0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;errnum = Err.Number&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;if errnum &lt;&gt; 0 then&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'Create the registry key value for DisableRegistryTools with value 0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;        &lt;i&gt;WSHShell.RegWrite p, 0, itemtype&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;End If&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'If the key is present, or was created, it is toggled&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'Confirmations can be disabled by commenting out &lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;'the two MyBox lines below&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;If n = 0 Then&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;        &lt;i&gt;n = 1&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;WSHShell.RegWrite p, n, itemtype&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Mybox = MsgBox(jobfunc &amp;amp; disab &amp;amp; vbCR &amp;amp; mustboot, 4096, t)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;ElseIf n = 1 then&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;        &lt;i&gt;n = 0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;WSHShell.RegWrite p, n, itemtype&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;i&gt;Mybox = MsgBox(jobfunc &amp;amp; enab &amp;amp; vbCR &amp;amp; mustboot, 4096, t)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;End If&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;&lt;p style="margin-bottom: 0in;"&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;b&gt;Method 4 : &lt;/b&gt;&lt;/span&gt;Heres the script given in italics below. Just copy and paste in a notepad. Name the file as "&lt;span style="font-weight: bold;"&gt;editregenable.reg&lt;/span&gt;". After you get the file just right click and select merege. Then restart the computer:&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102);font-size:85%;" &gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DisableRegistryTools"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"**.del.DisableRegistryTools"=-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DisableRegistryTools"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"**del.DisableRegistryTools"=-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"NoSaveSettings"=dword:00000000&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;i&gt;The effects are usually instant, else it works after restarting your computer . &lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt; &lt;/p&gt;  &lt;p style="font-weight: normal;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now try to open the registry editor and see if it works. &lt;/span&gt; &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;b&gt;Note:&lt;/b&gt; If none of the above methods works or your registry editor again gets automatically disabled say after restart, then it is highly likely that there is a virus present in your system. Hence it is recommended that the virus is first removed and then the above steps are performed.  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-7194318523981948860?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/7194318523981948860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=7194318523981948860' title='39 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/7194318523981948860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/7194318523981948860'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2009/03/error-registry-editing-has-been.html' title='ERROR : &quot;Registry Editing has been disabled by your administrator&quot;'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>39</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-5988998738169600268</id><published>2009-03-06T19:31:00.000-08:00</published><updated>2009-03-06T19:40:36.542-08:00</updated><title type='text'>ERROR MESSAGE: “DATA EXECUTION PREVENTION”</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHspvRAqhI/AAAAAAAAADY/WUlZJz18txY/s1600-h/dep1.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 187px;" src="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHspvRAqhI/AAAAAAAAADY/WUlZJz18txY/s320/dep1.JPG" alt="" id="BLOGGER_PHOTO_ID_5310285637453130258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;If you click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Close Message&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;, the program quits, and Windows Error Reporting gives you the option to send an error report.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Causes:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;There can be many like:-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Due to some issues  in a program/software e.g. drivers, applications, etc. &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;If you have used a  crack against Windows OS executables, DLL files, etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Some malicious  software might have harmed your system files or changed the security  settings.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;What is Data Execution Prevention?&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;" align="justify"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Data Execution Prevention (DEP) is a security feature that can help prevent damage to your computer from viruses and other security threats. Harmful programs can try to attack Windows by attempting to run (also known as execute) code from system memory locations reserved for Windows and other authorized programs. These types of attacks can harm your programs and files.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;" align="justify"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;DEP was introduced in Windows XP Service Pack 2 and is included in Windows XP Tablet PC Edition 2005, Windows Server 2003 Service Pack 1 and later, Windows Vista, and Windows Server 2008. It is also included in beta versions of Windows 7.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;" align="justify"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;DEP can help protect your computer by monitoring your programs to make sure that they use system memory safely. If DEP notices a program on your computer using memory incorrectly, it closes the program and notifies you.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;It's a feature that can be turned on or off, or be configured.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Turning Off DEP&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;You can turn off DEP completely by doing this:-&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Right click on &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;My  Computer&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click on &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Properties&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click on the  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Advanced&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  tab&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click on the  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Settings&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  button in the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Performance&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  section&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click on the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Data  Execution Prevention&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  tab and make necessary settings.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Alternatively you can also do the following:-&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Start&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;,  click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Run&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;,  type sysdm.cpl, and then click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;OK&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;On the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Advanced&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  tab, under &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Performance&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;,  click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Settings&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;On the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Data  Execution Prevention&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  tab, use one of the following procedures: &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;   &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Turn   on DEP for essential Windows programs and services only&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;   to select the OptIn policy.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;   &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Turn   on DEP for all programs and services except those I select&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;   to select the OptOut policy, and then click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Add&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;   to add the programs that you do not want to use the DEP feature.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Click &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;OK&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  two times.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-Vp4BMWHcNE/SbHsMGM9yMI/AAAAAAAAADQ/MQr2lggzM4k/s1600-h/dep2.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 298px; height: 320px;" src="http://1.bp.blogspot.com/_-Vp4BMWHcNE/SbHsMGM9yMI/AAAAAAAAADQ/MQr2lggzM4k/s320/dep2.JPG" alt="" id="BLOGGER_PHOTO_ID_5310285128214104258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Configure Exceptions to DEP&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;If you have a program you know is genuine and that happens to cause DEP errors you can add it to the list of exceptions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;To do so, click on the &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Add&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt; button. And locate the software  or program's ".exe" file. Let’s take “Foxit PDF reader” as an example.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHry0aHp3I/AAAAAAAAADI/dBe4-o7-WUI/s1600-h/dep3.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 229px;" src="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHry0aHp3I/AAAAAAAAADI/dBe4-o7-WUI/s320/dep3.JPG" alt="" id="BLOGGER_PHOTO_ID_5310284693940709234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;In this example the program is located in "C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe". The final result should look something like this:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHrVDKKuaI/AAAAAAAAADA/MSNAd_iJdPg/s1600-h/dep4.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 218px; height: 320px;" src="http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHrVDKKuaI/AAAAAAAAADA/MSNAd_iJdPg/s320/dep4.JPG" alt="" id="BLOGGER_PHOTO_ID_5310284182504257954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Now, the program has been added to the list of exceptions. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;It&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt; will not be protected by DEP, but everything else in your system will be.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;However, if you get the following message while turning off the DEP for a program:-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;" align="center"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;"This program must run with data execution prevention (DEP) enabled.&lt;br /&gt;You cannot turn off DEP for this program."&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Then the most likely reason can be that the program is cracked or it’s not in its original form. In such a situation reinstall or replace that program with its original version. And then you can turn off the DEP for the same.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Note:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;  In general scenario it is suggested NOT to turn off the DEP.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-5988998738169600268?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/5988998738169600268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=5988998738169600268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/5988998738169600268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/5988998738169600268'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2009/03/error-message-data-execution-prevention.html' title='ERROR MESSAGE: “DATA EXECUTION PREVENTION”'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_-Vp4BMWHcNE/SbHspvRAqhI/AAAAAAAAADY/WUlZJz18txY/s72-c/dep1.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-8651824502985727556</id><published>2009-01-05T10:51:00.000-08:00</published><updated>2009-01-05T10:59:14.749-08:00</updated><title type='text'>Error while running ipconfig /flushdns command : "Could not flush the DNS Resolver Cache: Function failed during execution."</title><content type='html'>When you run the ipconfig /flushdns command to clear the Domain Name System (DNS) cache on a Microsoft Windows XP-based computer, you receive an error message that resembles the following:&lt;br /&gt;&lt;br /&gt;Could not flush the DNS Resolver Cache: Function failed during execution.&lt;br /&gt;&lt;br /&gt;When you try to repair the network connection, you receive an error message that resembles the following:&lt;br /&gt;&lt;br /&gt;Windows could not finish repairing the problem because the following action could not be completed:&lt;br /&gt;Clearing the DNS Cache&lt;br /&gt;&lt;br /&gt;For assistance, contact the person who manages your network.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Cause:&lt;/span&gt; This problem occurs if the DNS Client service is not running on the computer.&lt;br /&gt;&lt;br /&gt;To resolve this problem, follow these steps:&lt;br /&gt;1.Click Start, click Run, type services.msc, and then click OK.&lt;br /&gt;2.In the list of services, click DNS Client.&lt;br /&gt;3.Make sure that the Status column displays Started and that the Startup Type column displays Automatic.&lt;br /&gt;4.If the service is not set to Started or if the startup type for the DNS Client service is not set to Automatic, follow these steps:&lt;br /&gt;1.Right-click DNS Client, and then click Properties.&lt;br /&gt;2.In the DNS Client Properties dialog box, click the General tab, and then click Automatic in the Startup type list.&lt;br /&gt;3.Click Start, click Apply, and then click OK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-8651824502985727556?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/8651824502985727556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=8651824502985727556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8651824502985727556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8651824502985727556'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2009/01/error-while-running-ipconfig-flushdns.html' title='Error while running ipconfig /flushdns command : &quot;Could not flush the DNS Resolver Cache: Function failed during execution.&quot;'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-7225378386816006980</id><published>2008-10-18T01:05:00.000-07:00</published><updated>2008-10-18T03:38:41.262-07:00</updated><title type='text'>Removing blue rectangular background behind the desktop icons</title><content type='html'>&lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;b&gt;This can have variety of causes, hence there are many methods to fix this:-&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;First, make sure that you do NOT have "Lock desktop items" enabled. To find this go to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-weight: normal;" align="justify"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Right click on desktop → properties → Display properties → Desktop → Customize desktop → under 'web' tab → uncheck "Lock desktop items."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-weight: normal;" align="justify"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Also right-click on the task bar and make sure that "lock the taskbar" is NOT selected.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;b&gt;1&lt;sup&gt;st&lt;/sup&gt; Method&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Right click on 'My computer'  → Properties → Advanced Tab → under 'Performance' click 'Settings' → under 'Visual effects' Tab →&lt;span style="font-weight: normal;"&gt; click '&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;Custom' radio button → &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;&lt;span style="font-weight: normal;"&gt;Turn on&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt; (if its OFF)&lt;/span&gt;&lt;/span&gt; the “use drop shadows for icon lables on desktop” → click 'ok' → save  settings → restart system&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;b&gt;2&lt;sup&gt;nd&lt;/sup&gt; Method&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Right click on 'My computer'  → Properties → Advanced Tab → under 'Performance' click 'Settings' → under 'Visual effects' Tab → click '&lt;span style="font-size:100%;"&gt;Custom' radio button → &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;Turn off&lt;/u&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt; (if its ON) the “use drop shadows for icon lables on desktop” → click 'ok' → save  settings → restart system&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;b&gt;3&lt;sup&gt;rd&lt;/sup&gt; Method&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;u&gt;&lt;b&gt;If enabling/disabling &lt;/b&gt;&lt;/u&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;&lt;b&gt;''use drop shadows for icon labels'' option results NO effect.&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="text-decoration: none;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="text-decoration: none;"&gt;&lt;b&gt;Here are some methods. Try out any of the following:-&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Right  click on desktop → properties → Display properties →  Desktop → Customize desktop → under 'web' tab →  uncheck ALL the checkboxes (if any) under "Web Pages"  frame and also, uncheck "Lock Desktop Items"→ save  and restart.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Background  color should now be clear. &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Go  to "C:\Documents and Settings\[your account folder]\Local  Settings\" → and clear all entries the file "desktop.ini"  → save and restart.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Icon  background should now be clear. &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;You  should also check your Active Desktop settings. Go to the following  registry key:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoActiveDesktop  Set it to 1 &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;p style="font-weight: normal;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;&lt;span style="font-size:100%;"&gt;Restart  and your desktop icon background should now be clear. &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-7225378386816006980?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/7225378386816006980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=7225378386816006980' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/7225378386816006980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/7225378386816006980'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/10/removing-blue-rectangular-background.html' title='Removing blue rectangular background behind the desktop icons'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-6586698273649873047</id><published>2008-10-05T03:34:00.000-07:00</published><updated>2008-10-19T00:46:33.067-07:00</updated><title type='text'>Firefox cannot access internet / Other web-browsers e.g. IE can / Firefox cannot access internet after update / Firefox “network timeout” error.</title><content type='html'>&lt;span style="font-family: times new roman;font-family:times new roman;" &gt;&lt;br /&gt;After I myself faced a series of connectivity issues with Firefox I thought of writing this blog. This will hopefully summarize some of the many solution approaches to fix the problem.&lt;/span&gt;  &lt;p style="margin-bottom: 0in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in; font-family: times new roman;"&gt;When Firefox opens, mostly it gives the following message:&lt;br /&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;i&gt;&lt;b&gt;Unable to connect&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in; font-family: times new roman;"&gt;&lt;i&gt;&lt;b&gt; Firefox can't establish a connection to the server at forums.mozillazine.org.&lt;br /&gt;&lt;br /&gt;* The site could be temporarily unavailable or too busy. Try again in a few moments.&lt;br /&gt;&lt;br /&gt;* If you are unable to load any pages, check your computer's network connection.&lt;br /&gt;&lt;br /&gt;* If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.&lt;/b&gt;&lt;/i&gt;&lt;i&gt; &lt;/i&gt; &lt;/p&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;This can happen due to many reasons: &lt;/span&gt; &lt;/p&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Your  browser may have been hijacked by spywares, adwares, or other such  malwares.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Due  to plugin errors, incompatible themes or clash with a third party  software.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Severe  corruption in Windows registry.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Firefox  installation might have got corrupted somehow.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Due  to virus attack.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Incorrect  proxy settings.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in; font-style: normal;"&gt;&lt;span style="font-size:100%;"&gt;Due  to modification done in the windows host file&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Crashed  TCP/IP.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Misconfigration  in the firewall.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Firewall  that recognizes that Firefox restricts it silently even if it is  disabled.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Sometimes  this problem appers if the firewall is not uninstalled correctly.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Besides  this there can be many other reasons (covered below).&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;Before trying out the various approaches, make sure that your Internet connection is working properly working. To find this:&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-family: times new roman;"&gt;Open a DOS command window [Run → cmd] and try pinging the google website. Ex:&lt;/p&gt;  &lt;p style="margin-bottom: 0in; font-family: times new roman;"&gt;C:\&gt;ping www.google.com&lt;/p&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-Vp4BMWHcNE/SPnhODJAoBI/AAAAAAAAAAU/Iyn7dINiioI/s1600-h/firefox_html_48b1affa.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_-Vp4BMWHcNE/SPnhODJAoBI/AAAAAAAAAAU/Iyn7dINiioI/s320/firefox_html_48b1affa.gif" alt="" id="BLOGGER_PHOTO_ID_5258481671409278994" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p  style="border: medium none ; padding: 0in; margin-left: 0.25in; margin-bottom: 0.2in; font-family: times new roman;font-family:times new roman;"&gt; &lt;span style="font-size:100%;"&gt;A successful ping request will verify that a computer's network interface card, it's drivers, and the operating system's TCP/IP implementation are all functioning correctly. In brief it checks if network connections are intact. &lt;/span&gt; &lt;/p&gt;  &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;      &lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;Once you are sure that your connection is fine, you can proceed.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Some of the common Firefox connection issues with their resolutions are stated as under:-&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Incorrect  Proxy settings&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;The most common problem observed is due to incorrect proxy settings. If you using a proxy service and that you are able to connect/browse from IE, then this can most likely be causing the problem. In such a case make sure that the IE proxy settings &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;match&lt;/u&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;to that of Firefox proxy settings. &lt;/span&gt; &lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;In IE go to:&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;Tools&lt;/span&gt;&lt;/strong&gt; &lt;span style="font-size:100%;"&gt;menu -&gt; &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;Internet Options&lt;/span&gt;&lt;/strong&gt; &lt;span style="font-size:100%;"&gt;-&gt; &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;Connections&lt;/span&gt;&lt;/strong&gt; &lt;span style="font-size:100%;"&gt;-&gt; &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;LAN Settings&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;In Firefox it’s in: &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Tools &lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;menu &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;-&gt; Options -&gt; Advanced -&gt; Network&lt;/b&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;-&gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Settings &lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;button in the connections section&lt;/span&gt;&lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;(If the settings vary, then copy-paste the proxy settings info, from IE to Firefox)&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Now restart Firefox.&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p  style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="2"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;strong&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;Try  flushing Windows DNS cache&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;strong&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;If  repeated attempts fail to open a website, Windows may have cached an  unsuccessful DNS lookup attempt. This means that you may not be able  to view a particular website until the cached result expires. As a  workaround, you can flush the DNS cache then try loading the site  again.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;   &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;" align="left"&gt;&lt;span style="font-size:100%;"&gt;Start  -&gt; Run -&gt; type &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;cmd&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;" align="left"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;ipconfig/displaydns&lt;/span&gt;&lt;/strong&gt;  &lt;span style="font-size:100%;"&gt;and press &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;Enter&lt;/span&gt;&lt;/strong&gt;  &lt;span style="font-size:100%;"&gt;(this will display  DNS info)&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;" align="left"&gt;&lt;span style="font-size:100%;"&gt;now  in command prompt, type &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;ipconfig  /flushdns &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;and  press &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Enter&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;  (this will clear the DNS info)&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;" align="left"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Now  restart Firefox and check if it works.&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p face="times new roman" style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="3"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Clear  Firefox’s own internal cache&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;open  Firefox -&gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Tools  -&gt; Clear Private Data&lt;/b&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;(Check  the cache) and click “&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Clear  Private Data Now&lt;/b&gt;&lt;/span&gt;”&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Now  restart Firefox and check if it works.&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p face="times new roman" style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="4"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Firefox  may still be working in “offline mode”. &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p face="times new roman" style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;To turn off offline mode:&lt;/span&gt;&lt;/p&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="text-decoration: none;"&gt;&lt;span style="font-size:100%;"&gt;Uncheck  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;this  option from &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;File  &lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;menu  -&gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;work  offline&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;strong&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Now  restart Firefox.&lt;/b&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="5"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Problem  due to persistent connections.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;We can disable this in the following way:&lt;/span&gt;&lt;/p&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Open a new tab,  type: &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;about:config&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;,  press Enter&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Click "&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;I'll  be careful, I promise!&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;"  &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Search for the  value: &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;network.http.keep-alive&lt;/b&gt;&lt;/span&gt;   &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Right click on this  value and click "&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;toggle&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;"  to change it to &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;false&lt;/u&gt;&lt;/span&gt;   &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Restart Firefox&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="6"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Due  to third party tools e.g. Firewalls, Security Suites, etc. / Due to  ‘up-gradation of these Security Utilities’ / Due to  ‘Up-gradation of Firefox’ in presence of any security  software can cause such problems. &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Often  downgrading Firefox (Say, if prior to its upgrade it was working) to  previously installed version solves the problem.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Uninstall  “completely” any security software e.g. Norton firewall,  Zone Alarm Firewall, etc. as this may be blocking Firefox.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;If  you are still keeping such security suites, then check the  permissions given to Firefox in your firewall settings. See that  it’s not restricted. Else, you must reconfigure the firewall  to permit access to Firefox.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;If  un-installation of security suites doesn’t work, then there  can be a possibility that the un-&lt;/span&gt;&lt;span style="font-size:100%;"&gt;installation  still has some leftovers. To find this:&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;Download  &lt;/span&gt;&lt;a href="http://www.trolly.homepage.t-online.de/EnumProcess.exe"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;Enum  Process&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:100%;"&gt;.  &lt;/span&gt;  &lt;/p&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;After  downloading, execute EnumProcess.exe. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;Select  Run. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;In  the drop-down menu to the right, select &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Simple&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;.&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;This  will list all the running firewall processes in red color font. Any  such listed processes must be removed. &lt;/span&gt;  &lt;/p&gt;    &lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;(Do  a further work-around yourself, to find way how to remove such  processes.)&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size:100%;"&gt;You  can find some help here&lt;/span&gt;&lt;a href="http://support.mozilla.com/no/kb/Firewalls"&gt;:&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;a href="http://support.mozilla.com/no/kb/Firewalls"&gt;http://support.mozilla.com/no/kb/Firewalls&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;a href="http://kb.mozillazine.org/Firewalls"&gt;&lt;span style="font-size:100%;"&gt;http://kb.mozillazine.org/Firewalls&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;Once  you have removed such processes then try to open Firefox.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in; line-height: 100%;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/ul&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="7"&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;If  connection settings are not remembered&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;      &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;Certain software may be is overriding your connection settings. To remove the override:  &lt;/p&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Open the &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;profile  folder&lt;/u&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;,  in “../program files/Mozilla firefox”&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Open the user.js  file for editing. &lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;If there is no  user.js file, you don't have any overriding settings, so this isn't  the problem. &lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Remove any lines  that have the word "proxy" in them. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Save the file. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Restart Firefox &lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.5in; margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="8"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Problem  due to Ipv6&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p  style="text-indent: 0.25in; margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%; font-family: times new roman;font-family:times new roman;"&gt; &lt;span style="font-size:100%;"&gt;Firefox uses IPv6 by default. You can disable IPv6 and see if it helps. &lt;/span&gt; &lt;/p&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;In the url, type  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;about:config&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;,  and press EnterReturn. Then click “I'll be careful, I  promise!”&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Search  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;network.dns.disableIPv6&lt;/b&gt;&lt;/span&gt;   &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;If the value is  false, double-click on it, to change the value to true. &lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;" &gt;&lt;ul&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;   “&lt;span style="font-size:100%;"&gt;If the   value is already true, IPv6 is already disabled, so it isn't   causing your problem.” &lt;/span&gt;   &lt;/p&gt;&lt;/ul&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;Close and restart  Firefox &lt;/span&gt;  &lt;/p&gt;  &lt;p style="margin-top: 0.07in; margin-bottom: 0.07in; line-height: 100%;"&gt;  &lt;span style="font-size:100%;"&gt;If disabling IPv6  doesn't resolve the problem, re-enable IPv6 by setting the  preference back to &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;false&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;.  &lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="9"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Clean  install Firefox&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Uninstall  Firefox completely. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Delete  any leftovers in ‘../Program files/’ folder, i.e. delete  the folder ‘Mozilla Firefox’ from there. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Clean  the windows registry using a good registry cleaner.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Reinstall  Firefox, and try again.&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="10"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Many  times viruses corrupt the registry settings causing Firefox not to  operate correctly.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;For  this use a good scanner. You can try scanning with the following:&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Kaspersky   Anti-virus&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;PC   Tools Spyware doctor&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Spybot   Search and Destroy &lt;/b&gt;&lt;/span&gt;   &lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;If  viruses/adware/etc. are detected. Then after removing, you must  clean the registry. &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;After  this, go ahead with a fresh installation of Firefox.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Also,  perform steps as in #11. (See below)&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-left: 0.5in; margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol style="font-family: times new roman;font-family:times new roman;"  start="11"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;b&gt;Spyware/viruses  can cause to malform LSP or corrupt TCP/IP and/or Winsock registry  entries.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;To  solve the problem download the utility “&lt;a href="http://www.xp-smoker.com/downloads/xptcprep.exe"&gt;XP  TCP/IP Repair&lt;/a&gt;”.&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;Do  the repairing with it and restart system to take effect.&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="font-size:100%;"&gt;This  is a very important fix that one must try.&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p  style="margin-bottom: 0.14in; font-family: times new roman;font-family:times new roman;"&gt;&lt;br /&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;    &lt;/b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;12.&lt;/span&gt;&lt;b&gt; Issues  in customization and preferences.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in; font-weight: normal;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;Start  Firefox in Safe Mode. &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in; font-weight: normal;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;"Firefox  Safe Mode" window appears, containing some troubleshooting  options. Check the boxes, "Reset toolbars and controls"  (this is to remove any toolbar customizations) and "Reset all  user preferences to Firefox defaults" (this will remove any  user-set preferences and restores the default theme). &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0.14in;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size:100%;"&gt;Next,  press the button, "Make Changes and Restart".&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt;  &lt;p face="times new roman" style="margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p face="times new roman" style="margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;     &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;13. &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Extension and  theme issues&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="font-family: times new roman;font-family:times new roman;" &gt;&lt;p style="margin-bottom: 0in;"&gt;Sometimes its all due to a problematic  extension. Start Firefox in Safe Mode.   &lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;When the "Firefox Safe Mode"  window appears, press the button, "Continue in Safe Mode".  (&lt;span style="font-style: normal;"&gt;This will start the program with  all extensions disabled and with the default theme.)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;If the problem goes away in Safe Mode:   &lt;/p&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Update or uninstall the added  theme or select the default theme in "Tools →  Add-ons →  &lt;span style="color: rgb(0, 0, 0);"&gt;Themes". &lt;/span&gt;  &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in; font-weight: normal;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;Update  or selectively disable or uninstall your added extensions in "Tools  → Add-ons → Extensions"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;   &lt;/span&gt;&lt;/span&gt;  &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt;  &lt;p style="margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.14in; font-family: times new roman;"&gt;&lt;span style="color: rgb(152, 72, 6);"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;    &lt;/b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 14.&lt;/span&gt;&lt;b&gt; Due  to windows HOST file&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="font-family: times new roman;" face="times new roman"&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;A  special Windows file called the "Hosts" file and its use  to control Internet browsing.You can find this in the folder  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;\Windows\system32\drivers\etc\&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;,  with the name "hosts.sam". A &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-weight: normal;"&gt;hosts  file&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;  has the ability to redirect Internet requests. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;These  host files sometime gets modified due to viruses and this can effect  our browsing.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;Review  your hosts file to see if it contains any entries other than  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;127.0.0.1  localhost. If it does, then make the necessary editing.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;The orignal windows host file looks likes this:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-Vp4BMWHcNE/SPrlmhuABaI/AAAAAAAAAAk/HNbvxN3kvJM/s1600-h/host+file.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_-Vp4BMWHcNE/SPrlmhuABaI/AAAAAAAAAAk/HNbvxN3kvJM/s320/host+file.JPG" alt="" id="BLOGGER_PHOTO_ID_5258767964957574562" border="0" /&gt;&lt;/a&gt;  &lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;You  can google up and find more information regarding how to edit a host  file.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-6586698273649873047?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/6586698273649873047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=6586698273649873047' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/6586698273649873047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/6586698273649873047'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/10/firefox-cannot-access-internet-other.html' title='Firefox cannot access internet / Other web-browsers e.g. IE can / Firefox cannot access internet after update / Firefox “network timeout” error.'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-Vp4BMWHcNE/SPnhODJAoBI/AAAAAAAAAAU/Iyn7dINiioI/s72-c/firefox_html_48b1affa.gif' height='72' width='72'/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-8937883825971618977</id><published>2008-05-26T23:24:00.000-07:00</published><updated>2008-05-27T00:06:46.515-07:00</updated><title type='text'>Error : "NTLDR Is Missing... "</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;Error Type: &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p class="tab"&gt;1.         NTLDR is Missing&lt;br /&gt;            Press any key to restart&lt;/p&gt;    &lt;p class="tab"&gt;2.         Boot: Couldn't find NTLDR&lt;br /&gt;            Please insert another disk&lt;/p&gt;    &lt;p class="tab"&gt;3.         NTLDR is missing&lt;br /&gt;            Press Ctrl Alt Del to Restart&lt;/p&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;CAUSE&lt;/span&gt;: While computer starts, the BIOS (Basic Input/Output System : This is to prepare the machine so that the other software  programs stored on various media can load, execute, and assume control of the PC) attempts to find the primary hard drive's active partition  to read the first sector for the Boot Sector or MBR (Master Boot Record), this information is used to  load the rest of the OS(Operating System).  In Windows XP the MBR is pointed to the NTLDR &lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;(New Technology    Loader) and it takes it from there to load the OS.  If you get "NTLDR is missing,    press any key to restart" what's most likely going on is the BIOS either    didn't look for the right drive, didn't find the right partition, it    wasn't active, didn't find the MBR, or the MBR didn't list NTLDR in the    right place i.e. MBR or the Boot sector is damaged,  the location of NTLDR changed, or there may be a possible hardware failure.&lt;br /&gt;&lt;br /&gt;Another cause can be that one or more of the following     Windows boot files are missing or corrupted:&lt;br /&gt;&lt;br /&gt;&lt;div class="indent"&gt;1.  Ntldr&lt;br /&gt;2.  Ntdetect.com&lt;br /&gt;3.  Boot.ini &lt;/div&gt;&lt;br /&gt;There can also be other causes like :&lt;br /&gt;&lt;br /&gt;1.  Computer is booting from a                 source that is non-bootable.&lt;br /&gt;2.  Computer HDD (hard disk drive) is not                 properly setup in BIOS.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;Solution:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Insert the Windows XP bootable CD into the computer.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Once in the Windows XP setup menu press the "R"                   key to repair Windows.&lt;/li&gt;&lt;li&gt;Log into your Windows installation by pressing the                   "1" key and pressing enter.&lt;/li&gt;&lt;li&gt;You will then be prompted for your administrator password,                   enter the password/ if no password is there then just enter.&lt;/li&gt;&lt;li&gt;Copy the two files to the root                   directory ( say c:\ ) of the primary hard disk from the the XP CD. These are stated as under:&lt;br /&gt;                 &lt;br /&gt;                  copy e:\i386\ntldr c:\&lt;br /&gt;                  copy e:\i386\ntdetect.com c:\&lt;br /&gt;                 &lt;br /&gt;                &lt;/li&gt;&lt;li&gt;After these files have been successfully copied,                   remove the CD from the computer and reboot.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-8937883825971618977?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/8937883825971618977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=8937883825971618977' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8937883825971618977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8937883825971618977'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/error-ntldr-is-missing.html' title='Error : &quot;NTLDR Is Missing... &quot;'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-42365351933423809</id><published>2008-05-06T05:13:00.000-07:00</published><updated>2008-05-06T05:22:32.089-07:00</updated><title type='text'>Error on starting system: "HAL.DLL is Missing"</title><content type='html'>Boot from your Win XP CD and follow the directions below to start Recovery Console.&lt;br /&gt;&lt;br /&gt;Follow the instructions and then choose the repair/recover option by pressing R.&lt;br /&gt;&lt;br /&gt;When prompted, type your Administrator password. (if you didn't create any then just press enter).&lt;br /&gt;&lt;br /&gt;Now type and enter the following:&lt;br /&gt;&lt;br /&gt;Attrib -H -R -S C:\Boot.ini&lt;br /&gt;DEL C:\Boot.ini&lt;br /&gt;BootCfg /Rebuild&lt;br /&gt;Fixboot&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-42365351933423809?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/42365351933423809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=42365351933423809' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/42365351933423809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/42365351933423809'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/error-on-starting-system-haldll-is.html' title='Error on starting system: &quot;HAL.DLL is Missing&quot;'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-1021072017405313632</id><published>2008-05-06T05:07:00.000-07:00</published><updated>2008-05-06T05:13:33.063-07:00</updated><title type='text'>"System Restore" disabled</title><content type='html'>Heres the script given in italics below. Just copy and paste in a notepad. Name the file as "sysrestore.reg". After you get the file just right click and select merege. Then restart the computer:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Type"=dword:00000002&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Start"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"ErrorControl"=dword:00000001&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Tag"=dword:00000004&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,73,00,72,00,2e,00,73,00,79,00,73,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,00,00&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DisplayName"="System Restore Filter Driver"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Group"="FSFilter System Recovery"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Parameters]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"FirstRun"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DontBackup"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"MachineGuid"="{EAAFAEEC-4AFE-42BE-83D9-C12FDD4942A6}"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Security]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Enum]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"0"="Root\\LEGACY_SR\\0000"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Count"=dword:00000001&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"NextInstance"=dword:00000001&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-1021072017405313632?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/1021072017405313632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=1021072017405313632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/1021072017405313632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/1021072017405313632'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/system-restore-disabled.html' title='&quot;System Restore&quot; disabled'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-644087510754552557</id><published>2008-05-06T04:26:00.000-07:00</published><updated>2008-05-06T04:39:32.471-07:00</updated><title type='text'>Cannot open registry editor "regedit" in run</title><content type='html'>Heres the script given in italics below. Just copy and paste in a notepad. Name the file as "regedit.reg". After you get the file just right click and select merege. Then restart the computer:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"View"=-&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"FindFlags"=-&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"LastKey"=-&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-644087510754552557?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/644087510754552557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=644087510754552557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/644087510754552557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/644087510754552557'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/cannot-open-registry-editor-regedit-in.html' title='Cannot open registry editor &quot;regedit&quot; in run'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-8031148679439603169</id><published>2008-05-06T04:13:00.000-07:00</published><updated>2008-05-06T04:25:54.742-07:00</updated><title type='text'>"Run" command missing from start menu</title><content type='html'>Heres the script given in italics below. Just copy and paste in a notepad. Name the file as "runcmd.reg". After you get the file just right click and select merege. Then restart the computer:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"NoRun"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&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/5653956506240282862-8031148679439603169?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/8031148679439603169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=8031148679439603169' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8031148679439603169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/8031148679439603169'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/ctrlaltdel-taskmanager-cannot-be-opened.html' title='&quot;Run&quot; command missing from start menu'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-504151100460901302</id><published>2008-05-06T04:05:00.000-07:00</published><updated>2008-05-06T04:11:05.272-07:00</updated><title type='text'>"Folder Options" missing</title><content type='html'>Heres the script given in italics below. Just copy and paste in a notepad. Name the file as "foldopt.reg". After you get the file just right click and select merege. Then restart the computer:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"NoFolderOptions"=dword:0000000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"NoBrowserOptions"=dword:00000000&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-504151100460901302?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/504151100460901302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=504151100460901302' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/504151100460901302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/504151100460901302'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/folder-options-missing.html' title='&quot;Folder Options&quot; missing'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-6225686432732045233</id><published>2008-05-02T02:30:00.000-07:00</published><updated>2008-05-02T03:21:00.690-07:00</updated><title type='text'>"Show hidden files and folders" option missing / is not working</title><content type='html'>Its  mostly observed in case the system is infected by a Virus or other Malware, which modifies the regisrty entry &lt;strong&gt;CheckedValue&lt;/strong&gt; in the following:&lt;br /&gt;&lt;br /&gt;&lt;div style="font-weight: bold;" class="registry"&gt;[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ NOHIDDEN]&lt;br /&gt;&lt;br /&gt;&lt;/div&gt; &lt;div style="font-weight: bold;" class="registry"&gt;[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ SHOWALL]&lt;/div&gt;&lt;br /&gt;To fix the problem, copy the script(given below in italics) in a notepad and save it as "xpfolhid.reg". Then Right-click on the file and choose &lt;strong&gt;Merge&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Text"="@shell32.dll,-30499"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Type"="group"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  00&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"HelpID"="shell.hlp#51131"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Text"="@shell32.dll,-30501"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Type"="radio"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"CheckedValue"=dword:00000002&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"ValueName"="Hidden"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DefaultValue"=dword:00000002&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"HKeyRoot"=dword:80000001&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"HelpID"="shell.hlp#51104"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Text"="@shell32.dll,-30500"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"Type"="radio"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"CheckedValue"=dword:00000001&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"ValueName"="Hidden"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"DefaultValue"=dword:00000002&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"HKeyRoot"=dword:80000001&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"HelpID"="shell.hlp#51105"&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-6225686432732045233?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/6225686432732045233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=6225686432732045233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/6225686432732045233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/6225686432732045233'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/show-hidden-files-and-folders-option.html' title='&quot;Show hidden files and folders&quot; option missing / is not working'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-2139193143418002707</id><published>2008-05-01T23:27:00.000-07:00</published><updated>2008-05-02T01:19:10.717-07:00</updated><title type='text'>"Folder options" missing from the Windows Explorer Tools menu.</title><content type='html'>&lt;span style="color: rgb(153, 0, 0);font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:100%;" &gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;First method&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:Arial;font-size:100%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;"&gt;Open the registry editor: click Start, choose Run and execute "regedit". &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;Navigate to&lt;span style="font-family:arial;"&gt; the following key in your registry:&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal;font-size:100%;" &gt;Look &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: normal;"&gt;for a value called NoFolderOptions on the right panel &lt;/span&gt;&lt;span style="font-weight: normal;"&gt;then Right click on the NoFolderOptions value and choose delete.&lt;br /&gt;&lt;br /&gt;Again Navigate to:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal;font-size:100%;" &gt;Right click on NoFolderOptions on the right pane and choose Delete&lt;br /&gt;&lt;br /&gt;finally Restart the system and check.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:100%;" &gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Second method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:Verdana;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:Arial;font-size:100%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;"&gt;Open the registry editor: click Start, choose Run and execute "regedit". &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;Navigate to&lt;span style="font-family:arial;"&gt; the following key in your registry:&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;i&gt;&lt;br /&gt;&lt;br /&gt;&lt;/i&gt;&lt;span style="font-weight: bold;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Window&lt;/span&gt;&lt;span style="font-weight: bold;font-family:Verdana;" &gt;s\CurrentVersion\policies\Explorer]&lt;/span&gt;&lt;span style="font-family:Verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Now in the right      hand panel you should see &lt;b&gt;NoFolderOptions.&lt;/b&gt; Change its value to &lt;b&gt;0&lt;/b&gt;.&lt;/span&gt;  &lt;span style="color: rgb(0, 0, 0);font-family:Verdana;" &gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;Note : 0&lt;/b&gt; means to disable it and &lt;b&gt;1&lt;/b&gt; means to hide it.&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:100%;" &gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;br /&gt;Third method&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;Open  group policy editor&lt;span style="font-style: italic;"&gt;. Click start -&gt; Run and then type “gpedit.msc”&lt;/span&gt;. Now go to:&lt;br /&gt;&lt;ol style="list-style-type: decimal; color: rgb(0, 0, 0);"&gt;&lt;li&gt;&lt;span style="font-family:Verdana;"&gt;Look for &lt;b&gt;User      Configuration –&gt; Administrative Templates –&gt;  Windows      Components –&gt; Windows Explorer  &lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Verdana;"&gt;Then Select "&lt;b&gt;Removes      Folder Options menu from Tools menu&lt;/b&gt;&lt;b&gt;".&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Verdana;"&gt;&lt;b&gt;&lt;u&gt;Enable&lt;/u&gt;&lt;/b&gt;      it first and then &lt;b&gt;&lt;u&gt;Disable&lt;/u&gt;&lt;/b&gt;. After this close the      &lt;b&gt;Windows Explorer&lt;/b&gt;&lt;/span&gt; or any other Window. Now it should work.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-2139193143418002707?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/2139193143418002707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=2139193143418002707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/2139193143418002707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/2139193143418002707'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/folder-options-missing-from-windows.html' title='&quot;Folder options&quot; missing from the Windows Explorer Tools menu.'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-2576296588034486038</id><published>2008-05-01T23:07:00.000-07:00</published><updated>2008-05-01T23:10:45.271-07:00</updated><title type='text'>Cannot show hidden files and folders</title><content type='html'>&lt;span style="font-weight: bold; font-family: Arial; font-size: 100%;"&gt;&lt;strong&gt;&lt;span style="font-weight: normal;"&gt;Open the registry editor: click Start, choose Run and execute "regedit". &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;Navigate to&lt;span style="font-family: arial;"&gt; the following key in your registry:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr  entVersion\Explorer\Advanced\Folder\Hidden\SHOWALL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; modify the value for the key by double clicking "CheckedValue" and entering 1 on the Data value and do the same with "DefaultValue" to 2.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-2576296588034486038?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/2576296588034486038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=2576296588034486038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/2576296588034486038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/2576296588034486038'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/cannot-show-hidden-files-and-folders.html' title='Cannot show hidden files and folders'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5653956506240282862.post-1945399172900029003</id><published>2008-05-01T22:46:00.000-07:00</published><updated>2008-05-02T01:49:28.650-07:00</updated><title type='text'>How to get back "Show Hidden Files and Folders" if it is Missing</title><content type='html'>&lt;div class="widget-content"&gt; &lt;span style="font-weight: bold;font-family:Arial;font-size:100%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;"&gt;Open the registry editor: click Start, choose Run (&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;winkey + R) &lt;span style="font-weight: bold;font-family:Arial;font-size:100%;"  &gt;&lt;strong&gt;&lt;span style="font-weight: normal;"&gt;and execute "regedit". &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:arial;"&gt;Find the following key in your registry:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style="font-weight: bold;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]&lt;/p&gt; &lt;p&gt;Modify the string value "Type" and enter "group" as value data.&lt;br /&gt;&lt;/p&gt; If the key &lt;em&gt;‘Type’&lt;/em&gt;, is missing then create a new String value. Name it ‘Type’ (without the quotes), set its value to &lt;em&gt;‘group’&lt;/em&gt; (without the quotes). &lt;p&gt;After the edit is complete hit F5 to refresh, and go look in your Folder Options.&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5653956506240282862-1945399172900029003?l=sidsuniverse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sidsuniverse.blogspot.com/feeds/1945399172900029003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5653956506240282862&amp;postID=1945399172900029003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/1945399172900029003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5653956506240282862/posts/default/1945399172900029003'/><link rel='alternate' type='text/html' href='http://sidsuniverse.blogspot.com/2008/05/how-to-get-back-show-hidden-files-and.html' title='How to get back &quot;Show Hidden Files and Folders&quot; if it is Missing'/><author><name>Siddharth</name><uri>http://www.blogger.com/profile/02764883381411587744</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-Vp4BMWHcNE/Sc9us62ljjI/AAAAAAAAADg/Y7xBGyQg_wQ/S220/Photo1352.jpg'/></author><thr:total>0</thr:total></entry></feed>
