In addition to the Microsoft Security Essentials software and the Microsoft Safety Scanner Microsoft just recently released another FREE antimalware removal product called the Windows Defender Offline Beta. While Security Essentials and Safety Scanner run within Windows, the purpose of the Windows Defender Offline Tool is to run offline from bootable USB or CD/DVD media.
In fact the tool isn’t really something new, those familiar with the Microsoft Desktop Optimization Pack Suite (MDOP) which includes the Diagnostics and Recovery Toolset (DaRT) have probably seen or used the Standalone System Sweeper tool before. Now when looking at the log files produced by the Windows Defender Offline tool, you’ll notice Microsoft Standalone System Sweeper tool entries rather than Windows Defender Offline.
But let me start now sharing my findings about how the Windows Defender Offline Tool works. First when you go to the download page you will see two download buttons, one for the 32-bit version and one for the 64-bit version.
By clicking on one of these buttons, you will not download the tool itself but just the Wizard that helps you preparing the USB or CD/DVD media. When you launch the downloaded executable mssstool32.exe or mssstool64.exe which are self-extracting archives the content is stored in a temporary folder in the root of your system.
Now whether you download he 32 or 64 bit version, the content of both files is nearly the same except for the file called mssstool.ini
mssstool.ini from 32 bit version
mssstool.ini from 64 bit version
Now let us launch the wizard and see what happens here.
Select USB or ISO file.
If you selected USB you will be prompted to select the USB drive, if you selected ISO file, you’ll be prompted to specify the location where the ISO file will be stored.
The log file OfflineScan.log stored under C:\ProgramData\Microsoft\Microsoft Standalone System Sweeper Tool\Support tells us what happens here. First the wizard downloads the Windows Defender engine and definition file. When using the 32-bit version it downloads the file mpam-fe.exe from http://go.microsoft.com/fwlink/?LinkID=209593&clcid=0x409, when using the 64-bit version it downloads the file mpam-fex64.exe from http://go.microsoft.com/fwlink/?LinkID=216552&clcid=0x409. Next for the 32-Bit version the file imagepackage32.exe is downloaded from http://go.microsoft.com/fwlink/?LinkId=232568 or imagepackage64.exe for the 64-bit version from http://go.microsoft.com/fwlink/?LinkId=232569
Once the files are downloaded the wizard launches the imagepackage32.exe / imagepackage64.exe that contain the WindowsPE source for the corresponding architecture and finally mpam-fe.exe or mpam-fex64.exe is copied to the root of the media.
Unfortunately the Windows Defender Offline Beta media preparation wizard does not have an option to add network or storage drivers, but I will show you within one of my next blog posts how you can customize your WDO boot media.
The Windows Defender Offline Beta media is now complete, let’s take a closer look at the content within the boot.wim file that is stored within the Sources folder. You can either mount the boot.wim using imagex.exe or use 7-Zip as explained here. The startnet.cmd only contains the wpeinit command which instructs WindowsPE to install Plug and Play devices and load network resources. The Winpeshl.ini which is used by winpeshl.exe contains the following command:
[LaunchApp]
AppPath = "%ProgramFiles%\Microsoft Security Client\OfflineScannerShell.exe"
Once WinPE is booted OfflineScannerShell.exe is launched. The OfflineScannerShell.exe then looks for the file mpam-fe.exe or mpam-fex64.exe and extracts the latest engine and definition files used by the Windows Defender Offline tool and finally the Windows Defender Offline tool itself is launched and ready for use.
That’s it.
I just stumbled on your blog–great content! Do you ever publish the follow-up on customizing WDO to add system drivers? I can’t scan my disc because without loading drivers.
Hi Steve, here you go: https://www.verboon.info/index.php/2012/03/how-to-add-drivers-to-the-windows-defender-offline-tool/