Get-WindowsFeature -Name Windows-Defender Uninstall-WindowsFeature -Name Windows-Defender
Awesome-AV-EDR-XDR-Bypass Gitbook地址:https://mrempy.gitbook.io/awesome-av-edr-xdr-bypass-tips/readme/windows-defender
参考链接: [1]https://0ut3r.space/2022/03/06/windows-defender/#Potentially-unwanted-software [2]https://news.ycombinator.com
DisableAntiSpyware" /d 1 /t REG_DWORD /f #卸载命令:注意操作之前做快照,以备不时之需要回滚 预览卸载Uninstall-WindowsFeature -Name Windows-Defender -WhatIf 真正卸载Uninstall-WindowsFeature -Name Windows-Defender 最后的那个-WhatIf参数是什么作用 在 PowerShell 中,-WhatIf
Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f #卸载命令: 预览卸载Uninstall-WindowsFeature -Name Windows-Defender -WhatIf 真正卸载Uninstall-WindowsFeature -Name Windows-Defender 最后的那个-WhatIf参数是什么作用 在 PowerShell 中,-WhatIf