DeveloperDurp

Results 72 comments of DeveloperDurp

Completely unrelated, chocolatey hasn't been fully implemented yet 🙃

Something I tried implementing in the runspace version where you set an environment variable and it will load the files locally. https://github.com/ChrisTitusTech/winutil/blob/f83ffaf0a9acd343dc7470d03d640fceade7450b/runspace.ps1#L1362-L1377 Likely easily moveable to the main script. Currently...

Might be your connection, I haven't noticed an impact. I'll create a draft PR and play around with it as a proof of concept. In theory it could improve the...

please close and follow #426

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...

We would want to update every tweak with an InvokeScript to have an undo script as well. Otherwise we will start seeing error messages. Also I would try and do...

Can you cleanup Invoke-WinUtilTweaks.ps1it still has the 2 if statements for InvokeScript and UndoScript and is in the wrong spot in the script.

Try ```powershell function Invoke-WinUtilTweaks { param( $CheckBox, $undo = $false ) if($undo){ $Values = @{ Registry = "OriginalValue" ScheduledTask = "OriginalState" Service = "OriginalType" ScriptType = "UndoScript" } } Else{...

That means one of your config files is broken