PC Review


Reply
Thread Tools Rate Thread

Where are ALL of the firewall.cpl parameters stored?

 
 
Poe
Guest
Posts: n/a
 
      30th Jul 2005

Hey, folks! I am DESPERATELY trying to locate, in either the registry or
elsewhere, where firewall.cpl stores the following (below is the common
term used to refer to the setting, along with the name of the registry
key (if one exists) to the best of my knowledge):

Allow local program exceptions AllowUserPrefMerge
Allow remote admin exception RemoteDesktop
Allow file and printer sharing FileAndPrint
Allow remote desktop exception RemoteDesktop
Allow UPnP framework exception UPnPFramework
Log Dropped Packets LogDroppedPackets
Log Successful Connections LogSuccessfulConnections
Logfile pathname LogFilePath
Logfile Size LogFileSize
Prohibit Unicast DisableUnicastResponsesToMulticastBroadcast
Define Port Exceptions GloballyOpenPorts
Allow Local Port Exceptions AllowUserPrefMerge


I THINK these should be in he registry but I dumped registry starting
from HKLM and could not find them. I could find a few settings under
HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy
but not the ones specified above. I found a readme on the MS site that
mentioned GPO, but that makes no sense if a system is, for example, not
in a domain. Having said that, I am not a Windows expert and could be wrong.

Help would be very greatly appreciated. Sorry for spamming 3 groups but
I am trying desperately to figure this out over the weekend.




 
Reply With Quote
 
 
 
 
Poe
Guest
Posts: n/a
 
      30th Jul 2005
Poe wrote:
>
> Hey, folks! I am DESPERATELY trying to locate, in either the registry or
> elsewhere, where firewall.cpl stores the following (below is the common
> term used to refer to the setting, along with the name of the registry
> key (if one exists) to the best of my knowledge):
>
> Allow local program exceptions AllowUserPrefMerge
> Allow remote admin exception RemoteDesktop
> Allow file and printer sharing FileAndPrint
> Allow remote desktop exception RemoteDesktop
> Allow UPnP framework exception UPnPFramework
> Log Dropped Packets LogDroppedPackets
> Log Successful Connections LogSuccessfulConnections
> Logfile pathname LogFilePath
> Logfile Size LogFileSize
> Prohibit Unicast DisableUnicastResponsesToMulticastBroadcast
> Define Port Exceptions GloballyOpenPorts
> Allow Local Port Exceptions AllowUserPrefMerge
>
>
> I THINK these should be in he registry but I dumped registry starting
> from HKLM and could not find them. I could find a few settings under
> HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy
> but not the ones specified above. I found a readme on the MS site that
> mentioned GPO, but that makes no sense if a system is, for example, not
> in a domain. Having said that, I am not a Windows expert and could be
> wrong.
>
> Help would be very greatly appreciated. Sorry for spamming 3 groups but
> I am trying desperately to figure this out over the weekend.
>
>
>
>

Uh - forgot to mention, XP SP2 :-( Sorry - non-windows person here, be kind!
 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQ2xhcms=?=
Guest
Posts: n/a
 
      30th Jul 2005
C:\WINDOWS\system32\wbem\Repository\FS\OBJECTS.DATA
 
Reply With Quote
 
Poe
Guest
Posts: n/a
 
      30th Jul 2005
Peter Clark wrote:
> C:\WINDOWS\system32\wbem\Repository\FS\OBJECTS.DATA


Doesn't look to be a file I can easily interrogate with tools. Bummer.
But thanks for the information - I needed to know what I was up against
in my quest to get at all the firewall.cpl values!
 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      30th Jul 2005
Poe wrote:

> Peter Clark wrote:
>
>> C:\WINDOWS\system32\wbem\Repository\FS\OBJECTS.DATA

>
>
> Doesn't look to be a file I can easily interrogate with tools. Bummer.
> But thanks for the information - I needed to know what I was up against
> in my quest to get at all the firewall.cpl values!

Hi,

You can display the SP2 firewall settings like this (do it in a
command prompt to see the output):

netsh.exe firewall show config

For a more detailed listing:

netsh.exe firewall show config verbose = ENABLE


You can use netsh.exe to configure most of the firewall settings
as well.

The netsh.exe syntax is documented in WF_XPSP2.doc.

WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft
Windows XP with Service Pack 2" is downloadable from
http://www.microsoft.com/downloads/d...d-499f73a637d1



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Poe
Guest
Posts: n/a
 
      30th Jul 2005
Torgeir Bakken (MVP) wrote:
> Poe wrote:
>
>> Peter Clark wrote:
>>
>>> C:\WINDOWS\system32\wbem\Repository\FS\OBJECTS.DATA

>>
>>
>>
>> Doesn't look to be a file I can easily interrogate with tools. Bummer.
>> But thanks for the information - I needed to know what I was up against
>> in my quest to get at all the firewall.cpl values!

>
> Hi,
>
> You can display the SP2 firewall settings like this (do it in a
> command prompt to see the output):
>
> netsh.exe firewall show config
>
> For a more detailed listing:
>
> netsh.exe firewall show config verbose = ENABLE
>
>
> You can use netsh.exe to configure most of the firewall settings
> as well.
>
> The netsh.exe syntax is documented in WF_XPSP2.doc.
>
> WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft
> Windows XP with Service Pack 2" is downloadable from
> http://www.microsoft.com/downloads/d...d-499f73a637d1
>
>
>
>

Nothing personal, but I think I love you :-)
 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      31st Jul 2005
Poe wrote:

> Torgeir Bakken (MVP) wrote:
>
>>
>> You can display the SP2 firewall settings like this (do it in a
>> command prompt to see the output):
>>
>> netsh.exe firewall show config
>>
>> For a more detailed listing:
>>
>> netsh.exe firewall show config verbose = ENABLE
>>
>>
>> You can use netsh.exe to configure most of the firewall settings
>> as well.
>>
>> The netsh.exe syntax is documented in WF_XPSP2.doc.
>>
>> WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft
>> Windows XP with Service Pack 2" is downloadable from
>> http://www.microsoft.com/downloads/d...d-499f73a637d1
>>

>
> Nothing personal, but I think I love you :-)


<LOL>

Glad I could help you out :-)


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing output parameters to SQL Server stored procedures through an SqlCommand object's Parameters collection Mark Rae Microsoft ADO .NET 8 26th Sep 2005 03:28 PM
Where are ALL of the firewall.cpl parameters stored? Poe Windows XP Help 6 31st Jul 2005 04:51 PM
Where are ALL of the firewall.cpl parameters stored? Poe Windows XP Networking 6 31st Jul 2005 04:51 PM
Stored Procedures and SQL @ Parameters? Carl Fenley Microsoft Access Queries 0 29th Jun 2005 11:36 PM
Stored Proc w/ Parameters Mark Microsoft C# .NET 1 16th Oct 2003 09:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:57 AM.