Settings not saved on Windows 11

Things you’d like to miss in the future...
Post Reply
Gogolo
Posts: 14
Joined: 25 Nov 2011 01:08

Settings not saved on Windows 11

Post by Gogolo »

I have a licence of XYPlorer.

I installed it on a new Windows 11 PC provided by my University. Only when I start it as an Administrator it remembers it's settings.

For starting as an Admin I have to enter Username and Password every time.

Is there any other way to get it to remember settings? (Changing Application Data Path?)

Thx, Olivier

highend
Posts: 14122
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Settings not saved on Windows 11

Post by highend »

Your installation folder does not contain a Startup.ini file?
Menu - Go - Go to application folder

Create that file, insert this as content:

Code: Select all

[Appdata]
Path=%appdata%\XYplorer
Restart XY

If required move over the data from your previously used XY data folder into the new one...
One of my scripts helped you out? Please donate via Paypal

Gogolo
Posts: 14
Joined: 25 Nov 2011 01:08

Re: Settings not saved on Windows 11

Post by Gogolo »

Thx! I created the file and code - but it does not help. For example: I set dark mode, save settings, exit. Restart and its not in dark mode.

highend
Posts: 14122
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Settings not saved on Windows 11

Post by highend »

Execute this script, show the result:

Code: Select all

$a = "XY path: <xypath><crlf>";
  $a .= "XY data: <xydata><crlf>";
  $a .= "XY startup:" . <crlf> . readfile("<xypath>\Startup.ini") . <crlf>;

  text $a;
One of my scripts helped you out? Please donate via Paypal

klownboy
Posts: 4316
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.3915 at 100% 2560x1440

Re: Settings not saved on Windows 11

Post by klownboy »

The dark mode part of the issue could be due to your Configuration setting: Tools > Configuration > Startup and Exit > Adjust to OS light/dark mode at startup. Make sure that is unchecked and XYplorer will act independently of the Windows settings.

Gogolo
Posts: 14
Joined: 25 Nov 2011 01:08

Re: Settings not saved on Windows 11

Post by Gogolo »

Thx for all your help. Suddenly everything works and I don't know why. I restarted after setting startup.ini - maybe that did the trick. Happy that XYPlorer runs now on my new machine - I was really lost with Windows Explorer :veryconfused: :kidding:
Best
Olivier

Post Reply