Click here to Skip to main content
15,662,580 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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
Posted
Comments
Gerry Schmitz 28-Jul-22 11:29am    
I "hardened" a kiosk by removing the keyboard and using only a touch screen.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900