DeveloperDurp
DeveloperDurp
Currently Chris is working on adding a lot of additional values to be able to reset windows back to default when running the undo tweaks so you will see some...
Both of those go through the invoke script function https://github.com/ChrisTitusTech/winutil/blob/main/functions/private/Invoke-WinUtilScript.ps1 you can replicate the issue by importing that function into your powershell session, create a scriptblock and pass it. ```powershell...
I realized the issue with WPFEssTweaksRemoveEdge, it's calling a batch file, we would need to change how it's ran in the config so that it pulls the file and runs...
So far so good, I would avoid putting the stack trace inside exceptions that we are handling, it can cause confusion for the user if they get a huge wall...
@padsalatushal Currently there is no undo script functions, could be implemented fairly easily as I skipped it to prioritize the registry, services and scheduled tasks. you would only need to...
These lines execute the script blocks from the config file. Currently it will only run if the undo variable is false. You would need to move this out of that...
going to tag @ChrisTitusTech as there is some decent information here that might help him as well.
also make sure you run powershell as admin
The install process is the same, it's how you setup your Linux instance inside WSL that determines if it's WSL1 or 2
One option is if you check the applications you want to update and then click install winget will detect that it's already installed and then update them if available. With...