Quote: Originally Posted by
redbullah 
My dream is a standalone carpc software which boots without an OS(so it makes front-end itself an OS). easy touchscreen access and specially some ibus features. Mute button for passengers!..
Not sure if anyone addressed this further on, but I dont want to forget to reply...
This is windows only of course..
Explorer.exe in windows is only the default shell, you do not have to run it.
You can change it to any exe or even a batch file.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
and change the Shell to whatever you like...
For those who wanted to design their own front end.... You could do it as a webpage, and run iexplore.exe -k {yourpage} as the shell and when the computer started up it would show that page without explorer running in the background. (-k puts it in kiosk mode, like fullscreen, just fuller)
Oh you can also do this on a user basis as well by editing the same key in HKEY_CURRENT_USER..... You will need to create the Shell string entry manually.
NOTE: once you reboot your shell is what you set it to. Windows keys dont work for instance... You can run regedit to change back by using taskmanager (Ctrl-Shift-esc)
Hope this helps someone
