1. 개요
PowerShell에서 컴퓨터 이름 변경
2. 버전 및 사양
Windows11_22H2
3. 참고
3-1.[Windows11] 컴퓨터 이름 변경 (GUI)
3-2. [Windows11] 커뮤터 이름 변경(CMD)
4. 컴퓨터 이름 변경
4-1. 설정

Windows Key + r
powershell 입력
Control + Shift + Enter
> hostname
DESKTOP-A75N2SC
> Rename-Computer -NewName “SEUHEU” -Restart
4-2. 확인

Windows Key + r
powershell 입력
Control + Shift + Enter
> hostname
SEUHEU