Forum Discussion
jimbidf
Oct 31, 2021Copper Contributor
Task bar on 2nd screen doesn't rise up
Hello, I've upgraded to Windows 11 yesterday, and I have an annoying behavior: My taskbar is configured to hide automatically, and it behaves properly on my main monitor. But on my 2nd monitor,...
jimbidf
Nov 01, 2021Copper Contributor
Mousefluff Thanks, but it didn't really help. I doubt it has something to do with these errors, but maybe... I got them on several packages, but not on all.
C:\WINDOWS\System32\WindowsPowerShell\v1.0> Get-AppxPackage -allusers Microsoft.Windows.StartMenuExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}; Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.StartMenuExperienceHost_10.0.22000.37_neutral_neutral_cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] c671712e-cf47-000e-b41f-72c647cfd701 in the Event Log or use the command line Get-AppPackageLog -ActivityID c671712e-cf47-000e-b41f-72c647cfd701 At line:1 char:80 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand PS C:\WINDOWS\System32\WindowsPowerShell\v1.0> Get-AppxPackage -allusers MicrosoftWindows.Client.CBS | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}; Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_1000.22000.282.0_x64__cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] c671712e-cf47-000e-d81f-72c647cfd701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID c671712e-cf47-000e-d81f-72c647cfd701
At line:1 char:66
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
PS C:\WINDOWS\System32\WindowsPowerShell\v1.0> Get-AppxPackage -allusers Windows.CBSPreview | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"};
PS C:\WINDOWS\System32\WindowsPowerShell\v1.0> Get-AppxPackage -allusers windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"};
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed
windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] c671712e-cf47-000e-2720-72c647cfd701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID c671712e-cf47-000e-2720-72c647cfd701
At line:1 char:68
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Imme...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAfter running it, I got the task bar to rise once, but then it didn't do it again. Running the script again produced the same results.
Mousefluff
Nov 01, 2021Iron Contributor
It says you have apps in use while this is running...
- jimbidfNov 06, 2021Copper ContributorI couldn't understand what apps those were. I tried shutting down everything except for services, and it didn't help.
In any case, I somehow doubt packages are the culprit here. I don't use and customization on my desktop. No plugins or extensions, except for maybe some developer tools. It all worked fine before the move to Windows 11 - and the problem showed immediately.