rez icon indicating copy to clipboard operation
rez copied to clipboard

Convert Windows registry queries to use `winreg` module

Open nrusch opened this issue 7 months ago • 5 comments

Python 3 adds a winreg module to the standard library to perform Windows registry queries using native APIs.

This change converts the rez registry queries to use the winreg API instead of executing cmd.exe and/or powershell and parsing their output.

nrusch avatar Jun 27 '24 19:06 nrusch