JustinKing
  • JustinKing
  • 63.4% (Friendly)
  • Member Topic Starter
3 years ago
YourPhone.exe crashes all the time - how do I get rid of it as I don't use it...

Log Name: Application
Source: Application Error
Date: 12/8/2020 12:07:34 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: PC.domain.local
Description:
Faulting application name: YourPhone.exe, version: 1.20112.57.0, time stamp: 0x5fc835f6
Faulting module name: YourPhone.AppCore.WinRT.dll, version: 1.20112.57.0, time stamp: 0x5fc81bae
Exception code: 0xc0000005
Fault offset: 0x0000000000197d83
Faulting process id: 0x187c
Faulting application start time: 0x01d6cd5855524d77
Faulting application path: C:\Program Files\WindowsApps\Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe\YourPhone.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe\YourPhone.AppCore.WinRT.dll
Report Id: 045f202a-d4e2-46d0-a40e-e3b043fb669f
Faulting package full name: Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe
Faulting package-relative application ID: App
Event Xml:



1000
0
2
100
0
0x80000000000000

49288


Application
PC.domain.local



YourPhone.exe
1.20112.57.0
5fc835f6
YourPhone.AppCore.WinRT.dll
1.20112.57.0
5fc81bae
c0000005
0000000000197d83
187c
01d6cd5855524d77
C:\Program Files\WindowsApps\Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe\YourPhone.exe
C:\Program Files\WindowsApps\Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe\YourPhone.AppCore.WinRT.dll
045f202a-d4e2-46d0-a40e-e3b043fb669f
Microsoft.YourPhone_1.20112.57.0_x64__8wekyb3d8bbwe
App

Sponsor

Want to thank us? Use: Patreon or PayPal or Bitcoins: bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk

All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.


JustinKing
  • JustinKing
  • 63.4% (Friendly)
  • Member Topic Starter
3 years ago
If you wish to remove it, you may use the following command in Windows Powershell running as a computer administrator:

UserPostedImage

Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage

This will remove the app from all users on the PC.