Ammar Askar <am...@ammaraskar.com> added the comment:

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"

----------
nosy: +ammar2

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to