• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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 Jun 17, 2013, 2:44 PM

    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 Jun 18, 2013, 6:56 AM

      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 Jun 20, 2013, 12:08 PM

        [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
        1 / 1
        • First post
          1/3
          Last post

        125

        Online

        12.1k

        Users

        17.3k

        Topics

        155.3k

        Posts
        Copyright © 2012-2024 FOG Project