# 在linux上重設windows密碼 ###### tag: `app`, `windows` ## chntpw `cd Windows/System32/config` ### ListUsers `chntpw -l SAM` ### passwrod `chntpw -u icps SAM SYSTEM` ### regedit ``` chntw -e software cd Microsoft\Windows\CurrentVersion\Run l nv 1 test ed test q ```