Win10 iot configuration firewall limits Application Deployment, win10iot
I recently played Raspberry Pi with a large touch screen.
Find a problem. vs deploys an application on iot, using
Universal (Unencrypted Protocol)
Https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/appdeployment
Netsh advfirewall firewall show rule name = all
Sure enough, the firewall is still there:
Netsh advfirewall firewall set rule name = "Visualstudio_Msvsmon_Allow_In" new remoteip = 192.168.1.1netsh advfirewall firewall set rule name = "rule" new remoteip = 192.168.1.1
Or simply disable deploy and enable it again when necessary.
Netsh advfirewall firewall set rule name = "Visualstudio_Msvsmon_Allow_In" new action = blocknetsh advfirewall firewall set rule name = "Visualstudio_Msvsmon_Allow_In2" new action = block
Appendix: Firewall add, modify, and delete rule command:
Https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd734783 (v = ws.10)