Skip to content

Instantly share code, notes, and snippets.

@jwmcpeak
Last active November 12, 2015 14:39
Show Gist options
  • Save jwmcpeak/bd8b0989d956dabace19 to your computer and use it in GitHub Desktop.
Save jwmcpeak/bd8b0989d956dabace19 to your computer and use it in GitHub Desktop.
The following error occurs when typing the following command and hitting the enter key:
mstsc /v:machine_name
Faulting application name: SearchUI.exe, version: 10.0.10240.16515, time stamp: 0x55fa5578
Faulting module name: CortanaApi.dll, version: 0.0.0.0, time stamp: 0x55fa5354
Exception code: 0xc0000409
Fault offset: 0x000000000013e739
Faulting process id: 0x408
Faulting application start time: 0x01d11d52ee752e66
Faulting application path: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe
Faulting module path: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\CortanaApi.dll
Report Id: 24ed7871-41c5-4f65-bd48-2776914c8f7f
Faulting package full name: Microsoft.Windows.Cortana_1.4.8.176_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: CortanaUI
=================================
I get the same error for path-like commands. Examples:
- c:\
- k:\path\to\somewhere
Clicking on the item that appears at the top of the menu works and does not generate an error. The folks at http://www.tenforums.com/general-discussion/29419-something-bizarre-going-start-menu.html are experiencing the same issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment