This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients Alisue Lambda, ammar2, docs@python, pablogsal
Date 2018-08-15.06:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534316275.35.0.56676864532.issue34406@psf.upfronthosting.co.za>
In-reply-to
Content
For what its worth, window's reg command also makes a distinction between the registry key and value:


C:\Users\ammar>reg.exe QUERY HKLM\Software\Microsoft\.NETFramework\Enable64Bit
ERROR: The system was unable to find the specified registry key or value.

C:\Users\ammar>reg.exe QUERY HKLM\Software\Microsoft\.NETFramework /V Enable64Bit

HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework
    Enable64Bit    REG_DWORD    0x1


Maybe it can just be phrased as something like, "set the registry value LongPathsEnabled in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem"
History
Date User Action Args
2018-08-15 06:57:55ammar2setrecipients: + ammar2, docs@python, pablogsal, Alisue Lambda
2018-08-15 06:57:55ammar2setmessageid: <1534316275.35.0.56676864532.issue34406@psf.upfronthosting.co.za>
2018-08-15 06:57:55ammar2linkissue34406 messages
2018-08-15 06:57:55ammar2create