努力したWiki

推敲の足りないメモ書き多数

ユーザ用ツール

サイト用ツール


documents:other:memo01:other-007

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
documents:other:memo01:other-007 [2025/11/20 09:34] – ↷ documents:other:memo02:other-007 から documents:other:memo01:other-007 へページを移動しました。 k896951documents:other:memo01:other-007 [2026/05/16 02:10] (現在) k896951
行 1: 行 1:
 +====== 010.ThinkPad のリカバリパスワードをごにゅごにょする ======
 +2007年04月24日 20時57分53秒
 +
 +IBM ThinkPad のリカバリーパスワードを忘れた時のワザ
 +
 +→[[http://ppona.com/IBM_Rescue_and_Recovery%E3%81%AE%E3%83%91%E3%82%B9%E3%83%AF%E3%83%BC%E3%83%89%E5%89%8A%E9%99%A4|IBM Rescue and Recoveryのパスワード削除 - まあそんな感じ]]
 +
 +引用そのまま。これは使える。
 +
 +<code>
 + IBM Rescue and Recoveryのパスワード削除
 + 
 + 
 + IBM ThinkCentre S50を購入しました。 Rescue and Recoveryってソフトが付属しているのですが、
 + どうやら間違えてパスワードを設定してしまったようです。
 + パスワードがわからないと、電源投入時にF11を押すことで
 + 起動できるリカバリ画面(隠してあるウィンドウズ)に入れない。
 + パスワードを削除する方法を解明しました。
 + 
 + cmd.exeを起動して、以下のように操作します。
 + 
 + C:\>cd C:\IBMTOOLS\utils\support
 + 
 + C:\IBMTOOLS\utils\support>python
 + Python 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
 + >>> import setPassword
 + >>> setPassword.set('', '')
 + 0
 + >>> ^Z
 + 
 + 
 + C:\IBMTOOLS\utils\support>
 + 
 + これでok。 なんと、Rescue and RecoveryはPythonでできてるようです…。
 +</code>
 +
 +パスワードがAdministratorのパスワードに変更されます。
 +X40でも全然問題なく適用できました。
 +
 +嬉し涙を流して喜ぶM君に代わり厚くお礼を申し上げます。
  
documents/other/memo01/other-007.txt · 最終更新: by k896951

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki