I've used it to list firewall exceptions, and it wasn't too much
more work to add an application:
import win32com.client
fw=win32com.client.gencache.EnsureDispatch('HNetCfg.FwMgr',0)
apps=fw.LocalPolicy.CurrentProfile.AuthorizedApplications
for app in apps:
print app.Name, app.ProcessImageFil
Anyone out there ever attempted to use win32com to register applications with
Windows Firewall as allowed applications for incoming TCP/UDP connections? Was
going to try my hand at this and wondered, if so, that anyone who had already
might share some tips. I'm working this so that a non-stand
Mark Hammond wrote:
>> On 4/17/06, Paul Moore <[EMAIL PROTECTED]> wrote:
>> > On 4/16/06, Paul Moore <[EMAIL PROTECTED]> wrote:
>> > > I tried building one for myself, but I'm missing some critical
>> > > dependencies (dsound.h?)
>> >
>> > I'm assuming this is from the DirectX SDK, which I'm in t