Windows 10: Windows.MiracastView Error?

Discus and support Windows.MiracastView Error? in Windows 10 Support to solve the problem; 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:... Discussion in 'Windows 10 Support' started by Steve C, Oct 20, 2017.

  1. Steve C Win User

    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 L: 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>

    :)
     
    Steve C, Oct 20, 2017
    #1

  2. Windows 10 and Start Menu Apps

    Hi,

    To remove an application in Windows 10, follow the steps below:

    • Press Windows + X.
    • Click Windows PowerShell.
    • Type the following commands below and press Enter after typing each of the commands.
    To remove Connect:

    Get-AppxPackage *PPIProjection* | Remove-AppxPackage

    To remove Cortana:

    taskkill /IM Cortana.exe /F

    To remove Feedback Hub:

    Get-AppxPackage *WindowsFeedbackHub* | Remove-AppxPackage

    To remove Get Started:

    Get-AppxPackage *Getstarted* | Remove-AppxPackage

    To remove Mixed Reality Portal:

    Get-AppxPackage *HolographicFirstRun* | Remove-AppxPackage

    To remove Wireless Media Display Viewer:

    Get-AppxPackage *Windows.MiracastView* | Remove-AppxPackage



    Let us know if the solution above works for you.
     
    Johann Eva, Oct 20, 2017
    #2
  3. __Renji__ Win User
    How do reinstall built in app after Remove-ProvisionedAppxPackage

    Thank you for your response and your help.

    I run your command:

    PS C:\Windows\system32> Get-AppxPackage -AllUsers | select name

    Name

    ----

    Microsoft.NET.Native.Framework.1.1

    Microsoft.NET.Native.Framework.1.1

    Microsoft.NET.Native.Runtime.1.1

    Microsoft.NET.Native.Runtime.1.1

    Microsoft.VCLibs.140.00

    Microsoft.VCLibs.140.00

    Microsoft.BioEnrollment

    Microsoft.AAD.BrokerPlugin

    Microsoft.Windows.CloudExperienceHost

    Microsoft.Windows.ShellExperienceHost

    windows.immersivecontrolpanel

    Microsoft.Windows.Cortana

    Microsoft.AccountsControl

    Microsoft.LockApp

    Microsoft.MicrosoftEdge

    Microsoft.Windows.AssignedAccessLockApp

    Microsoft.Windows.ContentDeliveryManager

    Microsoft.Windows.SecondaryTileExperience

    Microsoft.Windows.ParentalControls

    Microsoft.WindowsFeedback

    Microsoft.XboxGameCallableUI

    Microsoft.XboxIdentityProvider

    Windows.ContactSupport

    Windows.MiracastView

    Windows.PrintDialog

    Windows.PurchaseDialog

    windows.devicesflow

    9E2F88E3.Twitter

    king.com.CandyCrushSodaSaga

    Microsoft.NET.Native.Framework.1.2

    Microsoft.NET.Native.Framework.1.2

    As you can see, Windowsstore is not present in the list of package.

    It is normal because I have removed the package with: Remove-ProvisionedAppxPackage -Online

    After this I have realised a sysprep, and I have started a new VM with this Windows image.

    So my user account is created after the package has been removed before sysprep.

    The solution is maybe to use the command: Add-ProvisionedAppxPackage

    But I don't know where to find the Windows store package.

    Thank you.

    Regards,
     
    __Renji__, Oct 20, 2017
    #3
  4. cbomb101 Win User

    Windows.MiracastView Error?

    i have that to 'Windows.MiracastView_cw5n1h2txyewy' uninstall failed for L: 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.)
     
    cbomb101, Oct 20, 2017
    #4
  5. clam1952 Win User
    clam1952, Oct 20, 2017
    #5
  6. DaveH1 Win User
    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.
    *Smile
     
    DaveH1, Oct 28, 2017
    #6
  7. Steve C Win User
    Good tip. I had those entries and deleted them. I'll check what happens.
     
    Steve C, Oct 29, 2017
    #7
  8. Gordon7 Win User

    Windows.MiracastView Error?

    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.
     
    Gordon7, Apr 4, 2018
    #8
