cyprus000 Δημοσιεύτηκε Οκτώβριος 25, 2014 #1 Κοινοποίηση Δημοσιεύτηκε Οκτώβριος 25, 2014 Παιδια την καλησπερα μου το προβλημα μου ειναι πως εχω εγκαταστησει τα 8.1 στον υπολογιστη μου τα εκανα ολα στα ελληνικα αλλα η αλληλογραφια οι επαφες και τα αλλα παραμενουν στα αγγλικα στο METROUI πως το φτιαχνω αυτο το προβλημα ;Εχω παρατηρηση το φενομενο οτι καποιες εφαρμογες στο metro ui ΔΕΝ ΑΝΟΙΓΟΥΝ μετα απο την εγκαταστη μιας ενημερωσης αλλα δεν ξερω ακομα ποια ειναι αυτη η ενημερωση που κανεις τις εφαρμογες να μην ανοιγουν δεν ξερω κατι αλλαξει στο μητρωων των windows στις ιδιοτητες καποιες φακελλων και στην πολιτικη ομαδα των windows.Διαβαστε εδω: http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/all-windows-metro-ui-apps-not-working-just/17eae1c8-19c9-4888-9e5e-00f22281ac25http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/most-windows-8-apps-crashing-the-remote-procedure/bd8e99df-ebe3-44bd-ae6d-c698b71f35a2?page=2 και αν εντωπησετε αυτη την ενημερωση μην την κανετε εγκατασταση.http://blogs.technet.com/b/askperf/archive/2013/10/11/what-to-do-if-your-windows-8-modern-app-fails-to-start.aspx FIXhttps://social.technet.microsoft.com/Forums/windows/en-US/c4147bcc-a430-43fe-b4e9-f999552568da/81-store-apps-wont-load?forum=w8itprogeneralA.) Fixing the app store: Open registry editor typing regedit.exe from a command line. Browse to the registry key at HKEY_CURRENT_USER\Software\Classes\Local Settings\software\microsoft\windows\currentversion\appmodel\repository\packages. Right click on the “packages” key and bring up the “Permissions” tab. Click the “Advanced” button located at the bottom right corner. Check to see the account name that shows up as the “Owner” (this is the first line of text on the “advanced security settings” dialog for the “packages” key). It should say “SYSTEM”. (For me this showed the built-in local Administrators group) If it is any other account, click on the “Change” button next to it. Type SYSTEM in the “select user” dialog. If “Multiple Names Found” window comes up, select the row for “SYSTEM”. Click OK to the dialogs and close them all. Run from admin command prompt: Powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xmlB.) Fixing all modern apps: Run from admin PowerShell:((Get-ChildItem "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications") | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode * When I ran this the black X persisted until after the next step and reboot. But trying to start an app gives me a new message and a link to the store.C.) Fixing 3rd party apps: Delete the regkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\[UserSID] You can find your SID by going to an elevated command prompt and typing wmic useraccount get name,sidD.) Restart. After a reboot the apps still showed the black X for a minute or so, but it soon cleared up on its own and all apps seemed to be working again. I was also able to update the apps from the app store once signing in with a Microsoft account. Finally, I am again able to get into PC Settings.You had me going there for a moment, but sadly, I couldn't get past step A 2.HKEY_CURRENT_USER\Software\Classes\Local Settings\software\microsoft\windows\currentversion\appmodel\repository\packagesI don't have that registry setting. It only gets as far as:HKEY_CURRENT_USER\Software\Classes\Local Settings\software\microsoft\windows\currentversion\appmodel\And the only thing inside appmodel is systemappdata Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.