PC Ekspert Forum

PC Ekspert Forum (https://forum.pcekspert.com/index.php)
-   Softverski problemi (https://forum.pcekspert.com/forumdisplay.php?f=42)
-   -   Ne rade aplikacije u win 10 (https://forum.pcekspert.com/showthread.php?t=282388)

jaguar1611 25.11.2016. 15:11

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?

Mommistake 25.11.2016. 15:27

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!

kasko 25.11.2016. 18:31

Kad ti kalkulator u windowsima prestane radit onda znas da su super windowsi 😁

Sent from my LG-D802 using Tapatalk


Sva vremena su GMT +2. Sada je 09:39.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 1999-2024 PC Ekspert - Sva prava pridržana ISSN 1334-2940
Ad Management by RedTyger