Searched refs:HKCU (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 134 HKCU = _winreg.HKEY_CURRENT_USER 135 keys = Reg.read_keys(HKCU, 'xxxx') 138 keys = Reg.read_keys(HKCU, r'Control Panel')
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 134 HKCU = winreg.HKEY_CURRENT_USER 135 keys = Reg.read_keys(HKCU, 'xxxx') 138 keys = Reg.read_keys(HKCU, r'Control Panel')
|
/external/python/cpython3/Tools/scripts/ |
D | win_add2path.py | 15 HKCU = winreg.HKEY_CURRENT_USER variable 31 with winreg.CreateKey(HKCU, ENV) as key:
|
/external/python/cpython2/Tools/scripts/ |
D | win_add2path.py | 15 HKCU = _winreg.HKEY_CURRENT_USER variable 30 with _winreg.CreateKey(HKCU, ENV) as key:
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | README | 31 Navigate to HKCU\Software\Wine\Direct3D 39 HKCU\Software\Wine\AppDefaults\app.exe\Direct3D\UseNative 64 > HKCU\Software\Wine\Direct3D\UseNative 65 > HKCU\Software\Wine\AppDefaults\app.exe\Direct3D\UseNative
|
/external/python/cpython2/PC/VS7.1/ |
D | Uninstal.wse | 28 Text=uninstall info under HKCU instead of HKLM if our DOADMIN var is false. 461 Text=The same, but write under HKCU instead.
|
D | python20.wse | 1160 …dmin install" if you would prefer settings made in the per-user registry (HKCU), and DLLs installe… 1464 Text=it writes to HKCU (instead of HKLM) if the user doesn't have admin privs. 1570 Text=writing uninstall info to HKCU is ineffective except under Win2K. 2419 …Text=On Win2K, a user without Admin privs has to register extensions under HKCU\Software\CLASSES i… 2702 Text=Write to HKLM for admin, else HKCU. Keep these blocks otherwise identical! 2792 Text=Write to HKLM for admin, else HKCU. Keep these blocks otherwise identical! 2830 Text=As usual, write to HKLM or HKCU depending on Admin privs.
|
/external/python/cpython3/Tools/msi/ |
D | testrelease.bat | 76 @reg query HKCU\Software\Python /s > "%~2\hkcu.txt" 2>&1
|
/external/gflags/cmake/ |
D | utils.cmake | 185 …COMMAND reg add \"HKCU\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\" /v \"${REG…
|
/external/python/cpython2/Doc/using/ |
D | windows.rst | 177 HKLM, so HKCU is typically empty.)
|
/external/python/cpython3/Doc/using/ |
D | windows.rst | 989 HKLM, so HKCU is typically empty.)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 4764 environment var of the HKCU tree and adds the python bin and script
|