Jump to content

Rbcc56

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Rbcc56

  1. It seems kind of unusual that this is happening ! Something between Windows PE part of Windows installation and when Windows Install is done. I have no idea what it is! John
  2. I am using winpeshl.ini and placing it into Dos. Wim and inside of Winpeshl.ini I have 6 files shown below: winpeshl.ini These will be inserted into Windows/System32 of boot.wim. I will use 7zip to do this. The Problem is that during installation of Windows it says that it create every partition and the mount point for every partition. Then windows is ran after installation is through the Drive letters CGDEF are used why is this? Can I have the Drive I created Used?? John apply-win.bat dopartition.bat EndWinPE.bat Make-dir.bat partitions.txt startnet.cmd
  3. Questions : Does it matter which version of Windows that you use? I noticed that your on Win 7 and the base machine is Windows 11? Is there a way to circumvent the way windows enumerate the drives? if so how?
  4. My Winpeshl consists of Startnet.cmd dopartition.bat Apply-win.bat Make-Dir.bat %systemdrive% \sources\setup.exe Question 1 Do the quotes in : %SYSTEMDRIVE%\Windows\System32\diskpart.exe, /s %SYSTEMDRIVE%\Windows\System32\diskpart.txt go around "/s %systemdrive....." or just the "%Systemdrive....at the end?Pa Question 2 Can I use Partition letter "A" in the partitions.txt file. Or is that only for the disk drive [Which I don't have one]? Question 3: I only used Disk letters : C,A,T,U,D but when it Runs Windows in VMWare Workstation `17.6.2 It has completely different letter C,D,E,F,G Why? TIA
  5. Here's what I have so far... in AutoUnattend.xml : <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Search for the unique folder name, and set the drive letter as a variable</Description> <Path>cmd /c for %i in (D E F G H I J K L N M O P Q R S T U V W X Y Z) do if exist %i\Batches setx /m USBDRIVE=%i:</Path> </RunSynchronousCommand> <Description>Dirs</Description> <Order>2</Order> <Path>%USBDRIVE%\batches\Directories.cmd</Path> </RunSynchronousCommand> </RunSynchronous> Should This Boot the VM over and over again? How do I stop the Reboots? How do I visually see what this is doing? Can this be done in the <RunSyncronous> or do I have to use <RunAsyncronous>? Should the line with setx be set? is the if exist line correct? Where do I add the line %USBDrive%\Batches is on %USBDirve? this should cycle through the Hard Drive and use the drive letter where the directory "batches" and put it into a variable %i . Then it should use whatever is in %USBrive to run Directories in the directory batches. Where is the error!? TIA JTM
  6. I would a piece of to put into my autunattend.xml and unattend.xml to search through all drives except a,b and c. This code will set a variable to %Drive and then run a batch file called apps,utils and batches then run z.cmd inside a folder on app,utils and batches. how is done? Show in code!
  7. Can you show the code to solve this problem beside drive and USBDrive variable mixup?
  8. AutoUnattend.xml Directories.cmd I'm Using VMware Workstation 17.6.2, to Create a virtual machine. That I use to install Windows 11 Pro N 26100.4351 [UUPDump] Insider Edition. I then received the screen below. I'm not sure where the error is but I think that it is in the autounattend.xml file. can someone tell me to correct it ? John J
×
×
  • Create New...