PowerTip: Quickly Fix a Volume with PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to perform a quick fix on a volume.

Hey, Scripting Guy! Question How can I use Windows PowerShell to perform a quick fix on a volume that is somewhat suspect?

Hey, Scripting Guy! Answer Use the Repair-Volume cmdlet and specify the drive letter and the SpotFix parameter, for example:

Repair-Volume -DriveLetter E -SpotFix

0 comments

Discussion is closed.

Feedback usabilla icon