How to Upgrade from Windows 7 to 10 before It available End

As End of the Support on Chrome, had scheduled to upgrade our Windows 7 PC to 10.

However, suddenly, news showed Microsoft went to stop Windows 10 downloads.

Oops... needed to start the upgrading early, before the day.


Because of the error -  0x8007F8F - 0x20000, required:
  1. KB3140245 patch installed, https://www.catalog.update.microsoft.com/search.aspx?q=kb3140245

  2. TLS setting on the registry
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000a00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000a00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001


Then, run MediaCreationTool22H2.exe.

Another question occurred when Windows 10 done. It was about colleague's roaming profile.
We can't sign in to your account

This problem can often be fixed by signing out of your account and then signing back in.
If you don't sign out now, any files you create or changes you make will be lost.


Identified what the question was but didn't know why. A simple review showed that was not related to the permission. 

It needed us to create the empty profile folder on the Server.


One PC was more special. 

Upgrading to Windows 10 done. However, failed on Windows Update.

Stop code: SYSTEM_SERVICE_EXCEPTION
What failed: win32kfull.sys



Solved by resetting it.



Related
Event ID: 866: SoftwareRestricitionPolicies



References



Update