OS

  • 파일의 체크섬(checksum) 값을 제공

    LINUX WINDOWS http를 이용한 대용량 파일 업딴로드시 파일손상여부 확인시 필요

  • WINDOWS 10 신규 사용자에 동일한 환경 구성-Legacy

    :: net share disable REG ADD “HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters” /v “AutoShareWks” /t REG_DWORD /d 0 /f && net stop server && net start server ::새로운 사용자 최초 로그인시 ‘새로운 시작’ 애니메이션이 싫다 REG ADD “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System” /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f ::개인정보설정/개인정보동의 pass REG ADD “HKLM\SOFTWARE\Policies\Microsoft\Windows\OOBE” /v DisablePrivacyExperience /t REG_DWORD /d 1 /fREG ADD “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE” /v…

  • windows Memory compression on / off

    default ON PS C:\path> get-MMagent MemoryCompression : True PowerShell.exe -ExecutionPolicy Bypass -NoProfile -File ApplyAction.ps1 (Enable-MMAgent -mc : memory compression 활성화, Disable-MMAgent -mc : 비활성화) #MC Off Disable-MMAgent -mc #로그생성 디렉토리 확인 없을 경우 생성 if (!(Test-Path -Path “C:\temp”)) { New-item item Type Ddirectory -Path “C:\temp” } #get-mmagent를 이용한 로그 생성 Get-MMagent | Out-File -FilePath c:\temp\mc_status.log

  • WINDOWS10 기본공유 상태 확인

    1. powershell >> Get-SmbShare 2. command >> net share [차단] [HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Paramenters] “AutoShareWks”=dword:00000000

  • WINDOWS11 LTSC Enterprise UI조정

    powershell -ExecutionPolicy Bypass -File .\Apply_filename.ps1

  • 리눅스마스터 1급 기출정리

    2주정도 시험대비해서 프린터 가능하게 bear.app 를 이용하여 작성 하였음. 떨어지면 대략 낭패.