Samuel
Samuel
The current code for fetching the latest drivers is not any good because it reports to NVIDIA a fixed GPU ID that doesn't match everyones GPU. This causes issues when...
# Currect plan - [ ] EOL updates # Future plans? - [ ] improve code base - [ ] make TinyNvidiaUpdateChecker available as libary, too!
At the moment we only extract the following files / directories ```csharp string[] filesToExtract = { "Display.Driver", "NVI2", "EULA.txt", "license.txt", "ListDevices.txt", "setup.cfg", "setup.exe" }; ``` The optimal solution would be...
Hi all. Thanks for using my tool. I today am announcing that I am unsure of the future of this project. It became bigger than what I thought it would....
If you for example DDU to do a clean install of GPU drivers then TNUC will not identify any GPU(s) as NVIDIA. This is because it uses the GPU name...
A complete GUI rewrite is needed. Also the console part is probably going to get scambled unless like `--console` is used. Using the popular https://github.com/Kinnara/ModernWpf would be something..
YouTube automaticly changes the video resolution all the time for me. For example videos will be played in 1080, 1440, and even 720 even if I choose 4k in the...
There is apparently a fetish for Studio driver support. And sometimes the AJAX API will return a Studio driver even if you did not opt in for it. Consider adding...
 It shows when choosing GPU type. But it doesn't show if only one GPU is available, and idea scrapped. Refer to #182 Keeping this PR for a reference for...