>account.infecho [System Access] >>account.infecho MinimumPasswordLength=6 >>account.inf REM 修改帐._windows10基线检查加固脚本">
当前位置:   article > 正文

Windows学习总结(22)——Windows基线检查加固脚本_windows10基线检查加固脚本

windows10基线检查加固脚本

Windows的批处理脚本(一键加固:根据自身要求修改) 

  1. echo 现在开始Windows安全加固,确认请按任意键
  2. pause
  3. echo [version] >account.inf REM帐户口令授权配置模块
  4. echo signature="$CHICAGO$" >>account.inf
  5. echo [System Access] >>account.inf
  6. echo MinimumPasswordLength=6 >>account.inf REM 修改帐户密码最小长度为6
  7. echo PasswordComplexity=1 >>account.inf REM 开启帐户密码复杂性要求
  8. echo MaximumPasswordAge=90 >>account.inf REM 修改帐户密码最长留存期为90天
  9. echo PasswordHistorySize=5 >>account.inf REM 修改强制密码历史为5次
  10. echo EnableGuestAccount=0 >>account.inf REM 禁用Guest帐户
  11. echo LockoutBadCount=6 >>account.inf REM 设定帐户锁定阀值为6次
  12. secedit /configure /db account.sdb /cfg account.inf /log account.log
  13. del account.*
  14. echo [version] >rightscfg.inf
  15. REM 授权配置
  16. echo signature="$CHICAGO$" >>rightscfg.inf
  17. echo [Privilege Rights] >>rightscfg.inf
  18. echo seremoteshutdownprivilege=Administrators >&
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/744137
推荐阅读
相关标签
  

闽ICP备14008679号