2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

やっぱこれだね~ Winパスリセット~♪

Last updated at Posted at 2020-03-15

Windows10のAdministratorやユーザーのパスワードを、リセットする

Ubuntsu( https://jp.ubuntu.com/ )を入れたUSBメモリから起動

Software&Updates
Community-maintained free and open-source software(universe)にチェックを入れて閉じる
パッケージ情報のアップデートを促されたら、Reload

情報のアップデートが終わったら、chntpw( http://www.chntpw.com/ )をインストール。
Terminalより、
sudo apt install chntpw

インストールが終わったら、ファイラーで、
windows/system32/config フォルダで右クリック、Terminalを開き、
sudo chntpw -u administrator SAM
もしくは、sudo chntpw -u ユーザー名 SAM

1.Clear(blanck) user password を選択する

※うまくいかない時は、Windowsを一度起動してから、再度やり直しして

###オマケ】administratorアカウント有効化(Windows上で)
net user administrator /active:yes

...That's all. ☆ Knowledge of zealous young🌙🐰

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?