Hi,
In the search bar, type Winver and hit Enter.
Please share a screenshot of that window.
Did you purchase your license from the Microsoft Store? It could be a related issue, but I’ve noticed that several users also reported problems getting out of S mode today. Please try the following steps:
- If you're using a VPN or Third-party antivirus program, try temporarily uninstalling it to see if the problem goes away.
- After that, try resetting the MS store cache.
Press Windows + R then type 'wsreset.exe -i' (without the quotes)
Hit Ok, wait 10 seconds then try to check again.
- If the issue persists, try re-registering the Microsoft Store app:
Right-click the Start Menu and Choose Windows PowerShell(Admin)
Copy and paste the below command and hit Enter.
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer then get out of S mode.