Windows10使用Powershell命令關(guān)閉實(shí)時(shí)保護(hù)
1.右鍵點(diǎn)擊開始菜單,打開Powershell命令窗口
2.查看實(shí)時(shí)保護(hù)狀態(tài) Get-MpPreference | findstr -i "DisableRealtimeMonitoring"
是否關(guān)閉實(shí)時(shí)保護(hù)選項(xiàng)為 False,說明是開啟實(shí)時(shí)保護(hù)
3.關(guān)閉實(shí)時(shí)保護(hù)狀態(tài)
Set-MpPreference -DisableRealtimeMonitoring $true
執(zhí)行后查看實(shí)時(shí)保護(hù)已關(guān)閉
版權(quán)保護(hù): 本文「Windows10使用Powershell命令關(guān)閉實(shí)時(shí)保護(hù)」由 云主機(jī)配置專家 原創(chuàng),轉(zhuǎn)載請(qǐng)保留鏈接: http://www.iqcg.cn/docs/system/456.html