<?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>Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx</link><description>What does it mean to "Run as current user" with the option to "Protect my computer and data from unauthorized program activity"?</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#227762</link><pubDate>Fri, 10 Sep 2004 08:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:227762</guid><dc:creator>Larry Osterman</dc:creator><description>Ok, I'll see if I can get some of them written for next week.&lt;br&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#228277</link><pubDate>Sat, 11 Sep 2004 20:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:228277</guid><dc:creator>KJK::Hyperion</dc:creator><description>Hi Aaron, I think you may be interested in this...&lt;br&gt;I've written a sandboxing tool that, IMHO, manages to be at the same time powerful (certainly, much more configurable than Run As) and intuitive. I've called it I Am, it's a non-interactive command-line application and it's open source (MIT license). It's pretty hard to use as it requires a fairly strong technical background, but it currently lacks any documentation (apart from an article about it - in Italian - I wrote for an e-zine). But you sound very informed on the topic and should be able to figure it out easily (try &amp;quot;iam -help&amp;quot;).&lt;br&gt;It also emulates the &amp;quot;Run As&amp;quot; sandbox as closely as possible (iam -wincompat) - but I haven't tested either in a domain, so expect problems (bug reports are welcome! just google for my nickname to know my e-mail address) - the only relevant difference being the requirement of a group without members called &amp;quot;IAM&amp;quot;, which the command uses in addition to the standard sandbox SID (S-1-5-12, &amp;quot;RESTRICTIONS&amp;quot;), because the latter can't be specified in the ACL editor (a real pity, since, as you noted, the &amp;quot;Run As&amp;quot; sandbox has the effect of making the user profile directories inaccessible, and not being able to specify that group in ACLs makes this limitation unescapable).&lt;br&gt;It lacks polish (for example, sandboxed programs inherit the TMP and TEMP variables, which will generally point to an unwritable directory, so you have to redirect them by yourself) and real-world testing, but it works great - from a purely technical standpoint, much better than &amp;quot;Run As&amp;quot; in fact. The only pity is it's a bit too easy to forget running programs in a sandbox, but I'm looking into a suite of shell extensions for that&lt;br&gt;The URL is &lt;a target="_new" href="http://spacebunny.xepher.net/hack/iam/"&gt;http://spacebunny.xepher.net/hack/iam/&lt;/a&gt; and the filenames should be pretty intuitive. Let me know what do you think about it, I value your opinion!</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#228906</link><pubDate>Mon, 13 Sep 2004 20:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:228906</guid><dc:creator>David Candy</dc:creator><description>cacls can give restricted full control over a file object.&lt;br&gt;&lt;br&gt;&lt;br&gt;cacls apppath /e /g restricted:f&lt;br&gt;&lt;br&gt;processed dir: C:\Documents and Settings\David Candy\Desktop\AppPath&lt;br&gt;&lt;br&gt;And the GUI permissions now list restricted as full control (or read only or whatever you tell it to do).&lt;br&gt;&lt;br&gt;Remember to use quotes if anything contains a space.</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#230120</link><pubDate>Wed, 15 Sep 2004 23:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230120</guid><dc:creator>Sean McLeod</dc:creator><description>Would be useful to have all attachments that are launched from email run using this &amp;quot;restricted token&amp;quot;.&lt;br&gt;&lt;br&gt;Currently as of XP SP2 there is an IAttachmentExecute interface to be used by email programs etc. when they want to save and/or execute an attachment. IAttachmentExecute::Execute() may run a virus scan on the attachment before executing the attachment etc.&lt;br&gt;&lt;br&gt;If it also allowed you to execute the attachment using this &amp;quot;restricted token&amp;quot; then an email attachment virus would have a more difficult time since the registry would be read-only, large parts of the filesystem would be off-limits or read-only etc.&lt;br&gt;&lt;br&gt;Is there an easy way to set up a SID/ACL to prevent a process from getting any network access? Would help prevent certain virus's from spreading if you could easily add this restriction to untrusted code.</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#230224</link><pubDate>Thu, 16 Sep 2004 05:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230224</guid><dc:creator>Aaron Margosis</dc:creator><description>Sean, yes, it would seem useful, but since a lot (most?) apps just completely break when run with the &amp;quot;protect my computer&amp;quot; option, it would probably be pretty much unusable.  E.g., let's say it's a Word doc.  First, Word wouldn't be able to read a copy of the doc cached in your %Temp% folder, since it wouldn't have access.  Likewise, Word wouldn't be able to save it (as-is or edited) to your &amp;quot;My Documents&amp;quot; folder.  Word wouldn't have access to your user-specific normal.dot or other config info stored in the file system in your profile.  And on and on.&lt;br&gt;&lt;br&gt;AFAIK, there is no ACL that prevents an app from creating a TCP/IP network connection.</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#230269</link><pubDate>Thu, 16 Sep 2004 08:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230269</guid><dc:creator>Aaron Margosis</dc:creator><description>BUT - that reminds me of something else I meant to mention.  A &amp;quot;protect my computer&amp;quot; restricted token cannot authenticate on the network using your Windows identity.  So while you can still connect to remote resources that allow anonymous connections, the restricted app cannot act &amp;quot;as you&amp;quot; on the network.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#231650</link><pubDate>Mon, 20 Sep 2004 10:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:231650</guid><dc:creator>Ayman AlRashed</dc:creator><description>IMO, while an ambitious option, it's still not usable in it's current form due to app compat issues.&lt;br&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#231700</link><pubDate>Mon, 20 Sep 2004 14:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:231700</guid><dc:creator>Sean McLeod</dc:creator><description>Network wise I was thinking more of worms that propogate by searching the network for vulnerable hosts and/or email themselves out. If you could limit the process to having no network access then the worm wouldn't be able to propogate itself in this fashion.&lt;br&gt;&lt;br&gt;While XP SP2 has some network changes to limit the rate of outbound connections when it detects lots of incomplete network connections it doesn't completely prevent the propogation, rather just slows the rate.&lt;br&gt;&lt;br&gt;What sorts of apps/code did MS have in mind in terms of running under this restricted token?&lt;br&gt;&lt;br&gt;As mentioned if there are too many compatability issues then it won't be able to be used for running 'suspect' code in such a way that it is not able to do any damage but at the same time is able to do enough to be useful, especially for non dangerous code.&lt;br&gt;&lt;br&gt;The other option I thought of was to have suspect code/attachments run in a virtual machine session, e.g. using some lightweight flavour of VirtualPC. In this environment the app would get a snapshot of the current host environment and have read and write access to all the necessary files. But network access would be blocked so suspect code couldn't read your data and forward it out via the network.&lt;br&gt;&lt;br&gt;Any writes in the this virtual environment would be visible to the app running in the VM but wouldn't make it through to the host's file system and would be discarded when the app exited.&lt;br&gt;&lt;br&gt;When the app exited the VM would also pop-up a report listing any portions of the registry and file system that were written to and any attempted network access as a way for users (although probably only for advanced users, there would also be heuristics used to determine a suggested pass/fail for regular users) to determine whether the screen saver attachment that some mate had sent is really just a regular screen saver or whether it's really a virus/worm.&lt;br&gt;&lt;br&gt;The heavyweight implementation would be to use a full virtual machine in which to run the suspect code. A more lighter weight approach may be possble using some combination of a restricted token, network filter to block network access and a file system filter driver interacting with the volume snapshot service to provide a temporary writable volume for the suspect code that then gets discarded when the process quits.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#236290</link><pubDate>Thu, 30 Sep 2004 22:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:236290</guid><dc:creator>Puri</dc:creator><description>Hi,&lt;br&gt;I couldn't agree more about running with Limited/Restricted user account. Thats how I always run at home. I don't run a virus checker on my PC. But at work, I found that it doesn't work. The problem is most corporate ITs run Sematic AntiVirus as part of login startup tasks. I think they have something in the domain startup script that checks whether anti virus dat files are up-to-date or not. It failed to run with limited user account. So they forced me to add admin privileges to my login.&lt;br&gt;&lt;br&gt;But ur blogs are full of information. Good to hear from an MS guy.&lt;br&gt;&lt;br&gt;puri</description></item><item><title>Running Windows as limited user</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#357778</link><pubDate>Fri, 21 Jan 2005 03:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:357778</guid><dc:creator>Dot Wind</dc:creator><description>A very interesting serie of postings over at Aaron Margosis' WebLog showing the advantages of running as a limited user. A special interesting entry is the &amp;quot;Protect my computer&amp;quot; option, and the priviliges toolbar....</description></item><item><title>Table of contents, Aaron Margosis' non-admin blog</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#409477</link><pubDate>Tue, 19 Apr 2005 03:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:409477</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description>Complete list of Aaron Margosis' non-admin / least privilege posts, for easy lookup.</description></item><item><title>Spread the LUA joy</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#427786</link><pubDate>Fri, 10 Jun 2005 19:12:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:427786</guid><dc:creator>tonyso</dc:creator><description>Get your friends and family, all those folks that come to you for computer help once their machines have...</description></item><item><title>Run as and Protect My Computer</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#433205</link><pubDate>Tue, 28 Jun 2005 06:49:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:433205</guid><dc:creator>Dan Crevier's Blog</dc:creator><description>Today I got a bug report that the app I'm working on doesn't work with work when launched with Run As......</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#612461</link><pubDate>Thu, 01 Jun 2006 04:00:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:612461</guid><dc:creator>James Gerber</dc:creator><description>I tried this with IE and Firefox and neither launched at all (XP Home).</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#612468</link><pubDate>Thu, 01 Jun 2006 04:07:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:612468</guid><dc:creator>Aaron Margosis</dc:creator><description>James Gerber: &amp;nbsp;If IE didn't launch, my guess is that you have an IE add-in installed that failed with the restricted token and caused the process to exit. &amp;nbsp;No idea about Firefox.</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#613145</link><pubDate>Thu, 01 Jun 2006 21:02:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:613145</guid><dc:creator>Doug Woodall</dc:creator><description>Sadly, I thought I would ask all my coworkers if they knew how to do this.&lt;br&gt;Guess the outcome.&lt;br&gt;I wish I wish I could educate with a lasting effect. It seems people just dont care until they lose their Identity or are scammed out of money. Then they come around. Too late.&lt;br&gt;Great Post !&lt;br&gt;&lt;br&gt;Take care,</description></item><item><title>Windows Tips: Run Suspicious Programs Safely </title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#614615</link><pubDate>Fri, 02 Jun 2006 23:18:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:614615</guid><dc:creator>The SpywareBiz Blog,,,to Combat Spyware!</dc:creator><description /></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#619380</link><pubDate>Tue, 06 Jun 2006 23:13:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:619380</guid><dc:creator>Ajay</dc:creator><description>Seems like the &amp;quot;Protect My Computer&amp;quot; option should be implemented as a virtual machine that isolates any changes the application makes and can discard them on exit. Microsoft already has the Virtual PC product/technology and the App Compatibility Toolkit so it might be able to integrate limited versions of these into Windows. &amp;nbsp;I got Virtual PC initially to test my software on a clean install of various Windows configurations and I also thought it would be good to try out other people's software and keep it isolated from my &amp;quot;real&amp;quot; installation.</description></item><item><title>Windows Tips: Run Suspicious Programs Safely </title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#621265</link><pubDate>Thu, 08 Jun 2006 01:40:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:621265</guid><dc:creator>The SpywareBiz Blog,,,to Combat Spyware!</dc:creator><description /></item><item><title>re: Running restricted -- What does the &amp;amp;quot;protect my computer&amp;amp;quot; option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#694306</link><pubDate>Thu, 10 Aug 2006 15:36:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:694306</guid><dc:creator>Russell Tucker</dc:creator><description>&lt;P&gt;When the IE icon on my computer is right clicked, I do not see a "Run as" option at all. Is there some other way to get to this option? &lt;BR&gt;&lt;BR&gt;Thanks, &lt;BR&gt;&lt;BR&gt;Russ&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;It's not on the context menu if you click on the IE icon at the top of the Start menu, but it is if you right-click on an IE icon somewhere else, such as in the Quick Launch area, on the desktop, or in the All Programs part of the Start menu.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#696558</link><pubDate>Sat, 12 Aug 2006 17:15:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:696558</guid><dc:creator>Russell Tucker</dc:creator><description>Thanks, Aaron. Found it!&lt;br&gt;&lt;br&gt;And thanks for pointing this out to us. Such is becoming more important each day.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Russ Tucker</description></item><item><title>re: Running restricted -- How to restrict the user in timely manner</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#696853</link><pubDate>Sun, 13 Aug 2006 00:42:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:696853</guid><dc:creator>Nash Sapardi</dc:creator><description>Hi Aaron,&lt;br&gt; Need to know how to restrict the user to use the system after 12.00 midnight? Or the system force the user to logout after 12 midnight &lt;br&gt;&lt;br&gt;Best regards/</description></item><item><title>re: Running restricted -- What does the &amp;quot;protect my computer&amp;quot; option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#713906</link><pubDate>Wed, 23 Aug 2006 12:17:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:713906</guid><dc:creator>Fox Purtill</dc:creator><description>&lt;P&gt;Help! &amp;nbsp;Somehow my machine ended up running the ENTIRE OS in restricted. &amp;nbsp;I can right-click anything and uncheck the 'Protect my computer and data..." etc and it opens, but how do I GET RID of that? &amp;nbsp;I want to just be able to run my programs. &amp;nbsp;I am the administrator of the machine and the only user. &amp;nbsp;I have no clue why this suddenly started happening. &amp;nbsp; &lt;BR&gt;&lt;BR&gt;At the moment if I double-click any application it the icon is busy for a second and no application starts. If I right-click (run as..) and remove the checkbox it starts. &amp;nbsp;This was NOT the case yesterday. &lt;BR&gt;&lt;BR&gt;&lt;div class=ajmReply&gt;I can only guess, but my guess would be that some kind of registry modification was made that shouldn't have been made -- &lt;EM&gt;possibly&lt;/EM&gt; by malware, possibly just by accident.&amp;nbsp; IIRC the Windows Setup disks will help you repair an existing Windows installation - you might try doing that.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: Running restricted -- What does the &amp;quot;protect my computer&amp;quot; option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#729080</link><pubDate>Tue, 29 Aug 2006 01:43:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729080</guid><dc:creator>Nick Heim</dc:creator><description>&lt;P&gt;Hi Aaron, &lt;BR&gt;is there a way to unset or set the option “Protect my computer ..." programmatically in the linkfile? &lt;BR&gt;I would like to do this with a MSI custom action DLL i already use to set the option in a link, which let it pop up the "Run as" dialog. &lt;BR&gt;Thanks a lot for the very good info on your blog. &lt;BR&gt;Regards, Nick&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;Look for SDLF_RUNAS_USER on &lt;A href="http://windowssdk.msdn.microsoft.com/en-us/library/ms649334.aspx"&gt;this page&lt;/A&gt; and &lt;A href="http://windowssdk.msdn.microsoft.com/en-us/library/ms632705.aspx"&gt;this page&lt;/A&gt;.&amp;nbsp; Note that setting the flag will only cause the "Run As..." dialog to appear -- it still requires user interaction to make the target program run restricted.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#814534</link><pubDate>Wed, 11 Oct 2006 00:38:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:814534</guid><dc:creator>john</dc:creator><description>&lt;p&gt;this guy &amp;nbsp; sent software to my computer--and he got every name and dialogue from yahoo that i had used in months--how can i prevent this from happening again&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#823886</link><pubDate>Sat, 14 Oct 2006 02:59:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:823886</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;You might want to look at &lt;a rel="nofollow" target="_new" href="http://windowzones.com"&gt;http://windowzones.com&lt;/a&gt;, which is currently in beta.&lt;/p&gt;
&lt;p&gt;It allows you to lock applications down into a &amp;quot;safe zone&amp;quot; which is like a sandbox, but with much better app compat than restricted tokens (doesn't have all of the problems noted for IE, for example).&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#1233940</link><pubDate>Thu, 07 Dec 2006 22:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1233940</guid><dc:creator>Paul Whitcomb</dc:creator><description>&lt;P&gt;In Windows 2000, I am attempting to disable the function performed by "protect my computer and data" in Windows XP. Is this possible?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;I don't quite understand -- are you trying to disable the UI (dialog) that exposes "protect my computer"?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#1445026</link><pubDate>Wed, 10 Jan 2007 18:54:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1445026</guid><dc:creator>Gretchen</dc:creator><description>&lt;P&gt;I am trying to run a program for my business and it won't run. &amp;nbsp;When I right click on the icon, and go to the run as option, there is a check mark next to the box that says clicking the box might cause the program to not function. &amp;nbsp;I think this is the problem, but everytime I take the check off, it automatically re-checks it. &amp;nbsp;How do I keep it from running automatically?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Gretchen - when you right-click and choose "Run As...", the default selection is to run the program with the greatly reduced rights described in this post.&amp;nbsp; Most apps don't work correctly with that setting.&amp;nbsp; If you just start the program normally, you shouldn't see that dialog, and the program should run with the same privileges that all your other programs do.&lt;/P&gt;
&lt;P&gt;Has this program worked correctly in the past for you?&lt;/P&gt;
&lt;P&gt;Are you logged on as a member of the Administrators group, or as a regular User?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#1976015</link><pubDate>Wed, 28 Mar 2007 16:29:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1976015</guid><dc:creator>Tim Cooper</dc:creator><description>&lt;p&gt;I'm also getting this same problem on a user's XP SP2 machine:&lt;/p&gt;
&lt;p&gt;Help! &amp;nbsp;Somehow my machine ended up running the ENTIRE OS in restricted. &amp;nbsp;I can right-click anything and uncheck the 'Protect my computer and data...&amp;quot; etc and it opens, but how do I GET RID of that? &amp;nbsp;I want to just be able to run my programs. &amp;nbsp;I am the administrator of the machine and the only user. &amp;nbsp;I have no clue why this suddenly started happening. &amp;nbsp; &lt;/p&gt;
&lt;p&gt;At the moment if I double-click any application it the icon is busy for a second and no application starts. If I right-click (run as..) and remove the checkbox it starts. &amp;nbsp;This was NOT the case yesterday. &lt;/p&gt;
</description></item><item><title>on my computer, what does msi mean?   Thank you!</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#1994865</link><pubDate>Fri, 30 Mar 2007 20:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1994865</guid><dc:creator>Katy</dc:creator><description>&lt;P&gt;30 March 2007&lt;/P&gt;
&lt;P&gt;I have a brand new Mac notebook. &amp;nbsp;What does msi&lt;/P&gt;
&lt;P&gt;mean? &amp;nbsp;Thank you!&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Katy:&amp;nbsp; It probably doesn't mean the same thing on a Mac as it does on a Windows computer.&amp;nbsp; On Windows it is a Microsoft Windows Installer package.&amp;nbsp; No idea what it is on a Mac.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#2243412</link><pubDate>Mon, 23 Apr 2007 11:51:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2243412</guid><dc:creator>SSQA- Users &amp; SQL tools</dc:creator><description>&lt;p&gt;Very interesting insight of security topics on Windows operating system by Aaron Margosis.&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#4011962</link><pubDate>Mon, 23 Jul 2007 20:13:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4011962</guid><dc:creator>Peter</dc:creator><description>&lt;P&gt;So far, several people have asked how to turn off the restricted user option. So far there has been no answer to that question. People have replied to the posts but have not provided the answer. So, how do you turn off the option? Yes, I know it is more risky...yes, I know that it has been added by microsoft to make my computing experience more pleasant. The thing is, I just want to be able to click on an icon and have the program run. Simple eh?&lt;/P&gt;
&lt;P&gt;So, how do you turn off the run restricted option?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] What you're seeing is most likely due to corrupted registry settings.&amp;nbsp; It's certainly not due to anything the Windows developers intentionally designed.&amp;nbsp; I don't know which specific registry settings might be involved, so I don't have an answer to the question.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#4182781</link><pubDate>Thu, 02 Aug 2007 08:31:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4182781</guid><dc:creator>Ahitub</dc:creator><description>&lt;p&gt;HI KJK::Hyperion&lt;/p&gt;
&lt;p&gt;The link you have mentioned not work properly ...whats the prob with ...&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;________________&lt;/p&gt;
&lt;p&gt;Ahitub&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://computersnext.com"&gt;http://computersnext.com&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#5193350</link><pubDate>Sat, 29 Sep 2007 02:52:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5193350</guid><dc:creator>James </dc:creator><description>&lt;p&gt;So, how do you turn off the run restricted option?&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#5933904</link><pubDate>Tue, 06 Nov 2007 14:31:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5933904</guid><dc:creator>mani</dc:creator><description>&lt;P&gt;pls.. help me out...&lt;/P&gt;
&lt;P&gt;m also getting this same problem on a user's XP SP2 machine&lt;/P&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#6276844</link><pubDate>Fri, 16 Nov 2007 01:21:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6276844</guid><dc:creator>Armando</dc:creator><description>&lt;p&gt;I am another simple user that wants to double click an icon and get the program start. The only way I can do this is to &amp;quot;run as&amp;quot; and uncheck the protection. &amp;nbsp;Can this protection remain unchecked? This is a VERY unconfortable situation.&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#7141070</link><pubDate>Thu, 17 Jan 2008 14:04:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7141070</guid><dc:creator>Ditto to the two previous entries.</dc:creator><description>&lt;p&gt;I think its MS trying to strong arm individuals into purchasing VISTA. Ugh. It seems to be progressive. Phase one OS in phase one out. How else will they continue their empire. Gone are the days you purchase it you own it. Security update!! Security updates!! Security updates MY ask me no questions.... &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#8380638</link><pubDate>Fri, 11 Apr 2008 18:00:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8380638</guid><dc:creator> Adam Saunders</dc:creator><description>&lt;p&gt;Same problem here. I uncheck &amp;quot;protect my data from unauthorized program activity&amp;quot; the option, but when I close the dialog box and go back the option is rechecked. WTF?&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#8663156</link><pubDate>Sat, 28 Jun 2008 04:51:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8663156</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;I have the same problem, but my situation happened after the 2nd time I rebooted just after doing my last Microsoft update - I believe it was a security update. &lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#8904128</link><pubDate>Thu, 28 Aug 2008 23:48:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8904128</guid><dc:creator>Ivan</dc:creator><description>&lt;P&gt;I've had the same problem for several months until I discovered today that I had 'Mark Any Content Safer' installed. It probably came with a video application.&lt;/P&gt;
&lt;P&gt;After complete removal I can again launch my apps without the 'Run As' dialog.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Very interesting.&amp;nbsp; What is "Mark Any Content Safer"?&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#8926414</link><pubDate>Fri, 05 Sep 2008 18:12:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8926414</guid><dc:creator>Matt Ledbetter</dc:creator><description>&lt;P&gt;If you are having the problem of everything running in restricted mode, it is most likely a registry issue.&lt;/P&gt;
&lt;P&gt;Download the registry fix here: &lt;A href="http://www.geekstogo.com/forum/index.php?act=attach&amp;amp;type=post&amp;amp;id=5794" target=_new rel=nofollow&gt;http://www.geekstogo.com/forum/index.php?act=attach&amp;amp;type=post&amp;amp;id=5794&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Reboot in safe mode and run the downloaded program. Reboot and problem should be solved. Only works with XP as far as I know.&lt;/P&gt;
&lt;P&gt;Not resposible for your computer bursting in to flames.&lt;/P&gt;
&lt;P&gt;-Matt&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; That link downloads a zip file that contains a .reg file that appears to be &lt;B&gt;mostly&lt;/B&gt; the XP default settings for HKCR\.exe and HKCR\exefile.&amp;nbsp; It does have one extraneous setting (adding a property sheet handler for "PEAnalyser").&amp;nbsp; That would appear to be something added to the system by the person who exported this .reg file.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Caveat:&amp;nbsp; this is based strictly on the observations I made, based on what was downloaded at the time that I clicked on the link.&amp;nbsp; I cannot provide any assurance that the hyperlink above will still point to the same zip file when you click on the link; nor can I provide any assurance that the zip file is not malformed in some way to exploit a vulnerability in various versions of unzipping programs.&amp;nbsp; (I extracted it using Explorer's built-in capabilities.)&amp;nbsp; I also won't make any assertions here about whether that extraneous "PEAnalyser" entry will or will not have any impact on any given system, nor whether restoring this set of defaults will be sufficient to fix the problems people have described above.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>MarkAny ContentSafer</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#8928004</link><pubDate>Sat, 06 Sep 2008 17:42:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8928004</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;This is a DRM application favored by Samsung. It quietly hijacked some entries in the registry, apparently those which are used when an application is launched. I could only partially remove this thing the first time around, so some entries were not cleared.&lt;/p&gt;
&lt;p&gt;Ivan&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#9373996</link><pubDate>Sat, 24 Jan 2009 16:48:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9373996</guid><dc:creator>curious joe</dc:creator><description>&lt;p&gt;hi there,&lt;/p&gt;
&lt;p&gt;i was wondering if it was better to run a supicious (or in general) little app that only comes as a single .exe file with right-click and &amp;quot;run as....&amp;quot; then my own credentials but with this checkbox activated (protect my computer from malicious activity...)&lt;/p&gt;
&lt;p&gt;or if it would even be better to &amp;quot;run as...&amp;quot; and then using the guest user (i have guest user activated on windows xp sp3) for this task.&lt;/p&gt;
&lt;p&gt;can a malicious program mess my system when i run it as only in the guest credentials, or is the first option better with the checkbox?&lt;/p&gt;
&lt;p&gt;thanks for any hints.&lt;/p&gt;
&lt;p&gt;greets.&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#9804263</link><pubDate>Fri, 26 Jun 2009 00:01:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9804263</guid><dc:creator>colleen</dc:creator><description>&lt;p&gt;I also have the same problem when I click on any icons on my desktop the will not run unless I do a run as or uncheck the protect my files.&lt;/p&gt;
&lt;p&gt;Is there any way to remove that check mark and have it stay off.&lt;/p&gt;
</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#9848344</link><pubDate>Sat, 25 Jul 2009 14:34:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9848344</guid><dc:creator>Anthony Wieser</dc:creator><description>&lt;p&gt;Thanks for posting this. &amp;nbsp;Only came noticed the checkbox 5 years later!&lt;/p&gt;
&lt;p&gt;Is there a well know SID that this causes the software to run with? &amp;nbsp; Or must I check for this state with IsTokenRestricted to see if this has been checked when my program runs?&lt;/p&gt;</description></item><item><title>re: Running restricted -- What does the "protect my computer" option mean?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/09/10/227727.aspx#9869451</link><pubDate>Fri, 14 Aug 2009 09:13:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9869451</guid><dc:creator>ryan</dc:creator><description>&lt;p&gt;thanks the reg fix did the trick!&lt;/p&gt;</description></item></channel></rss>