Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created July 27, 2022 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manueldev/2c31f4d92f152799dda2571b9351cd1b to your computer and use it in GitHub Desktop.
Save manueldev/2c31f4d92f152799dda2571b9351cd1b to your computer and use it in GitHub Desktop.
How to fix: The symbolic link cannot be followed because its type is disabled
fsutil behavior query SymlinkEvaluation
fsutil behavior set SymlinkEvaluation R2R:1
fsutil behavior set SymlinkEvaluation R2L:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment