Windows 8 DLL File Information - fwcfg.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | Windows Firewall Configuration Helper |
File Version: | 6.2.9200.16384 (win8_rtm.120725-1247) |
Company: | Microsoft Corporation |
Product Name: | Microsoft® Windows® Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 88 KB |
Total Number of Exported Functions: | 1 |
Total Number of Exported Functions With Names: | 1 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 75,776 Bytes | 83.6% | Read, Execute | Code |
.data | 0x00014000 | 1,024 Bytes | 1.1% | Write, Read | Initialized Data |
.idata | 0x00015000 | 3,072 Bytes | 3.4% | Read | Initialized Data |
.rsrc | 0x00016000 | 1,536 Bytes | 1.7% | Read | Initialized Data |
.reloc | 0x00017000 | 8,192 Bytes | 9.0% | Read, Discardable | Initialized Data |
Static Linking
fwcfg.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
api-ms-win-core-com-l1-1-0.dll
api-ms-win-eventing-classicprovider-l1-1-0.dll
api-ms-win-core-libraryloader-l1-1-1.dll
OLEAUT32.dll
api-ms-win-core-errorhandling-l1-1-1.dll
api-ms-win-core-synch-l1-2-0.dll
api-ms-win-core-interlocked-l1-2-0.dll
api-ms-win-core-profile-l1-1-0.dll
api-ms-win-core-processthreads-l1-1-1.dll
api-ms-win-core-sysinfo-l1-2-0.dll
FirewallAPI.dll
NETSH.EXE
api-ms-win-core-processenvironment-l1-2-0.dll
This means that when fwcfg.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, fwcfg.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 123 | 63,424 Bytes | 70.0% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,136 Bytes | 1.3% |
Total | 125 | 64,560 Bytes | 71.2% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
String ID | String Text |
---|---|
4000 | Adds firewall configuration. |
4001 | Deletes firewall configuration. |
4002 | Sets firewall configuration. |
4003 | Shows firewall configuration. |
4009 | Disable |
4010 | Domain |
4011 | Enable |
4012 | IPv4 |
4013 | IPv6 |
4014 | Legacy Firewall (ICF) |
4016 | None |
4017 | Remote Administration |
4019 | Standard |
4023 | Unspecified |
4024 | Windows Firewall |
4026 | Public |
4030 | Adds firewall allowed program configuration. |
4031 | %1!s! [ program = ] path [ name = ] name [ [ mode = ] ENABLE|DISABLE [ scope = ] ALL|SUBNET|CUSTOM [ addresses = ] addresses [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Adds firewall allowed program configuration. Parameters: program - Program path and file name. name - Program name. mode - Program mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. scope - Program scope (optional). ALL - Allow all traffic through firewall (default). SUBNET - Allow only local network (subnet) traffic through firewall. CUSTOM - Allow only specified traffic through firewall. addresses - Custom scope addresses (optional). This comma-separated scope can contain IPv4 addresses, IPv6 addresses, subnets, ranges, or the keyword LocalSubnet. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Remarks: 'scope' must be 'CUSTOM' to specify 'addresses'. ‘addresses’ can not contain Unspecified or Loopback addresses. Examples: %1!s! C:\MyApp\MyApp.exe "My Application" ENABLE %1!s! C:\MyApp\MyApp.exe "My Application" ENABLE CUSTOM 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet %1!s! program=C:\MyApp\MyApp.exe name="My Application" mode=DISABLE %1!s! program=C:\MyApp\MyApp.exe name="My Application" mode=ENABLE scope=CUSTOM addresses=157.60.0.1, 172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4032 | Deletes firewall allowed program configuration. |
4033 | %1!s! [ program = ] path [ [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Deletes firewall allowed program configuration. Parameters: program - Program path and file name. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! C:\MyApp\MyApp.exe %1!s! program=C:\MyApp\MyApp.exe IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4034 | Sets firewall allowed program configuration. |
4035 | %1!s! [ program = ] path [ [ name = ] name [ mode = ] ENABLE|DISABLE [ scope = ] ALL|SUBNET|CUSTOM [ addresses = ] addresses [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Sets firewall allowed program configuration. Parameters: program - Program path and file name. name - Program name (optional). mode - Program mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. scope - Program scope (optional). ALL - Allow all traffic through firewall (default). SUBNET - Allow only local network (subnet) traffic through firewall. CUSTOM - Allow only specified traffic through firewall. addresses - Custom scope addresses (optional). This comma-separated scope can contain IPv4 addresses, IPv6 addresses, subnets, ranges, or the keyword LocalSubnet. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Remarks: 'scope' must be 'CUSTOM' to specify 'addresses'. ‘addresses’ can not contain Unspecified or Loopback addresses. Examples: %1!s! C:\MyApp\MyApp.exe "My Application" DISABLE %1!s! C:\MyApp\MyApp.exe "My Application" ENABLE CUSTOM 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet %1!s! program=C:\MyApp\MyApp.exe name="My Application" mode=DISABLE %1!s! program=C:\MyApp\MyApp.exe name="My Application" mode=ENABLE scope=CUSTOM addresses=157.60.0.1, 172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4036 | Shows firewall allowed program configuration. |
4037 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows firewall allowed program configuration. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4040 | %1!-7.7s! %2!-20.20s! %3!s! / %4!s! |
4041 | %1!-7.7s! %2!-20.20s! %3!s! / %4!s! Scope: %5!s! |
4042 | Allowed programs configuration for %1!s! profile: Mode Traffic direction Name / Program ------------------------------------------------------------------- |
4062 | Shows firewall configuration. |
4063 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows firewall configuration. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4080 | Shows current firewall profile. |
4081 | %1!s! Shows current firewall profile. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4100 | %1!s! profile configuration: ------------------------------------------------------------------- |
4101 | %1!s! profile configuration (current): ------------------------------------------------------------------- |
4120 | %1!-7.7s! %2!-3.3s! %3!s! / %4!s! |
4121 | Program exceptions: Mode Local policy Name / Program ------------------------------------------------------------------- |
4122 | %1!-5u! %2!-3.3s! %3!-4.4s! %4!-8u! %5!-3.3s! %6!-3.3s! %7!-3.3s! %8!s! / %9!s! |
4123 | Ports on which programs want to receive incoming connections: Port Protocol Version PID Type Wildcarded Forced Name / Program ------------------------------------------------------------------- |
4124 | ICMP settings for all network interfaces: Mode Type Description ------------------------------------------------------------------- |
4127 | Log settings: ------------------------------------------------------------------- |
4128 | %1!-5u! %2!-3.3s! %3!-3.3s! %4!-7.7s! %5!s! / %6!s! |
4129 | Port exceptions: Port Protocol Local policy Mode Name / Service type ------------------------------------------------------------------- |
4130 | Firewall status: ------------------------------------------------------------------- Profile = %1!s! Operational mode = %2!s! Exception mode = %3!s! Multicast/broadcast response mode = %4!s! Notification mode = %5!s! Group policy version = %6!s! Remote admin mode = %7!s! |
4131 | Local exceptions allowed by group policy: ------------------------------------------------------------------- Open ports = %1!s! Allowed programs = %2!s! |
4132 | Service settings: Mode Customized Name ------------------------------------------------------------------- |
4133 | Scope: %1!s! |
4134 | No ports are currently open on all network interfaces. |
4135 | %1!-5u! %2!-3.3s! %3!-4.4s! %4!s! |
4136 | Ports currently open on all network interfaces: Port Protocol Version Program ------------------------------------------------------------------- |
4160 | Sets firewall ICMP configuration. |
4161 | %1!s! [ type = ] 2-5|8-9|11-13|17|ALL [ [ mode = ] ENABLE|DISABLE [ profile = ] CURRENT|DOMAIN|STANDARD|ALL Sets firewall ICMP configuration. Parameters: type - ICMP type. 2 - Allow outbound packet too big. 3 - Allow outbound destination unreachable. 4 - Allow outbound source quench. 5 - Allow redirect. 8 - Allow inbound echo request. 9 - Allow inbound router request. 11 - Allow outbound time exceeded. 12 - Allow outbound parameter problem. 13 - Allow inbound timestamp request. 17 - Allow inbound mask request. ALL - All types. mode - ICMP mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! 8 %1!s! 8 ENABLE %1!s! type=ALL mode=DISABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4162 | Shows firewall ICMP configuration. |
4163 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows firewall ICMP configuration. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4180 | %1!-7.7s! %2!s! |
4181 | 2 Allow outbound packet too big |
4182 | 3 Allow outbound destination unreachable |
4183 | 4 Allow outbound source quench |
4184 | 5 Allow redirect |
4185 | 8 Allow inbound echo request |
4186 | 9 Allow inbound router request |
4187 | 11 Allow outbound time exceeded |
4188 | 12 Allow outbound parameter problem |
4189 | 13 Allow inbound timestamp request |
4190 | 17 Allow inbound mask request |
4191 | ICMP configuration for %1!s! profile: Mode Type Description ------------------------------------------------------------------- |
4220 | Sets firewall logging configuration. |
4221 | %1!s! [ [ filelocation = ] path [ maxfilesize = ] 1-32767 [ droppedpackets = ] ENABLE|DISABLE [ connections = ] ENABLE|DISABLE ] Sets firewall logging configuration. Parameters: filelocation - Log path and file name (optional). maxfilesize - Maximum log file size in kilobytes (optional). droppedpackets - Dropped packet log mode (optional). ENABLE - Log in firewall. DISABLE - Do not log in firewall. connections - Successful connection log mode (optional). ENABLE - Log in firewall. DISABLE - Do not log in firewall. Remarks: At least one parameter must be specified. Examples: %1!s! %%systemroot%%\system32\LogFiles\Firewall\pfirewall.log 4096 ENABLE %1!s! filelocation=%%systemroot%%\system32\LogFiles\Firewall\pfirewall.log maxfilesize=4096 droppedpackets=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4222 | Shows firewall logging configuration. |
4223 | %1!s! Shows firewall logging configuration. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4240 | Log configuration: ------------------------------------------------------------------- |
4241 | File location = %1!s! Max file size = %2!u! KB Dropped packets = %3!s! Connections = %4!s! |
4245 | Sets firewall multicast/broadcast response configuration. |
4246 | %1!s! [ mode = ] ENABLE|DISABLE [ [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Sets firewall multicast/broadcast response configuration. Parameters: mode - Multicast/broadcast response mode. ENABLE - Allow responses to multicast/broadcast traffic through the firewall. DISABLE - Do not allow responses to multicast/broadcast traffic through the firewall. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! ENABLE %1!s! mode=DISABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4247 | Shows firewall multicast/broadcast response configuration. |
4248 | %1!s! Shows firewall multicast/broadcast response configuration. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4249 | Multicast/broadcast response mode = %1!s! |
4250 | Sets firewall notification configuration. |
4251 | %1!s! [ mode = ] ENABLE|DISABLE [ [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Sets firewall notification configuration. Parameters: mode - Notification mode. ENABLE - Allow pop-up notifications from firewall. DISABLE - Do not allow pop-up notifications from firewall. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! ENABLE %1!s! mode=DISABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4252 | Shows firewall notification configuration. |
4253 | %1!s! Shows firewall notification configuration. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4255 | Notification mode = %1!s! |
4260 | Sets firewall operational configuration. |
4261 | %1!s! [ mode = ] ENABLE|DISABLE [ [ exceptions = ] ENABLE|DISABLE [ profile = ] CURRENT|DOMAIN|STANDARD|ALL Sets firewall operational configuration. Parameters: mode - Operational mode. ENABLE - Enable firewall. DISABLE - Disable firewall. exceptions - Exception mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! ENABLE %1!s! mode=ENABLE exceptions=DISABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4262 | Shows firewall operational configuration. |
4263 | %1!s! Shows firewall operational configuration. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4280 | Operational mode = %1!s! |
4281 | Exception mode = %1!s! |
4300 | Adds firewall port configuration. |
4301 | %1!s! [ protocol = ] TCP|UDP|ALL [ port = ] 1-65535 [ name = ] name [ [ mode = ] ENABLE|DISABLE [ scope = ] ALL|SUBNET|CUSTOM [ addresses = ] addresses [ profile = ] CURRENT|DOMAIN|STANDARD|ALL Adds firewall port configuration. Parameters: protocol - Port protocol. TCP - Transmission Control Protocol (TCP). UDP - User Datagram Protocol (UDP). ALL - All protocols. port - Port number. name - Port name. mode - Port mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. scope - Port scope (optional). ALL - Allow all traffic through firewall (default). SUBNET - Allow only local network (subnet) traffic through firewall. CUSTOM - Allow only specified traffic through firewall. addresses - Custom scope addresses (optional). This comma-separated scope can contain IPv4 addresses, IPv6 addresses, subnets, ranges, or the keyword LocalSubnet. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Remarks: 'scope' must be 'CUSTOM' to specify 'addresses'. ‘addresses’ can not contain unspecified or loopback addresses. Examples: %1!s! TCP 80 "My Web Port" %1!s! UDP 500 IKE ENABLE ALL %1!s! ALL 53 DNS ENABLE CUSTOM 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet %1!s! protocol=ALL port=53 name=DNS mode=ENABLE scope=CUSTOM addresses=157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4302 | Deletes firewall port configuration. |
4303 | %1!s! [ protocol = ] TCP|UDP|ALL [ port = ] 1-65535 [ [ profile = ] CURRENT|DOMAIN|STANDARD|ALL Deletes firewall port configuration. Parameters: protocol - Port protocol. TCP - Transmission Control Protocol (TCP). UDP - User Datagram Protocol (UDP). ALL - All protocols. port - Port number. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Examples: %1!s! TCP 80 %1!s! protocol=UDP port=500 IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4304 | Sets firewall port configuration. |
4305 | %1!s! [ protocol = ] TCP|UDP|ALL [ port = ] 1-65535 [ [ name = ] name [ mode = ] ENABLE|DISABLE [ scope = ] ALL|SUBNET|CUSTOM [ addresses = ] addresses [ profile = ] CURRENT|DOMAIN|STANDARD|ALL Sets firewall port configuration. Parameters: protocol - Port protocol. TCP - Transmission Control Protocol (TCP). UDP - User Datagram Protocol (UDP). ALL - All protocols. port - Port number. name - Port name (optional). mode - Port mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. scope - Port scope (optional). ALL - Allow all traffic through firewall (default). SUBNET - Allow only local network (subnet) traffic through firewall. CUSTOM - Allow only specified traffic through firewall. addresses - Custom scope addresses (optional). This comma-separated scope can contain IPv4 addresses, IPv6 addresses, subnets, ranges, and the keyword LocalSubnet. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Remarks: 'scope' must be 'CUSTOM' to specify 'addresses'. ‘addresses’ can not contain unspecified or loopback addresses. Examples: %1!s! TCP 80 "My Web Port" %1!s! UDP 500 IKE ENABLE ALL %1!s! ALL 53 DNS ENABLE CUSTOM 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet %1!s! protocol=ALL port=53 name=DNS mode=ENABLE scope=CUSTOM addresses=157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4306 | Shows firewall port configuration. |
4307 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows firewall port configuration. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4320 | %1!-5u! %2!-3.3s! %3!-7.7s! %4!-20.20s! %5!s! |
4321 | %1!-5u! %2!-3.3s! %3!-7.7s! %4!-20.20s! %5!s! Scope: %6!s! |
4322 | Port configuration for %1!s! profile: Port Protocol Mode Traffic direction Name ------------------------------------------------------------------- |
4340 | Resets firewall configuration to default. |
4341 | %1!s! Resets firewall configuration to default. Remarks: Restoring the default settings will delete all Windows Firewall settings that you have changed. For example, if you have allowed certain programs through the firewall those programs will be blocked again. IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4380 | Sets firewall service configuration. |
4381 | %1!s! [ type = ] FILEANDPRINT|REMOTEADMIN|REMOTEDESKTOP|UPNP|ALL [ [ mode = ] ENABLE|DISABLE [ scope = ] ALL|SUBNET|CUSTOM [ addresses = ] addresses [ profile = ] CURRENT|DOMAIN|STANDARD|ALL ] Sets firewall service configuration. Parameters: type - Service type. FILEANDPRINT - File and printer sharing. REMOTEADMIN - Remote administration. REMOTEDESKTOP - Remote assistance and remote desktop. UPNP - UPnP framework. ALL - All types. mode - Service mode (optional). ENABLE - Allow through firewall (default). DISABLE - Do not allow through firewall. scope - Service scope (optional). ALL - Allow all traffic through firewall. SUBNET - Allow only local network (subnet) traffic through firewall. CUSTOM - Allow only specified traffic through firewall. addresses - Custom scope addresses (optional). This comma-separated scope can contain IPv4 addresses, IPv6 addresses, subnets, ranges, or the keyword LocalSubnet. profile - Configuration profile (optional). CURRENT - Applies to the active profile. Active profile can be domain, standard (i.e. private), or public. (default). DOMAIN - Applies to the domain profile. STANDARD - Applies to the standard (i.e. private) profile. ALL - Applies to the domain and standard (i.e. private) profile. Does not apply to the public profile. Remarks: 'scope' must be 'CUSTOM' to specify 'addresses'. ‘addresses’ can not contain Unspecified or Loopback addresses. Examples: %1!s! FILEANDPRINT %1!s! REMOTEADMIN DISABLE %1!s! REMOTEDESKTOP ENABLE CUSTOM 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet %1!s! type=UPNP %1!s! type=REMOTEADMIN mode=ENABLE scope=SUBNET %1!s! type=REMOTEDESKTOP mode=ENABLE scope=CUSTOM addresses=157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0, 12AB:0000:0000:CD30::/60,LocalSubnet IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4382 | Shows firewall service configuration. |
4383 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows firewall service configuration. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4400 | %1!-7.7s! %2!-3.3s! %3!s! |
4401 | %1!-7.7s! %2!-3.3s! %3!s! Scope: %4!s! |
4402 | Service configuration for %1!s! profile: Mode Customized Name ------------------------------------------------------------------- |
4420 | Shows current firewall state. |
4421 | %1!s! [ [ verbose = ] DISABLE|ENABLE ] Shows current firewall state. Parameters: verbose - Verbose mode (optional). DISABLE - Display only summary information (default). ENABLE - Display all available information. Examples: %1!s! %1!s! ENABLE %1!s! verbose=ENABLE IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4500 | File and Printer Sharing |
4501 | UPnP Framework |
4502 | Remote Desktop |
4503 | Inbound |
4504 | Outbound |
4505 | Inbound/Outbound |
4506 | IMPORTANT: Command executed successfully. However, "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
4507 | IMPORTANT: "netsh firewall" is deprecated; use "netsh advfirewall firewall" instead. For more information on using "netsh advfirewall firewall" commands instead of "netsh firewall", see KB article 947709 at http://go.microsoft.com/fwlink/?linkid=121488 . |
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:InitHelperDll |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter __CxxFrameHandler _amsg_exit _except_handler4_common _initterm _wtoi free malloc memcpy memset void * __cdecl operator new[](unsigned int) void __cdecl operator delete[](void *) wcsstr - ntdll.dll:
EtwTraceMessage WinSqmAddToStream - api-ms-win-core-com-l1-1-0.dll:
combase!CoInitializeEx combase!CoUninitialize - api-ms-win-eventing-classicprovider-l1-1-0.dll:
ntdll!EtwGetTraceEnableFlags ntdll!EtwGetTraceEnableLevel ntdll!EtwGetTraceLoggerHandle ntdll!EtwRegisterTraceGuidsW ntdll!EtwUnregisterTraceGuids - api-ms-win-core-libraryloader-l1-1-1.dll:
KernelBase!DisableThreadLibraryCalls KernelBase!LoadStringW - OLEAUT32.dll:
SysAllocString SysFreeString VariantClear VariantInit - api-ms-win-core-errorhandling-l1-1-1.dll:
KernelBase!GetLastError KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!Sleep - api-ms-win-core-interlocked-l1-2-0.dll:
KernelBase!InterlockedCompareExchange KernelBase!InterlockedExchange - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-processthreads-l1-1-1.dll:
kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThreadId kernel32!TerminateProcess - api-ms-win-core-sysinfo-l1-2-0.dll:
KernelBase!GetSystemTimeAsFileTime KernelBase!GetTickCount - FirewallAPI.dll:
CalculateOpenPortOrAuthAppAddrStringSize FWClosePolicyStore FWEnumFirewallRules FWFreeFirewallRules FWGetConfig FWGetGlobalConfig FWOpenPolicyStore FWSetConfig FwAlloc FwFree FwGetAddressesAsString IcfConnect IcfDisconnect IcfFreeDynamicFwPorts IcfFreeProfile IcfFreeTickets IcfGetDynamicFwPorts IcfGetProfile IcfGetTickets OpenPortOrAuthAppAddrToString - NETSH.EXE:
MatchEnumTag MatchTagsInCmdLine PrintError PrintMessageFromModule RegisterContext RegisterHelper - api-ms-win-core-processenvironment-l1-2-0.dll:
KernelBase!ExpandEnvironmentStringsW