본문 바로가기
728x90

전체 글463

🥰 serilog { "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Filters.Expressions" ], "MinimumLevel": "Information", "WriteTo": [ { "Name": "Logger", "Args": { "configureLogger": { "Filter": "ByIncludingOnly", "Args": { "expression": "Level == 'Information'" }, "WriteTo": [ .. 2024. 8. 5.
🥰 전원관리옵션변경에서 주파수 설정 활성화 컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\75b0ae3f-bce0-45a7-8c89-c9611c25e100 1. 시작 > 실행 (windows key + r) 에서 regedit 실행2. 컴퓨터란에 컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\75b0ae3f-bce0-45a7-8c89-c9611c25e100 입력3. Attributes 의 값을 2로 변경 2024. 8. 4.
🥰 미사용 장치 제거 관리자 권한으로아래 명령어 실행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.
🥰 ghost64 backup 설명: -clone : 작업 모드를 나타내며, 이 경우에는 복제 작업mode=pcreate : Ghost에게 "파티션 이미지를 생성"하라고 지시(pcreate = partition create).src=@OS:C: : 소스 드라이브 또는 파티션을 지정합니다. 여기서는 @OS:C:OS가 있는 C: 드라이브 또는 파티션을 백업한다는 것을 의미dst=D:\Backup.gho : 백업의 대상 파일을 지정-sure : 확인 메시지를 억제하여 수동 개입 없이 명령이 진행-z2 : 백업에 대한 압축 수준을 설정. z2중간 수준의 압축을 나타냄-fx : 작업이 완료된 후 Ghost를 강제로 종료이 명령은 C: 파티션(OS가 설치된 곳)의 이미지를 만들고 Backup.gho중간 압축으로 D: 드라이브에 저장하며, 모든 .. 2024. 6. 23.
728x90