<?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>Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx</link><description>Hints on running a locked-down version of Windows</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>RE: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#56189</link><pubDate>Fri, 26 Sep 2003 21:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:56189</guid><dc:creator>Andrew</dc:creator><description>I pull a similar trick to run IE under a limited security context as well.  I simply runas iexplore under a very limited guest account with almost no filesystem access whatsoever (except a folder I call dropzone where I can save files from the web, and upload from etc.).  I hacked the registry for this very limited account to color it's windows with a red border so my &amp;quot;secure&amp;quot; IE windows all pop up decorated as such.

This way, even should I catch a nasty IE bug, it wouldn't have permissions to any of my files/etc.</description></item><item><title>RE: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#56190</link><pubDate>Sat, 27 Sep 2003 02:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:56190</guid><dc:creator>Peter Torr</dc:creator><description>That's another good idea. Hopefully you do the same with your e-mail client ;-)</description></item><item><title>RE: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#56191</link><pubDate>Wed, 22 Oct 2003 22:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:56191</guid><dc:creator>Mike Dimmick</dc:creator><description>An additional hint I read somewhere else: if you need administrative access to a folder, run

runas /user:Administrator &amp;quot;C:\Program Files\Internet Explorer\iexplore.exe&amp;quot;

then type the location of the folder into the address bar of the new IE window (or use the Folders pane). Helpful for Control Panel, which has no other way to run an applet with different credentials (this should definitely go into Longhorn...)</description></item><item><title>A ridiculous </title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#71151</link><pubDate>Wed, 11 Feb 2004 10:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:71151</guid><dc:creator>Office Development, Security, Randomness...</dc:creator><description /></item><item><title>re: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#71167</link><pubDate>Wed, 11 Feb 2004 08:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:71167</guid><dc:creator>Daniel Fernandes</dc:creator><description>Although it's possible to tweak Windows to run with weaker permissions I think a lot still need to be done to fully separate application code/user's data and make it easy to manage. Obviously effort is needed on both Microsoft and third parties sides to play the game..</description></item><item><title>Windows XP SP 2</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#93105</link><pubDate>Sat, 20 Mar 2004 08:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93105</guid><dc:creator>Office Development, Security, Randomness...</dc:creator><description /></item><item><title>re: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#93319</link><pubDate>Sat, 20 Mar 2004 22:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:93319</guid><dc:creator>Keith Brown</dc:creator><description>Great to see some other folks running with least privilege on Windows. I've been doing it for about four years, and it's pissed me off enough seeing all the software that breaks that I ranted about it in my book[1].&lt;br&gt;&lt;br&gt;There's some great tips in that chapter for folks trying to develop code as non-admins.&lt;br&gt;&lt;br&gt;Keith&lt;br&gt;&lt;br&gt;[1] &lt;a target="_new" href="http://www.develop.com/kbrown/book/html/lifestyle.html"&gt;http://www.develop.com/kbrown/book/html/lifestyle.html&lt;/a&gt;</description></item><item><title>re: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#142873</link><pubDate>Thu, 27 May 2004 04:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:142873</guid><dc:creator>Chris Ormerod</dc:creator><description>Andrew / Peter Torr,&lt;br&gt;&lt;br&gt;(A bit late to the conversation)&lt;br&gt;&lt;br&gt;I am wondering wether the situation that Andrew describes of having the &amp;quot;Runas&amp;quot;'ed programs appear in a different window colour works (on Windows XP).&lt;br&gt;&lt;br&gt;I setup a second account with a Windows Classic theme with red borders, and when I runas programs from my own account with the second account the programs use my own theme rather than picking up the second accounts themes. I have tried as much fiddling in the registry as I know for the Window colours section. Any tips on wether this is doable?</description></item><item><title>re: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#142973</link><pubDate>Thu, 27 May 2004 11:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:142973</guid><dc:creator>Peter Torr</dc:creator><description>AFAIK you can't do that -- I've tried that trick myself before and failed ;-)&lt;br&gt;&lt;br&gt;What you CAN do is change the background colour of the CMD window, or set a background bitmap for IE / Windows explorer.&lt;br&gt;&lt;br&gt;Peter</description></item><item><title>re: Paranoia</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#142998</link><pubDate>Thu, 27 May 2004 12:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:142998</guid><dc:creator>Chris Ormerod</dc:creator><description>Thanks for the response Peter, I had figured out the cmd prompt colouring, I hadn't thought about the background bitmap for explorer. I had completely forgotten about that functionality.&lt;br&gt;&lt;br&gt;Perhaps Andrew might read this one day and let us in on the secret...&lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>Windows Update, Automatic Update, and SAFER</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#242348</link><pubDate>Thu, 14 Oct 2004 20:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:242348</guid><dc:creator>Office Development, Security, Randomness...</dc:creator><description /></item><item><title>Running As Normal User</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#248031</link><pubDate>Tue, 26 Oct 2004 21:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:248031</guid><dc:creator>Chris Rathjen</dc:creator><description /></item><item><title>Least privileged user access for developers</title><link>http://blogs.msdn.com/ptorr/archive/2003/09/21/56188.aspx#445159</link><pubDate>Sat, 30 Jul 2005 00:55:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:445159</guid><dc:creator>Nigel Watling</dc:creator><description>OK, the last entry was a teaser for a blog entry or two on what developers can and IMHO should do regarding...</description></item></channel></rss>