Using VBA to turn on/off the Windows Firewall

A

Anthony

Is it possible to
Use VBA to turn on/off the Windows Firewall?

If so, how can this be done? What is the code for it?
 
S

Stefan Hoffmann

hi Anthony,
Is it possible to
Use VBA to turn on/off the Windows Firewall?
Yes, it's possible.
If so, how can this be done? What is the code for it?
You should never do that. There is really no reason for that kind of action.


mfG
--> stefan <--
 
A

Anthony

Thank you Stefan,

However, I think I respectfully disagree, because, If it is possible to do
it, then there must be a reason to to it.

So, if you would be so kind, please point me in the direction where I can
figure out how to do this, programmatically.

Thank you,
Anthony
 
Top