that is an odd bug, i thought maybe it was your user.
Odd behaviour on a fresh install, I assume user is an admin.
Have you installed anything that might be causing this?
Try a clean boot and see if it still happens -
https://support.microsoft.com/en-au/help/929135/how-to-perform-a-clean-boot-in-windows
try this, not sure it will help
Does right click start button offer a menu? if so, choose powershell (admin)
type
SFC /scannow and press enter
once its completed, copy/paste this command into same window:
Repair-WindowsImage -Online -RestoreHealth
SFC fixes system files, DISM cleans image files, re run SFC if it failed before dism to fix all files and restart PC
If powershell isn't there, and its command prompt, choose command prompt (admin)
type
SFC /scannow and press enter
once its completed, copy/paste this command into same window:
DISM /Online /Cleanup-Image /RestoreHealth and press enter
SFC fixes system files, DISM cleans image files, re run SFC if it failed to fix all files and restart PC
if command prompt is there, it means you don't have latest version of win 10 and clicking 1st button
here might help. It downloads upgrade assistant which when run will upgrade win 10 to latest version