Jump to content

Search the Community

Showing results for tags 'imaging'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. I am attempting to run a light-touch to unattended imaging process from a USB, however i run into an error. I am running an error during the assignment of a drive letters several lines into my batch script. I have a 2 part imaging system that i call a batch file, and it runs through and is supposed to apply my wim as an image. During the part that it calls to for diskpart as part of my imaging i get an error. The initial batch is as follows: diskpart /s part2.txt copy u:\test.wim d: x:\imagex.exe /apply d:\test.wim 1 d: d:\windows\system32\bcdboot d:\windows exit During the diskpart it calls to a text file for the diskpart commands noting: select disk 0 clean create partition primary size=80 select partition 1 format fs=ntfs label="system" quick assign letter=C active create partition primary select partition 2 format fs=ntfs label="windows" quick assign letter=D select disk 1 select partition 1 assign letter=U exit It goes throught the script all the way until it tries to assign drive letter D, then it throws an error. Virtual Disk Service error: The specified drive letter is not free to be assigned. Thusly bunking my entire automation. Everything works flawlessly if i run the entire diskpart section by hand, however it will not work in a diskpart batch. HELP!?!?!
×
×
  • Create New...