What I'm looking to do is to start it up, then have it load IE in kiosk mode.

The IE part is easy, (-k) but I'm looking to find out how I can get the computer to start up without explorer.

I've heard its as simple as changing a registry entry. Any clues?

link|improve this question

67% accept rate
What exactly do you mean by "without explorer"? – ChrisF Feb 11 '10 at 17:08
1  
uhhh.. not there? The same thing as if you were to go into task manager and shut it off.. – KevinDeus Feb 11 '10 at 17:10
feedback

1 Answer

up vote 8 down vote accepted

You can use the following registry key to change the shell that is started on bootup:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] Shell"="explorer.exe"

However, I recommend you read this ServerFault question which addresses the same issue and has some good insights.

link|improve this answer
Yup. Thats the way.. – Bibhas Feb 11 '10 at 19:11
1  
FYI, as a follow up: superuser.com/questions/108265/… – KevinDeus Feb 17 '10 at 0:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.