[Windows 10] Apps herstellen

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • ikt
  • Registratie: Juli 2008
  • Laatst online: 22:20
Ik heb een poos geleden geprobeerd Windows 10 apps uit te schakelen, zoals de Xbox app. Hierbij zijn ook enkele apps die ik wel gebruik (Calculator) verwijderd. Ik wil nu alles weer herstellen zonder dat ik het OS opnieuw moet installeren.

Wat er nu verschijnt wanneer ik bijvoorbeeld "Calc" in typ:
Afbeeldingslocatie: http://i.imgur.com/eal6fed.png

Ik heb een paar dingen geprobeerd, maar niks werkt.

code:
1
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Lever errors op:
code:
1
2
3
4
5
6
7
8
9
10
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CF9)
Unspecified error
NOTE: For additional information, look for [ActivityId] 5c975520-a4a2-0000-5c12-995ca2a4d101 in the Event Log or use
the command line Get-AppxLog -ActivityID 5c975520-a4a2-0000-5c12-995ca2a4d101
At line:1 char:28
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


Alles op deze pagina:
http://answers.microsoft....1f-4775-812c-695b60477a93

SFC herkent niks, DISM vindt dat alles ook prima is.

Hoe fix ik dit?

[ Voor 3% gewijzigd door ikt op 04-05-2016 23:28 ]

Alle reacties


Acties:
  • 0 Henk 'm!

  • ikt
  • Registratie: Juli 2008
  • Laatst online: 22:20
Update:
Een in-place upgrade van Windows 10 heeft alles hersteld en al mijn programma's en bestanden staan nog op de ouwe plek :)

Microsoft heeft een handige tool om een image te bouwen.