October 9th, 2006

You are currently browsing the articles from WindowsInternals.com - Windows Internals and Useful Windows Tips and Tricks written on October 9th, 2006.

Manually Registering and Unregistering DLL’s

When playing around with Windows, it’s handy to be able to quickly load and unload DLL’s. Here are the commands needed to do just that. These commands are run from the command prompt, however there is nothing stopping you from creating a shortcut that does the same thing.

Unregister a DLL:

REGSVR32 /U "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQLDMO.dll"

Register a DLL:

REGSVR32 "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQLDMO.dll"

Written by webmaster on October 9th, 2006 with no comments.
Read more articles on Articles.