NateShoffner / Disable-Nvidia-Telemetry

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

Great code ))) #1

Closed gjf closed 7 years ago

gjf commented 7 years ago

I really wonder how much free time the author has to develop a whole project for simple 4 lines of batch code: schtasks /Change /TN "NvTmMon{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}" /Disable schtasks /Change /TN "NvTmRep{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}" /Disable schtasks /Change /TN "NvTmRepOnLogon_{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}" /Disable sc config NvTelemetryContainer start=disabled

Sure "update" possibility as well as background service (for what???) are good, but I have compiled the above mentioned code in 40 kb exe file nVTDisabler.zip And I am pretty sure it could be even smaller. It makes me laughing watching 548 kB portable archive (yes, the author thinks this task deserves an installer also, OMG).

war59312 commented 7 years ago

Look.. Not everyone is as technically inclined as you. Good for you. 🥇

I for one understand that most user's don't have a clue about this stuff.

Thus, a nice tool that just works is much appreciated. Thank you! @NateShoffner

There are plenty of other tools that also have portable versions and installers. That you could / would same the same thing about. And again. I appreciate all their hard work as well.

If you don't have anything nice to say... Well, do I really need to say?

Edit: VirusTotal report for above file from gjf:

https://www.virustotal.com/en/file/792affe3884f38a287df7cb7443a0fea33486c9beebb9fbe72a956df78339cc3/analysis/

NateShoffner commented 7 years ago

The new features (e.g. installer/updater) were things that had been requested by multiple people. Please use the issue tracker for constructive feedback/actual issues, thank you.