I have tried to get into the Windows 10 settings to check my version and make sure automatic updates are turned on and the settings screen just flashes briefly and disappears. Any ideas are appreciated. Thanks.
If you are unable to open Settings through Start Menu, I suggest you to follow the suggestions below and check if that works for you:
Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
Click File > Run New Task.
Make sure you have a check mark beside “Create this task with administrative privileges”
Type CMD.
Type the following 4 commands at the CMD prompt: dism /online /cleanup-image /restorehealth
sfc /scannow
powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Close the CMD window
Check to see if the issue is resolved. If not, restart the PC.
I suggest you to refer to the article below and refer to the section ‘Can I uninstall Windows 10 if I do not like it or something goes wrong’ and check if it helps to roll back to 8.1: