<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx</link><description>In Windows, it's possible to replace the standard Explorer shell with another shell program, such as the CMD prompt or a custom written shell. What is less commonly known is that there is potential to use Internet Explorer as your shell in an embedded</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404016</link><pubDate>Thu, 31 Mar 2005 04:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404016</guid><dc:creator>Josh Fulmer</dc:creator><description>How can I configure IE to be the primary shell on a system?</description></item><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404175</link><pubDate>Thu, 31 Mar 2005 16:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404175</guid><dc:creator>sfiorito</dc:creator><description>This is actually what I'm planning to do for my Car PC system. I originally started writing a front end in .NET, but then as I was working on a &amp;quot;skinning&amp;quot; system, I realized HTML and CSS do all that for me!! DUH!! Since all I need are Media Player (for music and video) and Mappoint (for navigation) I can use ActiveX controls and javascript to control them. Now, don't get mad... ;) but I've also been messing with Firefox and XUL development. Same idea there: run a XUL application as the shell (through FireFox). Starts up much faster than other frontends out there.</description></item><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404200</link><pubDate>Thu, 31 Mar 2005 17:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404200</guid><dc:creator>Matt Kellner</dc:creator><description>Hi Josh.&lt;br&gt;&lt;br&gt;Take a look at &amp;lt;a href=&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xeconshellcustomization.asp&amp;gt;this"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xeconshellcustomization.asp&amp;gt;this&lt;/a&gt; document&amp;lt;/a&amp;gt;, which describes working with custom shells and includes links to an end-to-end process for creating one.  You may also find &amp;lt;a href=&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xetskcreatingcustomshellcomponent.asp&amp;gt;this"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xetskcreatingcustomshellcomponent.asp&amp;gt;this&lt;/a&gt; document&amp;lt;/a&amp;gt; useful - it describes how to create a component that will configure your shell to be virtually any program you want.&lt;br&gt;&lt;br&gt;Hope this helps!</description></item><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404201</link><pubDate>Thu, 31 Mar 2005 17:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404201</guid><dc:creator>Matt Kellner</dc:creator><description>Hmm... apparently the comments interface here isn't HTML-enabled.  Here are the links again:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xeconshellcustomization.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xeconshellcustomization.asp&lt;/a&gt; -- entry point for Custom Shells topic.&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xetskcreatingcustomshellcomponent.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xetskcreatingcustomshellcomponent.asp&lt;/a&gt; -- describes creating a component that configures a custom shell.</description></item><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404696</link><pubDate>Fri, 01 Apr 2005 18:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404696</guid><dc:creator>Matt Kellner</dc:creator><description>I just managed to put together an IE shell for testing, and it turns out that by itself, IE will NOT auto-restart when closed via ALT-F4.  So to prevent your system from becoming unusable, you would need to provide a custom shell that launches IE and keeps an eye on whether it's running or not, so that you can relaunch it automatically when someone tries to shut it down.</description></item><item><title>re: IE as the shell (in Kiosk Mode)</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#404881</link><pubDate>Sat, 02 Apr 2005 06:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404881</guid><dc:creator>sfiorito</dc:creator><description>haven't tried this since i'm travelling right now, but if you set a batch file as the custom shell (which then ran your IE app) does that auto-restart? that's weird though, because CMD autorestarts no prob. why wouldn't some other process???</description></item><item><title> Windows Embedded Standard NT4e XPe and beyond IE as the shell in | Indoor Grills</title><link>http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx#9680963</link><pubDate>Mon, 01 Jun 2009 22:35:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9680963</guid><dc:creator> Windows Embedded Standard NT4e XPe and beyond IE as the shell in | Indoor Grills</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://indoorgrillsrecipes.info/story.php?id=5443"&gt;http://indoorgrillsrecipes.info/story.php?id=5443&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>