https://github.com/xhmikosr/slim-nvidia-drivers
https://github.com/xhmikosr/slim-nvidia-drivers
batch-file batchfile driver nvidia nvidia-driver slim windows
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xhmikosr/slim-nvidia-drivers
- Owner: XhmikosR
- License: mit
- Created: 2018-04-02T19:22:46.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T12:18:16.000Z (about 2 years ago)
- Last Synced: 2025-02-28T01:35:29.329Z (about 2 months ago)
- Topics: batch-file, batchfile, driver, nvidia, nvidia-driver, slim, windows
- Language: Batchfile
- Homepage:
- Size: 5.86 KB
- Stars: 40
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slim-nvidia-drivers
This is a Windows script which simply removes the unneeded stuff/bloatware from NVIDIA drivers
package and creates a new archive.**WARNING**: USE AT YOUR OWN RISK!
**Make sure you get the file from the [Releases section](https://github.com/XhmikosR/slim-nvidia-drivers/releases), otherwise you will have issues with unix line endings!**
## Drivers tested:
* \>= v440.97: use v0.5
* \>= v411.63: use v0.3
* \>= v397.93: use v0.2
* v388 - v391: use v0.1### Cards tested
Note that the resulting drivers have been tested on GTX 1060, GTX 1070 and MX 150 cards. If you own a newer card that needs other components to be included, please make a Pull Request.
## Requirements:
* a) [7-Zip](https://www.7-zip.org/download.html) installed or b) [7za.exe](https://www.7-zip.org/download.html) in your `%PATH%`, or in the same folder as this script
* A recent Windows version; the script is only tested on Windows 10
* The NVIDIA driver already downloaded somewhere on your computer :)## Usage:
```
slim-nvidia-drivers.bat NVIDIA_DRIVER_FILE.exe
```Or just drag and drop the `NVIDIA_DRIVER_FILE.exe` on the bat file.
This will create two 7z archives, minimal and slim:
* "minimal" includes only the driver
* "slim" includes the driver, HDAudio and PhysX## License
[MIT](LICENSE)