The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
KevinA
16 years agoRetired GoTo Contributor
One2Many Script Repository
Welcome to the LogMeIn Central Script Repository!
What is it? A library of scripts to help you execute automated tasks and manage LogMeIn Pro² computers without having to access them manually. ...
- 8 years ago
https://github.com/knix15/LogMeIn-One2Many-Community-Scripts/
Scripts can be found here as well for better future organization.
Anon51436
15 years agoActive Contributor
AVG 2011 - UPDATE (32Bit windows)
cd\
cd "Program Files\AVG\AVG10"
avgmfapx.exe
__________________________________________________________
AVG 2011 - UPDATE (64Bit windows)
cd\
cd "Program Files (86)\AVG\AVG10"
avgmfapx.exe
__________________________________________________________
AVG 2011 FULL SYSTEM SCAN (WINDOWS 32bit)
cd\
cd "Program Files\AVG\AVG10"
avgscanx.exe /comp /ext=* /reg /boot /proc /macrow /pup /arc /ads /trash /report="c:\AVGREPORT.txt"
__________________________________________________________
AVG 2001 FULL SYSTEM SCAN (WINDOWS 64bit)
cd\
cd "Program Files (86)\AVG\AVG10"
avgscanx.exe /comp /ext=* /reg /boot /proc /macrow /pup /arc /ads /trash /report="c:\mt\rsfiles\AVGREPORT.txt"
Anon51436
15 years agoActive Contributor
Sorry mistake in the code in last post;
(x86) not (86) for windows 64
AVG 2011 FULL SCAN - WINDOWS 64Bit
cd\
cd "Program Files (x86)\AVG\AVG10"
avgscana.exe /comp=ON /boot=ON /proc=ON /reg=ON /heur=ON /pup=ON /ads=ON /report="c:\mt\rsfiles\avgrep.txt" /trash=ON
exit
______________________________________________
AVG 2011 UPDATE - WINDOWS 64Bit
cd\
cd "Program Files (x86)\AVG\AVG10"
avgmfapx.exe