MSFN Forum: ris asking for a computer name? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ris asking for a computer name? Rate Topic: -----

#1 User is offline   timatlee 

  • Group: Members
  • Posts: 8
  • Joined: 27-February 07

Posted 28 February 2007 - 02:37 PM

Hello

I've been able to get RIS to do almost everything I need to deploy XP to our desktops, but two final questions remain...

I'd like RIS to ask me what to name the computer, instead of assigning a computer name to it. I've been able to get this done through sysprep, but that's the only reason I would run sysprep after RIS finishes its install.

The second issue... sysprep (and other commands) only run once I've logged in once. I'd like to have a "runonce" that doesn't require a user being logged in, but depends on the network device to be and the computer joined to the domain.

Thanks in advance!


#2 User is offline   low_rider 

  • Group: Members
  • Posts: 4
  • Joined: 11-March 07

Posted 19 March 2007 - 03:06 PM

Hi timatlee,

Can you paste the details of you 'choice.osc' file?
You can find it: risserver\reminst\OSChooser\English

#3 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 31 July 2007 - 01:54 PM

have you tried editing your sif file so that the UserData section has COMPUTERNAME remmed out (put a semicolon infront to REM it out)

[UserData]

[UserData]

;FullName = "%USERFIRSTNAME% %USERLASTNAME%"

Fullname = something

OrgName = "%ORGNAME%"

ComputerName = %MACHINENAME%

change it to

[code][UserData]

[UserData]

;FullName = "%USERFIRSTNAME% %USERLASTNAME%"

Fullname = something

OrgName = "%ORGNAME%"

;ComputerName = %MACHINENAME%



for your second problem you need the following in your sif file (plus you may need another file, like a batch file to run other commands/apps via guirunonce)

[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "*"
AutoLogon=Yes
;AutoLogonCount=1
; set number of autologins above by changing the number and removing the rem



[GuiRunOnce]
"C:\drivers\system\Setup\install.bat"



cheers
anyweb

This post has been edited by anyweb: 31 July 2007 - 02:31 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy