@echo off cls echo Account instellen... wmic path Win32_UserAccount where Name='assis' set PasswordExpires=false wmic path Win32_UserAccount where Name='assis' set PasswordChangeable=false echo Instellen account voltooid ping 127.0.0.1 -n 6 > nul