Here is a simple way to make Visual Studio always launch as Administrator in Windows 8:
- Go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
- Add a String Valueand set its name to “C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\VSLauncher.exe”. Set its value to “RUNASADMIN”.
- Do the same again but use “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe” as the name.
- Done! Now every time you start Visual Studio it runs as Administrator!
http://daniellang.net/always-run-visual-studio-as-administrator-in-windows-8/
'tool > VS10' 카테고리의 다른 글
멀티프로세스 컴파일(/MP) 옵션 사용 (0) | 2015.05.27 |
---|---|
삽질 기록 (0) | 2013.08.19 |
'미리 컴파일된 헤더' 수동 등록 (0) | 2012.12.06 |
fatal error C1083: 미리 컴파일된 헤더 파일을 열 수 없습니다. (0) | 2012.08.08 |
원격 디버깅 (0) | 2012.07.10 |