📎 AI Summary:
The forum thread discusses a user experiencing multiple problems with Windows 10, including inability to access the Play Store and Cortana. Respondents suggest troubleshooting steps such as in-line re-installation, repairing settings, and running system repair commands like chkdsk and DISM. If these do not resolve the issues, advice is given to perform a re-install or clean install, emphasizing the importance of backing up data beforehand.
The forum thread discusses a user experiencing multiple problems with Windows 10, including inability to access the Play Store and Cortana. Respondents suggest troubleshooting steps such as in-line re-installation, repairing settings, and running system repair commands like chkdsk and DISM. If these do not resolve the issues, advice is given to perform a re-install or clean install, emphasizing the importance of backing up data beforehand.
Solution
Sounds like your Windows install is corrupt. You can try running one or more of the following commands to attempt a repair from an elevated command prompt
If that doesn't work, then you are looking at a clean install which will wipe out everything, so if you have data be sure to back it up.
- chkdsk /f /r t then press Y to run it at the next reboot and reboot
- DISM /Online /Cleanup-Image /RestoreHealth
If that doesn't work, then you are looking at a clean install which will wipe out everything, so if you have data be sure to back it up.
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
Sounds like your Windows install is corrupt. You can try running one or more of the following commands to attempt a repair from an elevated command prompt
If that doesn't work, then you are looking at a clean install which will wipe out everything, so if you have data be sure to back it up.
- chkdsk /f /r t then press Y to run it at the next reboot and reboot
- DISM /Online /Cleanup-Image /RestoreHealth
If that doesn't work, then you are looking at a clean install which will wipe out everything, so if you have data be sure to back it up.