"윈도우 계정명 변경"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
8번째 줄: 8번째 줄:


==실행예시==
==실행예시==
<source lang='dos'>
<source lang='console'>
C:\Users\jmnote>wmic UserAccount where Name="testuser" call Rename Name="newtestuser"
C:\Users\zetawiki>wmic UserAccount where Name="testuser" call Rename Name="newtestuser"
Executing (\\JMNOTE-PC\ROOT\CIMV2:Win32_UserAccount.Domain="jmnote-PC",Name="testuser")->Rename()
Executing (\\JMNOTE-PC\ROOT\CIMV2:Win32_UserAccount.Domain="jmnote-PC",Name="testuser")->Rename()
Method execution successful.
Method execution successful.
21번째 줄: 21번째 줄:


==확인==
==확인==
<source lang='dos'>
<source lang='console'>
C:\Users\jmnote>net user
C:\Users\zetawiki>net user


\\JMNOTE-PC에 대한 사용자 계정
\\JMNOTE-PC에 대한 사용자 계정
36번째 줄: 36번째 줄:
*[[윈도우 패스워드 변경]]
*[[윈도우 패스워드 변경]]


==참고 자료==
==참고==
*http://snoopybox.co.kr/1645
*http://snoopybox.co.kr/1645


[[분류: 윈도우 계정]]
[[분류: 윈도우 계정]]

2017년 7월 20일 (목) 00:20 기준 최신판

윈도우 계정명 변경
윈도우 계정 이름 바꾸기

1 명령어[ | ]

wmic UserAccount where Name="계정명" call Rename Name="새계정명"

2 실행예시[ | ]

C:\Users\zetawiki>wmic UserAccount where Name="testuser" call Rename Name="newtestuser"
Executing (\\JMNOTE-PC\ROOT\CIMV2:Win32_UserAccount.Domain="jmnote-PC",Name="testuser")->Rename()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
        ReturnValue = 0;
};
→ 잘 변경되었다(successful).

3 확인[ | ]

C:\Users\zetawiki>net user

\\JMNOTE-PC에 대한 사용자 계정

------------------------------------------------------------------------------
Administrator            Guest                    jmnote
newtestuser
명령을 잘 실행했습니다.

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}