
How to disable autorun(.inf) to prevent autorun Trojan
To disable Autorun system wide (for all users) on all the drives:
save the following script as .reg -file and double-click it (melt it with registry)
======================================================Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"HonorAutoRunSetting"=dword:00000001"NoDriveTypeAutoRun"=dword:000000ff
=======================================================
Read more…
Share on Facebook
There were two errors which I faced
- HTTP Error 500.19 – Internal Server Error 0×80070021
- HTTP Error 404.3 – Not Found 0×80070032
How to remove HTTP Error 500.19 – Internal Server Error?
Error Code 0×80070021
This error occurs when IIS is not installed completely i.e. You’ve install IIS but asp.net isn’t installed and by default asp.net doesn’t install automatically so you have to install asp.net.
I’ve windows vista so I went to control panel > Program and Features > Turn Windows features on or off
There I selected IIS and asp.net as shown below

Read more…
Share on Facebook
Categories: ASP.Net, IIS Tags: 0x80070021, 0x80070032, 3.5, 404, 404.3, 500, 500.19, application, ASP.Net, error, fix, found, framework, http, IIS, iis7, internal, not, publish, server, vista, web