Solution
It's failing on the Get-AppxPackage part. You can try and reference the manifest with the absolute path.
Add-AppxPackage -Path "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" -Register -DisableDevelopmentMode
Add-AppxPackage -Path "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" -Register -DisableDevelopmentMode
cursedboy
Senior Member
- Joined
- Apr 15, 2012
- Messages
- 40
- Thread Author
-
- #3
If you're using the -AllUsers switch you need to run the command from an elevated powershell prompt. Right click on powershell and select "Run As Administrator" and re-run the command.
Did that, but still getting a same error. I'm on Windows 10 Insider Preview build 14332
- Joined
- Jul 4, 2015
- Messages
- 8,998
It's failing on the Get-AppxPackage part. You can try and reference the manifest with the absolute path.
Add-AppxPackage -Path "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" -Register -DisableDevelopmentMode
Add-AppxPackage -Path "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" -Register -DisableDevelopmentMode
- Joined
- Jul 4, 2015
- Messages
- 8,998
Or reference the tutorial I posted. Resetting Metro style application
cursedboy
Senior Member
- Joined
- Apr 15, 2012
- Messages
- 40
- Thread Author
-
- #6
It's failing on the Get-AppxPackage part. You can try and reference the manifest with the absolute path.
Add-AppxPackage -Path "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" -Register -DisableDevelopmentMode
getting this
Last edited by a moderator:
- Joined
- Jan 28, 2013
- Messages
- 2,419
@neemo: I think we covered this in a previous post recently, but there are tools to REPAIR the Edge browser, but not to uninstall it or reinstall it as it's part of the W10 OS kernel. At least that's been my understanding. This is similar to folks trying to uninstall/reinstall IE11 in Win8x. So, your shell command is attempting to do an overwrite of the package from the W10 manifest, right? Similar to what SFC does when it finds an out of date or corrupted systems file. Just curious.
Cheers!
<<<BIGBEARJEDI>>>
Cheers!
<<<BIGBEARJEDI>>>
- Joined
- Jul 4, 2015
- Messages
- 8,998
Not exactly BBJ. The metro apps have the core application which my proposed fix wont address and each user has a registered copy of each app plus a cached profile. Removing the profile will break the user specific registered program. My fix will repair that part. If it's broken at the system level it will not fix it.
- Joined
- Jan 28, 2013
- Messages
- 2,419
Thanks for the clarification, neemo! Very good stuff.
BBJ
BBJ
Similar threads
- Replies
- 0
- Views
- 34
- Article
- Replies
- 0
- Views
- 148
- Replies
- 0
- Views
- 840
- Article
- Replies
- 0
- Views
- 100
- Replies
- 2
- Views
- 3K