<?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>New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx</link><description>I just posted a new Code Secure article on MSDN about running as an admin, but executing browsers and email clients in lower privilege. http://msdn.microsoft.com/security/securecode/columns/default.aspx?pull=/library/en-us/dncode/html/secure11152004.as</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#266611</link><pubDate>Fri, 19 Nov 2004 13:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:266611</guid><dc:creator>Kevin R</dc:creator><description>Do you have any suggestions for limiting a user's ability to double-click on existing URL shortcuts and thus launching IE with their full admin token (instead of the newly restricted one as described in this article)?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#266620</link><pubDate>Fri, 19 Nov 2004 13:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:266620</guid><dc:creator>John C. Kirk</dc:creator><description>Interesting article (although I'm surprised at the choice of &amp;quot;warez&amp;quot; as a folder name).&lt;br&gt;&lt;br&gt;As for the code flaw at the end, I assume the problem is that the loop will never terminate, so you'll get an overflow error from &amp;quot;req++;&amp;quot;, flipping the value to negative, and then the array access on the next line will be outside the bounds of the array, overwriting a random memory location.&lt;br&gt;&lt;br&gt;Speaking of which, any plans for the results of the &amp;quot;spot the deliberate mistake&amp;quot; entry from a week or so ago?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#266883</link><pubDate>Fri, 19 Nov 2004 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:266883</guid><dc:creator>Manoj</dc:creator><description>DropMyRights is a great utility.&lt;br&gt;&lt;br&gt;I have my outlook shortcut pointing to,&lt;br&gt;&lt;br&gt;&amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&amp;quot; /recycle&lt;br&gt;&lt;br&gt;It fails if I update that to,&lt;br&gt;&lt;br&gt;&amp;quot;C:\DropMyRights.exe&amp;quot; &amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&amp;quot; /recycle&lt;br&gt;&lt;br&gt;It fails if I update my shortcut to,&lt;br&gt;&lt;br&gt;&amp;quot;C:\DropMyRights.exe&amp;quot; &amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE /recycle&amp;quot;&lt;br&gt;&lt;br&gt;It also fails if I update my shortcut to,&lt;br&gt;&lt;br&gt;&amp;quot;C:\DropMyRights.exe&amp;quot; &amp;quot;&amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&amp;quot; /recycle&amp;quot;&lt;br&gt;&lt;br&gt;Can you please suggest how do I use DropMyRights for application having switches (and having space in their parent folder name).</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267097</link><pubDate>Sat, 20 Nov 2004 01:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267097</guid><dc:creator>mikeb</dc:creator><description>I haven't yet read the article (though after a quick glance, it looks quite interesting).&lt;br&gt;&lt;br&gt;However, I'd like to ask that you (please, please) get MS to make working in Windows as non-admin more usable.&lt;br&gt;&lt;br&gt;Some examples include &lt;br&gt;&lt;br&gt;   1) not being able to even open the Time/Date applet (so you can look at the calendar) if you're not admin&lt;br&gt;   2) it seems to be impossible to launch the network settings applet as an admin from a non-admin account (using &amp;quot;Run as...&amp;quot;).  Apparently this has something to do with that applet being an explorer window instance.&lt;br&gt;&lt;br&gt;Anyway, thanks for the new aspect of this to look into.</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267142</link><pubDate>Sat, 20 Nov 2004 04:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267142</guid><dc:creator>Clint</dc:creator><description>This is slightly related, well it is related to reading and security. I found out from MS Press that a couple security books were cancelled. One was Web Application Security Assessment by Microsoft's Ace and Ea2 Teams (&lt;a target="_new" href="http://www.amazon.com/exec/obidos/ASIN/0735620628/002-5546626-9043260"&gt;http://www.amazon.com/exec/obidos/ASIN/0735620628/002-5546626-9043260&lt;/a&gt;) and Forensics by Troy Larson (Amazon link is gone). Those books looked like they could have been REALLY good, especially the web security one. What's the deal with that?&lt;br&gt;&lt;br&gt;P.S. Aaron Margosis' blog is great. I used it as a source for a presentation on running as a non-admin on Windows for my local ACM chapter.</description></item><item><title>DropMyRights</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267248</link><pubDate>Sat, 20 Nov 2004 19:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267248</guid><dc:creator>Martin's WebLog</dc:creator><description /></item><item><title>Very handy tip for Browsing from Windows</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267254</link><pubDate>Sat, 20 Nov 2004 19:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267254</guid><dc:creator>Rory.Blog</dc:creator><description>There's a link to a Interesting article over at Michael Howards Blog He makes some very valid points about why running Windows machines as an administrator is a very bad idea(tm) unless absolutely required. Also there's information on a useful...</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267289</link><pubDate>Sat, 20 Nov 2004 18:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267289</guid><dc:creator>Michael Howard</dc:creator><description>&amp;gt;&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&amp;quot; /recycle &lt;br&gt;&lt;br&gt;what if you drop the /recycle option? I tried Outlook2003, and it works fine!</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267302</link><pubDate>Sat, 20 Nov 2004 18:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267302</guid><dc:creator>Michael Howard</dc:creator><description>&amp;gt;&amp;gt;&amp;quot;C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&amp;quot; /recycle &lt;br&gt;&lt;br&gt;what if you drop the /recycle option? I tried Outlook2003, and it works fine!</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267505</link><pubDate>Sun, 21 Nov 2004 11:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267505</guid><dc:creator>Alan</dc:creator><description>Big ditto to mikeb's comments.  The Time/Date applet should be open-able but 'read-only'.  And ditto to the second too.</description></item><item><title>re: Terminal Server in Application mode - why can't SBS 2003 do it?</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267783</link><pubDate>Mon, 22 Nov 2004 10:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267783</guid><dc:creator>E-Bitz - SBS MVP the Official Blog of the SBS </dc:creator><description /></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#267792</link><pubDate>Mon, 22 Nov 2004 08:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:267792</guid><dc:creator>Shiv</dc:creator><description>Could you modify the application to remove the annoying console window being shown? Why not make it a windows application and hence no console output? All you need to do is to wrap it into a minmal Win32 application.</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#268344</link><pubDate>Tue, 23 Nov 2004 07:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:268344</guid><dc:creator>Harald Ums</dc:creator><description>Will this safeguard against malware accessing your computer via \\127.0.0.1\c$, changing or adding some files and then changing the registry via remote api to autostart this file or run it as a service?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#269106</link><pubDate>Wed, 24 Nov 2004 07:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:269106</guid><dc:creator>gaba</dc:creator><description>Shiv: Set the shortcut associated with DropyMyRights to run as minimized, and the &amp;quot;annoying console window&amp;quot; is gone, and the target application still starts normally.&lt;br&gt;&lt;br&gt;Michael: Thanks for this great utility!</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#270267</link><pubDate>Thu, 25 Nov 2004 11:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:270267</guid><dc:creator>Martin Naughton</dc:creator><description>Thanks for the DropMyRights utility.&lt;br&gt;&lt;br&gt;Two points:&lt;br&gt;&lt;br&gt;1) I use the WatchIE utility from MSDN (April 2002) to intercept popups. It launches IE, then sits in the background.&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/msdnmag/issues/02/04/ednote/"&gt;http://msdn.microsoft.com/msdnmag/issues/02/04/ednote/&lt;/a&gt;&lt;br&gt;&lt;br&gt;It appears that I can chain a call from DropMyRights, via WatchIE, to launch IE with reduced rights and popup blocking. Could you confirm that this will work as desired?&lt;br&gt;&lt;br&gt;2) For peace of mind, what is the easiest way to verify the privileges, SIDs etc. in force for a running process?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Martin</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#270843</link><pubDate>Fri, 26 Nov 2004 23:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:270843</guid><dc:creator>pookie</dc:creator><description>I'd like to make a few adjustments to the source, especially for arguments; but it's incomplete. Is it possible to get the WinSafer part?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#272204</link><pubDate>Tue, 30 Nov 2004 11:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:272204</guid><dc:creator>J. Stamenovic</dc:creator><description>&lt;br&gt;Here's the version of the program which doesn't create a new console, which allows additional parameters to be passed and which has very small binary (1296 bytes with VC6).&lt;br&gt;&lt;br&gt;Is it safe to inherit the existing console?&lt;br&gt;&lt;br&gt;------------ JanDropRights.cpp ---------------&lt;br&gt;#define UNICODE&lt;br&gt;#include &amp;lt;windows.h&amp;gt;&lt;br&gt;#include &amp;lt;WinSafer.h&amp;gt;&lt;br&gt;#include &amp;lt;winnt.h&amp;gt;&lt;br&gt;&lt;br&gt;// JanDropRights Copyright J. Stamenovic 2004&lt;br&gt;// inspired by Michael Howard's DropMyRights&lt;br&gt;//&lt;br&gt;// Features: no console, small exe,&lt;br&gt;//  command line can contain arguments to the program,&lt;br&gt;//  hard coded level id to &amp;quot;normal user&amp;quot;&lt;br&gt;//&lt;br&gt;// To build use (in one line):&lt;br&gt;// cl janDropRights.cpp kernel32.lib user32.lib&lt;br&gt;//    advapi32.lib /link /ALIGN:16 /nodefaultlib&lt;br&gt;//    /ENTRY:wWinMainCRTStartup /SUBSYSTEM:WINDOWS &amp;gt;l&lt;br&gt;&lt;br&gt;TCHAR* skipCmdLine( TCHAR* p )&lt;br&gt;{&lt;br&gt;	if ( *p == '&amp;quot;' ) {&lt;br&gt;		p++;&lt;br&gt;		while ( *p != '&amp;quot;' &amp;amp;&amp;amp; *p != 0 )	p++;&lt;br&gt;		if ( *p == '&amp;quot;' ) p++;&lt;br&gt;	}&lt;br&gt;	else {&lt;br&gt;		while ( *p &amp;gt; ' ' ) p++;&lt;br&gt;	}&lt;br&gt;	while ( *p != 0 &amp;amp;&amp;amp; *p &amp;lt;= ' ' )	p++;&lt;br&gt;	return p;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;int WINAPI MyWinMain(&lt;br&gt;	HINSTANCE hInstance, instance&lt;br&gt;	HINSTANCE hPrevInstance,&lt;br&gt;	LPTSTR lpCmdLine,&lt;br&gt;	int nCmdShow&lt;br&gt;	)&lt;br&gt;{&lt;br&gt;	DWORD hSaferLevel = SAFER_LEVELID_NORMALUSER;&lt;br&gt;	SAFER_LEVEL_HANDLE hAuthzLevel = NULL;&lt;br&gt;	if ( !SaferCreateLevel( SAFER_SCOPEID_USER,&lt;br&gt;				hSaferLevel,&lt;br&gt;				0, &lt;br&gt;				&amp;amp;hAuthzLevel, NULL) ) {&lt;br&gt;		return GetLastError();&lt;br&gt;	}&lt;br&gt;	HANDLE hToken = NULL;&lt;br&gt;	if ( !SaferComputeTokenFromLevel(&lt;br&gt;		hAuthzLevel,&lt;br&gt;		NULL,&lt;br&gt;		&amp;amp;hToken,&lt;br&gt;		0,&lt;br&gt;		NULL ) ) &lt;br&gt;	{&lt;br&gt;		DWORD fStatus = GetLastError();&lt;br&gt;		SaferCloseLevel( hAuthzLevel );&lt;br&gt;		return fStatus;&lt;br&gt;	}&lt;br&gt;	TCHAR* cmdLine = skipCmdLine( lpCmdLine );&lt;br&gt;	STARTUPINFO si = { sizeof( STARTUPINFO ) };&lt;br&gt;	DWORD fStatus = 0;&lt;br&gt;	PROCESS_INFORMATION pi;&lt;br&gt;	if ( !CreateProcessAsUser( &lt;br&gt;		hToken,&lt;br&gt;		NULL, cmdLine,&lt;br&gt;		NULL, NULL,&lt;br&gt;		FALSE, 0,&lt;br&gt;		NULL, NULL,  &lt;br&gt;		&amp;amp;si, &amp;amp;pi ) )&lt;br&gt;	{&lt;br&gt;		fStatus = GetLastError();&lt;br&gt;	}&lt;br&gt;&lt;br&gt;	CloseHandle( pi.hProcess );&lt;br&gt;	CloseHandle( pi.hThread );&lt;br&gt;	SaferCloseLevel( hAuthzLevel );&lt;br&gt;	return fStatus;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;void wWinMainCRTStartup( void )&lt;br&gt;{&lt;br&gt;	MyWinMain( GetModuleHandleW( NULL ),&lt;br&gt;		NULL, GetCommandLineW(), 0 );&lt;br&gt;}&lt;br&gt;</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#272312</link><pubDate>Tue, 30 Nov 2004 16:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:272312</guid><dc:creator>mikeb</dc:creator><description>Michael:&lt;br&gt;&lt;br&gt;The link to more information about &amp;quot;Software Restriction Policy&amp;quot; (&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/safer.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/safer.asp&lt;/a&gt;) ends up at a &amp;quot;Page not found&amp;quot; page.&lt;br&gt;&lt;br&gt;I wanted to find more information about the &amp;quot;Retricting SIDs&amp;quot;.  That's a new term for me.  An MSDN search only comes up with a description of an event log entry.&lt;br&gt;&lt;br&gt;Searching for &amp;quot;Software Restriction Policy&amp;quot; gets me infomration about configuring group policy and COM+.  There are no hits for SAFER_LEVELID_CONSTRAINED (or the other levels) outside of your article.&lt;br&gt;&lt;br&gt;Can you get MSDN to publich this info?&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#272470</link><pubDate>Tue, 30 Nov 2004 20:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:272470</guid><dc:creator>Guy Gervais</dc:creator><description>Very interesting. I've not been able to start any application (except for cmd.exe) using &amp;quot;Constrained&amp;quot; or &amp;quot;Untrusted&amp;quot; user. When I try it, I see the application quickly flash by in the task manager (followed by dwwin.exe, DrWatson). Is it possible to run a Win32 GUI application &amp;quot;Constrained&amp;quot; or &amp;quot;Untrusted&amp;quot;?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#280199</link><pubDate>Sun, 12 Dec 2004 16:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:280199</guid><dc:creator>Valery Pryamikov</dc:creator><description>Here is something that I believe should be interesing: &lt;br&gt;Last week I've posted a tool on my blog that develops idea of DropMyRights several steps further: tool registers itself as Windows shell and after being started by Windows logon, the tool drops rights for real Windows shell - explorer.exe. After that, any program that is started from Windows Explorer, Windows Start menu or desktop shortcut - will be running with reduced rights (non-admin). Additionally the tool adds tray icon that allows starting programs with non-reduced rights (as admin) or even more reduced rights (Constrained or Untrusted). &lt;br&gt;I've posted the tool in my blog &lt;a target="_new" href="http://www.harper.no/valery"&gt;http://www.harper.no/valery&lt;/a&gt; (both source code and binary). &lt;br&gt;Here is the link: &lt;a target="_new" href="http://www.harper.no/valery"&gt;http://www.harper.no/valery&lt;/a&gt;/PermaLink,guid,79c17dba-9f6c-480e-a236-e11f671ca4bc.aspx &lt;br&gt;&lt;br&gt;Jacques Calicis has already translated my tool to french and posted french description on his site &lt;a target="_new" href="http://www.optimix.fr.tc/ras.htm"&gt;http://www.optimix.fr.tc/ras.htm&lt;/a&gt;&lt;br&gt;</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#309931</link><pubDate>Wed, 15 Dec 2004 10:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:309931</guid><dc:creator>Jürgen Terlinden</dc:creator><description>DMR ... a nice tool. But I use Win2000. Does anyone know such an easy to use tool for Win2000?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#309934</link><pubDate>Wed, 15 Dec 2004 10:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:309934</guid><dc:creator>Jürgen Terlinden</dc:creator><description>DMR ... a nice tool. But I use Win2000. Does anyone know such an easy to use tool for Windows 2000?</description></item><item><title>re: New Code Secure Column - "Browsing the Web and Reading E-mail Safely as an Administrator"</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#331197</link><pubDate>Thu, 23 Dec 2004 12:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:331197</guid><dc:creator>Hofi</dc:creator><description>I'v made a little shellextension based on DropMyRights idea. You can download it from&lt;br&gt;&lt;a target="_new" href="http://www.freeweb.hu/hofi/Programming/Vcl/Files/ShellExt/HPathCopyShExt_StdAlone.zip"&gt;http://www.freeweb.hu/hofi/Programming/Vcl/Files/ShellExt/HPathCopyShExt_StdAlone.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's free of course and I hope it does not hurt any copyright.&lt;br&gt;Thank ypou for the idea!!!</description></item><item><title>DropMyRights: incompatibility with SSL</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#360705</link><pubDate>Wed, 26 Jan 2005 12:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:360705</guid><dc:creator>paranoidmike's WebLog</dc:creator><description /></item><item><title>DropMyRights: incompatibility with SSL</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#361353</link><pubDate>Thu, 27 Jan 2005 08:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361353</guid><dc:creator>paranoidmike's WebLog</dc:creator><description /></item><item><title>Guide to Securing Your PC! &amp;laquo; ROAW NEWS</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#5504125</link><pubDate>Thu, 18 Oct 2007 07:04:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5504125</guid><dc:creator>Guide to Securing Your PC! « ROAW NEWS</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://roawtech.wordpress.com/2007/10/18/guide-to-securing-your-pc/"&gt;http://roawtech.wordpress.com/2007/10/18/guide-to-securing-your-pc/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MAKE CERTAIN OF YOUR PC &amp;laquo; Freewarespace&amp;#8217;s Weblog</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#6782059</link><pubDate>Sun, 16 Dec 2007 12:00:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6782059</guid><dc:creator>MAKE CERTAIN OF YOUR PC « Freewarespace’s Weblog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-2/"&gt;http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-2/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MAKE CERTAIN OF YOUR PC &amp;laquo; Freewarespace&amp;#8217;s Weblog</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#6782721</link><pubDate>Sun, 16 Dec 2007 15:38:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6782721</guid><dc:creator>MAKE CERTAIN OF YOUR PC « Freewarespace’s Weblog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-4/"&gt;http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-4/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MAKE CERTAIN OF YOUR PC &amp;laquo; Freewarespace&amp;#8217;s Weblog</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#6782729</link><pubDate>Sun, 16 Dec 2007 15:42:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6782729</guid><dc:creator>MAKE CERTAIN OF YOUR PC « Freewarespace’s Weblog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-5/"&gt;http://freewarespace.wordpress.com/2007/12/16/make-certain-of-your-pc-5/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MAKE CERTAIN OF YOUR PC &amp;laquo; Freewarespace&amp;#8217;s Weblog</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#6907054</link><pubDate>Sun, 30 Dec 2007 12:51:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6907054</guid><dc:creator>MAKE CERTAIN OF YOUR PC « Freewarespace’s Weblog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://freewarespace.wordpress.com/2007/12/30/make-certain-of-your-pc-6/"&gt;http://freewarespace.wordpress.com/2007/12/30/make-certain-of-your-pc-6/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>advance cash loan overnight advance cash overnight</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#7396805</link><pubDate>Sat, 02 Feb 2008 21:30:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7396805</guid><dc:creator>cash advance service</dc:creator><description>&lt;p&gt;However cash till payday loan advance cash chicago settlement&lt;/p&gt;
</description></item><item><title>dropmyrights</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#8614673</link><pubDate>Wed, 18 Jun 2008 09:32:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8614673</guid><dc:creator>dropmyrights</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://seanwebsite.seitenclique.net/dropmyrights.html"&gt;http://seanwebsite.seitenclique.net/dropmyrights.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>internet | hilpers</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#9372050</link><pubDate>Fri, 23 Jan 2009 06:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9372050</guid><dc:creator>internet | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.pl/400149-internet"&gt;http://www.hilpers.pl/400149-internet&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Michael Howard s Web Log New Code Secure Column Browsing the Web | fix my credit</title><link>http://blogs.msdn.com/michael_howard/archive/2004/11/18/266033.aspx#9764837</link><pubDate>Wed, 17 Jun 2009 05:22:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9764837</guid><dc:creator> Michael Howard s Web Log New Code Secure Column Browsing the Web | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=3518"&gt;http://fixmycrediteasily.info/story.php?id=3518&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>