Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, May 22, 2018 7:25 AM | 1 vote
guys, recently i reset my laptop..after that i notice that i can't click my start menu, battery icon or icon that leads to settings... then i do the powershell things which
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
this one and it tells my appxmanifest.xml is missing..so is there anyway to recover that file...and i didn't make any backup before reset..need replies ASAP.
All replies (3)
Wednesday, May 23, 2018 5:45 AM
Hi,
Use dism command to mount an image of the exact same version of the OS that is running on the computer.
mount a image using DISM command
Then use the command below to restore the configuration xml file:
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:path of the mount image:1 /limitaccess
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Thursday, May 24, 2018 9:03 AM
Hi,
What is going on?
It is appreciated that you can mark it as answer if it is helpful to you.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Thursday, August 8, 2019 1:34 PM
Solved - worked perfectly.