Z
ZoombyWoof
HI all.
I would like the same behaviour on the Microsoft Firewall logfile that
you have on logfiles under unixes, you can make them rotate so that once
a week or once a day the system renames the logfile to 'name'.1 and
creates a new one.
How can I do this from C# ?
I have looked in the help about ServiceController, and I made a few
testprograms that can show me the running services on the system, but I
cant see the Firewall service. One approach I had in mind was that from
C# stop the firewall, rename the file and start the firewall service
again. It seems that the firewall runs in svchost with -k netsvcs as
parameter...
Any ideas ?
Thanx in advance
/ZW
I would like the same behaviour on the Microsoft Firewall logfile that
you have on logfiles under unixes, you can make them rotate so that once
a week or once a day the system renames the logfile to 'name'.1 and
creates a new one.
How can I do this from C# ?
I have looked in the help about ServiceController, and I made a few
testprograms that can show me the running services on the system, but I
cant see the Firewall service. One approach I had in mind was that from
C# stop the firewall, rename the file and start the firewall service
again. It seems that the firewall runs in svchost with -k netsvcs as
parameter...
Any ideas ?
Thanx in advance
/ZW