DeveloperDurp

Results 8 issues of DeveloperDurp

Back ported a similar function from the runspace script to make presets work off the config file. Also included unit tests but won't work until merged with #394 as it...

Modified the tests to check each entry in the applications.json file to ensure winget is defined. Same for each GUI checkbox. It will ensure an entry exists inside the json...

I updated the logic to split the semi colon as this was missed in the original implementation of the Get-Checkboxes function. I also updated the logic to only pass unique...

#430 #428 Goals: - [ ] Winutil be self contained and generated by either CI or a helper script - [ ] xaml dynamically created through CI or a helper...

For #390 Example output. Winutil will use $ENV:TEMP\winutil.log Winget will use $ENV:TEMP\winget-{winget application being installed}.log Location of the log will also show up at the start of the console ![image](https://user-images.githubusercontent.com/74198206/204090884-d58c5128-a3ad-4502-a511-dece0bd587b7.png)...

I went through and linked up all the existing apps to their choco install. Please double check I got the right ones. Also updated the helper script and noticed my...

I am spinning up a lab environment so I can pull the original values from a base install. Using this simple script ```powershell $config = Get-Content .\config\tweaks.json | convertfrom-json Foreach...