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 officePause@Echo $ Stoping services $taskkill /im pangpa.exe /ftaskkill /im pangps.exe /f@Echo + Uninstalling App +wmic product where "description='Globalprotect' " uninstall@Echo # Wait for the process and after that press enter@Echo &R e m...




