<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Tim Maxey | Tampa Bay Web Design</title>
        <link>http://timmaxey.net/Default.aspx</link>
        <description>Web Design | SEO Marketing | Programming Tips</description>
        <language>en-US</language>
        <copyright>Tim Maxey</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <image>
            <title>Tim Maxey | Tampa Bay Web Design</title>
            <url>http://timmaxey.net/images/RSS2Image.gif</url>
            <link>http://timmaxey.net/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Could not find stored procedure</title>
            <category>VB.NET Code</category>
            <category>SQL (Miscrosoft) TSQL</category>
            <link>http://timmaxey.net/archive/2011/09/30/could-not-find-stored-procedure.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;I haven't had to use a direct call to a stored procedure in a long time, but came across the could not find stored procedure error. (And yes I had all security set fine). If I uncommented out the "commandType" it worked!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("myconnection").ConnectionString)&lt;br /&gt;
        Dim cmd As New SqlCommand&lt;br /&gt;
        Dim execStr As String = "EXEC dbo.InsertActivity " &amp;amp; userid&lt;br /&gt;
        cmd.CommandText = execStr&lt;br /&gt;
        'cmd.CommandType = CommandType.StoredProcedure DOES NOT WORK WITH THIS UNCOMMENTED, WEIRD&lt;br /&gt;
        cmd.Connection = conn&lt;br /&gt;
        conn.Open()&lt;br /&gt;
        cmd.ExecuteNonQuery()&lt;br /&gt;
        conn.Close()&lt;br /&gt;
        cmd.Dispose()&lt;/font&gt;&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/39.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/09/30/could-not-find-stored-procedure.aspx</guid>
            <pubDate>Fri, 30 Sep 2011 12:54:33 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/39.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/09/30/could-not-find-stored-procedure.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/39.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Tethering on DROID X Verizon just fine</title>
            <link>http://timmaxey.net/archive/2011/07/05/tethering-on-droid-x-verizon-just-fine.aspx</link>
            <description>Click on the link below to start tethering with no problems on Verizon with Gingerbread! Thank you to the guys over at:
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.geeksailor.com/how-to-tether-and-turn-the-motorola-droid-into-a-wi-fi-hotspot-or-even-enable-bluetooth-tethering-using-the-simple-way/" target="_blank"&gt;Geek Sailor&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
In fact, I am posting this blog post from the tethering software, installed quick and worked fast!&lt;img src="http://timmaxey.net/aggbug/38.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/07/05/tethering-on-droid-x-verizon-just-fine.aspx</guid>
            <pubDate>Tue, 05 Jul 2011 12:24:13 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/38.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/07/05/tethering-on-droid-x-verizon-just-fine.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/38.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Reset forgot nopcommerce admin password</title>
            <link>http://timmaxey.net/archive/2011/06/29/reset-forgot-nopcommerce-admin-password.aspx</link>
            <description>So you forgot and can no longer get into the nopCommerce administration? Easiest way to do it is this:
&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;
1. Register a new user from the main website&lt;/li&gt;
&lt;li&gt;2. Open SQL server and update that user to "IsAdmin=1"&lt;/li&gt;
&lt;li&gt;3. logout and login with that same user&lt;/li&gt;
&lt;li&gt;4. Goto the administrator and customers and change whatever account your need etc..&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Hope this helps!&lt;img src="http://timmaxey.net/aggbug/37.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/06/29/reset-forgot-nopcommerce-admin-password.aspx</guid>
            <pubDate>Wed, 29 Jun 2011 19:41:58 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/37.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/06/29/reset-forgot-nopcommerce-admin-password.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/37.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Android SDK and AVD Manager not Installing Packages</title>
            <link>http://timmaxey.net/archive/2011/06/28/android-sdk-and-avd-manager-not-installing-packages.aspx</link>
            <description>I came across the problem of when I wanted to update my Android SDK, or add Google Maps api, or add the Google Checkout, Licensing packages, I'd get "nothing installed" and some crap about can't update the packages, check the path etc, etc..
