Windows 오류해결(15)
-
WINDOWS 시간 동기화
Windows 시간 동기화 설정 windows 10 기준이지만 다른 윈도우 버전도 동일하니 똑같이 따라할 수 있어요. 제어판을 검색하고 제어판 창을 띄웁니다. 제어판 > 날짜 및 시간 클릭! 인터넷 시간 탭에서 설정 변경을 클릭합니다. 인터넷 시간 서버와 동기화에 체크하고 서에는 time.windows.com입력하고 지금 업데이트를 클릭합니다. 다른 서버 주소입니다 : time2.kriss.re.kr (한국표준과학연구원 표준 시각) 만약 위 처럼 안뜨고 ‘컴퓨터 시간 동기화 오류’가 발생하는 경우는 윈도우 시간이 ‘수동’으로 설정되어 있기 때문입니다. 다시 한번 더 지금 업데이트를 클릭합니다. 더 확실한 방법은 아래처럼 해주세요. 윈도우키 + r 을 눌러 실행창을 켜주세요. 검색창에 service 또는 ..
2020.12.10 -
IIS Express 웹 서버를 시작할 수 없습니다. 지정한 시작 URL이 잘못되었습니다.
IIS Express 웹 서버를 시작할 수 없습니다. 지정한 시작 URL이 잘못되었습니다. False True 38771 / http://localhost:13131 True http://localhost:13131 False False False .csproj 부분에서 태그 삭제
2016.05.17 -
Unable to cast COM Object of type 'System.__ComObject' to interface type Unable to cast
Unable to cast COM Object of type 'System.__ComObject' to interface type Unable to cast 'Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable4' This operation failed because the QueryInterface call on the COM component for the interface with IID '{86A4DA78-D580-4AE4-A1BE-F805BC663E04}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_N..
2016.05.17 -
MSBuildToolsPath is not specified for the ToolsVersion
[Fatal Error] MSBuildToolsPath is not specified for the ToolsVersion "14.0" defined at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0", or the value specified evaluates to the empty string. 해당 오류는 Visual Studio 버전을 설치했다가 삭제한 후에 나오는 오류입니다. 레지스트리에서 위에 경로상에 14.0 폴더를 지워줍니다. 15.0 버전이면 15.0 폴더를 지워주세요.
2016.04.25 -
키보드 오른쪽 Alt, Ctrl 한/영키, 한자키 입력 가능하게
레지스트리 변경으로 우측 ALT , CTRL 한영, 한자키 사용 출처 : http://toycamera.tistory.com/1845
2016.04.07 -
오류 1069 서비스가 로그온 실패로 인해 시작되지 않았습니다
MSSQL Server 2008 R2 요청이 실패했거나 서비스가 시기 적절하게 응답하지 않았습니다 오류 1069 서비스가 로그온 실패로 인해 시작되지 않았습니다 해결방법 제어판 - 관리도구 - 서비스 - 해당 SQL Server 서비스 더블 클릭 - 로그온 탭 계정의 비밀번호를 다시 정확히 입력합니다. 서버 - 실행
2016.02.19