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

[[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

***Robocopy [#u6faa869]
 "C:\Program Files\Windows Resource Kits\Tools\robocopy.exe" /mir \
 \\remote_computer\Foldar "C:\Destination_Foldar"