Thema:

Windows.MiracastView Error?

Loading...
  1. Windows.MiracastView Error? - Similar Threads - MiracastView Error

  2. BSOD error. Dump file added. Please assist.

    in Windows 10 BSOD Crashes and Debugging
    BSOD error. Dump file added. Please assist.: Instance 1:************* Preparing the environment for Debugger Extensions Gallery repositories ************** ExtensionRepository : Implicit UseExperimentalFeatureForNugetShare : true AllowNugetExeUpdate : true NonInteractiveNuget : true AllowNugetMSCredentialProviderInstall...
  3. BSOD error. Dump file added. Please assist.

    in Windows 10 Gaming
    BSOD error. Dump file added. Please assist.: Instance 1:************* Preparing the environment for Debugger Extensions Gallery repositories ************** ExtensionRepository : Implicit UseExperimentalFeatureForNugetShare : true AllowNugetExeUpdate : true NonInteractiveNuget : true AllowNugetMSCredentialProviderInstall...
  4. BSOD error. Dump file added. Please assist.

    in Windows 10 Software and Apps
    BSOD error. Dump file added. Please assist.: Instance 1:************* Preparing the environment for Debugger Extensions Gallery repositories ************** ExtensionRepository : Implicit UseExperimentalFeatureForNugetShare : true AllowNugetExeUpdate : true NonInteractiveNuget : true AllowNugetMSCredentialProviderInstall...
  5. Keeps on getting error when installing update

    in Windows 10 Gaming
    Keeps on getting error when installing update: This is really giving me a headache! I'm not getting this kind of issue on my other device. Can someone help me to fix my Windows computer? It keeps saying Windows update service is not running which it should....
  6. Keeps on getting error when installing update

    in Windows 10 Software and Apps
    Keeps on getting error when installing update: This is really giving me a headache! I'm not getting this kind of issue on my other device. Can someone help me to fix my Windows computer? It keeps saying Windows update service is not running which it should....
  7. Error code: 0xc0000098 after Windows 11 update

    in Windows 10 Gaming
    Error code: 0xc0000098 after Windows 11 update: After a Windows 11 Pro update my new ASUS laptop won't boot past the ASUS logo. I'm getting this message on the blue screen: File: \windows\System32\drivers\volsnap.sys Error code: 0xc0000098 You’ll need to use recovery tools. I don't have a separate boot disk and I've tried...
  8. Error code: 0xc0000098 after Windows 11 update

    in Windows 10 Software and Apps
    Error code: 0xc0000098 after Windows 11 update: After a Windows 11 Pro update my new ASUS laptop won't boot past the ASUS logo. I'm getting this message on the blue screen: File: \windows\System32\drivers\volsnap.sys Error code: 0xc0000098 You’ll need to use recovery tools. I don't have a separate boot disk and I've tried...
  9. 5 minutes waiting in launching and error code 0x00001337 in Call Of Duty Modern Warfare 3...

    in Windows 10 Software and Apps
    5 minutes waiting in launching and error code 0x00001337 in Call Of Duty Modern Warfare 3...: Hi, I just downloaded Call Of Duty Modern Warfare 3 from pc gamepass in windows 11 and I noticed it takes about 5 minutes in the launching screen but everything works fine except for campaign every time campaign opens it freezes in the menu for about a minute and crashes with...
  10. Sysprep issue (miracastview)

    in Windows 10 Installation and Upgrade
    Sysprep issue (miracastview): I know there has been a lot on this issue, But the workaround doesn't work. Copy the C:\Windows\MiracastView folder from When Syspreping window I get an error says " Package Windows.MiracastView_6.3.0.0_neutral_cw5n1h2txyewy was installed for a user but not provisioned for...

Users found this page by searching for:

  1. windows miracast view error

    ,
  2. appreadiness windows.immersivecontrolpanel