U
ujjc001
I'm trying to get an app to run on logon as the shell. We have our
app run as a kiosk by replacing the shell key value in HKCU\Software
\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
I've tried the following (used to be a ref to the actual exe, which
now needs to run the clickonce proxy exe to check for update prior to
running the app) as values for the shell value:
C:\Documents and Settings\username\Start Menu\Programs\Company Name,
Inc\AppClient.appref-ms
rundll32.exe dfshim.dll,ShOpenVerbApplication
http://webserver/clientpublish/AppClient.application
and none work on startup but work from command line (run).
Any thoughts on how to get my app to run on startup, replacing
explorer.exe and maintaing the functionality of clickonce (auto-
update)...
Thanks!
Jeff
app run as a kiosk by replacing the shell key value in HKCU\Software
\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
I've tried the following (used to be a ref to the actual exe, which
now needs to run the clickonce proxy exe to check for update prior to
running the app) as values for the shell value:
C:\Documents and Settings\username\Start Menu\Programs\Company Name,
Inc\AppClient.appref-ms
rundll32.exe dfshim.dll,ShOpenVerbApplication
http://webserver/clientpublish/AppClient.application
and none work on startup but work from command line (run).
Any thoughts on how to get my app to run on startup, replacing
explorer.exe and maintaing the functionality of clickonce (auto-
update)...
Thanks!
Jeff