net user USERNAME NEWPASSWORD
net user USERNAME *
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall set allprofiles state off