Windows Store en Photo Vierwer werken niet meer

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Hallo allemaal!

Zoals de titel al zegt werkt de Windows Store en Photo Viewer niet meer bij me.
Als ik erop klik start het gewoon niet meer op, een error ofzo krijg ik ook niet.


Ik gebruik Windows 10 Build 1151 en meest recente updates zijn geïnstalleerd


Ik heb al verschillende dingen geprobeerd om het op te lossen, waaronder enkele dingen aanpassen in het registry. Helaas allemaal zonder succes.
Ik heb ook ergens gelezen om de Windows Photo Viewer te herinstalleren via de store, dit is helaas niet mogelijk want de store werkt niet.


Weet iemand hier misschien hoe ik dit kan oplossen?


~Schorpion

Alle reacties


Acties:
  • 0 Henk 'm!

  • HMaster_II
  • Registratie: December 2015
  • Laatst online: 15:40
Hierbij een Powershell commando om alle voorgeïnstalleerde zut (bloatware) van Windows 10 te herinstalleren.
Dit komt uit een tutorial om de zooi die je niet in je W10 menu wilt hebben te verwijderen. Ook de apps die Microsoft niet wil dat je verwijderd.



How to Reinstall All Built-in Apps

If you decide you want the preinstalled apps back, you can get them back with a single line of PowerShell code. Again, open a PowerShell window as Administrator. Copy and paste the following line into the PowerShell window and press Enter:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

This tells Windows to install those default apps again. Give it some time and allow it to finish, even if nothing appears to happen at first. Even if you see an error message, restart and examine your Start menu — you may just have all those default apps back again, anyway.

The S in IOT stands for security.


Acties:
  • 0 Henk 'm!

  • CLDV
  • Registratie: December 2015
  • Laatst online: 30-06-2023