일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 제이펍 IT리뷰어
- 개발자 수학
- 데이터 과학 기본 수학
- 한빛미디어 리뷰어
- JPub리뷰어
- 생성AI
- 프로그래머의 뇌
- 쉽게 시작하는 캐글 데이터 분석
- 개발자를 위한 필수 수학
- 제이펍 리뷰어
- The programmer's Brain
- tidy first
- 처음 시작하는 fastapi
- 파이썬 웹서비스
- 파이썬 자동화 교과서
- 제이펍리뷰어
- 프로그래밍 인지과학
- 업무 자동화
- 한빛미디어 리뷰
- 세상에 없던 금융 디파이 입문편
- 탈중앙화 금융
- 심층학습 수학
- JPub 리뷰어
- 한빛미디어 #인사이드머신러닝인터뷰 #머신러닝인터뷰 #머신러닝면접
- 멀티모달 생성AI 인사이드
- 한빛미디어리뷰
- FastAPI
- 멀티모달AI
- 딥러닝을 위한 수학
- IT 서적 리뷰
- Today
- Total
무말랭이 숙성중
[change username on Window10] Window10 에서 username 변경하기 + android studio 사용 본문
[change username on Window10] Window10 에서 username 변경하기 + android studio 사용
손혜정 2019. 2. 3. 14:55Well, I was going to make an application through android studio,
but the situation was that my directory was 'C\Users\Hyejung Son\.....'
I guess the space between file name(hyejung and son) could trigger some conflict inside of android studio.
so I tired changing the username and summarize here the detail.
reference :
1) https://steemit.com/aapt2/@kikiko/10-aapt2
2) https://texit.tistory.com/32
Environment: Window 10
Notice: Please back the important things up before do this ( such as registory )
- window registory is a database which contains window's setting related on hardware, os software and user setting and so on.
- you can take the way to re-install Window and use correct username ( english, not containing space..)
- In this way, we try several sign in and out our account, Please memorize this way somewhere.
1. Open command window
- window button + search for 'cmd'
2. activate administrator account
- type the below command
net username administrator /active:yes
- windows net command : A command related to windows network.
- background tip:
*normally TCP/IP communication distinguish devices according to IP address. but on Window, they use netBIOS which distinguish devices using computer name (netBIOS name) with IP address.
*netBIOS is API sets working like BIOS, but for network.
*process: when system starts, netBIOS register netBIOS name for attend network. then recognize the communication partner according to netBIOS and send packet repeatly. when the system end, delete the name of netBIOS and is out of network.
3. sign in to the administrator account
- window button + X
- select sing out and sign in to the administrator account
4. change your username on computer management
- window button +X
- G (select computer managerment)
- click "local user and group" > "user" and change username
*in my case, i couldn't find it so click right mouse on Desktop and go into private setting>Home>my account> change username
*As far as i know, Window 10 home doesn't show 'local user and group for the commercial reason'. you can also enter there 'Window+R' and 'netplwiz'. then click advanced tab >advanced(V).
5. go to 'C:\User' folder and change the folder name to the same one with you changed
6. open registory editor and change the username on ProfileImagePath.
- Window button + X
- type 'redegit'
- find the directory 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-.....(normally second one on the bottom)' on registory editor.
- double click and change the ProfileImagePath(type: REG_EXPAND_SZ) to the username what you changed.
7. sign out the administrator account and re-sing in to the user account(What you changed the username)
8. inactivate administrator account
net username administrator /active:no
9. uninstall the android studio and re-install android studio
- If they ask you to use previous setting, just use new setting and delete the previous setting or and so on.
- if you see the below error, try install process as administrator ( click android studio right mouse then run as administrator)
ava.io.IOException: Cannot download'https://dl.google.com/android/repository/android_m2repository_r47.zip':.....(지정된 경로를 찾을 수 없습니다), response: 200 OKWarning: An error occurred while preparing SDKpackage Android Support Repository: Cannotdownload 'https://dl.google.com/android/repository/android_m2repository_r47.zip': ......hope it works :)
'ETC' 카테고리의 다른 글
Linux에서 Yum..? (0) | 2019.06.07 |
---|---|
[Android studio] build gradle (0) | 2019.02.03 |
UNIX WORKBENCH (0) | 2018.07.04 |
문자열1 (0) | 2018.07.04 |