mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
Update hzdr_utils.py
This commit is contained in:
@@ -6,7 +6,7 @@ import winreg
|
||||
|
||||
input_file = 'input.reg'
|
||||
config_file = 'config_registry.txt'
|
||||
hive = winreg.KEY_CURRENT_USER
|
||||
hive = winreg.HKEY_CURRENT_USER
|
||||
subkey = r"SOFTWARE\Guerilla Games\Horizon Zero Dawn Remastered\Graphics"
|
||||
|
||||
def export_registry_key(hive, subkey, input_file):
|
||||
|
||||
Reference in New Issue
Block a user