Wednesday, April 6, 2011

C Program to Disable/Enable USB Ports

Compile and RUN *.exe of these programs to Disable/Enable USB P0rts...

/* Disable.c */

#include

void main()

{

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

}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


/* Enable.c */

#include

void main()

{

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

}

Tuesday, April 5, 2011

Top Ten Disadvantages of Windows XP

1. Security loopholes exist in it hence it is easily affected by virus and spyware.

2. It is expensive to purchase.

3. Prone to crashes and hence unstable.

4. Many flaws and bugs are present in it.

5. It is very heavy system and old hardware can’t run it.

6. Older DOS programs may not run on this version.

7. Parallel port not recognized.

8. No file encryption facility in XP home edition.

9. Comes with single user license so it cant be loaded on multiple PCs.

10. It has no inbuilt chipset drivers making the install time consuming.