Microsoft Security Essentials

Post date: Mar 11, 2010 12:14:30 PM

@rem Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software.. 防毒防間諜軟體

@rem https://www.microsoft.com/zh-tw/download/details.aspx?id=5201

if exist MicrosoftSecurityEssentials\mseinstall.exe goto next

if exist "%SystemDrive%\Program Files (x86)" (

start /wait "" wget.exe "https://download.microsoft.com/download/3/8/5/385C19C3-1107-4EE5-9C47-D3FAB986B06C/ZHTW/amd64/MSEInstall.exe" --directory-prefix=MicrosoftSecurityEssentials

)

if not exist "%SystemDrive%\Program Files (x86)" (

start /wait "" wget.exe "https://download.microsoft.com/download/3/8/5/385C19C3-1107-4EE5-9C47-D3FAB986B06C/ZHTW/x86/MSEInstall.exe" --directory-prefix=MicrosoftSecurityEssentials

)

:next

start /wait MicrosoftSecurityEssentials\mseinstall.exe /s /runwgacheck /o

start "manual install" "%ProgramFiles%\Microsoft Security Client\msseces.exe" /update