<?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>Eugene Siu's Thoughts on Security : Infoworker Productivity</title><link>http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx</link><description>Tags: Infoworker Productivity</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Troubleshooting Networking and IPSec Issues</title><link>http://blogs.msdn.com/esiu/archive/2007/11/05/troubleshooting-networking-and-ipsec-issues.aspx</link><pubDate>Mon, 05 Nov 2007 11:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5903070</guid><dc:creator>esiu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/esiu/comments/5903070.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=5903070</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I had a very strange networking issue last weekend.&amp;nbsp; After connecting to corpnet via VPN and direct hookup, I was able to ping all remote servers, but was not able to do anything, such as web browsing and remote desktop.&amp;nbsp; It was not the first time that I faced this issue, and helpdesk told me that IPSec settings may have messed up.&lt;/P&gt;
&lt;P&gt;The following set of commands has helped me flush settings related to networking and IPSec, and restored my corpnet connection in both situations.&lt;/P&gt;
&lt;P&gt;1. Launch a DOS command prompt&lt;BR&gt;2. netsh int ip reset all&lt;BR&gt;3. netsh winsock reset&lt;BR&gt;4. ipconfig /flushdns&lt;BR&gt;5. nbtstat -RR&lt;BR&gt;6. gpupdate /force&lt;/P&gt;
&lt;P&gt;Akin to "Ctrl-Atl-Del" of your networking settings, this series of commands should flush IP interface, DNS, Winsock, NetBIOS and group policy settings.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck to troubleshooting your networking and IPSec issues.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5903070" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Developer+Productivity/default.aspx">Developer Productivity</category><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item><item><title>Read Office Files as ZIP</title><link>http://blogs.msdn.com/esiu/archive/2007/10/19/read-office-files-as-zip.aspx</link><pubDate>Fri, 19 Oct 2007 22:33:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5527832</guid><dc:creator>esiu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/esiu/comments/5527832.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=5527832</wfw:commentRss><description>&lt;p&gt;It is interesting to me that Office 2007 Metro formats can be broken down as a ZIP file.&amp;nbsp; To see this in action, you can pick an Office 2007 Metro file, such as XLSX and DOCX, and rename its extension with ZIP.&amp;nbsp; Then open the renamed file with WINZIP.&amp;nbsp; You will see that Office 2007 content is laid out neatly in a ZIP.&amp;nbsp; Check out this sample picture.&lt;/p&gt; &lt;p&gt;Let me illustrate a picture from &lt;a title="http://www.devx.com/MicrosoftISV/Article/34934" href="http://www.devx.com/MicrosoftISV/Article/34934"&gt;http://www.devx.com/MicrosoftISV/Article/34934&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt="" src="http://assets.devx.com/destination/19678.jpg" border="0"&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5527832" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item><item><title>View calendar via Date and Time Properties as non-admin</title><link>http://blogs.msdn.com/esiu/archive/2005/02/10/370785.aspx</link><pubDate>Fri, 11 Feb 2005 02:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:370785</guid><dc:creator>esiu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/esiu/comments/370785.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=370785</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;&lt;font face="Arial" size="2"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It is inconvenient that I cannot open Date and Time Properties as non-admin.&amp;nbsp;&amp;nbsp;Non-admins should not be able to change the date and time, but should be able to view it.&amp;nbsp; Sometimes, I want to see what the date of next Wed is. &amp;nbsp;Now I need to practice doing math in my brain if I run as non-admin.&amp;nbsp; :)&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;font face="Arial" size="2"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Instead of using my rusty brain, I just grant myself "Change the System Time" privilege via Local Security Policy.&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Open Local Security Policy&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Go to Local Policies -&amp;gt; User Rights Assignment&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Double-click on "Change the system time"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;4. Follow the GUI to add myself to the privilege&lt;/span&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/p&gt;&lt;/span&gt;&lt;/font&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=370785" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item><item><title>How to enable Remote Desktop for non-admin?</title><link>http://blogs.msdn.com/esiu/archive/2005/01/26/360698.aspx</link><pubDate>Wed, 26 Jan 2005 08:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:360698</guid><dc:creator>esiu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/esiu/comments/360698.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=360698</wfw:commentRss><description>&lt;p&gt;After hearing from many that Power Users are still admin, I have converted myself to a regular user.&amp;nbsp; Most apps continue to work properly.&amp;nbsp; Remote Desktop stops working.&amp;nbsp; To be specific, from the non-admin box, I can remote desktop to another machine, but not vice versa.&amp;nbsp; &lt;/p&gt; &lt;p&gt;After fiddling with some settings,&amp;nbsp;I discovered that regulars users are not enabled to remote desktop by default.&amp;nbsp; After adding myself as a Remote User in the System Properties, I can start a Remote Desktop session to my box again.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=360698" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item><item><title>Running as non-admin is not as hard as I imagine</title><link>http://blogs.msdn.com/esiu/archive/2005/01/19/356266.aspx</link><pubDate>Wed, 19 Jan 2005 19:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:356266</guid><dc:creator>esiu</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/esiu/comments/356266.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=356266</wfw:commentRss><description>&lt;p&gt;As a security tester, we need to ensure that our product works under minimal privilege.&amp;nbsp; Yes,&amp;nbsp;test machines&amp;nbsp;are set up to test with minimal privilege, but my day-to-day email machine is set up with admin privilege.&amp;nbsp; Although it is a threat to run under admin, it was more threatening to inflict myself with the hassles of running as non-admin.&amp;nbsp; As an extremely paranoid person, I have so many novice questions: Do I need to reboot all the time if I need admin privilege?&amp;nbsp; Will my apps continue to function properly?&amp;nbsp; Will I get blue screen for no reasons?&lt;/p&gt; &lt;p&gt;One fine day, I decided to switch from admin to power user.&amp;nbsp; Granted that power user is almost an admin, it should be a good start to run my box as non-admin.&amp;nbsp; After several days, I did not find any differences with Office applications and other well-known ones, such as IE.&amp;nbsp; &lt;/p&gt; &lt;p&gt;Until I need to unblock&amp;nbsp;an application on my&amp;nbsp;SP2 firewall do I have a problem.&amp;nbsp; The problem can easily be circumvented by using "runas /user:mymachine\administrator control firewall.cpl" and enter my password.&amp;nbsp; After the command, I run firewall.cpl as admin, and unblock my application.&amp;nbsp; Finally, close the firewall app.&lt;/p&gt; &lt;p&gt;Voila, I am happy again with running my box as non-admin.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=356266" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Developer+Productivity/default.aspx">Developer Productivity</category><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item><item><title>Why is a JPG file forced to be saved as BMP in IE?</title><link>http://blogs.msdn.com/esiu/archive/2004/12/29/343804.aspx</link><pubDate>Wed, 29 Dec 2004 18:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:343804</guid><dc:creator>esiu</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.msdn.com/esiu/comments/343804.aspx</comments><wfw:commentRss>http://blogs.msdn.com/esiu/commentrss.aspx?PostID=343804</wfw:commentRss><description>&lt;p&gt;When I right clicked on IE 6 to save a JPG file, Save Picture dialog box only shows BMP as the only output format.&amp;nbsp; It only reproes on some computers.&lt;/p&gt; &lt;p&gt;After some digging, I found out that Internet cache is full on the dubious computer.&amp;nbsp; For more info, please check &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q260650"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;q260650&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=343804" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/esiu/archive/tags/Infoworker+Productivity/default.aspx">Infoworker Productivity</category></item></channel></rss>