본문 바로가기

Computer/Windows

(6)
How to check connected USB/port number or devices on Windows. USB 등 윈도우즈에 연결되어있는 장치/포트 확인하는 방법 (Windows, USB, device, port, wmic, wmi) How to check connected USB/port number or devices on Windows. USB 등 윈도우즈에 연결되어있는 장치/포트 확인하는 방법 (Windows, USB, device, port, wmic, wmi) Windows Management Instrumentation Command-line Windows PC 에서 연결되는 usb 를 찾아서 포트번호를 알아내는 일을 자동화해서 프로그램에 넣을 필요가 있었는데, 찾다보니 wmic 를 이용해서 커맨드창에서, 1. Windows 에 연결되어있는 장치들을 확인하는데, -> wmic path CIM_LogicalDevice 2. USB 관련 이름의 장비만 따로 추린다 (where 문 + 이름만 확인) -> wmic path CI..
How to check mainboard serialnumber, information. 컴퓨터 보드 시리얼넘버 정보 확인하는 방법 (Windows) In cmd, type below. wmic baseboard get manufacturer, product, serialnumber, version cmd 창에서 아래의 명령어를 친다. wmic baseboard get manufacturer, product, serialnumber, version 2019/06/26 - [Programming/Software Architecture] - Software Engineering (You aren't gonna need it, Yagni) 소프트웨어 개발에서 고려되어야 할 부분 (야그니), agile, 에자일 2019/06/12 - [Programming/C++] - How to remove specific value in vector. 벡터 배열에서 특정..
Windows 10에서 부팅시 계정 암호를 입력하지 않는 방법(How to Skip the Windows 10 Login Screen and Login) Windows 10에서 부팅시 계정 암호를 입력하지 않는 방법(How to Skip the Windows 10 Login Screen and Login) 1. Windows 키 + R을 눌러서 실행 창에 netplwiz를 입력합니다.2. 사용중인 계정의 이름을 확인한 후 [사용자 이름과 암호를 입력해야 이 컴퓨터를 사용할 수 있음]을 체크 해제합니다. 1. Windows Key + R, and execute "netplwiz"2. uncheck the box labeled “Users must enter a user name and password to use this computer.” Something else... 2018/10/10 - [Computer general/Windows] - GPU G..
GPU Graphic card performance benchmark 그래픽카드 퍼포먼스 벤치마크 (NVidia etc..) GPU Graphic card performance benchmark 그래픽카드 퍼포먼스 벤치마크 (NVidia etc..) 무려 400만원짜리 (299 US dallar) NVidia titan V 를 회사에서 사서..장착 후 드라이버 설치를 하고.. 구매완료를 하기 전에 성능 테스트를 잠깐 해보았다. 3DMark -> benchmark sitehttps://benchmarks.ul.com/3dmark?redirected=true# 위의 사이트에 접속해서 Window edition 에서 다운을 받아서 설치한다. 유료로 쓰면 더 여러가지 기능을 쓸 수 있는데, Basic edition 으로 다운받아서 설치한다.(이후에 업그레이드 가능하나, 무료버전 2가지만 테스트 할 것임) 설치 후 3DMark 를 실행..
How to use dual taskbar in Windows7, 10. 윈도우7 듀얼모니터 사용 How to use dual taskbar in Windows7, 10. 윈도우7 듀얼모니터 작업표시줄 사용 윈도우즈 10에서는 기본적으로 듀얼모니터를 사용할 때에도 작업표시줄을 두 화면 모두보이도록 확장이 가능한데, 윈도우 7에서는 듀얼모니터 후 작업표시줄 확장 기능이 없다. 구글에서 "Dual monitor taskbar" 검색 후 설치, 사용.다만, 약간 불안정해서 가끔 오류가 나긴 하는데 사용하는데 무리 없어서 괜찮은 듯 Windows 10 provides dual monitor taskbar in basic function, but not in Windows 7.If you wanna use dual monitor with dual taskbar, use this programme. Search..
Windows 10 show desktop icon(My computer, Document...) 윈도우 10 데스크톱 아이콘 보기 (내컴퓨터, 내문서 등) How to show Desktop icons visible 바탕화면 아이콘 보이게 하기 1. Right click on the Desktop 2. Click Personalization 3. Click Theme 4. Choose the icons you want to make visible 5. Save and exit 1. 바탕화면 오른쪽 클릭 2. 개인 설정 클릭 3. 왼쪽에서 테마에 클릭 4. 보이게 하고 싶은 바탕화면 아이콘 설정 5. 저장 종료 그외 알고리듬 문제 2018/09/26 - [Algorithm/Code Signal (Code Fights)] - Aracade Intro #9 AllLongestStrings2018/09/24 - [Algorithm/Code Signal (Code ..