Jump to content

Run a script

  1. 1. HOW TO RUN A SCRIPT

    • What file is this .exe, .bat. ?
      0
    • How does in work? (for beginner)
      0
    • If you use this script ,what type of file when you save?
      0

Please sign in or register to vote in this poll.

Featured Replies

Posted

Hi

Plese help me.Expland for beginner

http://technet.microsoft.com/en-us/library/cc732280%28WS.10%29.aspx#ex1

Example 3: Run a script

The following is an example Sysprep.inf file that runs a script on first logon (Command0), sets the administrator password (AdminPassword), and bypasses the Welcome screen (AutoLogon).

[GuiRunOnce]

Command0 = "set path=c:\scripts;%PATH%"

[GuiUnattended]

AutoLogon = Yes

AdminPassword = Password1!

OEMSkipRegional = 1

OemSkipWelcome = 1

TimeZone = %TIMEZONE%

[identification]

JoinDomain = %MACHINEDOMAIN%

DoOldStyleDomainJoin = Yes

Thanks

Lacharge

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...