
- Type wsreset.exe and hit Enter to execute it. [You can also press Ctrl+Shift+Enter to perform it with admin access]
- This method will automatically clear the Windows Store Cache from your Windows 10 computer.
3. Reset People or Photos App via PowerShell
If the above two methods don’t work for you, try following this method properly to reset the People or Photos App on your Windows 10 computer via the Windows PowerShell command. To do this:
- Press Windows + R keys to open up the Run dialog box.
- Now, type powershell and hit Enter to open the Windows PowerShell command. [You can also press Ctrl+Shift+Enter to allow the admin access]
- If prompted by UAC, click on Yes to allow the admin access completely.
- Next, copy and paste the following command line then hit Enter to execute it:
get-appxpackage *Microsoft.People* | remove-appxpackage
- Then do the same with the following command line again:
get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage
- Once done, make sure to reboot your computer to apply changes.
This method should fix the AppModel Runtime Error 0x490 on Windows 10 easily. However, if this doesn’t fix the issue, you can follow another method below.
4. Reinstall Microsoft Visual C++ Redistributables
If in case, your Microsoft Visual C++ Redistributables dependencies on Windows 10 become corrupted or outdated for some unexpected reason, reinstalling it can fix the issue completely. To do that:
- Press Windows + I keys to open Windows Settings.
- Now, click on Apps > From the Apps & features segment, scroll down the installed programs list.
- Find and click on Microsoft Visual C++ to select it.
- Next, click on the Uninstall button > If prompted, allow the process to proceed.
- Once the uninstallation is done, reboot your computer to apply changes.
- Make sure to download and install the Visual Studio version according to your OS infrastructure: x86 (32-bit) Windows 10 | x64 (64-bit) Windows 10
- Finally, after installing the Microsoft Visual Studio, restart your computer once again to apply changes.
- Enjoy!
5. Run SFC and DISM
The System File Checker (SFC) is a utility tool for the Windows operating system that simply allows users to scan for corrupted or missing Windows system files and restore them automatically. This method should resolve the startup crashing issues completely.
- Click on the Start Menu and type cmd.
- Now, right-click on Command Prompt from the search result.
- Select Run as administrator > If prompted, click on Yes to give admin privileges.
- Once the command prompt window opens, type the following command and hit Enter to execute it:

SFC /scannow
- Now, wait for the process to complete.
- Make sure to restart your computer to apply changes.
Additionally, you should also try running the DISM (Deployment Image Servicing and Management) scan on your Windows 10 computer to fix several system disk corruption or errors. To do so:
- Click on the Start Menu and type cmd.
- Now, right-click on Command Prompt from the search result.
- Select Run as administrator > If prompted, click on Yes to give admin privileges.
- Once the command prompt window opens, type the following command and hit Enter to execute it:
Dism /Online /Cleanup-Image /CheckHealth
- If in case, there is any system file corruption present, you can head over to the log files to scrutiny them. [The path should be: C:\Windows\Logs\CBS\CBS.log or C:\Windows\Logs\DISM\dism.log]
- Then you can scan for system disk health by following the command below:
Dism /Online /Cleanup-Image /ScanHealth
- Finally, you can go for health restoration.

Dism /Online /Cleanup-Image /RestoreHealth
- Once done all, reboot your computer to apply changes.
- Enjoy!
6. Refresh Windows Components Individually
If none of the methods worked for you, try following this method as a last resort. The possibility is that individually refreshing the Windows Components can fix the AppModel Runtime Error 0x490 on Windows 10 most probably.
So, either you can try repairing the Windows Components or freshly reinstalling them one by one to cross-check what’s actually troubling you. Additionally, try reinstalling the affected device drivers if you feel it.
Finally, if nothing seems working for you, try reinstalling the Microsoft Windows using the media installation pack or simply repair your installed Windows.
Please note that this method is tedious enough and requires patience or time. Meanwhile, take a full backup of the Windows drive data and then repair or reinstall Windows.
That’s it, guys. We assume this guide was helpful to you. For further queries, let us know in the comment below.