Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any way to prevent Visual Studio from creating a VSMacros80 folder in my default project directory?

share|improve this question

4 Answers

up vote 12 down vote accepted

I just found it out myself: If you add a trailing backslash to the Project Folder setting e.g. changing it from C:\dev to C:\dev\, the VSMacros80 directory will no longer be created.

I tested it with Visual Studio 2005 SP1, with all windows updates installed.

share|improve this answer
Works even in Visual Studio 2010... Amazing find! – Robert Koritnik May 1 '12 at 9:44
1  
Let's hope they don't patch it. – xsl May 7 '12 at 10:45

Sorry, I was wrong. This directory will allways be created. You can only set it's path in the Options/Projects and Solutions/General screen in the Projects location.

But be careful, because it also means that your standard project directory will be this directory. You cannot avoid VS to create this directory.

share|improve this answer

Mark the file as 'hidden.' Visual Studio won't mess with the visibility setting (or, at least, it didn't when I did it in 2010).

share|improve this answer

I could not find the previous thread, because I was searching for "vsmacros" instead of "vsmacros80".

There are currently 5 different entries in Tools->Options->Addin/Macro Security

%ALLUSERSPROFILE%\Application Data\Microsoft\MsEnvShared\Addins
%APPDATA%\Microsoft\MsEnvShared\Addins
%VSAPPDATA%\Addins
%VSCOMMONAPPDATA%\Addins
%VSMYDOCUMENTS%\Addins

Can you tell me which one I have to delete?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.