<?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>PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx</link><description>The long-awaited source code for PrivBar.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#482838</link><pubDate>Thu, 20 Oct 2005 02:16:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:482838</guid><dc:creator>Matt</dc:creator><description>After you released 1.0.2 I can not get the new DLL to load.  When I try to use regsvr32 I get the error message “LoadLibrary(“C:\Non-Admin\PrivBar.dll”) failed – The specified module could not be found.  Any ideas?</description></item><item><title>Having trouble registering the file</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#484571</link><pubDate>Tue, 25 Oct 2005 15:24:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:484571</guid><dc:creator>Robert</dc:creator><description>Hi Aaron,

Great tool, I have been using the Privbar and MakemeAdmin for a while on my laptop, but just downloaded the brivbar zip at work and tried to register it, and I get the following error that I cannot seem to resolve: 

Loadlibrary("privbar.dll") failed - The Specified module could not be found

I am a local admin on this system. 
Its very strange

</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#485919</link><pubDate>Fri, 28 Oct 2005 02:30:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:485919</guid><dc:creator>Aaron Margosis</dc:creator><description>I've updated this - the original version had dependencies on DLLs that ship with Windows XP.  The version I posted on Oct. 13 had dependencies on updated DLLs that aren't installed by default.  The version I've just uploaded statically links all that stuff, so it should work on your machine!  (Sorry for any inconvenience.)</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#487325</link><pubDate>Mon, 31 Oct 2005 19:25:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:487325</guid><dc:creator>Robert</dc:creator><description>That worked great! Thanx!!</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#507715</link><pubDate>Wed, 28 Dec 2005 16:12:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:507715</guid><dc:creator>Johannes Endres</dc:creator><description>What's the license? May I put it on a CD-ROM for distribution?</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#518705</link><pubDate>Sat, 28 Jan 2006 19:08:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518705</guid><dc:creator>Wez Furlong</dc:creator><description>Can you build and make available x64 binaries for this?  I'm feeling naked without it on my new win64 box.

Thanks,

