Upgrade Assistant: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 11: Line 11:
Step Two: Run .exe from cmd line with switches
Step Two: Run .exe from cmd line with switches
<syntaxhighlight lang="powershell" line="line">
<syntaxhighlight lang="powershell" line="line">
Windows10Upgrade9252.exe /quietinstall /skipeula /auto upgrade
c:\Windows10Upgrade9252.exe /quietinstall /skipeula /auto upgrade
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 17:18, 19 July 2021

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

c:\Windows10Upgrade9252.exe /quietinstall /skipeula /auto upgrade