duckISO / duckISO

A Windows modification for QoL, privacy, performance and longevity. 🦆

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual changes in the desktop folder are overwritten in post install

he3als opened this issue · comments

As an example, if you enable Bluetooth with a script in the desktop folder, it will get overwritten by running the post install script. It would be way better if that when a script is ran, it changes something in a configuration file (separate to the other planned config) so that the post install script knows.

I could also use the registry for this, but I am not sure.

Would a config file be better or the registry?

Config file for me

Okay, now thinking about it... That would be a way better option to make, as then I would just have the config as a batch script

Yeeesss

I think the registry is much better, cause reg query can help you do that and it's easier. If you still don't want to use the registry, you can use write stuff like set a=yes and call the configuration batch file.