Profile (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the Profile setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the profile of a Windows Firewall group. Set this value to all, domain, private, or public.

The default value is domain.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Networking-MPSSVC-Svc

Products/Embedded Core/Networking-MPSSVC-Svc/FirewallGroups/FirewallGroup/Profile

XML Example

The following XML example shows how to set a profile for a firewall group.

<FirewallGroups>
   <FirewallGroup wcm:action="add" wcm:keyValue="WindowsMediaPlayer">
      <Active>true</Active>
       <Group>Windows Media Player</Group>
       <Profile>all</Profile>
    </FirewallGroup>
</FirewallGroups>

To see an XML example that shows how to set two Windows Firewall groups, see Firewall Groups XML Example.

See Also

Reference

Active
Group

Concepts

Embedded Core Settings