| 本帖最後由 winmxdd 於 2012-8-4 04:55 PM 編輯 
 1)准备一张windows7 的CD
 2) boot  windows 7 CD
 3) 然后click "repair your computer"
 4) 然后click "Command Prompt"
 5) 在cmd里type
 cd \
 cd windows\system32
 ren sethc.exe sethc.bak
 copy cmd.exe sethc.exe
 
 6) restart pc
 7) 当到login screen, 按5次shift key
 8) 此时就会pop 出 command line
 9) type:
 net user [yourname] [any pws]
 10) 大功告成,进入咯
 |