DeveloperDurp

Results 72 comments of DeveloperDurp

try using this for the URL https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1

@Kxlme if everything is working can you close this issue? Thank you,

Take a look at #431, This should give you enough information on what's going on.

I know exactly what's wrong, hotfix should be available soon.

Maybe something like this lol ![image](https://user-images.githubusercontent.com/74198206/204097410-c54d6890-d72b-4cd8-84c1-231b2a601886.png) ![image](https://user-images.githubusercontent.com/74198206/204097439-31232cb9-7250-4c43-ad48-9cc6514fb1b0.png)

@Carterpersall feel free to implement, runspaces need a lot more stability improvements so I will find a way to port over any changes as it gets more stable.

@padsalatushal Keep working on the old script, i'll figure out a way to port over any changes as the runspaces get more stable

Nice find! Most likely a timing issue. I pull the computer info via a runspace to populate this info without delaying the GUI. However looks like the arguments allow the...

I am unable to replicate it, can you try adding this to the if($env:args) block and see if that helps? ```powershell $x = 1 do{ Start-Sleep -Seconds 1 $x++ }until($sync.ComputerInfo...

Good deal, I updated the time out to 10 seconds and updated the logic ($x = 0 instead of 1)