Computer/Software
-
Using "Developer PowerShell for VS 2022" inside VSCodeComputer/Software 2025. 6. 23. 22:24
When I searched Google using the keyword "VSCode Developer PowerShell terminal," I found various methods on Stack Overflow and Reddit. However, I discovered that most of these approaches do not work on Windows 11 with Visual Studio 2022. So, I tried setting up Developer PowerShell for VS 2022 directly in VS Code myself, and I was able to get it working as follows.On my computer, I found that the..
-
레지스트리 변경을 통한 Windows 10 2004 자동 로그인Computer/Software 2020. 10. 14. 10:18
이전 버전에서는 netplwiz를 통해서 자동 실행 옵션을 켤 수 있었는데 옵션을 선택할 수가 없게 되었다. Windows Hello를 Disable하면 체크박스가 생긴다고 했는데 잘 되지 않는다. 따라서 레지스트리를 바꾸어야 한다. 레지스트리 편집기를 실행하고 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 에 들어가서 AutoAdminLogon 값을 1로 바꾼다. DefaultPassword를 새로 만들어서 암호를 입력 DefaultUserName을 현재 계정 이름으로 한다. 이렇게 하면 Windows 10 2004 이상에서 자동 로그인을 할 수 있다.
-
Python pip 로컬에서 이용Computer/Software 2018. 10. 1. 15:15
Python pip을 이용해서 패키지를 설치한 실행 환경을 배포할 때 오프라인 환경에 설치해야 할 경우가 생긴다. 이 때 pip download를 이용해서 설치하면 좋다. 예를 들어 pefile을 설치할 때 다음과 같이 하면 되는데. python -m pip install pefile 로컬에서 하려면 먼저 다음과 같이 다운로드를 받는다. python -m pip download pefile 이렇게 하면 현재 디렉토리에 pefile-2018.8.8.tar.gz 파일을 다운로드 한다. 설치는 다음과 같이 한다. python -m pip install --no-index --find-links pefile-2018.8.8.tar.gz pefile--no-index --find-links 옵션을 주어야 파일로부..
-
High Sierra Bootcamp Windows Install Freeze and Removing PartitionComputer/Software 2017. 11. 13. 16:18
High Sierra 설치 후에 몇 가지 이상 현상을 일으켰다. VMWare Fusion 8.5.x 을 통해 Windows를 실행하면 시스템 전체가 Freeze 된다. Bootcamp를 통해 Windows 10을 설치 도중 중단 되었다. 백업을 일단 해 두어야 한다. 중단된 상태에서 Bootcamp assistant를 통해 파티션을 원상 복구 하려고 했으나 실패 했다. Diskutil 을 통해 파티션을 지우려고 했으나 또 실패 했다. 리부팅 후 Option+Command+R을 통해 인터넷 복구 모드로 들어갔다. 여기에서도 diskutil을 통해 파티션 지우고 free partiton을 복구하려 했으나 resize가 실패했다. "the target disk is too small for this opera..
-
KDE Neon Installation on Dell XPS 15 without erasing Windows 10Computer/Software 2017. 6. 13. 15:53
F2 to enter BIOS settings- Disable Secure Boot Boot to Windows 10- msconfig->booting->safe boot check Shutdown and Power On Enter BIOS settings- SATA Mode: RAID -> AHCI Boot to Windows 10- msconfig->booting->safe boot uncheck Reboot to Windows 10- Install Samsung NVMe driver- Extract Windows 10 Partition around 200GB with disk utility ShutdownInsert KDE Neon (or Ubuntu) Installation USB stickTur..
-
MacPro 2013에서 Bootcamp 이용시 VT-X EnableComputer/Software 2017. 3. 10. 10:10
MacPro 2013에서 Bootcamp 이용시 OSX로 부팅 후 Windows로 부팅하면 VT-X가 Enable이 되지만 바로 Windows로 부팅하면 VT-X가 Disable이 되어 가상화 기능에 문제가 생긴다. Hyper-V도 Docker도 동작하지 않는다. 더 큰 문제는 AMD FirePro Driver가 동작하지 않는다는 것이다. 이 문제는 rEFInd 설치 후 VT-X Enable 설정을 해 주면 해결 된다. 다음 과정이 필요하다. OSX로 부팅 rEFInd 다운로드: http://www.rodsbooks.com/refind/getting.html 에서 rEFInd의 바이너리 zip 파일을 다운로드 받아서 적당한 위치에 압축을 푼다. 위치를 기억해 두어야 복구모드로 실행할 때 찾아갈 수 있다...