Dear ALL,
A question about Windows embedded 8 shell.
I want to replace my application(PorcShell.exe) as the shell instead of explorer.exe. (PorcShell need run as administrator), I changed registry
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="PorcShell.exe"
IF I set UAC Execution Level (/level='requireAdministrator'), PorcShell NOT start
If I set UAC Execution Level (/level='asInvoker')asInvoker') PorcShell started
But PorcShell.exe need run as administrator, How can I solve it? Thanks a lot!