Files
easydiffusion/scripts/win_enable_long_filepaths.ps1
2022-09-02 13:58:36 +05:30

2 lines
124 B
PowerShell

Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -Type DWord -Value 1
pause