• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Need Feedback for GPU-Z Installer

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,051 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
uploaded a new build that has
- improved error message for update when another gpuz is running
- cancel in the system menu installer won't quit gpuz
 

erhicks

New Member
Joined
Jul 9, 2012
Messages
3 (0.00/day)
How do you run this without installing or responding to the new dialog box? This is going to force a rewrite of my detection scripts.
 

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,051 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
How do you run this without installing or responding to the new dialog box? This is going to force a rewrite of my detection scripts.

HKEY_CURRENT_USER\Software\techPowerUp\GPU-Z

Install_Dir
REG_SZ
C:\Program Files (x86)\GPU-Z

if you set that key's value to "no", then that means "classic mode"
 

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,051 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
should the installer prompt come up if you run -dump?

next release will no longer show the installer when you run gpuz with -dump
 

erhicks

New Member
Joined
Jul 9, 2012
Messages
3 (0.00/day)
Thanks, I used the following reg command to point to where the exe is sitting and it seems to work fine. Still testing:

reg add "HKEY_CURRENT_USER\Software\techPowerUp\GPU-Z" /v "Install_Dir" /d "%Partition1%\WinVar" /t REG_SZ /f
 

erhicks

New Member
Joined
Jul 9, 2012
Messages
3 (0.00/day)
this also works:
reg add "HKEY_CURRENT_USER\Software\techPowerUp\GPU-Z" /v "Install_Dir" /d "no" /t REG_SZ /f
 
Top