rgl / windows-vagrant

Windows 11/2022/2025 Base Vagrant Box (https://app.vagrantup.com/rgl)
MIT License
358 stars 95 forks source link

optimize.ps1 not working on Windows 10 2004 #12

Closed bax99 closed 2 years ago

bax99 commented 4 years ago

Hi, This bunch of script make otimize.ps1 runs forever on Windows 10 2004.

Write-Host 'Running Automatic Maintenance...' MSchedExe.exe Start Wait-Condition {@(Get-ScheduledTasks | Where-Object {($.State -ge 4) -and (Test-IsMaintenanceTask $.XML)}).Count -eq 0} -DebounceSeconds 60

It is fine for Windows 2019 though.

Any idea?

Thanks

rgl commented 3 years ago

It works fine here, so I have no idea.

That step is not strictly required (it just helps reducing the final image size), so you can comment it and try again.

rgl commented 2 years ago

Closing this as "works-for-me".