DeveloperDurp
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  
@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)