Showing posts with label Errors. Show all posts
Showing posts with label Errors. Show all posts

Sunday, July 19, 2009

How to remove "This site may harm your Computer"

Today morning I was a little bit scared when I saw the traffic stats of one of my affiliated blogs.There was no traffic when I saw in the morning.The reason is that the blog has been flagged as "This site may harm your Computer". in the Google search results.

What is wrong with that blog I really don't know.I made a detailed study of the issue and finally got the issue resolved within 6 hours.It was really a threatening scene for me as I saw this message in the Google Search.Then I went to Safebrowsing which will check about the suspicious activities of a site.There "This site is not currently listed as suspicious." is the message for my blog.

So finally I went into Google Webmaster Tools Dashboard and saw the message as shown in the image.When I clicked the "Details" there expanded explanation regarding the issue can be seen.Previously it had shown one URL indicating that there is malware in one url.But how can this happen as the blog is hosted in Blogger.com. So i wanted to contact them. As you can see that there will be a "Request Review" Link.There I gave detailed report regarding the same and finally got out from the problem to some extent.

"Status of the latest badware review for this site: A review for this site has finished. The site was found clean. The badware warnings from web search are being removed. Please note that it can take some time for this change to propagate. Google users will see a warning page when they attempt to visit pages within this site. You can visit the Google Safe Browsing diagnostic page for your site for detailed information about the problems we found.

Please review StopBadware.org's Security Tips for Websitesand make any necessary changes to your site. When you have cleaned your site, you can request a review, and we'll evaluate your site. Request a review"

I have to see how much time will it take for removing this message in the Webmaster Dashboard.

Monday, February 16, 2009

How to remove "Registry editing has been disabled by your administrator" Error


It is a big hell when one encounters "Registry editing has been disabled by your administrator"

Infact I was also one of the you who encountered this same problem.

So here is the solution for the problem.

Method 1:

1.Go to Run(CTRL + R) and type " gpedit.msc " as shown in the figure.




2. Now you have to go to this path


http://img23.imageshack.us/img23/7633/registryeditinghasbeendui2.jpg

Now 

Double-click Prevent access to registry editing tools and Set it as Not Configured.

Important: If it's already set to Not Configured, set it to Enabled and click Apply. Then repeat the steps and revert the setting back to Not Configured. This removes the registry based policy if set already.


Method 2:

This is a very simple trick.

1.Go to Run(CTRL + R) and type 

"REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f".

This will eventually enables the Registry editor.Try this.