Just reinstalled Windows 10 and as I'm using a Live account W10 has set the My Documents folder to my OneDrive
[environment]::getfolderpath("MyDocuments")
returns
C:\Users\katykaty\OneDrive\Documents
So FARR is storing config files in OneDrive, which I don't want, especially because the troubleshooting log often has trouble syncing.
So I closed FARR and edited the ConfigDir.ini file by adding the following line at the end, without comment slashes
CONFIGDIR=C:\Users\katykaty\AppData\Roaming\DonationCoder\FARR\Config
Copied all the config files across and removed the initial config folder on OneDrive.
But FARR seems to be ignoring this and has created a new 'first run' folder in OneDrive.
I can obviously close and move the config files back so I don't lose my settings, but what am I doing wrong?
Thanks!