Guest CrystalWelch Posted May 22, 2018 Posted May 22, 2018 After the last update Windows installed new icons (downloaded from the Internet, before installation, installation of these icons did not cause problems), after which the taskbar and start stopped working. I entered commands in PowerShell: "sfc / scannow" and "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}". After the execution of the first command it gives this: The Windows Resource Protection program detected corrupted files, but not can restore some of them. For details, see the CBS.Log file, which is located in the following path: windir\Logs\CBS\CBS.log. For example, C:\Windows\Logs\CBS\CBS.log. Detailed information are included in the log file provided by the /OFFLOGFILE flag. The second command is executed with errors, here is a fragment of this error: Add-AppxPackage: Can not find the path "C:\AppXManifest.xml" because it does not exist. string: 1 character: 38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ + CategoryInfo: ObjectNotFound: (C:\AppXManifest.xml: String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId: PathNotFound, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Thank you in advance! Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.