Skip to content

Commit bd76ff0

Browse files
committed
Update README.md
1 parent 88c4ad4 commit bd76ff0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3636
iex (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
---

0 commit comments

Comments
 (0)