This article is a Draft. Help us to complete it.
wikipedia:Microsoft Windows
dsim
drvload
- ICMP:
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
- OpenSSH:
Add-WindowsCapability -Online -Name OpenSSH.Server*
and Start-Service sshd
net start