mirror of
https://github.com/zhicheng233/VHDPatchFix.git
synced 2026-09-19 09:18:00 -04:00
Update commands in README for vhdfix usage
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
Preview a change without writing:
|
||||
|
||||
```powershell
|
||||
dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run
|
||||
vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run
|
||||
```
|
||||
|
||||
Patch the VHD and create the default `.bak` backup:
|
||||
|
||||
```powershell
|
||||
dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd"
|
||||
vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd"
|
||||
```
|
||||
|
||||
Verify after writing:
|
||||
|
||||
Reference in New Issue
Block a user