ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Unwanted Virus Scan (https://www.excelbanter.com/excel-discussion-misc-queries/160993-unwanted-virus-scan.html)

donbowyer

Unwanted Virus Scan
 
I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan disabling
option.
--
donwb

Gary''s Student

Unwanted Virus Scan
 
The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan disabling
option.
--
donwb


donbowyer

Unwanted Virus Scan
 
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan disabling
option.
--
donwb


Gary''s Student

Unwanted Virus Scan
 
When you contacted your vendor what was the response??
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan disabling
option.
--
donwb


Don Guillett

Unwanted Virus Scan
 

AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb



donbowyer

Unwanted Virus Scan
 
Hi Don
Thanks for the reply.
I'm using the AVG Free Edition.
I do have scan all files de-selected but consequently the mutually exclusive
(toggle)option of scan infectable files is selected. The file extensions
checked include xl* files and it seems that in the free version these cannot
be changed (deselected).
On reflection, if a solution cannot be achieved by changing AVG's
configuration, then is it possible to stop Excel generating the call on AVG?
Regards
--
donwb


"Don Guillett" wrote:


AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb




Roger Govier[_3_]

Unwanted Virus Scan
 
Hi Don

I think that is one of the disabled features in the Free edition.
They have to cripple some things, otherwise they would get no sales of
version 7.5 ($52.95)

--
Regards
Roger Govier



"donbowyer" wrote in message
...
Hi Don
Thanks for the reply.
I'm using the AVG Free Edition.
I do have scan all files de-selected but consequently the mutually
exclusive
(toggle)option of scan infectable files is selected. The file extensions
checked include xl* files and it seems that in the free version these
cannot
be changed (deselected).
On reflection, if a solution cannot be achieved by changing AVG's
configuration, then is it possible to stop Excel generating the call on
AVG?
Regards
--
donwb


"Don Guillett" wrote:


AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb






donbowyer

Unwanted Virus Scan
 
Many thanks for your inputs.
Indeed the options to prevent this problem are not available in AVG Free
edition.
However after a lot of searching, I found the following which solve the
problem.
Importantly they do not effect other virus scans, eg e-mail, only Office
startups.
It may be of help to others.

To stop virus scanning type the following into Start/Run:-
regsvr32 /u "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

To start virus scanning type the following into Start/Run:-
regsvr32 "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

The above path to the avgoff2k.dll is mine; yours may be different.
--
donwb


"Roger Govier" wrote:

Hi Don

I think that is one of the disabled features in the Free edition.
They have to cripple some things, otherwise they would get no sales of
version 7.5 ($52.95)

--
Regards
Roger Govier



"donbowyer" wrote in message
...
Hi Don
Thanks for the reply.
I'm using the AVG Free Edition.
I do have scan all files de-selected but consequently the mutually
exclusive
(toggle)option of scan infectable files is selected. The file extensions
checked include xl* files and it seems that in the free version these
cannot
be changed (deselected).
On reflection, if a solution cannot be achieved by changing AVG's
configuration, then is it possible to stop Excel generating the call on
AVG?
Regards
--
donwb


"Don Guillett" wrote:


AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb






dn_in_canada

Unwanted Virus Scan
 
This solution works just fine. Much faster startup in Office programs now.
Thanks!

to MS: There should be a way to do this from inside the Office programs
and/or a mention of this in the Office Help files.

"donbowyer" wrote:

Many thanks for your inputs.
Indeed the options to prevent this problem are not available in AVG Free
edition.
However after a lot of searching, I found the following which solve the
problem.
Importantly they do not effect other virus scans, eg e-mail, only Office
startups.
It may be of help to others.

To stop virus scanning type the following into Start/Run:-
regsvr32 /u "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

To start virus scanning type the following into Start/Run:-
regsvr32 "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

The above path to the avgoff2k.dll is mine; yours may be different.
--
donwb


"Roger Govier" wrote:

Hi Don

I think that is one of the disabled features in the Free edition.
They have to cripple some things, otherwise they would get no sales of
version 7.5 ($52.95)

--
Regards
Roger Govier



"donbowyer" wrote in message
...
Hi Don
Thanks for the reply.
I'm using the AVG Free Edition.
I do have scan all files de-selected but consequently the mutually
exclusive
(toggle)option of scan infectable files is selected. The file extensions
checked include xl* files and it seems that in the free version these
cannot
be changed (deselected).
On reflection, if a solution cannot be achieved by changing AVG's
configuration, then is it possible to stop Excel generating the call on
AVG?
Regards
--
donwb


"Don Guillett" wrote:


AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...
True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:

The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:

I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb






Bob I

Unwanted Virus Scan
 
The problem is the OTHER program interfering. How is the Office help
files to be corrected for every program that makes a mess in Office
going to be maintained?

dn_in_canada wrote:

This solution works just fine. Much faster startup in Office programs now.
Thanks!

to MS: There should be a way to do this from inside the Office programs
and/or a mention of this in the Office Help files.

"donbowyer" wrote:


Many thanks for your inputs.
Indeed the options to prevent this problem are not available in AVG Free
edition.
However after a lot of searching, I found the following which solve the
problem.
Importantly they do not effect other virus scans, eg e-mail, only Office
startups.
It may be of help to others.

To stop virus scanning type the following into Start/Run:-
regsvr32 /u "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

To start virus scanning type the following into Start/Run:-
regsvr32 "C:\Program Files\Grisoft\AVG Free\avgoff2k.dll"

The above path to the avgoff2k.dll is mine; yours may be different.
--
donwb


"Roger Govier" wrote:


Hi Don

I think that is one of the disabled features in the Free edition.
They have to cripple some things, otherwise they would get no sales of
version 7.5 ($52.95)

--
Regards
Roger Govier



"donbowyer" wrote in message
...

Hi Don
Thanks for the reply.
I'm using the AVG Free Edition.
I do have scan all files de-selected but consequently the mutually
exclusive
(toggle)option of scan infectable files is selected. The file extensions
checked include xl* files and it seems that in the free version these
cannot
be changed (deselected).
On reflection, if a solution cannot be achieved by changing AVG's
configuration, then is it possible to stop Excel generating the call on
AVG?
Regards
--
donwb


"Don Guillett" wrote:


AVG 7.5 control centerresident shieldpropertiesuncheck scan all files
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"donbowyer" wrote in message
...

True, but I have AVG not Norton......
--
donwb


"Gary''s Student" wrote:


The enable / disable virus scan is an option in the Norton software.
--
Gary''s Student - gsnu200748


"donbowyer" wrote:


I use MS Office 2003; Win XP; AVG ed 7.5.488

Every time I open an Excel file (with VBA macros) a virus scan is
carried out.
How can I stop this. Unlike Norton, AVG appears to have no scan
disabling
option.
--
donwb







All times are GMT +1. The time now is 04:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com