My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://techienote.com and update your bookmarks.

Tech Resources

Tuesday, June 23, 2009

Content encoding error in bookmyshow.com

In some places bookmyshow.com gives you Content Encoding Error. I am using firefox 3.0.11, but still not able to open the site. To open the webpage you have to remove content encoding in firefox. Just follow the below steps:
1. Type about:config in your browser
2. in the search bar there search for "network.http.accept-encoding"
3. Right click on the key and select modify and remove the data and leave the value compress.
You done with the things just type www.bookmyshow.com in your firefox.

Labels: , ,

Friday, June 19, 2009

Remove Viruses without installing any virus-scanner

Think a situation where your computer is very badly affected with the virus and your virus-scanning software is not doing anything, what you will do in such position?

Engineers format their Windows in such situation. But there is another way also. Just download a superdat file from McAfee website. You have to extract the content of the dat file then run the executable files in command prompt.

Just go to www.nai.com
Then choose Security updates and DATs
Accept the agreement
Click on SuperDATs tab
Download the recent SuperDat file

Direct link

 
Create a new folder in c:
Rename it to scan
Place the SuperDat file into c:\scan folder
Click on Start > Run > cmd
Press enter it will open command prompt
 

Type there following command:
cd c:\scan
sdatXXX.exe /E


wait for a 2 minutes then run the following command

scan /ADL /ALL /SUB /CLEAN /REPORT C:\scan\virus.txt

This command will scan all drives and subdirectories and clean the infected file and also generate the report and save it in virus.txt file.

P.S. The SuperDat file generated on each day, so please download it on the day of virus scanning. 

For better result do this procedure in Windows safe mode.

Labels: ,