Friday, December 13, 2013

How to Delete a Protected DLL


1. Click 'Start,' and then 'All Programs,' and open the 'Accessories' folder.
2. Right-click 'Command Prompt' and select 'Run as administrator.' This opens an elevated Command Prompt.
3. Type 'regsvr32 /u C:\the\file\path\name.dll'Replace 'the file path' and 'name.dll' with the actual path and name of your DLL file. For example: 'regsvr32 /u C:\Program Files\Program\File.dll'
4. Type 'Exit' and press 'Enter' to close the Command Prompt and then delete the DLL.