Long Filename Path Windows 10 Resolution

GMQ

Joined
Mar 21, 2017
Messages
6
Reaction score
0
Hi,

Kindly help if you have resolution for long filename path for windows 10? because after i upgraded to windows 10 i could not save long filename. Kindly advise and thanks in advance.

Best regards
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Welcome to the Forum GMQ.

To enable Long Paths for file names do the following:
  • Right-click on Start and select Command Prompt (Admin)
  • Click Yes when the User Account Control alert appears
  • In the Administrator: Command Prompt opens type or copy & paste the following:

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f

    Press Enter key to execute.

    Close the command window. Done.

    Note: Enabling this can affect some 32-bit applications and may cause instability. If later you prefer to return to the default setting where Long Paths are not enabled simply enter this command instead:

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 0 /f

Regards,

Regedit32
 

GMQ

Joined
Mar 21, 2017
Messages
6
Reaction score
0
Welcome to the Forum GMQ.

To enable Long Paths for file names do the following:
  • Right-click on Start and select Command Prompt (Admin)
  • Click Yes when the User Account Control alert appears
  • In the Administrator: Command Prompt opens type or copy & paste the following:

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f

    Press Enter key to execute.

    Close the command window. Done.

    Note: Enabling this can affect some 32-bit applications and may cause instability. If later you prefer to return to the default setting where Long Paths are not enabled simply enter this command instead:

    Code:
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 0 /f

Regards,

Regedit32
Thank you Regedit32 and will try this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top