Sunday, March 2, 2014
How to Stop Running a DLL File
1. Click the 'Start' menu button, then click the 'Search' button located within the 'Start' menu.
2. Choose to search 'All files and folders,' then type the name of the DLL file you wish to stop into the search dialog box. Click on 'Search.'
3. Locate the DLL file in the right-hand window pane and write down the full file path for the DLL file. Close the search window.
4. Click the 'Start' menu button on your desktop, then type 'cmd' into the empty dialog box located at the bottom of your 'Start' menu. Doing so will cause the system command prompt to launch in a pop-up window. If you do not have a dialog box present in your 'start' menu, click the 'Run' button to have it launch in a separate window.
5. Type 'cd c:\filepath\filename.dll' into the command prompt, replacing 'filepath' and 'filename' with the DLL's path. Press enter.
6. Type 'regsvr32 /u DLL NAME' into the command prompt, substituting the actual DLL name without the brackets for 'DLL NAME.' Press enter. The DLL file is now no longer running on your system.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment