Hi!
I'm making a program that takes uses some values from a config-file in the program's folder. The program is also able to change the settings in the file.
But when I run it under a restricted user Windows XP won't let the program write to the file.
Is there a good workaround for this? Being able to change it's config-file is very important for the program.
I tried to use the register but a restricted user isn't allowed to change the values.
I'm making a program that takes uses some values from a config-file in the program's folder. The program is also able to change the settings in the file.
But when I run it under a restricted user Windows XP won't let the program write to the file.
Is there a good workaround for this? Being able to change it's config-file is very important for the program.
I tried to use the register but a restricted user isn't allowed to change the values.