Thursday, March 24, 2011

How to Delete Dll File Access Denied


1. Press the 'Windows' and 'R' keys simultaneously on your keyboard. This opens a 'Run' box on the bottom part of your screen.
2. Type 'CMD' and click the 'OK' button. This launches the Windows Command Prompt utility.
3. Type 'Regsvr32 /u /s C:\Path to file\file.dll' and press the 'Enter' key. You must replace 'Path to file' and 'File.dll' with the actual path to your file and file name.
4. Type 'Exit' and press 'Enter' to close the Windows Command Prompt utility.