Table of Contents

Windows Configuration

Reset Password (while logged in)

net user USERNAME NEWPASSWORD
net user USERNAME *

Enable Echo Request

netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo" protocol=icmpv4:8,any dir=in action=allow

Disable Firewall

netsh advfirewall set allprofiles state off