winutil
winutil copied to clipboard
Add an option to hide the "NVIDIA Control Panel is not found" notification
⚙️ Issue Checklist
- [x] I have read the guidelines.
- [x] I checked for duplicate issues.
- [x] I searched for existing discussions.
- [x] I checked for an existing pull request that addresses this request.
❓ Is your feature request related to a problem?
whenever i install windows, i get this:
so i need to install the garbage nvidia control panel. i don't want to. i don't care.
💡 Describe the solution you'd like
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Global\NVTweak"add dword "DisableStoreNvCplNotifications" set to 1
I found this https://www.reddit.com/r/SCCM/comments/128m4gs/comment/jgj0qwb/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button which makes it go away. add a toggle option for it.
🔄 Describe alternatives you've considered
installing the gatbage nvidia control panel that i don't need and don't use.
🖼️ Additional context
No response