File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Zero-touch Windows deployment with automatic driver updates, application install
2626# 1. Create bootable Windows 11 USB
2727# 2. Copy autounattend.xml to USB root
2828# 3. (Optional) Copy RMM agent as Agent.exe to USB root
29- # 4. Boot from USB with network connected
29+ # 4. Boot from USB with network connected. Make sure to keep the USB drive connected until deployment is complete.
3030# 5. Wait - everything happens automatically
3131```
3232
@@ -35,12 +35,11 @@ Zero-touch Windows deployment with automatic driver updates, application install
3535# Run as Administrator in PowerShell 7
3636iex (irm "https://raw.githubusercontent.com/Stensel8/WinDeploy/$((irm https://api.github.com/repos/Stensel8/WinDeploy/releases/latest).tag_name)/Scripts/Start.ps1")
3737```
38- ```
3938
4039### Option 3: Fastest method (one-liner)
4140``` powershell
4241# Run as Administrator in PowerShell 7
43- iex(irm windeploy.stensel.nl)
42+ iex (irm windeploy.stensel.nl)
4443```
4544
4645---
You can’t perform that action at this time.
0 commit comments