February 14, 2017

The method of resetting windows 7 password when it is lost


1. Press the PC Power button and change the boot order in the BIOS and save it(CD first).
2. Insert the Windows installation CD and reboot.
3. Open a command prompt(SHIFT + F10).
4. Enter command : cd /d C:\windows\system32
5. Enter command : copy cmd.exe sethc.exe
6. Take the Windows installation CD out and reboot.
7. Once booted, press the SHIFT more than 5 times to open a command prompt.
8. Enter command : net user [Account name] [Password]
  ※ ex. If account name is user, "net user user 1"
9. Login the windows with the changed password
1. PC 전원 버튼을 누르고 BIOS에서 부팅 순서를 변경하고 저장한다(CD를 1순위로).
2. 윈도우 설치 CD를 넣고 재부팅한다.
3. 명령 프롬프트를 연다(SHIFT + F10)
4. 명령어 입력 : cd /d C:\windows\system32
5. 명령어 입력 : copy cmd.exe sethc.exe
6. 윈도우 설치 CD를 꺼내고 재부팅한다.
7. 부팅되면 SHIFT를 5회 이상 눌러 명령 프롬프트를 연다.
8. 명령어 입력 : net user [계정 이름] [비밀번호]
  ※ ex. 계정 이름이 user 이라면 "net user user 1"
9. 변경한 비밀번호로 로그인한다.