Win10 iot configuration firewall limits Application Deployment, win10iot

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.