Page 1 of 1

Settings reset once logging out

Posted: Sun Sep 10, 2017 2:22 pm
by awmc82
Title says it all. My video resolution, sound, hidden ui, and need/greed on gear all reset each time I log out. i thought that it was just from crashes but after testing it does not seem to be the case. Is there anyway to fix this issue. Thanks for the help!

Re: Settings reset once logging out

Posted: Sun Sep 10, 2017 2:29 pm
by wargrimnir
Everyone has Powershell, even if you've never used it before, it's standard on Windows. Make sure the game and launcher are closed, run Powershell as Admin, and adjust the filepath to your WAR folder.

Powershell method
CODE: SELECT ALL
The filepath here is an example, you must change it to match your install location

get-childitem "E:\Warhammer Online - Age of Reckoning" -recurse | unblock-file -confirm

Re: Settings reset once logging out

Posted: Sun Sep 10, 2017 2:41 pm
by sullemunk
also, make sure your files and folder /subfolders are not write protected

Re: Settings reset once logging out

Posted: Sun Sep 10, 2017 11:24 pm
by awmc82
wargrimnir wrote:Everyone has Powershell, even if you've never used it before, it's standard on Windows. Make sure the game and launcher are closed, run Powershell as Admin, and adjust the filepath to your WAR folder.

Powershell method
CODE: SELECT ALL
The filepath here is an example, you must change it to match your install location

get-childitem "E:\Warhammer Online - Age of Reckoning" -recurse | unblock-file -confirm
Okay, I have never messed with Powershell before. Could I by chance get a little more walk through from someone?

-I open Powershell (know how to do this)
-I type "code: select all (my path to war)" and hit enter

Is this correct?

Re: Settings reset once logging out

Posted: Mon Sep 11, 2017 12:19 am
by wargrimnir
awmc82 wrote:
wargrimnir wrote:Everyone has Powershell, even if you've never used it before, it's standard on Windows. Make sure the game and launcher are closed, run Powershell as Admin, and adjust the filepath to your WAR folder.

Powershell method
CODE: SELECT ALL
The filepath here is an example, you must change it to match your install location

get-childitem "E:\Warhammer Online - Age of Reckoning" -recurse | unblock-file -confirm
Okay, I have never messed with Powershell before. Could I by chance get a little more walk through from someone?

-I open Powershell (know how to do this)
-I type "code: select all (my path to war)" and hit enter

Is this correct?
No, just this line.

get-childitem "E:\Warhammer Online - Age of Reckoning" -recurse | unblock-file -confirm