Saga Lout :
Let's leave resetting for a moment and try some fixing posibilities.
I'm leaning towards suspecting your hard disk and adding Windows updates would only make matters worse by putting added strains on that disk.
If you can bring up a Command Prompt, type
chkdsk /r
then hit Enter. That will run the Checkdisk facility and the /r switch asks it to fix any errors it finds.
When that's run, it would also be worth finding the RAM (memory sticks) and if there are more than one of them, removing one to see if things improve and if it doesn't, putting that stick back and removing the other.
I'm nott out of ideas yet - the next will be to run the System File Checker to see if Windows has issues of its own.
okay, so i figured out how to do the checkdisk and system file checker stuff. I started with the command chkdsk C: /f /r /x and it said it couldn't run it because the drive was in use. So then I googled what else to do and entered the command sfc /scannow . That said that it found corrupt files in the CBS log but that it couldn't fix them, so after much googling I came up with this set of steps:
1. Dism /Online /Cleanup-Image /RestoreHealth - running this gave an error that said source files could not be found
2. Put computer into CleanBoot and then ran sfc /scannow again, got same message that corrupt files couldn't be fixed and CleanBoot did not help with lagging issues on the computer either.
2. Dism.exe /Online /Cleanup-Image /StartComponentCleanup
3. sfc /scannow
4. Dism /Online /Cleanup-Image /RestoreHealth
5. sfc /scannow
After doing those things it said that the corrupted files had been fixed and sfc said something about the system being restored and everything running the way it should be. At that point, I did a restart and went into the F3 boot menu just to see if that missing option was there of "Restore to MSI Factory Settings" and it still wasn't.
I told the computer to shut down for the evening because by this time it's 3am and I'm over it, and instead of the normal "Sleep, Restart, Shut Down" options it said "Sleep, Restart, Update and Restart, Shut Down, or Update and Shut Down".
I decided to do the Update and Shut Down option to see if that was an update the computer was doing to fix any of those corrupted files and maybe reinstall the "Restore MSI Factory Settings" option, but when I got up this morning and turned the computer on and went into F3 again it's still not there, and when I logged in to the computer and started running different programs it's still really laggy and it takes about two minutes for any program I select to even come up. Any idea what I should try to do next?