Windows 11

From Omnia
Revision as of 21:52, 10 June 2024 by Kenneth (talk | contribs) (Created page with "== Windows 11 == == Enable Long File Paths == <pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001 </pre> ref: [https://superuser.com/questions/1807770/enable-long-paths-on-win-11-home]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Windows 11

Enable Long File Paths

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001

ref: [1]