Skip to content

Instantly share code, notes, and snippets.

@4piu
Created October 18, 2019 09:57
Show Gist options
  • Save 4piu/593530ac680b4c7aa0d0e49940e3bffe to your computer and use it in GitHub Desktop.
Save 4piu/593530ac680b4c7aa0d0e49940e3bffe to your computer and use it in GitHub Desktop.
Enable ReFS support on Window 10
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"RefsDisableLastAccessUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MiniNT]
"AllowRefsFormatOverNonmirrorVolume"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment