easydiffusion/scripts/win_enable_long_filepaths.ps1

2 lines
124 B
PowerShell
Raw Normal View History

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