I have a segment with 100 computers.
I am booting each machne from WinPE OS located on a CD. After the OS has finished loading, I want to automatically run a batch file that will copy the CD to the C:\ drive.
My questions:
- How can I edit the WinPe ISO to run the batch file automatically after booting?
- Copy to C:\ drive required an admin privilages, how can I write it to run as admin? (I can't use "Run As" command since I dont know what the name and the password of admin on each computer are).