We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcce97 commit 07e9840Copy full SHA for 07e9840
deploy.cmd
@@ -1,5 +1,5 @@
1
set DRIVE=%1
2
3
-DISM /Apply-Image /ImageFile:dataimage_arm64.wim /Index:1 /ApplyDir:%DRIVE%
+REM DISM /Apply-Image /ImageFile:dataimage_arm64.wim /Index:1 /ApplyDir:%DRIVE%
4
DISM /Image:%DRIVE% /Add-Driver /Driver:"%DRIVE%Windows\ConfigSetRoot\AutoUnattend_Files\winautoconfig\dist\Out-of-Box Drivers\arm64" /Recurse /ForceUnsigned
5
REM DISM /Image:%DRIVE% /Add-Capability /CapabilityName:OpenSSH.Server~~~~0.0.1.0 /Source:"%DRIVE%Windows\ConfigSetRoot\AutoUnattend_Files\dist\Packages\OnDemandPack\arm64_OpenSSH-Server-Package_10.0.22000.1_neutral_31bf3856ad364e35_"
0 commit comments