From 46f9d084ebe72e1f16e60835f0724ee6db9018dd Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 6 Sep 2021 18:15:28 +0800 Subject: [PATCH] added a .reg file that it can enable long paths support at Windows 10(ver.1607). --- src/Win/LongPathsEnabled.reg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Win/LongPathsEnabled.reg diff --git a/src/Win/LongPathsEnabled.reg b/src/Win/LongPathsEnabled.reg new file mode 100644 index 0000000..1630c48 --- /dev/null +++ b/src/Win/LongPathsEnabled.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] +"LongPathsEnabled"=dword:00000001 \ No newline at end of file