Heiko
Heiko
> Workaround: User must close out of PowerToys completely, then reopen as admin in order to modify some settings. > > Issue regarding setting retention between versions is still relevant....
@jefflord https://github.com/microsoft/PowerToys/blob/main/doc/devdocs/modules/launcher/architecture.md
@miniksa In PT Run I have recreated the behavior of the os nearly exactly including removing and renaming variables. You find the code [here](https://github.com/microsoft/PowerToys/blob/main/src/modules/launcher/PowerLauncher/Helper/EnvironmentHelper.cs) and many helpful informations [here](https://github.com/microsoft/PowerToys/pull/13363). I...
@micwoj92 Done!
Updated main comment.
@rcmaehl We should use the same naming structure for the same type of include. This means `Resources.au3` should be `_Resources.au3`.
@rcmaehl 1. Your includes are broken. (See fix here: https://github.com/htcfreek/WhyNotWin11/commit/9a24e7d6a2e446e0e8d5973475a66b20dfa8eeb0) 2. The lang copy is broken. It crashed my changed lang files. (Don't know why.)
> As far as I know you are using this IDE called "ISN AutoIt Studio" while Robert uses Scite, could you try with Scite and see if it still is...
@rcmaehl Csn you please stop doing this `.\` things while including. This breaks code. You need `"Includes\...au3"`. See here: https://www.autoitscript.com/autoit3/docs/keywords/include.htm
@rcmaehl I have added a new group "Folder/file structure" to the checklist.