mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Updated the manuals
This commit is contained in:
@ -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)*
|
||||
|
Reference in New Issue
Block a user