I have already closed everything but none of them workedIf you're running anything 3rd party utilities to customize the UI I would start by disabling or removing them.
already uninstalled bro...You'll need to uninstall them.
Windows Version: Microsoft Windows 10 ProWhich windows version and build?
In powershell you can just run this
Code:Get-CimInstance Win32_OperatingSystem | % { ("Windows Version: {0}`nBuild:{1}`nLast Boot:{2}" -f $_.Caption,$_.BuildNumber,$_.LastBootUpTime) }