我安装了Pulse Secure VPN实用程序5.2.5版,它会在启动时自动打开.不幸的是,该应用程序的行为与其他应用程序不同,即我无法通过以下方式禁用它:
System Preferences ? Users & Groups ? Login Items
Run Code Online (Sandbox Code Playgroud)
我在互联网上做了一些研究,我发现负责启动开放的文件是:
/Library/LaunchAgents/net.pulsesecure.pulsetray.plist
Run Code Online (Sandbox Code Playgroud)
如果我删除该文件,Pulse Secure在启动时不会打开,但每当我打开它时,它将无法按预期工作(不会连接到任何VPN).
有谁知道如何防止它在启动时打开并使其同时工作?
如果它有一些帮助,我附上文件的内容:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>net.pulsesecure.pulsetray</string>
<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
</array>
<key>ProgramArguments</key>
<array>
<string>/Applications/Pulse Secure.app/Contents/Plugins/JamUI/PulseTray.app/Contents/MacOS/PulseTray</string>
</array>
<key>KeepAlive</key>
<true/>
<key>Disabled</key>
<false/>
</dict>
</plist>
Run Code Online (Sandbox Code Playgroud) 在我的企业中,在听到社区的赞誉后,我们开始迁移到基于 WSL2 的解决方案。
但是,在我们连接到我们的企业 VPN 后,WSL 无法连接到外部网站(以及 VPN 内部的网站)。
似乎是windows内部的路由问题,我该如何解决?