How to update Preferences of Rv V7.6.0 custom way?

Hello

We are started using Rv V7.6.0. and we are trying make custom preferences for all our teams. As we know rv is taking preferences from RV.ini file from AppData\Roaming\TweakSoftware folder. Can you guys tell me how to set up custom preference file path so we can create custom rv.ini file and everybody can use?

Thanks

Naitik Patel

To provide a set of preference defaults that are ignored if the user sets their own preference, use the environment variable:

RV_PREFS_OVERRIDE_PATH

To entirely disregard – clobber – the user’s settings (note: user can modify settings on a per-session basis; they are reset upon relaunch), use the environment variable:

RV_PREFS_CLOBBER_PATH

For more information here’s the chapter in the reference manual.

2 Likes