windows server 2016 powershell override password complexity
secedit /export /cfg c:\secpol.cfg
(gc C:\secpol.cfg).replace("PasswordComplexity = 1", "PasswordComplexity = 0") | Out-File C:\secpol.cfg
secedit /configure /db c:\windows\security\local.sdb /cfg c:\secpol.cfg /areas SECURITYPOLICY
rm -force c:\secpol.cfg -confirm:$false
Also in C++:
- gitlab asking for password every time
- sudo snap linux store
- install teamviewer ubuntu 18
- download google drive file in linux
- ubuntu subsystem windows 10 from cmd prompt
- shell script store command output in variable
- how to install pip
- find folder linux
- print variable in bash
- how to uninstall heroku cli
- fix vscode font for terminal linux powerlevel10k
- wsl2 ubuntu
- linux grep recursive
- create file in linux
- spotify download ubuntu
- restart terminal command line ubuntu
- install docker machine ubuntu
- uninstall lightdm
- how to edit etc/hosts linux error readonly e45
- linux bash do something when file changes
- how to skip .pyc file adding into github repository
- shellpish
- react native cannot connect to metro server
- see encoding of file txt linux