可以使用以下命令查看针对端口 9000 的唯一规则;
C:\>netsh advfirewall firewall show rule name=all | grep 9000 -B 10 -A 3
Rule Name: MyRule
----------------------------------------------------------------------
Enabled: Yes
Direction: In
Profiles: Domain,Private,Public
Grouping:
LocalIP: Any
RemoteIP: Any
Protocol: TCP
LocalPort: 9000
RemotePort: Any
Edge traversal: No
Action: Allow
Run Code Online (Sandbox Code Playgroud)
然而,Windows 防火墙仍然会丢弃来自该端口的数据包,如日志中所示;
2017-01-17 19:34:31 DROP TCP 192.168.2.10 192.168.2.20 46793 9000 60 S 2693136347 0 29200 - - - RECEIVE
2017-01-17 19:41:34 DROP TCP 192.168.2.10 192.168.2.20 46813 9000 60 S 4150828470 0 29200 - - - RECEIVE
Run Code Online (Sandbox Code Playgroud)
可能是在上次 Windows …
如果您右键单击我的计算机并转到计算机管理 -> 系统工具 -> 共享文件夹 -> 会话,您可以看到当前连接到您的共享的网络用户列表。
这个列表可以显示在cmd框中吗?
我可以浏览到C:\Users\<my-user>\appdata\local\google\chrome\User Data其他目录,其中有 Chrome 的用户配置文件Profile 1,例如Profile 2等目录。
但是,在 Chrome 的 UI 中,配置文件有自己的名称(由我在创建它们时设置),但没有引用它们映射到的配置文件目录。
如何将 Chrome 配置文件的名称映射到其存储的目录?