Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh nap client set userinterface ?
set userinterface
[[ title = ] title
[ text = ] text
[ image = ] image ]
Sets the user interface settings. You must specify one or more parameters.
title - Specifies the title that appears in the user interface.
(Optional)
text - Specifies the description that appears in the user interface.
(Optional)
image - Specifies the image that appears in the user interface.
(Optional)
Example:
set userinterface title = "My company"
text = "Protecting your PC"
image = "c:\Logo.jpg"