| Posted by: JustinKing - 08 December 2020 15:59:35 |
|---|
|
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:
|
| Posted by: JustinKing - 08 December 2020 19:36:31 |
|---|
| If you wish to remove it, you may use the following command in Windows Powershell running as a computer administrator: [img=https://www.sircles.net/downloads/yourphone.png]remove yourphone.exe from Windows 10[/img] Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage This will remove the app from all users on the PC. |