본문 바로가기

Windows8

Windows 11 추가 옵션 항상 표시 1. "cmd.exe" 관리자 모드로 실행 2. 명령어 입력 reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 3. 컴퓨터 재실행 2024. 1. 10.
Hard Disk's Serial Number With Command Prompt 1. "cmd.exe" 실행 2. 아래 명령 입력 wmic diskdrive get model,serialnumber 2023. 7. 19.
Virtual Serial Ports Emulator ● 가상 포트 생성 Create New Device ... Device type : Pair 선택 ● 가상 포트 선택 ● 생성 결과 확인 2023. 7. 17.
Bat - Path ● 파일 경로 출력 @echo on set FullPath=%0 set DriveName=%~d0 set DirPath=%~p0 set FileName=%~n0 set ExtName=%~x0 set DriveAndDirPath=%~dp0 set CurrentPath=%cd% pause 2023. 7. 17.
Bat - Time ● 현재 시간 출력 @echo on set CurDate=%date% set CurTime=%time: =0% set HH=%CurTime:~0,2% set MM=%CurTime:~3,2% set SS=%CurTime:~6,2% pause 2023. 7. 17.
Windows 11 더 많은 옵션 표시 항상 표시 보호되어 있는 글 입니다. 2022. 8. 12.
USB 메모리 읽기 전용 및 해제 ▶ PowerShell 실행 ▶ diskpart 실행 diskpart ▶ diskpart 프로그램에서 list disk 입력 list disk 읽기 전용으로 지정할 디스크 번호를 확인한다. ▶ 디스크 선택 후 속성 변경 select disk 3 attributes disk set readonly ▶ 디스크 읽기 전용 해제 select disk 3 attributes disk clear readonly 2022. 6. 24.
USB 장비 접속 이력 제거 https://www.wikihow.com/Clear-the-Record-of-USB-Plug-in-Equipment How to Clear the Record of USB Plug in Equipment Every time you plug a USB drive or peripheral into your Windows PC, an entry is created in the registry to log the event. Although these entries shouldn't cause any problems with future connections, you might want to delete them to... www.wikihow.com 1. USB 장비 연결 해제 2.http://www.nir.. 2022. 5. 29.