Horje
powershell disable password complexity Code Example
powershell disable 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




Shell

Related
uvicorn post unsupported upgrade request Code Example uvicorn post unsupported upgrade request Code Example
scp virtual machine Code Example scp virtual machine Code Example
aws cli upload folder to s3 Code Example aws cli upload folder to s3 Code Example
control pc brightness with shell script mac Code Example control pc brightness with shell script mac Code Example
how we can push code without pulling code on git branch Code Example how we can push code without pulling code on git branch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8