&lt;br /&gt;&lt;br /&gt;
Well come to find out, you got to go to the start menu, Android SDK Tools right click on the SDK Manager and run as Administrator...
&lt;br /&gt;&lt;br /&gt;
I just happen to try that and it worked! Hope it helps someone else out there!&lt;img src="http://timmaxey.net/aggbug/36.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/06/28/android-sdk-and-avd-manager-not-installing-packages.aspx</guid>
            <pubDate>Wed, 29 Jun 2011 02:41:24 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/36.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/06/28/android-sdk-and-avd-manager-not-installing-packages.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/36.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft.VisualStudio.OLE.Interop.IServiceProvider’</title>
            <category>SQL (Miscrosoft) TSQL</category>
            <link>http://timmaxey.net/archive/2011/05/04/microsoft.visualstudio.ole.interop.iserviceprovider.aspx</link>
            <description>&lt;p&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: left; line-height: 18px; font-family: verdana, arial, sans-serif; font-size: 13px;"&gt;&lt;strong&gt;Microsoft SQL Server Management Studio&lt;/strong&gt;: An error with a message like “Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘Microsoft.VisualStudio.OLE.Interop.&lt;strong&gt;IServiceProvider’&lt;/strong&gt;. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{6D5140C1-7436-11CE-8034-00AA006009FA}’ failed due to the following error:&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;No such interface supported&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(Exception from HRESULT: 0×80004002 (E_NOINTERFACE)). (Microsoft.VisualStudio.OLE.Interop)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: left; line-height: 18px; font-family: verdana, arial, sans-serif; font-size: 13px;" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: left; line-height: 18px; font-family: verdana, arial, sans-serif; font-size: 13px;"&gt;My error, the first solution, download the cmd file this dude made and run as admin, reboot, geesh! It worked for me, hope it works for you and gets on Goolge, save someone some time!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.davidmoore.info/2009/08/19/solution-explorer-open-each-folder-in-same-window-error-and-sql-management-studio-ie-and-team-explorer-errors/"&gt;http://www.davidmoore.info/2009/08/19/solution-explorer-open-each-folder-in-same-window-error-and-sql-management-studio-ie-and-team-explorer-errors/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/35.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/05/04/microsoft.visualstudio.ole.interop.iserviceprovider.aspx</guid>
            <pubDate>Wed, 04 May 2011 14:55:33 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/35.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/05/04/microsoft.visualstudio.ole.interop.iserviceprovider.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/35.aspx</wfw:commentRss>
        </item>
        <item>
            <title>BlogEngine XML Migration Provider</title>
            <category>C# .NET Code</category>
            <category>Web Applications</category>
            <link>http://timmaxey.net/archive/2011/03/07/blogengine-xml-migration-provider.aspx</link>
            <description>So on my TimMaxey.com blog I am using BlogEngine.Net, a great opened source Blog software! I am not sure which one I like better, this one (SubText) or BlogEngine. (I am leaning towards BlogEngine for the XML provider... &lt;br /&gt;
&lt;br /&gt;
So anyway I was using MySQL as the provider for my blog over there and I wanted to change it to the XML provider. I found a great article and zip file for the migration. It also works for going from XML to a Database, but I hadn't tried that yet. &lt;br /&gt;
&lt;br /&gt;
Worked like a champ, but remember to change ALL DEFAULT providers in the web.config to the the xml provider. I orginally only set the first one in the web.config and kept getting garbage characters when I tried to login, finally realized I didn't change the security, roles etc provider deep in the web config to the xml provider. All good now! &lt;br /&gt;
&lt;br /&gt;
Here the post: &lt;a target="_blank" href="http://www.nyveldt.com/blog/page/BlogEngineNET-Provider-Migration.aspx"&gt;http://www.nyveldt.com/blog/page/BlogEngineNET-Provider-Migration.aspx&lt;/a&gt;&lt;img src="http://timmaxey.net/aggbug/33.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2011/03/07/blogengine-xml-migration-provider.aspx</guid>
            <pubDate>Mon, 07 Mar 2011 14:39:12 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/33.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2011/03/07/blogengine-xml-migration-provider.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/33.aspx</wfw:commentRss>
        </item>
        <item>
            <title>RegEx RegEx.Replace Regular Expressions Explained</title>
            <category>VB.NET Code</category>
            <link>http://timmaxey.net/archive/2010/11/11/regex-regex.replace-regular-expressions-explained.aspx</link>
            <description>&lt;p&gt;&lt;font face=""&gt;Ok, gonna try to explain this, for me and for you:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;I needed to strip apart a strap number like U-22-29-5J5-0000.20 and pass it to the property appraiser's site like: 29225J5000020U&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;Now how do you do that? You have to use Regular Expression Replace, so pattern the above like this:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&lt;strong&gt;([0-9a-zA-Z]{1})([\w-]{1})([0-9a-zA-Z]{2})([\w-]{1})([0-9a-zA-Z]{2})([\w-]{1})([0-9a-zA-Z]{3})([\w-]{1})([0-9a-zA-Z]{4})([\w.]{1})([0-9a-zA-Z]{2})&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Say what? huh? Let's break it apart. The above regex is the "pattern" to look for, so we are matching in the first () i.e. &lt;font face=""&gt;&lt;strong&gt;([0-9a-zA-Z]{1}) &lt;/strong&gt;all numbers and letters. Note: each character in the orginal strap is represented by "something" in &lt;font face=""&gt;parentheses &lt;/font&gt;()&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;This first set &lt;font face=""&gt;&lt;strong&gt;([0-9a-zA-Z]{1}) &lt;/strong&gt;is the "U" notice the [ ] then the { } we have a {1} to represent only one character and what's inside the [ ] is normal regex matching for numbers and letters. Then the next character ( a dash - ) is represented like &lt;strong&gt;([\w-]{1}) &lt;/strong&gt;(The \w is match word characters  like dashes or periods, in our case toward the end I use &lt;strong&gt;([\w.]{1}) &lt;/strong&gt;to represent the period toward the end of the strap string.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;So if you follow the above "pattern" it will match the orginal strap. Now we do this so we can replace, move stuff around, each section or what is in the &lt;font face=""&gt;parentheses is a unit, or in our instance, there are 11 section patterns, does this make sense? &lt;font face=""&gt;&lt;strong&gt;([0-9a-zA-Z]{1}) &lt;/strong&gt;is 1 and &lt;strong&gt;([\w-]{1})&lt;/strong&gt; is another (2), &lt;strong&gt;([0-9a-zA-Z]{2})&lt;/strong&gt; is 3 etc, etc,&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;So our "replace" filter is represented by a $ then the "section" number, so in our case since we need U-22-29-5J5-0000.20  to look like 29225J5000020U, we need the 5th section first: $5, then we need the "22" which is the 3rd $3 and so forth until we get this: &lt;strong&gt;$5$3$7$9$11$1&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Broken down:&lt;br /&gt;
U = 1&lt;br /&gt;
- = 2&lt;br /&gt;
22 = 3&lt;br /&gt;
- = 4&lt;br /&gt;
29 = 5&lt;br /&gt;
- = 6&lt;br /&gt;
5J5 = 7&lt;br /&gt;
- = 8&lt;br /&gt;
0000 = 9&lt;br /&gt;
. = 10&lt;br /&gt;
20 = 11&lt;/p&gt;
&lt;p&gt;Now we can use this is a RegEx.Replace&lt;/p&gt;
&lt;p&gt;This example is VB.NET but you could do it for whatever supports RegEx.Replace...&lt;/p&gt;
&lt;p&gt;Dim strP as String = "&lt;font face=""&gt;([0-9a-zA-Z]{1})([\w-]{1})([0-9a-zA-Z]{2})([\w-]{1})([0-9a-zA-Z]{2})([\w-]{1})([0-9a-zA-Z]{3})([\w-]{1})([0-9a-zA-Z]{4})([\w.]{1})([0-9a-zA-Z]{2})&lt;/font&gt;"&lt;br /&gt;
Dim strR as string = "&lt;font face=""&gt;$5$3$7$9$11$1&lt;/font&gt;"&lt;br /&gt;
Dim mynewstrap = RegEx.Replace("U-22-29-5J5-0000.20",strP,strR)&lt;br /&gt;
&lt;br /&gt;
The variable mynewstrap now = 29225J5000020U&lt;br /&gt;
&lt;br /&gt;
Alternatively if you needed the "new" strap to be 29/225J50000/20U (notice the  forward slashes) how would you do that?&lt;br /&gt;
&lt;br /&gt;
Dim strR as string = "&lt;font face=""&gt;$5/$3$7$9/$11$1&lt;/font&gt;". Hope this helps, you can really do a lot with this stuff, mix and match etc, like the 5J5 for instance, that "section" ([0-9a-zA-Z]{3}) could be "broken" up if you needed the J in the front, so that section would then become ([0-9a-zA-Z]{1})([0-9a-zA-Z]{1})([0-9a-zA-Z]{1}) and the $numbers would be:&lt;br /&gt;
&lt;br /&gt;
5 = $7&lt;br /&gt;
J = $8&lt;br /&gt;
5 = $9&lt;br /&gt;
&lt;br /&gt;
and the rest of the sections would now have different numbers&lt;br /&gt;
&lt;br /&gt;
- = $10&lt;br /&gt;
0000 = $11&lt;br /&gt;
. = $12&lt;br /&gt;
20 = $13&lt;br /&gt;
&lt;br /&gt;
Then if you needed this U-22-29-5J5-0000.20 to look like this J292255000020U, then the strR would look like this:&lt;br /&gt;
&lt;br /&gt;
&lt;font face=""&gt;$8$5$3$7$9$11$13$1&lt;br /&gt;
&lt;br /&gt;
Hopefully this all makes sense to me the next time I need it!!!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/32.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/11/11/regex-regex.replace-regular-expressions-explained.aspx</guid>
            <pubDate>Thu, 11 Nov 2010 21:24:54 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/32.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/11/11/regex-regex.replace-regular-expressions-explained.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/32.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How To Remove Google Redirect Virus</title>
            <link>http://timmaxey.net/archive/2010/10/20/how-to-remove-google-redirect-virus.aspx</link>
            <description>&lt;p&gt;Many thank to this blog entry for my help!!! &lt;font face=""&gt;&lt;a href="http://www.review-buddy.com/spyware-removers/how-to-remove-google-redirect-virus.html"&gt;http://www.review-buddy.com/spyware-removers/how-to-remove-google-redirect-virus.html&lt;/a&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;font face=""&gt;
&lt;p&gt;&lt;strong&gt;"Google Redirect Virus&lt;/strong&gt; is a parasite which is created by some online criminals to hijack user’s Google search results. The main purpose behind redirecting Google search results and hijacking them is, getting users to visit malicious websites and have them purchase rogue software or trick them into other on-line scams. The criminals who have created this google hijack virus know that people search Google everyday and they can take advantage of it to make money for themselves.&lt;/p&gt;
&lt;p&gt;There are lots of ways your system can catch this infection, but It is carved in stone that you have visited a malicious website unknowingly. It is very possible that you are not aware which malicious website you visited since those websites look very professional but inject the trojan on user’s computer by display fake online scanners. The other reason supportive reason for this infection is, your antivirus software is not be capable of stopping spywares efficiently.&lt;/p&gt;
&lt;p&gt;Lots of people complain on forums that they have an Antivirus Software installed but their computer still got infected. There are several reasons for this :&lt;/p&gt;
&lt;p&gt;1. Your Antivirus software is not capable of detecting and removing spywares. In this instance, you must get a powerful antispyware software in your system which provides real time protection. &lt;br /&gt;
2. If your Antivirus software supports removing spywares, its database may be out of date and without updating its definitions frequently, it will not be able to detect the latest threats.  Make sure to update the software frequently and better set the updates to automatic mode. &lt;br /&gt;
3. The Antivirus software you are using is simply not powerful and it has no information of Google Redirect Virus in its database and It simply failed to recognize this threat.&lt;/p&gt;
&lt;p&gt;When you system gets infected with Google Redirect Virus, you’ll be redirect to malicious websites once you click on the search results and It doesn’t matter If you are using Internet Explorer, Firefox of Opera. You’ll search on Google and click on the desired result but you’ll automatically get redirect to a website which you really don’t intend to visit. Most likely, you’ll be redirected to malicious websites which will give more pain to your computer by injecting other Trojans in your system. As soon as you discover that search results are being redirected, please stop clicking on search results and work on solving this redirect virus problem. You can even get some very nasty fake antivirus programs which are very hard to get rid of. &lt;strong&gt;You will click on right result but your browser will take you to a malicious website. "&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Ok so after reading and downloading the software that ONLY worked for me, I was fixed. Took me like 3 hours of my afternoon to finally fix the darn thing! Here is what the post above said and I have copied it here for all!&lt;/p&gt;
&lt;div&gt;This virus is very dangerous and It infected my computer when I visited a music related website which was obviously malicious. I spent almost 2 days trying to remove this virus and ran several scans with different spyware removers but no joy. It was a real nightmare sitting in front of PC till 5 AM in the morning and still the virus was laughing at me.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;After that, I researched about this malware on various forums, blogs and other websites. Finally, I found a solution which worked for me and I want to share it with everyone. During my research, I gained a lot of knowledge about this virus and here is the solution for you. Please follow these steps literally to remove Google redirect virus permanently :&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"1.&lt;/strong&gt; &lt;strong&gt;Please bookmark this page as you may need it later and may have trouble finding it again.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; First of all, please &lt;a href="http://www.timmaxey.net/downloads/TDSSKiller.zip"&gt;&lt;u&gt;&lt;strong&gt;Download TDSSKiller&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;  (&lt;em&gt;not a virus, my first thought when I downloaded it, but it worked!&lt;/em&gt;) and run it in your system. It is a very small (just 900 KB Size) utility and It scans your computer for the hidden services created by this redirect virus. Most Spyware Removers will fail removing this virus because they don’t scan for hidden services.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; After downloading, please run this utility and It will start scanning your computer. I’m pretty certain that It will find malicious hidden services and remove those malicious services at its own.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt; &lt;strong&gt;Don’t restart your computer yet!&lt;/strong&gt; Now you need to scan your computer and and delete the traces of Google redirect virus. This virus can have its files hidden deep in folders and it is almost impossible for anyone to identify those files without scanning the whole computer. If you let those files reside in your computer, the virus will be back at any time bugging you again. &lt;/p&gt;
&lt;p&gt;For scanning your computer to find the culprit files, please click on the button below to download the most powerful legitimate Spyware Remover and install it in your system. After installing, please scan your computer and delete all the infections in finds."&lt;br /&gt;
&lt;/p&gt;
&lt;p align="center"&gt;OK,  so now I had to download "Spy Doctor" and I paid for it, like $29 (and yes I already had spyware software I paid for before, but it DIDN'T ever find my parasite!!! This did, I downloaded it and it that combined with TDDSKiller, I was FREE!! Thank you review buddy!&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://tminc.pctools.revenuewire.net/sd/download"&gt;You can download Spy Doctor right here&lt;/a&gt;!&lt;br /&gt;
&lt;a target="_blank" href="http://tminc.pctools.revenuewire.net/sd/download"&gt;&lt;img border="0" alt="" src="http://timmaxey.net/images/download-now-doctor.jpg" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p align="center"&gt;This all worked for me! I hope it fixes it for you, this parasite is a pain in the butt!&lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;
&lt;p align="center"&gt;You can also get SpyDoctor with antivirus which works too, but mo money!&lt;/p&gt;
&lt;p align="center"&gt;&lt;span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium &amp;quot;Times New Roman&amp;quot;; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"&gt;&lt;span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px" class="Apple-style-span"&gt;Spyware Doctor with AntiVirus is a top-rated malware, spyware &amp;amp; virus removal utility that detects, removes and protects your PC from thousands of potential spyware, adware, trojans, viruses, keyloggers, spybots and tracking threats.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://tminc.pctools.revenuewire.net/sdav/download"&gt;Download Here&lt;/a&gt;!&lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;
&lt;p align="center"&gt;If you are still having issues, there are manual removing as well, refer to review buddy's blog:&lt;br /&gt;
&lt;font face=""&gt;&lt;a href="http://www.review-buddy.com/spyware-removers/how-to-remove-google-redirect-virus.html"&gt;http://www.review-buddy.com/spyware-removers/how-to-remove-google-redirect-virus.html&lt;/a&gt;&lt;br /&gt;
&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;/font&gt;&lt;img src="http://timmaxey.net/aggbug/31.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/10/20/how-to-remove-google-redirect-virus.aspx</guid>
            <pubDate>Wed, 20 Oct 2010 14:42:40 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/31.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/10/20/how-to-remove-google-redirect-virus.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/31.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
