Share via

Application Manifest in Windows 10 Home Version 20H2

Anonymous
2021-11-02T10:16:58+00:00

Hi,

does anyone know where I can find the application manifest on Windows 10 Home Version 20H2?

I need it to remove the maximum path lenght limitation, according to what is explained here

The document says that "Theapplication manifestmust also include the longPathAware element."

But where can I find the application manifest?

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

12 answers

Sort by: Most helpful
  1. Anonymous
    2021-11-03T06:46:50+00:00

    Hi Jose,

    Thank you again.

    I followed the steps that you suggested but also in this case it doesn't work.

    I think that the problem is not related to Python, since even if I try to create a normal text file and name it with a long name (160 characters) the file name is automatically trimmed.

    The same happens when I try to rename existing files, for example pictures

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-11-02T16:45:12+00:00

    Hi, thank you for your help.

    Yes I restarted the computer.

    LongPathsEnabled exist and the value is 1

    I don't understand why the limit is still active :(

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-11-02T16:17:36+00:00

    Hi,

    thank you for your kind reply.

    I followed your advice but unfortunately the problem is not solved.

    The limit is still active.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-11-02T16:18:54+00:00

    Which program is having the long path issue?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2021-11-02T13:01:08+00:00

    Hi, my name is Jose, a Windows user like you. I'll be glad to help you today.

    It is not necessary to create or edit a manifiest.xml file to modify the long path limit. To modify this limit, please right click on Start button and select Windows Powershell (admin), then paste the following command:

    New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `

    -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

    Next, restart your computer.

    Please let me know if you need any further assistance.

    Was this answer helpful?

    0 comments No comments