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

    Sysprep Problem

    Scheduled Pinned Locked Moved
    Windows Problems
    2
    3
    2.1k
    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.
    • T
      TheeGrizzly
      last edited by

      After several trial and error attempts I finally got my sysprep the way i wanted it. I sysprepped a 7010 and uploaded it to the fog server. Prior to doing this I saved the unattend.xml to a flash drive so i could use it on other machines. When I copy and paste the Unattend.xml off the the flash drive onto a C:\windows\system32\sysprep folder it copies; however, when i try and view the unattend file it says that my path is incorrect and than when I run sysprep i just runs the default settings. Can someone please help me with my problem

      Thanks,
      Austin

      1 Reply Last reply Reply Quote 0
      • M
        madeyem
        last edited by

        If you want to use Sysprep with an unattend.xml, you have to run a batch script, in which you specify the location of the unattend.xml. Starting Sysprep via the GUI will always run the default Sysprep process.

        For example, create a batch file with the following content:

        [CODE]@echo off
        cd c:\windows\system32\sysprep
        sysprep /oobe /generalize /shutdown /unattend:C:*path to the unattend.xml*\unattend.xml[/CODE]

        1 Reply Last reply Reply Quote 0
        • T
          TheeGrizzly
          last edited by

          [quote=“madeyem, post: 12683, member: 797”]If you want to use Sysprep with an unattend.xml, you have to run a batch script, in which you specify the location of the unattend.xml. Starting Sysprep via the GUI will always run the default Sysprep process.

          For example, create a batch file with the following content:

          [CODE]@echo off
          cd c:\windows\system32\sysprep
          sysprep /oobe /generalize /shutdown /unattend:C:*path to the unattend.xml*\unattend.xml[/CODE][/quote]

          I don’t use a .bat file I just call it from command prompt and I point to the unattend but it is still not working right.

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

          260

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project