Upgrade Assistant

From SWKLS WIKI
Revision as of 17:02, 19 July 2021 by Unknown user (talk) (Created page with "Use Windows 10 Upgrade Assistant from command line in ScreenConnect. Step One: Download .exe <syntaxhighlight lang="powershell" line="line"> #!ps #timeout=9000000 [Net.Servic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use Windows 10 Upgrade Assistant from command line in ScreenConnect.

Step One: Download .exe

#!ps
#timeout=9000000
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
(new-object System.Net.WebClient).Downloadfile("https://files.swkls.org/files/Windows10Upgrade9252.exe", "C:\Windows10Upgrade9252.exe")

Step Two: Run .exe from cmd line with switches

Windows10Upgrade9252.exe /quietinstall /skipeula /auto upgrade