<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Jose R. Guay Paz : Vista</title><link>http://weblogs.asp.net/joseguay/archive/tags/Vista/default.aspx</link><description>Tags: Vista</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Dragging &amp; Dropping Files into Visual Studio Projects</title><link>http://weblogs.asp.net/joseguay/archive/2009/03/04/dragging-amp-dropping-files-into-visual-studio-projects.aspx</link><pubDate>Thu, 05 Mar 2009 01:50:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6937878</guid><dc:creator>Jose Rolando Guay Paz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/joseguay/rsscomments.aspx?PostID=6937878</wfw:commentRss><comments>http://weblogs.asp.net/joseguay/archive/2009/03/04/dragging-amp-dropping-files-into-visual-studio-projects.aspx#comments</comments><description>&lt;p&gt;I don’t know how many of you use this feature but for some time I’ve been having the problem of not being able to drag files into my Visual Studio projects.&lt;/p&gt;  &lt;p&gt;It’s true that you need this feature, it’s true that it’s available, but why did this happened?&lt;/p&gt;  &lt;p&gt;Well, it turns out that for some time now, I’ve been running my Visual Studio Team System 2008 in Windows Vista with elevated permissions (aka. Run as administrator).&lt;/p&gt;  &lt;p&gt;For some security related issues related to UAC, Visual Studio can’t allow you to drag files into your projects when it is running as administrator. I just discovered that… It may be pretty obvious to some of you but it wasn’t to me for sure.&lt;/p&gt;  &lt;p&gt;So, I’m now running my Visual Studio without elevated permissions and drag files into projects are enabled again. The drawback, you can’t access websites hosted in IIS, or at least I have that problem now.&lt;/p&gt;  &lt;p&gt;Please feel free to comment. I’d love to hear your thoughts on this and probably we could all get all the features from Visual Studio up and running.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6937878" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/joseguay/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://weblogs.asp.net/joseguay/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/joseguay/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/joseguay/archive/tags/Vista/default.aspx">Vista</category><category domain="http://weblogs.asp.net/joseguay/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Recover HD Space in Windows Vista</title><link>http://weblogs.asp.net/joseguay/archive/2009/02/04/recover-hd-space-in-windows-vista.aspx</link><pubDate>Wed, 04 Feb 2009 20:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6882739</guid><dc:creator>Jose Rolando Guay Paz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/joseguay/rsscomments.aspx?PostID=6882739</wfw:commentRss><comments>http://weblogs.asp.net/joseguay/archive/2009/02/04/recover-hd-space-in-windows-vista.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Hi all.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Although this is not an ASP.NET related post you might be interested in claiming space&amp;nbsp;from your hard disk that Windows Vista took.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The reason for the&amp;nbsp;this lost space is "Shadow Copies". Shadow copies are backup information that keeps your hard disk "safe" (figuratively speaking). Anyway, the one thing you probably don't know is that you can instruct Vista to keep only a certain amount of this information. Keep in mind that by reducing the allowed amount of HD space for shadow copies you might loose information you will end up needing, but if you are sure you can dispose this info, fire up! Here is how to do it:&lt;/P&gt;
&lt;P mce_keep="true"&gt;First, let's see how much storage space is currently allocated.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Click the start menu&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Click on All Programs, and then Accessories &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;From the accessories menu, right click on Command Prompt and select "run as administrator" &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Type "vssadmin list shadowstorage" into the command prompt &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;The results should tell you the amount of storage used and the maximum amount alloted &lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;If you're not happy with those numbers, here's how to resize them. Keep in mind, you will lose some older system restore points when you do this.&lt;BR&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Repeat steps 1-3 to get bring up the Command Prompt 
&lt;LI&gt;Type "vssadmin Resize ShadowStorage /For=[your hard disk]: /On=[your hard disk]: /MaxSize=[how much space you want to allocate]" 
&lt;LI&gt;For example: "vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=2GB" 
&lt;LI&gt;You should get a message saying Successfully resized the shadow copy storage association, and you should have more free space on your hard drive. &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Remember the MaxSize of 2GB is just an example.&lt;/STRONG&gt; I've setup my laptop to use only 5GB but was able to recover almost 30GB of lost space.&lt;/P&gt;
&lt;P&gt;Additional&amp;nbsp;information can be found in this excellent&amp;nbsp;&lt;A class="" href="http://www.downloadsquad.com/2007/04/20/hot-to-reduce-disk-space-used-by-windows-vista-system-restore/" target=_blank mce_href="http://www.downloadsquad.com/2007/04/20/hot-to-reduce-disk-space-used-by-windows-vista-system-restore/"&gt;article&lt;/A&gt; by Brad Linder.&lt;/P&gt;
&lt;P&gt;Enjoy!!&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6882739" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/joseguay/archive/tags/Vista/default.aspx">Vista</category><category domain="http://weblogs.asp.net/joseguay/archive/tags/Shadow+Copies/default.aspx">Shadow Copies</category></item></channel></rss>