トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

#contentsx


[[Link/Windows]]

**Windowsが起動不能に陥った場合の復旧手法 [#m527c5ff]
Windowsメディアから回復コンソールで起動します。

 C:\WINDOWS> CD ..
 C:\> ATTRIB -H C:BOOT.INI
 C:\> ATTRIB -R C:BOOT.INI
 C:\> ATTRIB -S C:BOOT.INI
 C:\> DEL BOOT.INI
 C:\> BOOTCFG /REBUILD
 
 Scaning all disk for Windows installations.
 
 Please wait, since this may take a while...
 
 The Windows installation scan was successful.
 
 Notes: The results are stored statically for this session.
        If the disk configuration change during this session,
        in order to get an update scan, you must first reboot
        the machine and then rescan the disks.
 
 Totak indentified Windows installs:1

 C:\> CHKDSK /R /F
 C:\> FIXBOOT

**ツール [#ydf08dbb]
***ファイルをコピーする [#ma96a2c1]
- Robocopy 
 "C:\Program Files\Windows Resource Kits\Tools\robocopy.exe" /mir \
 \\remote_computer\Foldar "C:\Destination_Foldar"

***hash値を取得する [#a6c02f61]
http://support.microsoft.com/default.aspx?scid=kb;en-us;841290
http://www.atmarkit.co.jp/fwin2k/win2ktips/597fciv/fciv.html

 C:\Users\users>fciv
 //
 // File Checksum Integrity Verifier version 2.05.
 //
 
 Usage:  fciv.exe [Commands] <Options>
 
 Commands: ( Default -add )
 
        -add    <file | dir> : Compute hash and send to output (default screen).
 
                dir options:
                -r       : recursive.
                -type    : ex: -type *.exe.
                -exc file: list of directories that should not be computed.
                -wp      : Without full path name. ( Default store full path)
                -bp      : specify base path to remove from full path name
 
        -list            : List entries in the database.
        -v               : Verify hashes.
                         : Option: -bp basepath.

        -? -h -help      : Extended Help.

 Options:
        -md5 | -sha1 | -both    : Specify hashtype, default md5.
        -xml db                 : Specify database format and name.

 To display the MD5 hash of a file, type fciv.exe filename



**event log [#r0a3ca28]
,528,ログオン成功(ログオン種別はイベントログ内に記載)
,529,ログオン失敗
,538,ログオフ処理が完了
,551,ログオフ処理を開始
,552,
,680,

http://technet.microsoft.com/ja-jp/library/cc787567%28WS.10%29.aspx