SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

pandaavremovescript

Panda AntiVirus Remove Script

This is a script to remove the Panda AntiVirus Software from a Windows workstation. Afterwards you'll have to reboot your workstation manually to complete the removal of the software:

@echo off
color A
echo Warning!
echo Panda software and all of it contents will be removed!
c:
cd\
cd Program Files\Panda Software\Panda Administrator 3\PavInst\AVTC
AVTC.exe -a:UNINSTALL -del
echo But not yet!
cd\
cd program files\panda software\panda administrator 3\pavinst\plagent\
pavagent -a:uninstall
echo Remove Panda Web Agent
c:
cd \program files\sr
agtinst.js -uninstall
echo.
echo Please reboot you machine now manually!
echo Please reboot you machine now manually!
echo Please reboot you machine now manually!
echo Please reboot you machine now manually!
echo Please reboot you machine now manually!
echo.
pause
You could leave a comment if you were logged in.
pandaavremovescript.txt · Last modified: 2021/09/24 00:25 (external edit)