2

Я хотел бы знать некоторый код командной строки, который обновит Microsoft Security Essentials. Есть код для UPDATEing, но UpGRADING более неуловим.

3 ответа3

1

Вам нужно будет загрузить соответствующий установщик для новой версии, которую вы хотите обновить, и затем запустить этот файл. Файлы доступны в центре загрузки Microsoft. Сохраните файл, затем запустите setupfilename.exe /s /runwgacheck /o чтобы запустить программу установки без вывода диалогов. Затем он должен установить обновление автоматически. Обратите внимание, что установщик официально не поддерживает параметры командной строки, поэтому в будущих версиях параметры командной строки могут измениться или исчезнуть.

0

Так как MSE теперь в WSUS и Windows Update, вы можете захотеть сделать что-то вроде wuauclt /detectnow

Существуют сценарии, которые будут запускать полное обнаружение и установку для WUAU, которые могут помочь, но я думаю, что вам нужно всего лишь загрузить последнюю версию MSI или EXE и использовать msiexec для автоматической установки.

0

Я не уверен, что вы можете сделать это через MSE. Опции командной строки для этого следующие:

C:> cd% ProgramFiles%\Microsoft Security Essentials

C:\Program Files\Microsoft Security Essentials> MpCmdRun

Microsoft Antimalware Service Command Line Utility (c)2006-2008 Microsoft Corp
Use this tool to automate and troubleshoot Microsoft Antimalware Service

Usage:
MpCmdRun.exe [command] [-options]

Command Description
   -? / -h                         Displays all available options for this tool
   -Trace [-Grouping #] [-Level #] Starts diagnostic tracing
   -RemoveDefinitions [-All]       Restores the installed signature definitions
                                   to a previous backup copy or to the original
                                   default set of signatures
   -RestoreDefaults                Resets the registry values for
                                   Microsoft Antimalware Service
                                   settings to known good defaults
   -SignatureUpdate [-UNC]         Checks for new definition updates
   -Scan [-ScanType]               Scans for malicious software
   -Restore -Name <name> [-All]    Restore the most recently or all quarantined
                                   item(s) based on name
   -GetFiles                       Collects support information

Additional Information:

Support information will be in the following directory:
C:\ProgramData\Microsoft\Microsoft Antimalware\Support

   -Scan [-ScanType]
        0  Default, according to your configuration
        1  Quick scan
        2  Full system scan

   -Trace [-Grouping value] [-Level value]
        Begins tracing Microsoft Antimalware Service's actions.
        You can specify the components for which tracing is enabled and
        how much information is recorded.
        If no component is specified, all the components will be logged.
        If no level is specified, the Error, Warning and Informational levels
        will be logged. The data will be stored in the support directory
        as a file having the current timestamp in its name and bearing
        the extension BIN.

        [-Grouping]
        0x1    Service
        0x2    Malware Protection Engine
        0x4    User Interface
        0x8    Real-Time Protection
        0x10   Scheduled actions

        [-Level]
        0x1    Errors
        0x2    Warnings
        0x4    Informational messages
        0x8    Function calls
        0x10   Verbose
        0x20   Performance

   -GetFiles
        Gathers the following log files and packages them together in a
        compressed file in the support directory

        - Any trace files from Microsoft Antimalware Service
        - The Windows Update history log
        - All Microsoft Antimalware Service events from the System event log
        - All relevant Microsoft Antimalware Service registry locations
        - The log file of this tool
        - The log file of the signature update helper tool

   -RemoveDefinitions
        Restores the last set of signature definitions

        [-All]
        Removes any installed signature and engine files. Use this
        option if you have difficulties trying to update signatures.

        [-DynamicSignatures]
        Removes all Dynamic Signatures.

   -RestoreDefaults
        Resets all configuration options to their default values; this is the
        equivalent of running Microsoft Antimalware Service setup
        unattended.

   -SignatureUpdate
        Checks for new definition updates

        [-UNC]
        Performs update directly from UNC file shares

   -Restore -Name <name>
        Restores the most recently quarantined item based on name

        [-All]
        Restores all the quarantined items based on name

   -AddDynamicSignature -Path <path>
        Adds a Dynamic Signature specified by <path>

   -RemoveDynamicSignature -SignatureSetID <SignatureSetID>
        Removes a Dynamic Signature specified by <SignatureSetID>

   -ListAllDynamicSignatures
        Lists SignatureSet ID's of all Dynamic Signatures added to the client
        via SpyNet and MPCMDRUN -AddDynamicSignature

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .