Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 10 IoT 中,我想接受来自远程机器的端口(例如:- 49856)上的 TCP 数据包。
你可以试试下面的命令:
netsh advfirewall firewall add rule name="Open mongod port 49856" dir=in action=allow protocol=TCP localport=49856