728x90 OS/windows23 windows 탐색기가 느릴 때 임시 해결 방법 F11 눌러서 전체창모드로 변경했다가 다시 F11 눌러서 원래창으로 복귀.그러면 엄청 빨라짐. 2025. 5. 17. windows 검색 버튼 웹 검색 결과 비활성화 방법 아래는 명령어 한 줄로 Windows에서 시작 메뉴 검색을 로컬 검색만 허용하고 웹 검색(Bing 등)을 비활성화하는 레지스트리 명령어입니다. Bing 웹 검색과 Cortana를 비활성화reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v BingSearchEnabled /t REG_DWORD /d 0 /freg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v CortanaConsent /t REG_DWORD /d 0 /f 2025. 5. 17. 🥰 미사용 장치 제거 관리자 권한으로아래 명령어 실행powershell -noprofile -executionpolicy bypass -file "./RemoveGhosts.ps1" 출처https://minidora.tistory.com/274 장치관리자 미사용 숨겨진 장치 자동 제거일반적으로 생기는 문제는 아닌데... Image 를 통해서 여러 PC를 관리하는 경우 아래와 같이 현재 사용하지 않는 장치가 장치관리자에 많이 쌓이게 된다. 사용하지 않는 장치가 많아지게되면.... 네minidora.tistory.comParam( [array]$FilterByClass, [array]$FilterByFriendlyName, [switch]$listDevicesOnly, [switch]$listGhostDevicesOnly.. 2024. 6. 28. 🥰 hyper-v 강제로 비활성화 hyper-v 를 사용하다가 비활성화하였는데도 아래와 같이 Hardware virtualization No 라고 나오는 경우에는 아래의 명령어를 입력하고 재부팅하면 정상동작합니다.가상화 확인 프로그램 https://www.grc.com/securable.htm 명령 프롬프트를 관리자 권한으로 실행하드웨어 가상화 활성화bcdedit /set hypervisorlaunchtype off 하이퍼-V를 사용할 경우bcdedit /set hypervisorlaunchtype auto 2023. 5. 29. 이전 1 2 3 4 ··· 6 다음 728x90