https://github.com/djkcyl/dlss-indicator-toggle
A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).
https://github.com/djkcyl/dlss-indicator-toggle
cpp dlss gaming nvidia nvidia-dlss registry registry-editor win32 windows
Last synced: 24 days ago
JSON representation
A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).
- Host: GitHub
- URL: https://github.com/djkcyl/dlss-indicator-toggle
- Owner: djkcyl
- License: mit
- Created: 2026-05-27T20:55:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-27T21:01:01.000Z (about 1 month ago)
- Last Synced: 2026-05-27T22:22:38.469Z (about 1 month ago)
- Topics: cpp, dlss, gaming, nvidia, nvidia-dlss, registry, registry-editor, win32, windows
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DLSS Indicator Toggle
NVIDIA DLSS has a hidden debug overlay that, when enabled, shows the active DLSS DLL version, render resolution, preset, DLSS-G frame generation ratio, Reflex status, and more in-game. This tool toggles it — essentially flipping one registry DWORD: `HKLM\SOFTWARE\NVIDIA Corporation\Global\NGXCore\ShowDlssIndicator`.
| Value | Effect |
|---|---|
| `0` / missing | Off |
| `1` | Green square (dev DLLs only) |
| `1024` | Full text overlay (SR/RR bottom-left + DLSS-G top) |
You can do this in regedit just as easily — this just saves creating the key by hand. 136 KB single exe, no dependencies.
## Usage
Download the exe from [Releases](../../releases), run it (requires admin, since it writes HKLM), restart your game.
## Build
Visual Studio 2022 with the C++ workload. Run `_build_msvc.bat`.
## License
MIT