Knowledgebase : Microsoft

sc config “OneSyncSvc” start= disabled
sc config “MapsBroker” start= disabled

DISM /online /Set-Edition:ServerEdition /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Find-Module -Name PowerShellGet | Install-Module
Get-InstalledModule -Name ExchangeOnlineManagement
Install-Module -Name ExchangeOnlineManagement
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName {username}
Copy below to file with .reg extension and install on target pc.
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"TargetReleaseVersion"=dword:00000001
"ProductVersion"="Windows 10"
"TargetReleaseVersionInfo"="22H2"

schtasks.exe /Run /TN "\Microsoft\Windows\Servicing\StartComponentCleanup"

Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

Check c:\windows\system32/winevt/logs