XPのコマンド †60秒以内にシステムのシャットダウン †tsshutdn ディスククリーンアップを実行 †設定 cleanmgr /sageset:11 で実行されるGUIで対象を選択できる。選択された対象はレジストリに保存される。 実行 call cleanmgr /sagerun:11 ディスクデフラグを実行 †defrag c: /v Administrator のパスワード強制変更 †Administrator のパスワードを忘れたとき、Administrators のユーザで強制的にAdministratorのパスワードを変更する。 net user [ユーザ名] [新パスワード] net user Administrator admin System Volume Information フォルダへアクセスする †C:\>cacls "c:\system volume information" /E /G <UserID>:F
例) C:\>cacls "c:\system volume information" /E /G dekuyou:F スタートアップに仕掛けておくと便利なBat †ディスクメンテ †ディスククリーンアップを実行後、ディスクデフラグも実行 call cleanmgr /sagerun:11 call defrag c: /v 備考 † |