Recently playing Raspberry Pi big touch screen
Find a problem, vs deploy apps on IoT, using
Universal (unencrypted Protocol)
Https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/appdeployment
That is, as long as you know the IP, who can connect the device can deploy the application ...
It's not very dangerous to be deployed outside ...
View the configuration of your IoT to change deploy to Windows authentication
I didn't see any room to change.
Cannot change the authentication method, can only want to restrict the access IP
Since IoT is WIN10, you should bring a firewall to the command line to check the firewall configuration.
netsh advfirewall firewall show rule Name=all
Sure enough, the firewall is still there:
You can see these two articles by flipping through them:
The following is very simple, we can add an IP limit:
set rule name= "visualstudio_msvsmon_allow_innewset rule name="VisualStudio _msvsmon_allow_in2New remoteip=192.168.1.1
Or simply forbid deploy, and then open it when you need it.
set rule name= "visualstudio_msvsmon_allow_innewset rule name=" Visualstudio_msvsmon_allow_in2New Action=block
Appendix: Firewall Add modify delete rule command:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd734783 (v= ws.10)
WIN10 IoT configuration Firewall Limits App Deployment