https://github.com/amaralkaff/ultimate-perf-setup
Windows 10/11 desktop tweaks for gaming. PowerShell scripts + NVIDIA Profile Inspector preset.
https://github.com/amaralkaff/ultimate-perf-setup
gaming nvidia nvidia-profile-inspector performance powershell privacy registry-tweaks telemetry windows-10 windows-11 windows-debloat windows-optimization windows-tweaks
Last synced: about 1 month ago
JSON representation
Windows 10/11 desktop tweaks for gaming. PowerShell scripts + NVIDIA Profile Inspector preset.
- Host: GitHub
- URL: https://github.com/amaralkaff/ultimate-perf-setup
- Owner: amaralkaff
- License: mit
- Created: 2026-05-13T18:17:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T18:52:08.000Z (about 2 months ago)
- Last Synced: 2026-05-13T20:19:01.844Z (about 2 months ago)
- Topics: gaming, nvidia, nvidia-profile-inspector, performance, powershell, privacy, registry-tweaks, telemetry, windows-10, windows-11, windows-debloat, windows-optimization, windows-tweaks
- Language: PowerShell
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate Performance Setup
Windows 10/11 desktop tweaks for gaming. Don't run on laptops.
Tested: i5-12400F + RTX 3070 Ti + B660.
## Run
Double-click `run.bat` for a menu (self-elevates):
```
1. Apply tweaks 2. Import NVPI profile
3. Verify state 4. Revert
5. BIOS checklist 6. Reboot to UEFI
7. NVCleanstall 8. Reboot
```
Reboot after step 1.
## Files
| File | Role |
|---|---|
| `tweaks.ps1` | power, visual, network, services, NTFS, NIC, core parking |
| `nvpi.ps1` | downloads NVIDIA Profile Inspector, imports `ultimate-perf.nip` |
| `verify.ps1` | post-run state check |
| `revert.ps1` | rollback (won't restore deprovisioned UWP apps) |
| `BIOS.md` | manual BIOS settings (XMP, ReBAR, CSM) |
## Before / After
| Item | Before | After |
|---|---|---|
| RAM speed | 2400 MHz | 3200 MHz (XMP) |
| ReBAR / BAR1 | 256 MiB | 8192 MiB |
| HAGS | off | on |
| Power plan | Balanced | Ultra Performance |
| CPU min/max | 5% / 100% | 100% / 100% |
| Hibernation | on | off |
| Bloat services | running | disabled |
XMP and ReBAR are the big wins. The rest cuts micro-stutter and input lag.
## Trade-offs
- CPU min=100% → hot at idle
- Hibernation off → no fast resume
- Windows Search off → Start menu can't find files
- UWP apps deprovisioned → return after a feature update
Read each script before running.
## Going deeper
- [BoringBoredom/PC-Optimization-Hub](https://github.com/BoringBoredom/PC-Optimization-Hub) — meta-guide
- [djdallmann/GamingPCSetup](https://github.com/djdallmann/GamingPCSetup) — kernel/IRQ/MSI
- [valleyofdoom/PC-Tuning](https://github.com/valleyofdoom/PC-Tuning) — automated deep tweaks
Measurement: PresentMon / FrameView, Process Explorer + Autoruns, USB Device Tree Viewer.
## License
MIT.