Wednesday, January 16, 2013

Share It

How to enable USB ports disabled by virus?

Some kind of virus will block your USB ports. So you should know how to your computer files infected by virus. This article will be helpful for you enable the blocked USB ports and start working again as usual.
USB-001
Follow these steps:
  • First you have to install Turbo C or C++.
  • Open TC and go to new, write this piece of code over there.
#include<stdlib.h>
void main()
{
system(“reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUSBSTOR /v Start /t REG_DWORD /d 3 /f”);
}
  • Consider above system(……..); as a single line.
  • Save this code as unblockusb.c and compile the program and run it.
  • You will be now able to unblock your USB.
  • Go to C drive where C is installed. Open TC and go to BIN, there you will find unblockusb.exe
  • Run that program(unblockusb.exe) to repair the blocked USB ports.
Author: Bhanu Chander Bathini (CEO, Tricks Town.)
Hey friends, I am Bhanu Chander a Web Designer/Developer, Content writer, Freelance SEO analyst and a blogger. I am pursuing my M.Tech in Computer Science and Engg. You can contact me on bhanu4funn@gmail.com for web design solutions at low cost with effective SEO.

0 comments: