Specify an Image for the NAP Client User Interface
Applies To: Windows Server 2008, Windows Server 2012
Specifying an image for the NAP client user interface
Using the Windows interface
Using a command line
To specify an image for the NAP client user interface by using the Windows interface
To open the NAP client configuration console, click Start, click All Programs, click Accessories, click Run, type NAPCLCFG.MSC, and click OK.
In the console tree, click User Interface Settings.
Right-click UI Settings, and then click Properties.
In the UI Settings Properties dialog box, click Browse, and select the image that you want to appear in the NAP client user interface.
Additional considerations
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
To specify an image for the NAP client user interface by using a command line
To open a command prompt, click Start, click All Programs, click Accessories, and click Command Prompt.
Type: netsh nap client set userinterface image = <image>
The following table provides a guideline for the placeholder text in the Netsh command.
Placeholder | Possible Values | Description |
---|---|---|
<image> |
The path to an image that is saved in the following file formats: .jpg, bmp, and .gif. |
The image that you want to display in the NAP client user interface. |
Note
To concurrently specify the NAP client user interface title, description, and image, type: netsh nap client set userinterface title = <title> text = <text> image = <image>
Additional considerations
- To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.