Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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:windowssecuritylocal.sdb /cfg c:secpol.cfg /areas SECURITYPOLICY
rm -force c:secpol.cfg -confirm:$false
Comment

PREVIOUS NEXT
Code Example
Shell :: awk last match 
Shell :: output text after specific character powershell 
Shell :: how to wait until a triggered pipeline completed gitlabci 
Shell :: delete strings after match to eol using sed command 
Shell :: error uncompressing archive : unable to created directory /var/jenkins_home_restore 
Shell :: git branch specific files 
Shell :: terminal linux en windows platzi 
Shell :: payfast nuget 
Shell :: bash if call function 
Shell :: how to get description of repositories using pygithub api 
Shell :: how to update mongodb in ubuntu 18.04 
Shell :: awk get last argument 
Shell :: append filename at the beggining linux 
Shell :: digital assistant 
Shell :: shell script variables not working 
Shell :: dd mac status 
Shell :: linux-shutdown-befehle 
Shell :: ufw script no prompt 
Shell :: bash search multiple string in on line 
Shell :: gradle 6.8 on ubuntu 20.04 
Shell :: awk string match 
Shell :: GemWrappers: Can not wrap missing file: 
Shell :: dash_install 
Shell :: fibre device linux 
Shell :: pip install psycopg2 error 
Shell :: manjaro error: could not lock database: File exists 
Shell :: Freeze your process list across server restart 
Shell :: skolen.min 
Shell :: awk split on comma 
Shell :: grep search for text in php files recursive 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =