Dell 5175 초기 설정 정리


  1. Windows 10 클린 설치
    • 다음의 링크를 참고하여 윈도우 설치 USB를 만들고 UEFI 방식으로 설치를 하면 빠른 부팅을 사용할 수 있음
    • https://www.microsoft.com/en-us/software-download/windows10
  2. 델 5175 블루투스 업데이트
    • Intel 공식 드라이버 설치하는 것이 더 좋음
  3. 모니터 연결
    • HDMI Micro 타입 케이블 필요

Visual Studio 2017 Win32 Console Application

I could not find Win32 Console Application project in Visual Studio 2017.

(So I tried to install Visual Studio 2015 Express but I met some fails during installation.)

However I found the solution making a console application project like Win32 Console Application project of the previous Visual Studio versions.

That is 'Windows Desktop Wizard'!

You can find Windows Desktop Wizard in the below path of the menu.

File->New->Project...->Visual C++->Windows Desktop->Windows Desktop Wizard

In case of that you want to make an empty project like Win32 Console Application of the previous Visual Studio version, you should do the below options in Windows Desktop Wizard.

- Uncheck Precompiled Header
- Check Empty Project