How to fix instant replay turning off

The most reliable method to fix the “Instant Replay Not Working Valorant” error is explained step-by-step below.

Step 1: You need to open the NVIDIA Control Panel. To do this, go to the system tray and open it up. On the left side, click on the Manage 3d settings

How to fix instant replay turning off

Step 2: And go to the Program Settings tab.

How to fix instant replay turning off

Step 3: Then click on the Add button.

How to fix instant replay turning off

Step 4: Here, you have to choose Valorant

How to fix instant replay turning off

Step 5: Next, after choosing the Valorant, click on the Add Selected Program button at the bottom.

How to fix instant replay turning off

Step 6: Now, close the NVIDIA Control Panel and go to the system tray. Right-click on it and open the NVIDIA Geforce Experience.

How to fix instant replay turning off

Step 7: After that, you will need to go to Settings.

How to fix instant replay turning off

Step 8: Here, you need to make sure that In-Game Overlay is On.

How to fix instant replay turning off

Step 9: Click on the Settings option under the In-Game Overlay section.

How to fix instant replay turning off

Step 10: Then scroll down until you find Privacy control.

How to fix instant replay turning off

Step 11: Next, click on it and turn on the Desktop capture.

How to fix instant replay turning off

Step 12: Go back and then go to the Instant Reply option.

How to fix instant replay turning off

Step 13: Next, you have to turn on the Instant Reply.

How to fix instant replay turning off

Step 14: Now run the Valorant, and there will be no error. You are done resolving the issue.  

How to fix instant replay turning off

Shadowplay's Instant Replay feature is unreliable. You often find out it is turned off when you need it most. This is despite the fact that it's supposed to run on startup. This is a simple Windows program which will make sure Instant Replay is on at all times.

Usage instructions

Run AlwaysShadow.exe. I recommend adding it to your startup programs so it will always be running when you turn on your computer. The program will make sure to turn Instant Replay back on should it ever turn off. Additionally, there is a system tray icon with options to disable or exit the program.

For this program to work, you have to turn on In-Game Overlay in your GeForce Experience settings.

Some programs (such as Netflix) prevent Instant Replay from being active, which conflicts with this program. You can define a list of programs that will cause this program to disable itself while they are running. To define your own list, create a file named exactly Whitelist.txt in the same folder where you run the executable. For every program you want to add to the list, add its command line to Whitelist.txt in its own line.

To find out a program's command line, run it and go to the Task Manager. Right click the top bar and make sure "Command line" is enabled, like so:

How to fix instant replay turning off

Once enabled, Task Manager will show each process's command line. Run the process you want to add to the list, find it in the Task Manager, and copy-paste its command line to your Whitelist.txt in its own line.

The repo includes an example Whitelist.txt with Netflix and Prime Video in it but this is only for example, as the exact command lines may be different on your PC.

You will need to exit and relaunch this program if you do one of the following things:

  1. Change the shortcut for toggling Instant Replay on/off in your GeForce Experience settings
  2. Change the location where Instant Replay stores temp files
  3. Create, delete, or modify your Whitelist.txt file

It is recommended to turn on Desktop Capture in your GeForce Experience settings otherwise Instant Replay will constantly be getting toggled on/off when you're in the desktop. If Desktop Capture being off is important to you, you can disable the open/close Instant Replay notification to at least hide the fact that the program is bugging out.

AlwaysShadow turns on Instant Replay by simulating the keypresses for the shortcut that toggles it in GeForce Experience, which by default is Alt+Shift+F10. This may cause AlwaysShadow to change your keyboard language because the default shortcut for cycling between languages in Windows is Alt+Shift. To resolve this issue, it is recommended to go to your GeForce Experience settings and change the shortcut for toggling Instant Replay. I use Ctrl+Shift+F10. Remember that after changing the shortcut you will need to exit and relaunch this program.

Download

Simply click here, or you can go to Releases and choose what to download. And of course, you can always clone the repo and compile it yourself.

Compilation instructions

  1. Install MSYS2
  2. Install mingw-w64 and make for 64-bit using MSYS2
  3. Add mingw-w64 and make's bin folders to PATH (should look something like "C:\msys64\mingw64\bin" and "C:\msys64\usr\bin", respectively)
  4. Clone this repository
  5. Run make inside the root directory of the repository. This will create the program executable named "AlwaysShadow.exe" inside a folder named "bin"

You can run "make clean" to empty the bin folder if you want to recompile everything.

The makefile includes some additional targets which are explained inside the makefile via comments.

I am not affiliated with NVidia in any way.


Page 2

Shadowplay's Instant Replay feature is unreliable. You often find out it is turned off when you need it most. This is despite the fact that it's supposed to run on startup. This is a simple Windows program which will make sure Instant Replay is on at all times.

Usage instructions

Run AlwaysShadow.exe. I recommend adding it to your startup programs so it will always be running when you turn on your computer. The program will make sure to turn Instant Replay back on should it ever turn off. Additionally, there is a system tray icon with options to disable or exit the program.

For this program to work, you have to turn on In-Game Overlay in your GeForce Experience settings.

Some programs (such as Netflix) prevent Instant Replay from being active, which conflicts with this program. You can define a list of programs that will cause this program to disable itself while they are running. To define your own list, create a file named exactly Whitelist.txt in the same folder where you run the executable. For every program you want to add to the list, add its command line to Whitelist.txt in its own line.

To find out a program's command line, run it and go to the Task Manager. Right click the top bar and make sure "Command line" is enabled, like so:

How to fix instant replay turning off

Once enabled, Task Manager will show each process's command line. Run the process you want to add to the list, find it in the Task Manager, and copy-paste its command line to your Whitelist.txt in its own line.

The repo includes an example Whitelist.txt with Netflix and Prime Video in it but this is only for example, as the exact command lines may be different on your PC.

You will need to exit and relaunch this program if you do one of the following things:

  1. Change the shortcut for toggling Instant Replay on/off in your GeForce Experience settings
  2. Change the location where Instant Replay stores temp files
  3. Create, delete, or modify your Whitelist.txt file

It is recommended to turn on Desktop Capture in your GeForce Experience settings otherwise Instant Replay will constantly be getting toggled on/off when you're in the desktop. If Desktop Capture being off is important to you, you can disable the open/close Instant Replay notification to at least hide the fact that the program is bugging out.

AlwaysShadow turns on Instant Replay by simulating the keypresses for the shortcut that toggles it in GeForce Experience, which by default is Alt+Shift+F10. This may cause AlwaysShadow to change your keyboard language because the default shortcut for cycling between languages in Windows is Alt+Shift. To resolve this issue, it is recommended to go to your GeForce Experience settings and change the shortcut for toggling Instant Replay. I use Ctrl+Shift+F10. Remember that after changing the shortcut you will need to exit and relaunch this program.

Download

Simply click here, or you can go to Releases and choose what to download. And of course, you can always clone the repo and compile it yourself.

Compilation instructions

  1. Install MSYS2
  2. Install mingw-w64 and make for 64-bit using MSYS2
  3. Add mingw-w64 and make's bin folders to PATH (should look something like "C:\msys64\mingw64\bin" and "C:\msys64\usr\bin", respectively)
  4. Clone this repository
  5. Run make inside the root directory of the repository. This will create the program executable named "AlwaysShadow.exe" inside a folder named "bin"

You can run "make clean" to empty the bin folder if you want to recompile everything.

The makefile includes some additional targets which are explained inside the makefile via comments.

I am not affiliated with NVidia in any way.