--Wez.</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#524838</link><pubDate>Sat, 04 Feb 2006 19:50:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524838</guid><dc:creator>Aaron Margosis</dc:creator><description>An x64 version would be great -- could you send me an x64 computer? :-)</description></item><item><title>Table of contents, Aaron Margosis' non-admin blog</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#525416</link><pubDate>Mon, 06 Feb 2006 07:30:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525416</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>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#675672</link><pubDate>Sun, 23 Jul 2006 15:41:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:675672</guid><dc:creator>Rade</dc:creator><description>&lt;P&gt;I am having problems compiling this project in Visual Studio 2003, I am geting following errors: &lt;BR&gt;&lt;BR&gt;...\PrivBar\KBBarBand.h(76): error C2501: 'CKBBarBand::IInputObjectSitePtr' : missing storage-class or type specifiers &lt;BR&gt;&lt;BR&gt;...\PrivBar\KBBarBand.h(76): error C2501: 'CKBBarBand::m_pIOSite' : missing storage-class or type specifiers &lt;BR&gt;&lt;BR&gt;I download this source and tryed to compiple it, I haven't made any changes to it. &lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;Make sure you have installed a relatively recent Platform SDK and that its directories are in the include path, etc.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#756759</link><pubDate>Sat, 16 Sep 2006 03:06:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:756759</guid><dc:creator>Darkangel</dc:creator><description>&lt;P&gt;Hello, sorry for my english, i'm french! &lt;BR&gt;I have downloaded the source of this project and i have the same errors that "Rade" has... &lt;BR&gt;I don't know if my SDK is up to date and i don't know qhere i can add the good directories to the projet. &lt;BR&gt;&lt;BR&gt;Please could you help me? &lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;You can download the Platform SDK from msdn.microsoft.com/downloads, or get it as part of an MSDN Subscription.&lt;/P&gt;
&lt;P&gt;In Visual Studio, choose Tools / Options, then look for VC++ Directories (actual location may vary based on Visual Studio version).&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#855380</link><pubDate>Sun, 22 Oct 2006 15:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:855380</guid><dc:creator>Desmond Lee</dc:creator><description>&lt;P&gt;Hi Aaron,&lt;/P&gt;
&lt;P&gt;We met a couple of times at a few Tech.Ed / IT.Forum events (US and EMEA). Now that IE 7 is officially out, will there be an update of PrivBar available? Otherwise what is the equivalent?&lt;/P&gt;
&lt;P&gt;Thanks (contactable on blog &amp;gt; Feedback link) !&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Hi, Desmond.&amp;nbsp; I've&amp;nbsp;used PrivBar on Vista without any problems.&amp;nbsp; I haven't tried it on XP+IE7 yet but I'm not aware of any issues.&amp;nbsp; Have you tried it yet?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#885978</link><pubDate>Sat, 28 Oct 2006 02:53:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:885978</guid><dc:creator>Desmond Lee</dc:creator><description>&lt;p&gt;Aaron hello,&lt;/p&gt;
&lt;p&gt;System: XP SP2 with IE7 RTM installed. Looks like PrivBar has been auto migrated from IE6 SP2 (on XP SP2) without reinstallation and it seems to function without any problems so far except:&lt;/p&gt;
&lt;p&gt;a. it cannot be positioned on the same row as the new IE7 menu toolbar (where the back/forth buttons and the address bar sit). This was possible with IE6 previously. Perhaps it has got to do with the fact that this IE7 &amp;quot;toolbar&amp;quot; is permanently anchored and UNmovable even when the Lock the Toolbar option is disabled (default).&lt;/p&gt;
&lt;p&gt;b. the font size of PrivBar seems to shrink or expand depending on the active tabs being selected.&lt;/p&gt;
&lt;p&gt;Anything a user can do to fix these 2 annoyances?&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#1159770</link><pubDate>Mon, 27 Nov 2006 16:31:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1159770</guid><dc:creator>Desmond Lee</dc:creator><description>&lt;P&gt;Hello Aaron,&lt;/P&gt;
&lt;P&gt;Did you have time to check into my last feedback? Incidentally I did not manage to meet you in IT Forum 2006; were you there?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; rgds,&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Desmond, sorry for the delay -- I didn't have an XP+IE7 system until recently.&amp;nbsp; I think you are correct about the toolbar issue -- the row with the back/forward buttons, address bar, etc., does not appear to be available for adding custom toolbars.&amp;nbsp; Regarding the font size issue, I don't see that happening.&amp;nbsp; Can you provide repro steps?&lt;/P&gt;
&lt;P&gt;Wish I could have been at IT Forum this year.&amp;nbsp; Maybe next year? :-)&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#1374502</link><pubDate>Thu, 28 Dec 2006 18:37:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1374502</guid><dc:creator>Vaelek</dc:creator><description>&lt;P&gt;Specifically what directories need to be included from the platform sdk? I have attempted both privbar and kbbar and get the same errors listed above. I have added several directories from src and include to the project and it doesn't seem to make a difference.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Vaelek:&amp;nbsp; You should install the Platform SDK using its installer, installing it to an appropriate system-wide location (the default is for it to go under %ProgramFiles%).&amp;nbsp; If I remember correctly, if you have Visual Studio installed already, it will offer to add its directories to VS' settings.&amp;nbsp; If not, &lt;STRONG&gt;in Visual Studio 2005&lt;/STRONG&gt;, choose Tools / Options, navigate to Projects&amp;nbsp;and Solutions \ VC++ Directories.&amp;nbsp; For each of the items in the "Show directories for" dropdown (particularly for the "Include" and "Libraries" folders), ensure that the appropriate Platform SDK folder is listed first.&amp;nbsp; For &lt;STRONG&gt;Visual Studio .NET 2003&lt;/STRONG&gt;, the same thing is in Tools / Options, navigate to Projects, VC++ Directories.&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: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#2817379</link><pubDate>Wed, 23 May 2007 17:58:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2817379</guid><dc:creator>marco donizelli</dc:creator><description>&lt;p&gt;same issues as Vaelek, despite downloading Microsoft Platform SDK for Windows Server 2003 R2, and including the Include and all subdirectories in Visual C++ Express 2005. I also explicitly added an extra:&lt;/p&gt;
&lt;p&gt;#include &amp;lt;comdef.h&amp;gt;&lt;/p&gt;
&lt;p&gt;as per KBBAR postings.&lt;/p&gt;
&lt;p&gt;Did you try to compile the bar using Visual C++ Express 2005?&lt;/p&gt;
&lt;p&gt;m&lt;/p&gt;</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#5289248</link><pubDate>Fri, 05 Oct 2007 11:52:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5289248</guid><dc:creator>Shajeer</dc:creator><description>&lt;p&gt;Hi Aaron&lt;/p&gt;
&lt;p&gt;I am in the phase of converting my source code from vc++6.0 to vc++8.0. I am using IInputObjectSitePtr(same as KBBar) and when I compile it is throwing me the error. I am using Vista Business edition and I have updated latest SDK and included it in the directories. Please do advice.&lt;/p&gt;
&lt;p&gt;--Shaj&lt;/p&gt;
</description></item><item><title>Resource Kit Done!</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#7709105</link><pubDate>Fri, 15 Feb 2008 09:31:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7709105</guid><dc:creator>Jesper's Blog</dc:creator><description>&lt;p&gt;Last Friday the last of the Windows Server 2008 Security Resource Kit finally went to press! This was&lt;/p&gt;
</description></item><item><title>re: PrivBar source (finally)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2005/10/13/privbar-source-finally.aspx#9685119</link><pubDate>Tue, 02 Jun 2009 14:32:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9685119</guid><dc:creator>Anoop Kumar</dc:creator><description>&lt;p&gt;Keep &amp;nbsp;this file in stdafx.h&lt;/p&gt;
&lt;p&gt;#include &amp;lt;comdef.h&amp;gt;&lt;/p&gt;
&lt;p&gt;And also make sure you have installed SDK and specify the path of SDK include Folder (Given Below)&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft SDKs\Windows\v6.0\Include&lt;/p&gt;
&lt;p&gt;in Visual Studio 2008, choose Tools / Options, navigate to Projects and Solutions \ VC++ Directories .&lt;/p&gt;
&lt;p&gt;Thats All.&lt;/p&gt;
&lt;p&gt;------ Anoop Kumar&lt;/p&gt;</description></item></channel></rss>