1 Star 0 Fork 0

gx199112/WindowsBatchFiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Windows Defender Enabler.bat 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aetopia 提交于 2021-07-16 11:59 . Add files via upload
@echo off
Powershell Set-Service -Name WdNisSvc -StartupType Automatic
Powershell Set-Service -Name WinDefend -StartupType Automatic
cd "C:\ProgramData\Microsoft\Windows Defender"
ren Platform1 Platform
cd "C:\Program Files"
ren "Windows Defender1" "Windows Defender"
Powershell Start-Service -Name WinDefend
Powershell Start-Service -Name WdNisSvc
echo Windows Defender Enabled!
echo Press any key to exit
pause >nul
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/gxswjtu/WindowsBatchFiles.git
git@gitee.com:gxswjtu/WindowsBatchFiles.git
gxswjtu
WindowsBatchFiles
WindowsBatchFiles
main

搜索帮助