- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-20-2025 12:43 AM
When we update global protect windows client in our organization the shortcut pinned to the taskbar is broken.
Any solution for this?
It is very annoying for users
02-20-2025 02:02 AM
This happens because Windows uses absolute paths for taskbar shortcuts, and when GlobalProtect updates, it installs a new version in a different folder, breaking the existing shortcut. Here are a few solutions to prevent or fix this issue.
Use a Static Shortcut Path
Instead of relying on the default installation path (which changes after updates), create a permanent shortcut that always points to PanGPA.exe using the Program Files static directory.
Delete the broken shortcut from the taskbar.
Manually create a new shortcut:
C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPA.exe
Right-click PanGPA.exe → Send to Desktop (Create Shortcut).
Drag this shortcut to the taskbar.
Test by updating GlobalProtect to see if the shortcut remains intact.
or Deploy GlobalProtect with a Stable Path
Some IT admins package GlobalProtect using MSI installers with a fixed path. If possible, use a static installation directory during deployment.
Example MSI install command
msiexec /i GlobalProtect64.msi INSTALLDIR="C:\GlobalProtect" /qn
Then, use a shortcut pointing to C:\GlobalProtect\PanGPA.exe
02-20-2025 05:48 AM
I have thought about that solution but it is valid to implement global protect from scratch, currently I have many users who already have shortcut configured in the other way: Shortcut type: application and start "C:\Program Files\Palo Alto Networks\GlobalProtect\"
Likewise, thank you very much for your help.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!