You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People tend to only download the ps1 file, not the autounattend.xml file.
The script should do a pre-flight check for access to autounattend.xml before it even starts processing the image, so this does not occur mid-flight:
Copy-Item : Der Pfad "C:\Users\flori\Downloads\autounattend.xml" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Users\flori\Downloads\tiny11maker.ps1:237 Zeichen:1
+ Copy-Item -Path "$PSScriptRoot\autounattend.xml" -Destination "$Scrat ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\flori\...utounattend.xml:String) [Copy-Item], ItemNotFoundException
Even better, it should create autounattend.xml on-the-fly.
The text was updated successfully, but these errors were encountered:
People tend to only download the ps1 file, not the
autounattend.xml
file.The script should do a pre-flight check for access to
autounattend.xml
before it even starts processing the image, so this does not occur mid-flight:Even better, it should create
autounattend.xml
on-the-fly.The text was updated successfully, but these errors were encountered: