updated formatting

This commit is contained in:
frankbartkewitz
2026-06-30 21:16:12 +02:00
parent d6f5467391
commit f9ea7ea734
2 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -19,17 +19,17 @@ Remarks
How to use
either
* install the vioscsi.inf/viostor.inf before OR
* tell the script to do it by -ScsiInfPath and/or -BlockInfPath parameter OR
* use virtio-win-guest-tools.exe /S to install it
* install the vioscsi.inf/viostor.inf before *OR*
* tell the script to do it by `-ScsiInfPath` and/or `-BlockInfPath` parameter OR
* use `virtio-win-guest-tools.exe /S` to install it
depending on the set security policy it might be required to run the script via
PowerShell /ExecutionPolicy Bypass /File <path-to-this-script-file> [-Driver <scsi|block|both>] [-ScsiInfPath <path>] [-BlockInfPath <path>]
`PowerShell /ExecutionPolicy Bypass /File <path-to-this-script-file> [-Driver <scsi|block|both>] [-ScsiInfPath <path>] [-BlockInfPath <path>]`
Driver options:
- scsi (default) - Install VirtIO SCSI driver only
- block - Install VirtIO Block driver only
- both - Install both drivers
- `scsi` (default) - Install VirtIO SCSI driver only
- `block` - Install VirtIO Block driver only
- `both` - Install both drivers
How does the script work?
* install the driver(s), if requested
Binary file not shown.