-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could be nice to recommend Install-Module -Name PSWindowsUpdate
if it is not installed
#525
Comments
Not a Windows user, so PR welcome, I am willing to provide help if got any questions during the implementation:) |
And, related issue: #482 |
Basically if this if fails, topgrade/src/steps/os/windows.rs Line 177 in 8e58045
it should print
|
I guess you might even go ahead and run the install yourself. But it ships with a blackbox DLL: https://github.com/mgajda83/PSWindowsUpdate/tree/main/PSWindowsUpdate But maybe that install depends on UsoClient actually working. I suppose it might work on the Enterprise targeted Windows 10 LTSC branch that is basically the 2015 version with security patches and no new features. But I think Microsoft dropped that around the release of Windows 11 (only 5 years of support). Who would run topgrade on that though 🙈 |
@HenkPoley implemented in #669 and can be tested. |
Well, a skip reason won't be printed unless the |
@SteveLauC This feature request can be closed as it seems to have been implemented, right? See #482 (comment). |
Right, the feature requested in this issue has been implemented, closing. |
Currently you see this:
Since UsoClient doesn't quite work on any recent version of Windows (I'm reading about failures back to 2018) it could be nice to just recommend to install the PSWindowsUpdate module, somewhere around this check:
topgrade/src/steps/powershell.rs
Lines 87 to 93 in 8e58045
topgrade/src/steps/powershell.rs
Lines 95 to 107 in 8e58045
topgrade/src/steps/os/windows.rs
Lines 174 to 191 in 8e58045
The text was updated successfully, but these errors were encountered: