sfc /scannow
DISM /Online /Cleanup-Image /ScanHealth
#Powershell Command: Below will reinstall your Windows 10 Apps, in case they mess up. Do note that this will help fix your start menu, in case it messes up and does not seem to function.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
#ipconfig, A small script in case your internet/DNS fails. That's to say, if somehow your pc is not working, and yet your phone is (and they're both on the same wifi) you use this whole set of commands.
ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew
15 commands you must know https://www.makeuseof.com/tag/15-cmd-commands-every-windows-user-know/