# Enable Long Path Support on Windows
*Source: *
```powershell
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
```
***
## Appendix: Links
- [[2-Areas/Code/_README|Code]]
- [[Development]]
- [[Windows]]
- [[Windows CMD]]
- [[Command Line]]
- [[PowerShell]]
*Backlinks:*
```dataview
list from [[Enable Long Path Support on Windows]] AND -"Changelog"
```