Dears,
Kindly support me to solve the issue.
we have a kiosk application. it running properly in normal mode. for to stop the user access to kiosk PC. we implemented the hardening. For that we implemented the auto logon first, then we implemented auto start of our application by configuring in windows registry.
startup program setting in registry with shell
HKEY_USERS\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey in the registry
Double-click the Shell entry, Copy your Application path, and then click OK
after the PC restart, application start to run. but there is some device initialization after this. application is blocked there. during that application calling device dll file from exe folder.
anyone please help me to solve this.
note: without shell its working properly. but we have to harden the PC. how i will solve this
waiting for a quick reply.
What I have tried:
startup program setting in registry with shell
HKEY_USERS\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey in the registry
Double-click the Shell entry, Copy your Application path, and then click OK