win7系統(tǒng)下載
當(dāng)前位置: 首頁 > 硬件軟件教程 > 詳細(xì)頁面

如何使用PowerShell更新Windows Defender

發(fā)布時間:2024-03-31 文章來源:深度系統(tǒng)下載 瀏覽:

Windows Defender 是可以手動下載更新包來進行更新的,而且可以通過 PowerShell 來更新 Windows Defender 的病毒定義。今天我們就向大家介紹如何使用 PowerShell 來對 Windows Defender 定義包進行更新。

如何使用PowerShell更新Windows Defender

1. 按下 Windows Key + Q — 輸入 PowerShell — 在 Windows PoserShell 上右鍵選擇以管理員身份運行

powershell

2. 連續(xù)兩次執(zhí)行 cd.. 命令,瀏覽到 C 盤根目錄

Update-MpSignature

3. 現(xiàn)在我們可以開始執(zhí)行 Update-MpSignature 相關(guān)的 cmdlet

Update-MpSignature [-UpdateSource <UpdateSource> {InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC | FileShares} ]

如果你是個人用戶,可以直接執(zhí)行如下命令來手動更新

  1. Update-MpSignature

企業(yè)用戶或者企業(yè)管理員可以通過如下命令來指定通過 WSUS 更新源來安裝

  1. Update-MpSignature -UpdateSource WSUS_FQDN

注意:這里的更新源可以指定內(nèi)部 WSUS 和 文件共享,如果不指定的個人用戶直接使用的是 Microsoft Malware Protection Center (MMPC)更新源。

本文章關(guān)鍵詞: 如何 使用 PowerShell 更新 Windows De 
當(dāng)前原文鏈接:http://czecheden.com/soft/soft-45707.html