Warning
The author is not responsible for any possible damage caused to hardware as a result of using this project.
This software does not guarantee any increase in performance and is intended for enthusiasts only.
The NVIDIA documentation is often incomplete and many parameters are not described properly.
You use this program at your own risk.
- Windows x64
- Administrator privileges
- Last version of nvtweak from
releases
NVIDIA GPU drivers contain a huge number of parameters stored in the Windows registry — usually under either 0000 or nvlddmkm path.
Most of them are hidden and cannot be seen or read without external tools (WPA/MXA/ProcMon).
Even if you find the names of those parameters, there’s another problem — figuring out the correct value to set, and without the documentation they are useless.
You can use the Leaked NVIDIA Documentation 2022 to calculate value manually, but it takes time and is annoying.
nvtweak automates this by parsing the documentation and generating correct values for parameters automatically.
It also provides a set of utilities for browsing NVIDIA docs and handling registry DWORDs efficiently.
- 0000 branch: Contains simple flags and complex bitfield parameters
- nvlddmkm branch: Contains only binary
Enable/Disableparameters
All values must be entered in hexadecimal format with 0x prefix (e.g., 0x00000001).
| Feature | Description |
|---|---|
| Automated Value Calculation | Automatically calculate values based on bitfield specifications. |
| Registry Integration with Direct Write | Directly write to registry with integration capabilities. |
| Documentation Browser for Parameter Descriptions | Allows browsing of documentation related to parameter descriptions. |
| Reverse | Reconstruct bitfield configuration from existing values. |
| Export Functionality | Generate .reg files for batch deployment. |
| DWORD Analysis | Extract all references to specific parameters in DWORD format. |
- Enter the DWORD parameter name (If hidden extract them with WPA/MXA/PROCMON etc..) in the search field
- Click Search to query the documentation database
- Interpret results based on parameter type:
- Select desired bitfield options from the presented list
- Click Calculate to generate the hexadecimal value
- Only values
0x00000000and0x00000001are valid - Use the provided interface to set all flags uniformly
- Parameter exists in registry but lacks documentation
- Manual value entry required
- Use Show Description to view context (if available)
NVIDIA 2022 LEAK
magnet:?xt=urn:btih:DC718539145BDE27DDDB5E94C67949E6D1C8513C&dn=integdev_gpu_drv.rar&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounceIf you encounter bugs or unexpected behavior, please report them through the issue tracker.
Note
Some parameters are very experimental and can break the video driver, cause BSOD or other problems, so I always recommend storing the registry backup and logging all changed settings, if you still encounter this problem, just boot into Windows using Safe Mode and delete the setting that causes problems
This project is licensed under the MIT License - see the LICENSE file for details.
