Powershell-Fehler Re: M$ Advice Thread (Windows 10 Startmenü plötzlich sehr langsam. Auch Firefox (nicht andere Browser) Frisches 'Reset' von Windows

Powershell-Fehler Re: M$ Advice Thread (Windows 10 Startmenü plötzlich sehr langsam. Auch Firefox (nicht andere Browser) Frisches 'Reset' von Windows

Ich musste mein Windows „zurücksetzen“ und habe mich dafür entschieden, „meine Dateien zu behalten“. Ich habe eine Datenträgerbereinigung durchgeführt, um die alten Windows-Dateien zu entfernen.

Bevor ich das Problem hatte, lief Windows selbst ein Jahr oder länger nach der Installation noch extrem flott und schnell. Das Problem entstand, nachdem ich eine App von ASRock installiert hatte, die mit Taktwerten usw. herumspielen konnte und meinen Rechner komplett verunsicherte, sodass ich sie nicht mehr verwenden konnte. Am einfachsten war es, Windows zurückzusetzen.

Kurz gesagt, es ist jetzt langsam, ABER nur, wenn man auf das Startmenü klickt und/oder in der Taskleiste nach Apps usw. sucht. Alles andere ist schnell. Die Temperaturen sind perfekt, Spiele laufen perfekt, 4K-Video usw. usw.

Ich habe diesen Thread gelesen:https://answers.microsoft.com/en-us/windows/forum/windows_10-start-winpc/startmenu-wont-open-windows-10-is-suddenly/4ea92f23-5680-4d3e-93a8-4c0aa7bc49b7

Im Wesentlichen hat es mich dazu gebracht, Folgendes in Powershell einzugeben:

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Er sagt, wenn dieser Vorgang fehlschlägt, habe ich entweder etwas falsch eingegeben oder ein GROSSES Problem mit Windows. Da ich dies mehrere Male eingegeben/eingefügt habe und Windows direkt von Microsoft heruntergeladen habe, weiß ich nicht, was ich als Nächstes tun kann. Ich erhalte diesen Fehler in Powershell, der mir mitteilt, dass ich den Windows-Client und das Windows-Startmenü (oder so etwas ...) schließen muss:

ERROR: 
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.19041.610_neutral_neutral_cw5n1h2txyewy.                                 NOTE: For additional information, look for [ActivityId] 46500a1d-382a-0000-e571-56462a38d701 in the Event Log or use    the command line Get-AppPackageLog -ActivityID 46500a1d-382a-0000-e571-56462a38d701                                     At line:1 char:94                                                                                                       + ...  | 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                                                                                                                              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_120.2212.551.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 46500a1d-382a-0006-577e-51462a38d701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 46500a1d-382a-0006-577e-51462a38d701
At line:1 char:94
+ ...  | 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

Antwort1

Durch das Anlegen eines neuen Benutzerkontos funktionierte alles wieder korrekt und schnell.

Seltsam, dass dies bei einer Neuinstallation von Windows per „Reset“ notwendig war, aber zumindest wurde das Problem dadurch behoben.

verwandte Informationen