Windows

윈도우에서 USB 3.0 연결상태 확인 방법

devmgmt.msc 실행 후… “보기” > “연결별 디바이스” (또는 Alt+V+V) [PC명]   ACPI x64 기반 PC    Microsoft ACPI-Compliant System      PCI Express 루트 복합        Intel(R) USB 3.0 확장 가능한 호스트 컨트롤러 – 1.0(Microsoft)          USB 루트 허브(USB3.0)            일반 SuperSpeed USB 허브      […]

윈도우에서 USB 3.0 연결상태 확인 방법 더 읽기"

ANSI, UNICODE, Charset

■ANSI  ▣KS C 5601 (완성형, 한글 2350자 지원, 현재이름은 KS X 1001)    Windows Codepage: CP949    Linux Character Set: EUC-KR ■Unicode  ▣관리: 유니코드 컨소시엄(Unicode Consortium)  ▣버전: 2022년 9월 14일에 발표된 15.0  ▣표준: ISO/IEC 10646 Universal Character Set  ▣표기법: 한글”가”(AC00) > U+AC00  ▣한글: 11,172자가 U+AC00~D7A3 에 재배치   ▣UCS-2 (Universal Character Set 2 octets)   

ANSI, UNICODE, Charset 더 읽기"

ICACLS (파일 권한 수정)

예제)ICACLS “testfile.txt” /T /grant Administrators:F > NULICACLS “testfile.txt” /T /grant:r Users:F > NULICACLS “testfile.txt” /T /grant:r Everyone:F > NUL     /T 이름에 지정된 디렉터리 아래의 일치하는 모든 파일/디렉터리에서       이 작업을 수행하도록 지정합니다.    /grant[:r]        :r을 사용하면        사용 권한이 이전에 허용된 모든 명시적 사용 권한을 대체합니다.   

ICACLS (파일 권한 수정) 더 읽기"

윈도우11 최적화를 위한 ExplorerPatcher

사전 준비 작업:다운로드 https://github.com/valinet/ExplorerPatcher/releasesReleases에서 최신버전 다운로드 후 사용 다운로드 받은 ep_setup.exe를 실행하면 Explorer가 재시작하여 화면이 한번 깜박인다.윈도우 하단 Taskbar에서 우클릭 후 팝업메뉴에서 “속성” 선택 후 사용 1. 작업 표시줄 아이콘 작게 변경Taskbar > Taskbar icon size > Small 2. 작업 표시줄 그룹화Taskbar > Combine taskbar icons on primary taskbar > Never combine (default) 3. 작업표시줄

윈도우11 최적화를 위한 ExplorerPatcher 더 읽기"

윈도우 PE 편집

링크: https://jsb000.tistory.com/875 1.디렉토리 만들기IF NOT EXIST %CD%\mount_wim_new MKDIR %CD%\mount_wim_newIF NOT EXIST %CD%\mount_wim_old MKDIR %CD%\mount_wim_oldIF NOT EXIST %CD%\wim_image_new MKDIR %CD%\wim_image_newIF NOT EXIST %CD%\wim_image_old MKDIR %CD%\wim_image_old 2.boot.wim 파일을 wim_image_XXX 폴더에 넣기UltraISO 사용 3.wim 파일 마운트Dism /mount-image /imagefile:%CD%\wim_image_new\boot.wim /index:1 /mountdir:%CD%\mount_wim_newDism /mount-image /imagefile:%CD%\wim_image_old\boot.wim /index:1 /mountdir:%CD%\mount_wim_old 4.Program Files에 추가할 애플리케이션을 복사한다. 5.wim 파일 언마운트Dism /unmount-image /mountdir:%CD%\mount_wim_new /commitDism /unmount-image /mountdir:%CD%\mount_wim_old /commit

윈도우 PE 편집 더 읽기"

[Active Directory] 서비스 설치 및 테스트

1. 용어 설명  1) DN(Distinguished Name) : 특정 이름으로 컴퓨터를 domain에 저장(표준형식)    Directory Srvice 에서 개체를 고유하게 정의해 주는 이름    ex) tistory.com 도메인의 엔지니어부 OU에 있는 홍길동 사용자    dn=”cn=홍길동,ou=엔지니어부,dc=tistory,dc=com”   2) RDN(Relative DN) : DN에서 domain을 생략한 것    ex) OU=엔지니어부   3) CN(Canonical Name) : 보여지는 이름    ex) 홍길동  

[Active Directory] 서비스 설치 및 테스트 더 읽기"

위로 스크롤