Forumi


Povratak   PC Ekspert Forum > Računala > Problemi > Softverski problemi
Ime
Lozinka

Odgovori
 
Uređivanje
Staro 25.11.2016., 15:11   #1
jaguar1611
Premium
Moj komp
 
jaguar1611's Avatar
 
Datum registracije: Jul 2009
Lokacija: croatia
Postovi: 94
Ne rade aplikacije u win 10

Samo od jednom su mi prestale raditi aplikacije poput kalkulatora, kalendara, alarma, mail, grove music, photos itd. ikone su im zatamljene.

Dali postoji način da se to popravi i kako?
jaguar1611 je offline   Reply With Quote
Staro 25.11.2016., 15:27   #2
Mommistake
Premium
Moj komp
 
Mommistake's Avatar
 
Datum registracije: Nov 2008
Lokacija: Shire
Postovi: 16,112
Citiraj:
Fix the Store:
1) open cmd.exe (command prompt) as administrator and run

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

2) Reboot,
run wsreset.exe to reset the store (you may not have to do this, i don't remember if i had to, but it won't hurt),
launch the store.
Your Store will now update most of the apps that are stuck in limbo

3) If some apps are still grayed out. Reinstall them:

4) Run
PowerShell Get-AppxPackage -AllUsers > C:\listofapps.txt
Find the the apps you want to reinstall (Camera and Photos in MY case) in that text file.

Use the PackageFullname of the app to uninstall the apps:

PowerShell Remove-AppxPackage Microsoft.Windows.Photos_15.618.18170.0_x64__8wekyb3d8bbwe
PowerShell Remove-AppxPackage Microsoft.WindowsCamera_5.38.3003.0_x64__8wekyb3d8bbwe

5) Now install them again. This time use the app's "Name" not the "PackageFullname".
the Photos:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.Windows.Photos).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
and the Camera
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsCamera).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Voila!
Mommistake je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Staro 25.11.2016., 18:31   #3
kasko
Premium
Moj komp
 
kasko's Avatar
 
Datum registracije: Apr 2007
Lokacija: Ivanić_Grad
Postovi: 1,943
Kad ti kalkulator u windowsima prestane radit onda znas da su super windowsi 😁

Sent from my LG-D802 using Tapatalk
kasko je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Odgovori



Pravila postanja
Vi ne možete otvarati nove teme
Vi ne možete pisati odgovore
Vi ne možete uploadati priloge
Vi ne možete uređivati svoje poruke

BB code je Uključeno
Smajlići su Uključeno
[IMG] kod je Uključeno
HTML je Isključeno

Idi na