Skip to content

Instantly share code, notes, and snippets.

View dosvidos's full-sized avatar

Mikhail Filimonov dosvidos

View GitHub Profile
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000001
@dosvidos
dosvidos / win_tips.bat
Created November 11, 2016 19:27 — forked from apetrone/win_tips.bat
Windows tips
- 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>