Legal Disclaimer

All the tricks given in this blog are for knowledge purpose only.The practical user of these tricks will be responsible for his task.
Your Ad Here
Your Ad Here

Monday, 11 January 2010

Program TO Disable/block USB ports

#include<stdio.h>


void main()

{

system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");

}

No comments: