If Application Control (Standalone)
is not installed:
- Install Application Control (Standalone).
- Add the Application Control license.
- Run Scanalyzer.bat.
If Application Control (Standalone)
is already installed:
- Start the Solidifier command line interface (CLI).
- Place Application Control (Standalone) in Recover mode. Type the following command and press Enter:
sadmin recover
- Type the following command and press Enter:
sadmin config set WindowsUpdateDlls=wuauserv.dll;wuaueng.dll;wups.dll;dosvc.dll
To validate that all the needed Windows Update DLL files are accounted for, verify the Application Control (Standalone) configuration by running the following command:
sadmin config show -d | findstr 'WindowsUpdateDlls
The expected results from running the command are:
C:\Windows\system32>sadmin config show -d | findstr WindowsUpdateDlls
WindowsUpdateDlls wuauserv.dll;wuaueng.dll;wups.dll;dosvc.dll