Request for detailed information on how Windows 8 metro apps work

AWS

Owner
FPCH Owner
Joined
Nov 19, 2003
Messages
11,228
Location
Florida U.S.A.
[SIZE=9pt]Everybody has probably come across the metro app crashing issues immediately after execution. I have solved a couple of these issues so far. One
issue I solved by adding &quotALL APPLICATION PACKAGES&quot permissions to a registry key (&quotHKCLwow6432nodeinterface&quot, group policy applying and excluding read access for this user), one by adding permissions to &quotC:Program FilesWindowsApps&quot
directory (same user), another by adding permissions to &quot%localappdata%Packages&quot (same user again).[/SIZE]
[SIZE=9pt]The most annoying thing about troubleshooting these issues is that I don't understand the detailed behaviours and workings of how these apps work,
and I can't find any documentation on it either. I'm working on using WADK and procmon to gain some knowledge at the moment, but want to get the information faster.[/SIZE]
[SIZE=9pt]Is there anybody who can step through the registry keys, executables, directories, network addresses metro apps generally use and require for successful
execution and the permissions required to access them for troubleshooting purposes?[/SIZE]

View the full article
 
Back
Top