skip to main |
skip to sidebar
Missing DLL files??

Sometimes you get error message as soon your windows starts and desktop displays. This error message is something like, This application has failed to start because (whatever name).dll file is not found. I observed that many people just use there bootable CDs to repair the OS or Reinstalls it. Its a bad habit to reinstall the OS everytime for such small errors. This is nothing but the specified .dll file is currupted or deleted from your system.
- Simple procedure to resolve this issus is inserting the missing .DLL file into C:/windows/system32/ folder.
- Search for that missing file on internet and you can easily get free .DLL file.
- copy it and restart the machine.
- If its showing another missing files, install all those and restart the machine.
That's it..!!
It is easy to lock a machine down, disable the floppy, and cdrom in the bios. Many times when you try to disable USB - it disables it entirely.
This can be a real pain on newer laptops or systems that don't even have a PS2 interface for the mouse or keyboard.
There is a simple registry change that will keep the USB storage drivers from starting when the system boots. Keeps people from walking up to a PC and copying data off with a USB key, but allows you to keep your scanner, keyboard, and mouse working.
As always - back your system up before messing around in the registry.
Just open regedit (or go to Run => regedit) and browse to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
Notice the value 'Start'
Switch this value to 4, and USB storage devices are disabled.
Switch this value to 3, and USB storage devices are enabled.
You are done. Plug the USB and access USB drive now..