トップ 一覧 検索 ヘルプ RSS ログイン

Windows Adminの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
*[このコマンドを処理するのに必要な記憶域をサーバーに確保できません|http://homepage2.nifty.com/winfaq/wxp/network.html#1418]
*[パーティションを操作できるフリーソフト「GParted Live CD」 - GIGAZINE|http://gigazine.net/index.php?/news/comments/20060529_gparted_live_cd/]
! Related Pages

//*[スタートアップチェッカー(Windows95/98/Me / ユーティリティ)|http://www.vector.co.jp/soft/dl/win95/util/se302214.html]
* [[Windows Keyboard Management Tools]]

*スタートアップチェッカー
**http://fos.sitemix.jp/blog/studio/supchk
**http://www.vector.co.jp/soft/winnt/util/se302214.html
! Windows 7

* Keywords: BOOTMGR, bootrec, diskpart, bcdboot, bcdedit, bootsect, 修復ディスク

*イベントログに書き込む方法
**http://www.atmarkit.co.jp/fwin2k/win2ktips/489evtout/evtout.html
* 備忘録:Windows7が起動しなくなってスタートアップ修復もできないときの対処法
** http://starfleet.if.tv/bkn/log/2010/06/windows7.html

*バッテリ残量をログに残すためのツールなど
**http://www.vector.co.jp/vpack/filearea/win/util/note/
**http://www.vector.co.jp/soft/win95/util/se381867.html
* Windowsのブート修復に使うコマンド一覧
** http://mo.kerosoft.com/0219


 schtasks /create /sc hourly /tn task_name /tr foo.bat
! 時刻同期 (NTP)

* Windows標準機能の利用
** http://www.losttechnology.jp/Tips/nettime.html
** 更新間隔設定の変更 (デフォルト1週間)
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
 SpecialPollInterval=dword:604800(初期値:7日ごと)
 SpecialPollInterval=dword:7200(2時間:60秒*60分*2)
 SpecialPollInterval=dword:43200 (12時間)

*Windowsの自動操作ソフトウェア「子猫の手」公式サイト
**http://konekonote.jp/
* Adrasteia: NTPクライアントソフト
** http://www.losttechnology.jp/Software/adrasteia.html
** http://www.forest.impress.co.jp/lib/inet/servernt/setwtch/adrasteia.html

* コマンドラインで実行
** http://network.station.ez-net.jp/special/ntp/doc/2-6.asp
 net time /setsntp:<NTP server>
! ページングファイルのドライブの移動

* [HOW TO] Windows XP でページング ファイルを移動する方法
** http://support.microsoft.com/kb/307886/ja

! ドライブ文字関連

* Windows のシステム ドライブまたはブート ドライブのドライブ文字の復元方法
** http://support.microsoft.com/kb/223188/ja
** レジストリを直接編集して変更する方法

* ブート パーティションのドライブ文字が変更されているとログオンできない (Windows2000向け情報)
** http://support.microsoft.com/default.aspx?scid=kb;ja;249321
 net use \\remote_machine_name\IPC$ /user:administrator *


* ドライブ文字変更等を行うためのコマンドラインツール(標準)
** http://technet.microsoft.com/ja-jp/library/cc757491(WS.10).aspx#BKMK_CMD
** diskpart コマンド

* ReMount - reassigning mounpoints (change drive letters)
** http://www.uwe-sieber.de/drivetools_e.html#ReMount
** コマンドラインツール,記述がシンプル
! LinuxからWindowsのパスワードやレジストリの編集の実行

* パスワードが分からなくなったとき(パスワードリセット)
* Windowsがブートしなくなり,レジストリを編集して復旧させる必要が出たとき
** ただしレジストリ値の名前の変更を行うことはできないように思われる

* Offline NT Password & Registry Editor (chntpw)
** http://pogostick.net/~pnh/ntpasswd/

* Ubuntu CD boot -> chntpw追加 -> chntpw実行
** http://www.howtogeek.com/howto/14369/change-or-reset-windows-password-from-a-ubuntu-live-cd/
* 専用LinuxイメージでCD/USB bootして編集 (CUI)
** http://pogostick.net/~pnh/ntpasswd/bootdisk.html

! リモートレジストリ編集

* リモートからレジストリを操作する
** http://www.atmarkit.co.jp/fwin2k/win2ktips/1147rmtreg/rmtreg.html

! Windows標準コマンドでディスク消去

* cipherコマンド
* 例:cipher /W:<drive>:

!cron的なものがほしいとき

「タスク」GUIで設定は可能だが,「5分に1回」などの設定がきわめて面倒になっている.「schtasks」コマンド経由で設定することで,比較的楽に設定できる.

ヘルプの参照方法
*schtasks /?
*schtasks /create /?

*[schtasks 覚え書き - しおそると|http://www.sio.no-ip.com/mt/shio/archives/2007/08/schtasks.html]


 schtasks /create /sc hourly /tn task_name /tr foo.bat

!FAT32 -> NTFSへの変換

 C:/WINDOWS/system32/convert.exe e: /fs:ntfs (※cygwin上で実行するときの書き方)

対象がUSBメモリでも可

* http://my.opera.com/karakara/blog/show.dml/425282
* http://www.microsoft.com/japan/windowsxp/using/setup/expert/convertfat.mspx

! Misc.

* セーフモード起動:F8 (XP, 2000, 95)

*[このコマンドを処理するのに必要な記憶域をサーバーに確保できません|http://homepage2.nifty.com/winfaq/wxp/network.html#1418]
*[パーティションを操作できるフリーソフト「GParted Live CD」 - GIGAZINE|http://gigazine.net/index.php?/news/comments/20060529_gparted_live_cd/]

//*[スタートアップチェッカー(Windows95/98/Me / ユーティリティ)|http://www.vector.co.jp/soft/dl/win95/util/se302214.html]

*スタートアップチェッカー
**http://fos.sitemix.jp/blog/studio/supchk
**http://www.vector.co.jp/soft/winnt/util/se302214.html

*イベントログに書き込む方法
**http://www.atmarkit.co.jp/fwin2k/win2ktips/489evtout/evtout.html

*バッテリ残量をログに残すためのツールなど
**http://www.vector.co.jp/vpack/filearea/win/util/note/
**http://www.vector.co.jp/soft/win95/util/se381867.html

*Windowsの自動操作ソフトウェア「子猫の手」公式サイト
**http://konekonote.jp/