Amd - Registry Tweaks Portable !exclusive!
The BIOS beeped once—a harsh, discordant sound in the otherwise silent room. Elias flinched. On the screen, the boot sequence scrolled by, a waterfall of white text on black, before landing on the Windows loading circle.
@echo off
echo Applying AMD portable tweaks...
Portable Code:
Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games Action: Set GPU Priority to 8 and Priority to 6. amd registry tweaks portable
def reset_tweaks():
for name, tweak in tweaks.items():
try:
ctypes.windll.advapi32.RegDeleteValueW(ctypes.c_uint(0x80000004), tweak["path"])
ctypes.windll.advapi32.RegDeleteKeyW(ctypes.c_uint(0x80000004), tweak["path"])
print(f"Reset name")
except Exception as e:
print(f"Failed to reset name: str(e)")