#navi(Windows) #contents *XPのコマンド [#s5439690] **60秒以内にシステムのシャットダウン[#q9e1b5ea] tsshutdn **ディスククリーンアップを実行 [#dc482577] cleanmgr /sageset:11 で実行されるGUIで対象を選択できる。選択された対象はレジストリに保存される。 **ディスクデフラグを実行 [#bdf03518] defrag c: /v **Administrator のパスワード強制変更 [#d297e46d] Administrator のパスワードを忘れたとき、Administrators のユーザで強制的にAdministratorのパスワードを変更する。 net user [ユーザ名] [新パスワード] net user Administrator admin **System Volume Information フォルダへアクセスする [#w1fd4ef7] C:\>cacls "c:\system volume information" /E /G <UserID>:F <Userid>は権限を与えたいユーザ 例) C:\>cacls "c:\system volume information" /E /G dekuyou:F *スタートアップに仕掛けておくと便利なBat [#d35fb8b3] **ディスクメンテ [#h031888c] ディスククリーンアップを実行後、ディスクデフラグも実行 call cleanmgr /sagerun:11 call defrag c: /v *備考 [#tb5706c6] http://blog.livedoor.jp/koro_/archives/542289.html