컴퓨터 Computer218 399. 윈도우10 시작 단추를 마우스 오른쪽 단추로 누르거나 Windows 키+X를 누르면 표시되는 메뉴에서 명령 프롬프트를 Windows PowerShell로 바꾸기 | Windows 10 Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button or press Windows 10 Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button or press Windows key+XStart > Windows Settings > Personalization > Taskbar 윈도우10 시작 단추를 마우스 오른쪽 단추로 누르거나 Windows 키+X를 누르면 표시되는 메뉴에서 명령 프롬프트를 Windows PowerShell로 바꾸기시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트Win+X 메뉴에서 PowerShell 대신 명령 프롬프트를 사용합니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows.. 2024. 8. 11. 398. 윈도우10 작업 표시줄 끝에 있는 바탕 화면 보기 단추로 마우스를 이동할 때 미리 보기를 사용하여 바탕 화면 미리 보기 | Windows 10 - Use Peek to preview the desktop when you move your mouse to the Show desktop button at the end of the taskbar Windows 10 Use Peek to preview the desktop when you move your mouse to the Show desktop button at the end of the taskbarStart > Windows Settings > Personalization > Taskbar윈도우10 작업 표시줄 끝에 있는 바탕 화면 보기 단추로 마우스를 이동할 때 미리 보기를 사용하여 바탕 화면 미리 보기시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트마우스를 오른쪽 하단에 올렸을 때 바탕 화면 미리보기를 비활성화합니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced.. 2024. 8. 11. 397. 윈도우10 작은 작업 표시줄 단추 사용 설정 레지스트리 | Windows 10 Settings Registry - Personalization - Taskbar - Use small taskbar buttons Windows 10 Use small taskbar buttonsStart > Windows Settings > Personalization > Taskbar윈도우10 작은 작업 표시줄 단추 사용시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트작업 표시줄의 아이콘 크기를 작게 설정합니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSmallIcons /t REG_DWORD /d "1" /freg.exe ADD: reg.exe는 Windows에서 레지스트리를 조작하는 명령줄 도구입니다. ADD 옵션은 새로운 레지스트리 키나 값을 추가할 때 사용합니다."HKCU\S.. 2024. 8. 11. 396. 윈도우10 태블릿 모드에서 작업 표시줄 자동으로 숨기기 설정 레지스트리 | Windows 10 Settings Registry - Personalization - Taskbar - Automatically hide the taskbar in tablet mode Windows 10 Automatically hide the taskbar in tablet modeStart > Windows Settings > Personalization > Taskbar윈도우10 태블릿 모드에서 작업 표시줄 자동으로 숨기기 시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트태블릿 모드에서 작업 표시줄을 자동으로 숨깁니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarAutoHideInTabletMode /t REG_DWORD /d "1" /freg.exe ADD: reg.exe는 Windows에서 레지스트리를 조작하는 명령줄 도구입니다. A.. 2024. 8. 11. 395. 윈도우10 데스크톱 모드에서 작업 표시줄 자동 숨기기 설정 레지스트리 | Windows 10 Settings Registry - Personalization - Taskbar - Automatically hide the taskbar in desktop mode Windows 10 Automatically hide the taskbar in desktop modeStart > Windows Settings > Personalization > Taskbar윈도우10 데스크톱 모드에서 작업 표시줄 자동 숨기기시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트작업 표시줄의 위치를 화면 하단으로 설정합니다. (기본적으로 v[8]=3은 하단을 의미함)powershell -command "&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Pat.. 2024. 8. 11. 394. 윈도우10 작업 표시줄 잠금 설정 레지스트리 | Windows 10 Settings Registry - Personalization - Taskbar - Lock the taskbar Windows 10 Lock the taskbarStart > Windows Settings > Personalization > Taskbar윈도우10 작업 표시줄 잠금시작 > Windows 설정 > 개인 설정 > 작업 표시줄 CMD 명령 스크립트작업 표시줄의 크기 조정과 위치 이동을 비활성화(잠금)로 설정 합니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSizeMove /t REG_DWORD /d "0" /freg.exe ADD: reg.exe는 Windows에서 레지스트리를 조작하는 명령줄 도구입니다. ADD 옵션은 새로운 레지스트리 키나 값을 추가할 때 사용합니다."HKCU\SOFT.. 2024. 8. 11. 393. 윈도우10 시작 메뉴에 표시할 폴더 선택 Windows 10 Settings - Personalization - Start - Choose which folders appear on Start Windows 10 Choose which folders appear on StartStart > Windows Settings > Personalization > Start > Choose which folders appear on Start시작 메뉴에 표시할 폴더 선택시작 > Windows 설정 > 개인설정 > 시작 > 시작 메뉴에 표시할 폴더 선택 CMD 명령 스크립트AllowPinned 항목 값 0: 고정 비활성화(시작 메뉴에 고정하지 않음).AllowPinned 항목 값 1: 고정 활성화(정책 제공자에 의해 설정됨). ProviderSet 항목에서 1은 해당 설정이 정책 제공자에 의해 강제 설정되었음을 의미합니다.1. 파일 탐색기 File Explorer 폴더 설정reg.exe ADD "HKLM.. 2024. 8. 9. 392. 윈도우10 최근에 연 항목 표시 끔 레지스트리 | Windows 10 Settings - Personalization - Start - Recently opened items Windows 10 Show recently opened items in Jump Lists on Start or the taskbar and in File Explorer Quick Access - OFF settings registryStart > Windows Settings > Personalization > Start윈도우10 시작 메뉴의 점프 목록, 작업 표시줄 또는 파일 탐색기 즐겨찾기에서 최근에 연 항목 표시 - 끔 설정 레지스트리시작 > Windows 설정 > 개인설정 > 시작 CMD 명령 스크립트이 명령은 Windows 레지스트리에 Start_TrackDocs 값을 추가하여 최근에 열었던 문서의 기록을 추적하지 않도록 비활성화하는 설정을 적용합니다.reg.exe ADD "HKCU\SOF.. 2024. 8. 7. 391. 윈도우10 시작 메뉴 레이아웃 잠금(시작 메뉴 변경 차단) 설정 레지스트리 | Windows 10 Settings - Personalization - Start - prevent changes to the Start menu Windows 10 Start Menu Change Prevention Settings RegistryStart > Windows Settings > Personalization > Start윈도우10 시작 메뉴 레이아웃 잠금 설정 설정 레지스트리시작 > Windows 설정 > 개인설정 > 시작 CMD 명령 스크립트이 명령은 Windows 레지스트리에 NoChangeStartMenu 값을 추가하여 사용자가 시작 메뉴를 변경하지 못하도록 막는 정책을 적용합니다.이 설정하면 사용자가 시작 및 앱에서 앱을 선택하고, 타일 크기를 조정하고, 타일 또는 보조 타일을 고정/고정 해제하고, 사용자 지정 모드로 전환하고, 타일을 다시 정렬하지 못합니다.reg.exe ADD "HKLM\SOFTWARE\Microsoft\.. 2024. 8. 7. 390. 윈도우10 전체 시작 화면 사용 - 시작 메뉴 크기 강제 설정 레지스트리 | Windows Settings - Personalization - Start - Use Start full screen Windows 10 Use Start full screen -Force Start menu size Settings RegistryStart > Windows Settings > Personalization > Start윈도우10 전체 시작 화면 사용 - 시작 메뉴 크기 강제 설정 레지스트리 시작 > Windows 설정 > 개인설정 > 시작 CMD 명령 스크립트이 명령은 Windows 레지스트리에 ForceStartSize 값을 추가하여 시작 메뉴의 크기를 강제로 설정하는 정책을 적용합니다.reg.exe ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v ForceStartSize /t REG_DWORD /d "1" /freg.exe ADD: reg... 2024. 8. 7. 389. 윈도우10 가장 많이 사용하는 앱 표시 끔 설정 레지스트리 | Windows Settings - Personalization - Start - most used apps Windows 10 Show most used apps -OFF Settings RegistryStart > Windows Settings > Personalization > Start윈도우10 가장 많이 사용하는 앱 표시 끔 설정 레지스트리 시작 > Windows 설정 > 개인설정 > 시작CMD 명령 스크립트NoInstrumentation 값은 사용자 경험 및 진단 데이터를 비활성화합니다.NoStartMenuMFUprogramsList 값은 시작 메뉴에서 자주 사용하는 프로그램 목록을 숨깁니다.reg.exe ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoInstrumentation /t REG_DWORD /d "1.. 2024. 8. 7. 이전 1 2 3 4 5 6 7 ··· 20 다음 반응형