• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Sysprep Windows 7 Computer Name

    Scheduled Pinned Locked Moved
    Windows Problems
    3
    3
    5.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Ben Warfield
      last edited by

      Hi everyone,
      I’m getting back into making more images in preparation for our summer re-imaging and want to revisit something I wasn’t successful with last year.

      I have an answer file that does 99% of what I want, but one thing I’ve never been able to get to work correctly is the computer name. At this point, imaging is a hands-off process except for one step - after imaging is complete, I have to click Next at the screen that says please enter a name for your computer. I leave the default name of PC filled in because the fog client changes it later, but still, it’s one step I would love to eliminate.

      I attached the unattend file I’m currently using, any help would be appreciated, thanks!

      [url=“/_imported_xf_attachments/1/1654_unattend.txt?:”]unattend.txt[/url]

      1 Reply Last reply Reply Quote 0
      • Jaymes DriverJ
        Jaymes Driver Developer
        last edited by

        I use:

        [code]
        <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
        <ComputerName>*</ComputerName>
        <RegisteredOrganization>Microsoft</RegisteredOrganization>
        <RegisteredOwner>CORPORATION</RegisteredOwner>
        <ProductKey>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</ProductKey>
        <CopyProfile>false</CopyProfile>
        <TimeZone>TIMEZONE</TimeZone>
        </component>
        [/code]
        This causes the machine to generate a name for itself based off the RegisteredOwner criteria. Then I let FOG rename the machine.

        I see where you included the <computername> but in my experience, without a registered owner the naming process fails 😞

        I used AutoBVT (Only because when I set up my unattend.xml I used the windows AIK to do so, and it was the default) as the RegisteredOwner and each of my machines started with AutoBVT-(Random Sequence) and then FOG renamed them appropriately.

        Hope this helps.

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 1
        • Boyan BiandovB
          Boyan Biandov
          last edited by

          Same here; except my computer names start with lab-xxxxx

          <ComputerName>lab-*</ComputerName>
          

          Works like a charm!

          1 Reply Last reply Reply Quote 1
          • 1 / 1
          • First post
            Last post

          153

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project