Previous Topic: wincfg: Windows Configuration Utility - Overview

Next Topic: wincfg: Windows Configuration Utility - Windows Server 2008 SID

wincfg: Windows Configuration Utility - Usage

Configure a Windows appliance

Syntax
util wincfg name=app_name:comp_name computer_name= name admin_pw=- --newsid 
Options
name=app_name:comp_name

Name of appliance to configure in the form application_name:component_name

computer_name=name

New computer name of the appliance

admin_pw=-

The password can be set either directly, by supplying the password string on the command line, or typed to a 'shadow-display' password prompt that does not reveal the entered characters. The shadow entry option is selected by using a single '-' character as the password, that is, admin_pw=-. The admin_pw=- option should ALWAYS be used to prevent others from potentially seeing the password by hitting the up arrow key.

--newsid

Change the SID of the appliance.

Examples
util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST 

Change Computer Name of the Windows appliance to WIN03TST

util wincfg name=tst-windows:main.WIN03S admin_pw=- 

Change Maintainer password for the Windows appliance.

util wincfg name=tst-windows:main.WIN03S --newsid 

Change SID for the Windows appliance

util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST admin_pw=- 

Change Computer Name and Maintainer password for the Windows appliance.

util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST --newsid 

Change Computer Name and SID of the Windows appliance.

util wincfg name=tst-windows:main.WIN03S admin_pw=- --newsid 

Change Maintainer password and SID of the Windows appliance.

util wincfg name=tst-windows:main.WIN03S computer_name=WIN03TST admin_pw=- --newsid 

Change Computer Name and SID of the Windows appliance.

Notes