This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor] | |
"DisableUNCCheck"=dword:00000001 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Determine why Visual Studio is rebuilding a project: | |
-- add a block to enable debug view output (devenv.exe.config); check DebugView for the reason. | |
VS2010 | |
<system.diagnostics> | |
<switches> | |
<add name="CPS" value="4" /> | |
</switches> | |
</system.diagnostics> |