NateShoffner / Disable-Nvidia-Telemetry

Windows utility to disable Nvidia's telemetry services
574 stars 39 forks source link

start Tool results in crash #12

Open oiisamiio opened 5 years ago

oiisamiio commented 5 years ago

Disable-Nvidia-Telemetry crashes at driver 398.36 (without Experience)

{HKEY_CURRENT_USER\SOFTWARE\NVIDIA Corporation\NvControlPanel2\Client}

class TelemetryRegistryKey @ Line 139

return _useRegex
            ? ValueExpressions.Select(vd => vd.Value.Match.IsMatch(subKey.GetValue(vd.Key).ToString())).FirstOrDefault()
            : ValueStrings.Any(vd => subKey.GetValue(vd.Key).ToString() == vd.Value.Enabled);

vd.Key "OptInOrOutPreference" doesn't exists

Sleepydragn1 commented 5 years ago

Here's a release that should fix the issue in the meantime.