zoukankan      html  css  js  c++  java
  • How to disable Passwords must meet complexity requirements[windows 7]

    The Password complexity is a Local Policy setting named "Passwords must meet complexity requirements" under Computer Configuration/Windows Settings/Security Settings/Account Policies/Password Policy.

    In a Server Core installation there is no graphical user interface to set this policy.
    Instead use secedit to import and export the security settings from a Full Installation of Windows Server 2008.

    1. First export your security configuration using the following command:

      secedit /export /cfg C:securityconfig.cfg
        
    2. Then open notepad.exe and edit the C:securityconfig.cfg file.
      Under [System Access] you should find PAssword complexity = 1
      Change the value to 0 and save the file.
       
    3. Then fire up the next command to import the configuration:

      secedit /configure /db C:Windowssecurity ew.sdb /cfg C:securityconfig.cfg /areas SECURITYPOLICY

     

  • 相关阅读:
    爬取药智网中的方剂信息
    日报3.13
    数据库添加出错
    Bencode
    一些安全网络协议
    代码质量不重要
    Jordan Peterson
    随身记录的缺点
    Why is Go PANICking?
    go问
  • 原文地址:https://www.cnblogs.com/Fandyx/p/3155082.html
Copyright © 2011-2022 走看看