Skip to content

Commit

Permalink
feat(video): Meet netboot.xyz - Network Boot Any Operating System
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Nov 11, 2023
1 parent b2d9b17 commit 834b999
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2023-11-09-netbootxyz-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ then type
net use F: \\<server-ip-address>\<share-name> /user:<server-ip-address>\<username-if-needed> <password-if-needed>
```

If you want it to prompt for a username and password, remove the `user` argument

```shell
net use F: \\<server-ip-address>\<share-name>
```

This will map the `F:` drive to your `Windows`` share that the Windows ISO extracted

then type
Expand Down

0 comments on commit 834b999

Please sign in to comment.