Simple Batch Script To Uninstall Palo Alto GlobalProtect
Simple Script to Wipe GP
@echo Uninstall GP only when user is on office Press Enter if user is on the office
Pause
@Echo $ Stoping services $
taskkill /im pangpa.exe /f
taskkill /im pangps.exe /f
@Echo + Uninstalling App +
wmic product where "description='
...


