Windows.MiracastView Error?


  1. Posts : 7,905
    Windows 11 Pro 64 bit
       #1

    Windows.MiracastView Error?


    I've started getting the Windows.MiracastView error shown below after the FCU. Have you any ideas what this is due to and how to fix it?

    Log Name: Microsoft-Windows-AppReadiness/AdminSource: Microsoft-Windows-AppReadinessDate: 21/10/2017 08:44:10Event ID: 214Task Category: (1)Level: ErrorDescription:'Windows.MiracastView_cw5n1h2txyewy' uninstall failed for myname@outlook.com. Error: 'Removal failed. Please contact your software vendor.' (0.5722091 seconds)Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-AppReadiness" Guid="{F0BE35F8-237B-4814-86B5-ADE51192E503}" /> <EventID>214</EventID> <Version>0</Version> <Level>2</Level> <Task>1</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000002</Keywords> <TimeCreated SystemTime="2017-10-21T07:44:10.234184700Z" /> <EventRecordID>875</EventRecordID> <Correlation /> <Execution ProcessID="8036" ThreadID="8068" /> <Channel>Microsoft-Windows-AppReadiness/Admin</Channel> <Computer>Steve-Laptop</Computer> <Security UserID="S-1-5-18" /> </System> <EventData> <Data Name="User">myname@outlook.com</Data> <Data Name="Package">Windows.MiracastView_cw5n1h2txyewy</Data> <Data Name="Operation">2</Data> <Data Name="Error">-2147009286</Data> <Data Name="Elapsed">0.5722091</Data> </EventData></Event>
      My Computers


  2. Posts : 11
    windows teeen
       #2

    i have that to 'Windows.MiracastView_cw5n1h2txyewy' uninstall failed for zz@z.com. Error: 'Removal failed. Please contact your software vendor.' (0.093755 seconds)

    and this The Appx operation 'RemovePackageAsync' on 'Windows.MiracastView_6.3.0.0_neutral_neutral_cw5n1h2txyewy' failed for user 'zz@zz.com' - Deployment Remove operation with target volume C: on Package Windows.MiracastView_6.3.0.0_neutral_neutral_cw5n1h2txyewy from: failed with error 0x80070490. See Troubleshooting packaging, deployment, and query of Windows Store apps (Windows) for help diagnosing app deployment issues.. (Error: Removal failed. Please contact your software vendor.)
      My Computer


  3. Posts : 856
    Windows 10 Pro 21H2 build 19045.2193 Dual Boot Linux Mint
       #3

    Yes getting it here as well, found it yesterday while checking event viewer.

    Ran Dism /Online /Cleanup-Image /RestoreHealth last night and no further entries since.

    Use DISM to Repair Windows 10 Image Performance Maintenance Tutorials
    Last edited by Brink; 30 Oct 2017 at 09:11. Reason: added tutorial link for more info
      My Computers


  4. Posts : 148
    Windows 10 Pro x64 22H2
       #4

    I had this error too, and running the RestoreHealth command made no difference.
    All attempts to uninstall Miracast manually all failed too.
    I eventually got rid of the error messages by going here -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deleted\EndOfLife
    There was an entry for the Miracast app there, which showed just how many times the system had tried to remove it, so it looks as if the system was trying to delete it on boot as "End of Life" for some reason.
    I deleted its entry, and the errors went away.
    Why it's trying to delete Miracast I have no idea, I can only assume it's because my system doesn't support it.
    Anyway, although it appears in the apps list when viewed with Powershell, and says it's OK, there is no installed folder listed (it should be in C:\Windows\Miracast, which doesn't exist on my system) so I've no idea what its status actually is.
    Anyway it doesn't seem to be doing any harm, and at least the error messages have now gone away, let's hope they stay that way!
    Cheers, Dave.
    :)
      My Computer


  5. Posts : 7,905
    Windows 11 Pro 64 bit
    Thread Starter
       #5

    DaveH1 said:
    I had this error too, and running the RestoreHealth command made no difference.
    All attempts to uninstall Miracast manually all failed too.
    I eventually got rid of the error messages by going here -
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deleted\EndOfLife
    There was an entry for the Miracast app there, which showed just how many times the system had tried to remove it, so it looks as if the system was trying to delete it on boot as "End of Life" for some reason.
    I deleted its entry, and the errors went away.
    Why it's trying to delete Miracast I have no idea, I can only assume it's because my system doesn't support it.
    Anyway, although it appears in the apps list when viewed with Powershell, and says it's OK, there is no installed folder listed (it should be in C:\Windows\Miracast, which doesn't exist on my system) so I've no idea what its status actually is.
    Anyway it doesn't seem to be doing any harm, and at least the error messages have now gone away, let's hope they stay that way!
    Cheers, Dave.
    :)
    Good tip. I had those entries and deleted them. I'll check what happens.
      My Computers


  6. Posts : 182
    Win 10 rs1 - build 14393.1944
       #6

    Miracast are used to connect to devices such as a smart TV or other devices via Wi-Fi!

    It has been supported by Windows up to the Fall Creators version. There are other ways of connecting wireless to devices.

    Only mobile phones or smart TV's that need Miracast, will be in for a problem, if it's not there!

    I have made a back-up of the Miracast folder and the shortcut in start menu, just to be save.
      My Computer


  7. Posts : 125
    Win 10
       #7

    Finally figured out how to remove Windows.MiracastView and get rid of the error.

    Download the required files here.
    https://drive.google.com/open?id=1Qr...HnvdzB5RXmFQop


    Extract the Zip file and then move the entire MiracastView folder to "C:\Windows"


    Use Powershell to complete the uninstall

    you must log into each user on the system and run the following command:
    Code:
    Get-AppxPackage *Windows.MiracastView* | Remove-AppxPackage

    Source,
    https://www.linkedin.com/pulse/how-b...amin-blacklock
      My Computer


  8. Posts : 31
    win 10 pro
       #8

    I have followed this procedure but I still cannot remove it, and that means that I can't run sysprep

    jrolson said:
    Finally figured out how to remove Windows.MiracastView and get rid of the error.

    Download the required files here.
    https://drive.google.com/open?id=1Qr...HnvdzB5RXmFQop


    Extract the Zip file and then move the entire MiracastView folder to "C:\Windows"


    Use Powershell to complete the uninstall

    you must log into each user on the system and run the following command:
    Code:
    Get-AppxPackage *Windows.MiracastView* | Remove-AppxPackage

    Source,
    https://www.linkedin.com/pulse/how-b...amin-blacklock
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:44.
Find Us




Windows 10 Forums