From: Rose Hellsing <rose@pinkro.se> On Windows the key HKLM\SOFTWARE\Microsoft\SQMClient is populated with a random UUID when SQM is first used to identify each device. For now setting it to an empty value seems to satisfy applications that depend on it. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54021 --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index f66d4ead022..70972e2f38f 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -591,6 +591,7 @@ HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll" HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll" HKLM,Software\Microsoft\Shared Tools\MSInfo,,16 HKLM,Software\Microsoft\SystemCertificates,,16 +HKLM,Software\Microsoft\SQMClient,"MachineId",2,"" HKLM,Software\Microsoft\TermServLicensing,,16 HKLM,Software\Microsoft\Transaction Server,,16 HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11055