17.08.2019

Deployment Operation Progress Initialized

Deployment Operation Progress Initialized Rating: 8,9/10 3231 reviews

I have an HP desktop computer running windows 10 which has stopped showing the start menu after automatic updates were installed.

4 Performing Deployment Operations. Application deployment distributes the information created in Chapter 3, 'Configuring Applications for Deployment' to the Administration Server for server-side processing and application startup. Your deployment tool must be able to successfully complete the following deployment operations.

When clicking on the windows logo, or tapping the windows key on the keyboard nothing happens. The corner menus also don't show when I drag the mouse pointer to the edges of the screen.

I'm using a local user account, this PC has no microsoft accounts.

I have tried a few solutions, with no success:

  • dism (DISM.exe /Online /Cleanup-image /Scanhealth ; DISM.exe /Online /Cleanup-image /Restorehealth) - reports no issues
  • sfc (sfc /scannow) - reports no issues
  • deleted c:users<user>AppDataLocalTileDataLayer and rebooted
  • re-register apps (Get-AppXPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}) - stalls forever. Actually, running just Get-AppXPackage in powershell does nothing, just hangs, ctrl+c can't kill it.
  • create a new local user and login as it. the first login gets stuck forever at 'we're preparing the stuff for you'.
  • boot in safe mode, login, and restart
  • disabled firewall and antivirus

None of the methods have worked so far. I have also found that launching the settings application via explorer -> computer -> settings will cause explorer to lock up.

I'm really trying to avoid reinstalling windows without at least figuring out what has happened, since this may happen again.

André FernandesAndré Fernandes

2 Answers

Any change after you end Cortana?

Task manager-->Processes-->Backround Processes-->End Cortana.

kenorb
12.3k17 gold badges85 silver badges124 bronze badges
Kenneth GoodwynKenneth Goodwyn

To my dismay, after trying all of the solutions posted here and on various forums, the only thing that solved this problem was a full reinstall of windows 10 from Microsoft's installation media.

It seems that something got badly corrupted, it wasn't even possible to do a reset via the recovery console. At some point the PC got into a reboot loop where it failed to boot, then failed to repair itself, then fail to boot, and so on.

André FernandesAndré Fernandes

Not the answer you're looking for? Browse other questions tagged windows-10start-menu or ask your own question.

Hello,

Imperium Universalis is a full conversion mod for Europa Universalis IV. Europa universalis rome cheats. It is set in the antiquity, start year is 612BC/145AUC. At the moment there are hundreds of playable nations and many others you can release or create through decision.You will have historical, dynamic and random events in the mod, for example weather,slave uprising or olympic games.

For some reason the Start Menu in build 10586.14 won't open any more. If I click on the Start button, nothing happens. The windows store app and Edge icons on the task bar are also not showing up - there is just a blank space in their place.

If I log into a second account on the PC the Start Menu works fine.

I have tried the following things as administrator and nothing works:

  1. C:WindowsSystem32WSReset.exe
  2. powershell Get-AppXPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
  3. Get-AppXPackage -AllUsers Where-Object {$_.InstallLocation -like '*SystemApps*'} Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}
  4. DISM.exe /Online /Cleanup-image /Scanhealth
  5. dism /online /cleanup-image /restorehealth
  6. sfc /scannow
Cannot

When I run number 2, this is the reponse.

Windows PowerShell

Get Appxpackage The Service Cannot Be Started

Copyright (C) 2015 Microsoft Corporation. All rights reserved.
Deployment operation progress: C:WindowsSystemAppsMicrosoft.AAD.BrokerPlugin_cw5n1h2txyewyAppXManifest.xml
Processing
[ooooooooooooooooooooo ]
Deployment operation progress: C:WindowsSystemAppsMicrosoft.BioEnrollment_cw5n1h2txyewyAppXManifest.xml
Processing
[ooooooooooooooooooooo ]
Deployment operation progress: C:WindowsSystemAppsMicrosoft.Windows.CloudExperienceHost_cw5n1h2txyewyAppXManifest.x
Processing

Deployment Operation Progress Initialized


[ooooooooooooooooooooo ]
Deployment operation progress: C:WindowsSystemAppsShellExperienceHost_cw5n1h2txyewyAppXManifest.xml
Processing
[ooooooooooooooooooooo ]
Deployment operation progress: C:WindowsSystemAppsMicrosoft.Windows.Cortana_cw5n1h2txyewyAppXManifest.xml
Initialized
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0003-1db7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0000-c1b7-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0000-c1b7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0003-56b7-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0003-56b7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException

Deployment Operation Progress Initialized Key

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Deployment Operation Progress Initialized

When I run number 3, this is the response:

Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:WINDOWSsystem32> Get-AppXPackage -AllUsers Where-Object {$_.InstallLocation -like '*SystemApps*'} Foreach {Add
-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0001-d7b6-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0001-d7b6-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0001-10b7-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0001-10b7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0003-efb6-316df02cd101 in the Event Log or use
Deployment operation progress: C:WindowsSystemAppsMicrosoft.AAD.BrokerPlugin_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.BioEnrollment_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.Windows.CloudExperienceHost_cw5n1h2txyewyAppXManifest.x
20% Processing
Deployment operation progress: C:WindowsSystemAppsShellExperienceHost_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.Windows.Cortana_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.AccountsControl_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.LockApp_cw5n1h2txyewyAppXManifest.xml
20% Processing
Deployment operation progress: C:WindowsSystemAppsMicrosoft.MicrosoftEdge_8wekyb3d8bbweAppXManifest.xml
20% Processing
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0000-a3b7-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0000-a3b7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0000-d9b7-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0000-d9b7-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x8000FFFF: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 6d31b106-2cf0-0000-5ab8-316df02cd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 6d31b106-2cf0-0000-5ab8-316df02cd101
At line:1 char:94
+ .. Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.I ..
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WindowsSyst..ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand