Software Installation and Uninstallation - Computer Related - Discoverer's Blog

by onroad007 on 2008-05-13 18:42:04

Clever Use of Rundll32

Installing and uninstalling programs in the Windows system is a very easy task, and most users can easily complete it through the installation and uninstallation program wizard. However, there are some lesser-known tricks for installing and uninstalling Windows programs, and using the Rundll32 command to install and uninstall Windows programs is one of them. You may have never encountered it before, so let's explore its amazing functions together!

Note: Rundll32.exe is a command provided by the Windows system, which is used to call 32-bit DLL functions (16-bit DLL files use Rundll.exe to call). DLL files are the foundation of Windows, and all API functions are implemented in DLLs. They cannot run independently and are usually loaded and called by processes. The simplest way to run a DLL file is to use Rundll32.exe. Its command format is "Rundll32.exe Dynamic Link Library Name Function Name Parameter Name".

This article is from Discoverer Blog http://www.find321.cn/, Original address: http://www.find321.cn/post/175.html