The provided batch script looks mostly correct, but there are a few areas that could use improvements or clarification: The regPath variable contains extra quotes around the registry path, which is unnecessary when using reg query and reg add. These extra quotes can lead to errors in some cases. The use of if not errorlevel 1 is valid, but it's often clearer to use if errorlevel 1 for easier understanding. The set /a currentValue=0x%currentValue% line converts the value to a hexadecimal number, but that may cause issues if currentValue is not a valid number. I recommend using exit /b 0 at the end of the script to indicate successful completion.
Invalid number. Numeric constants are either decimal (17), hexadecimal (0x11), or octal (021). Current value is 0x0. Switching to 1024. The operation completed successfully. Successfully updated ShowDlssIndicator. Press any key to continue . . .
hi i have a question, the file work and it's showing me this version, this is dlss4? Because the version number is a bit confusing to me and is the latest i can apply
If this mod is what I think it is, it is a registry edit so it will be active in any game, when DLSS is active. In Windows, Run Regedit, browse to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NGXCore
Add new DWORD (32-bit) named ShowDlssIndicator , enter Decimal value 1024 (or Hexadecimal value 400) - Done (Enter value 0 to turn it off)
27 comments
The regPath variable contains extra quotes around the registry path, which is unnecessary when using reg query and reg add. These extra quotes can lead to errors in some cases.
The use of if not errorlevel 1 is valid, but it's often clearer to use if errorlevel 1 for easier understanding.
The set /a currentValue=0x%currentValue% line converts the value to a hexadecimal number, but that may cause issues if currentValue is not a valid number.
I recommend using exit /b 0 at the end of the script to indicate successful completion.
hexadecimal (0x11), or octal (021).
Current value is 0x0. Switching to 1024.
The operation completed successfully.
Successfully updated ShowDlssIndicator.
Press any key to continue . . .
did you even test it?
If you can, it'd be good to see if its working for you in other DLSS games.
the file work and it's showing me this version, this is dlss4? Because the version number is a bit confusing to me and is the latest i can apply
Its silly, Nvidia has a really confusing numbering system.
Windows 11, RTX 4090, lastest drivers.
when i run your .bat file i got:
In Windows, Run Regedit, browse to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NGXCore
Add new DWORD (32-bit) named ShowDlssIndicator , enter Decimal value 1024 (or Hexadecimal value 400) - Done
(Enter value 0 to turn it off)