Created
July 27, 2022 00:56
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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