Disable Integrity Streams for ReFS
Disable integrity streams on ReFS for certain files.
John Savill
August 19, 2014
1 Min Read
Q: How do I turn off integrity streams for a file in ReFS?
A: To disable integrity streams on a file in Resilient File System (ReFS)—for example, a VHD used by Hyper-V—run the following command:
Set-FileIntegrity -FileName -Enable $False
The reason this is required is that with integrity streams each write becomes multiple writes. This becomes a performance issue for VHDs used by Hyper-V and therefore needs to be disabled.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like