There are some great resources online that show you how to manually run various Windows troubleshooters from the command line (a great summary, or the details from Technet), but they didn’t include some of the newer items in Windows 10, including the Windows Store Apps Troubleshooter.
To run these manually, you can use the following commands (in some cases, you’ll be prompted to elevate to admin rights if you’re not already running CMD or Powershell as an admin):
Bluetooth:
%systemroot%\system32\msdt.exe -id BluetoothDiagnostic
Keyboard:
%systemroot%\system32\msdt.exe -id KeyboardDiagnostic
Speech:
%systemroot%\system32\msdt.exe -id SpeechDiagnosticCalibrate
Video Playback:
%systemroot%\system32\msdt.exe -id VideoPlaybackDiagnostic
Windows Store Apps:
%systemroot%\system32\msdt.exe -id AppsDiagnostic
Additionally, here are the Troubleshooting packages listed at the Technet site in case that’s unavailable in the future:
Aero effects, like transparency:
%systemroot%\system32\msdt.exe -id AeroDiagnostic
Troubleshoots problems connecting to a workplace network over the Internet using Direct Access:
%systemroot%\system32\msdt.exe -id NetworkDiagnosticsDA
Troubleshoots problems using hardware and access devices connected to the computer:
%systemroot%\system32\msdt.exe -id DeviceDiagnostic
Troubleshoots problems viewing computers or shared files in a homegroup:
%systemroot%\system32\msdt.exe -id HomeGroupDiagnostic
Troubleshoots problems with allowing other computers to communicate with the target computer through Windows Firewall:
%systemroot%\system32\msdt.exe -id NetworkDiagnosticsInbound
Troubleshoots problems connecting to the Internet or to a specific Web site:
%systemroot%\system32\msdt.exe -id NetworkDiagnosticsWeb
Helps the user prevent add-on problems and optimize temporary files and connections:
%systemroot%\system32\msdt.exe -id IEDiagnostic
Helps the user prevent malware, pop-ups, and online attacks:
%systemroot%\system32\msdt.exe -id IESecurityDiagnostic
Troubleshoots problems with Ethernet, wireless, or other network adapters:
%systemroot%\system32\msdt.exe -id NetworkDiagnosticsNetworkAdapter
Helps the user adjust settings to improve operating system speed and performance:
%systemroot%\system32\msdt.exe -id PerformanceDiagnostic
Troubleshoots problems playing sounds and other audio files:
%systemroot%\system32\msdt.exe -id AudioPlaybackDiagnostic
Helps the user adjust power settings to improve battery life and reduce power consumption:
%systemroot%\system32\msdt.exe -id PowerDiagnostic
Troubleshoots problems printing:
%systemroot%\system32\msdt.exe -id PrinterDiagnostic
Helps the user configure older programs so that they can run in the current version of Windows:
%systemroot%\system32\msdt.exe -id PCWDiagnostic
Troubleshoots problems recording audio from a microphone or other input source:
%systemroot%\system32\msdt.exe -id AudioRecordingDiagnostic
Troubleshoots problems with search and indexing using Windows Search:
%systemroot%\system32\msdt.exe -id SearchDiagnostic
Troubleshoots problems accessing shared files and folders on other computers over the network:
%systemroot%\system32\msdt.exe -id NetworkDiagnosticsFileShare
Helps the user clean up unused files and shortcuts and perform other maintenance tasks:
%systemroot%\system32\msdt.exe -id MaintenanceDiagnostic
Troubleshoots problems playing a DVD using Windows Media Player:
%systemroot%\system32\msdt.exe -id WindowsMediaPlayerDVDDiagnostic
Troubleshoots problems with adding media files to the Windows Media Player library:
%systemroot%\system32\msdt.exe -id WindowsMediaPlayerLibraryDiagnostic
Helps the user reset Windows Media Player settings to the default configuration:
%systemroot%\system32\msdt.exe -id WindowsMediaPlayerConfigurationDiagnostic
Troubleshoots problems that prevent Windows Update from performing update tasks:
%systemroot%\system32\msdt.exe -id WindowsUpdateDiagnostic
To get a full list of Troubleshooters currently installed on your system, you can run the following command and then select “Additional Troubleshooters” if necessary:
%systemroot%\system32\control.exe /name Microsoft.Troubleshooting