3
Windows路径字符串中的“ C:2 \”是什么意思?
我从Windows防火墙获得此弹出窗口。路径中的“ C:2 \”是什么?真正的路径是D:\Steam\SteamApps\common\... 我cd /d C:2\在cmd中尝试过并得到了"The system cannot find the path specified." 我也在cd C:2\Powershell中尝试过并得到了"Set-Location : Cannot find path 'C:\2\' because it does not exist." 那么“ C:2 \”如何成为“ D:\”的快捷方式? 更新: 我尝试C:2按照@Tyson的建议在注册表中搜索。当我C:2在注册表中未选中“仅匹配整个字符串”并且没有选中“仅匹配整个字符串”的结果时,有很多不相关的搜索结果。但是我发现了钥匙,钥匙在里面HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules,价值是v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Private|App=C:2\steam\steamapps\common\sonic & all-stars racing transformed\asn_app_pcdx9_final.exe|Name=asn_app_pcdx9_final.exe|Desc=asn_app_pcdx9_final.exe|Defer=User|。有一个规则D:\Steam\SteamApps\common\Sonic & All-Stars Racing Transformed\ASN_App_PcDx9_Final.exe在Windows Firewall with Advanced Security > Inbound Rules。我还在v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|Profile=Private|App=C:0\steam\steamapps\common\team fortress 2\hl2.exe|Name=hl2.exe|Desc=hl2.exe|Defer=User|注册表和D:\Steam\SteamApps\common\Team Fortress 2\hl2.exeWindows防火墙规则列表中找到了Team Fortress …