Updated the manuals

This commit is contained in:
Markus Fleschutz
2025-08-07 16:01:32 +02:00
parent a704645a27
commit 7ee6a194c4
660 changed files with 2013 additions and 2090 deletions

View File

@ -1,5 +1,5 @@
PowerShell Script: *copy-broken-file.ps1*
===================================
Script: *copy-broken-file.ps1*
========================
This script will copy the specified file even if it contains unreadable blocks caused by device I/O errors and such. The block that it can not read will be replaced with zeros. The size of the block is determined by the buffer. So, to optimize it for speed, use a large buffer. To optimize for accuracy, use a small buffer, smallest being the cluter size of the partition where your sourcefile resides.
@ -683,4 +683,4 @@ if ($UnreadableBlocks) {
}
```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)*
*(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:04)*