2013年11月27日 星期三

Windows 2008 R2 boot問題的修復(轉貼)

  1. Put the Windows Server 2008 R2 installation disc in the disc drive, and then start the computer.
  2. Press any key when the message indicating “Press any key to boot from CD or DVD …”. appears.
  3. Select a language, time, currency, and a keyboard or another input method. Then click Next.
  4. Click Repair your computer.
  5. Click the operating system that you want to repair, and then click Next.
  6. In the System Recovery Options dialog box, click Command Prompt.
  7. Type Bootrec /RebuildBcd, and then press ENTER

沒有留言:

張貼留言

用Lua, 驗證格式正確性

 7 kyu,  Validate the Euro bill 這題是驗證一串英數字的格式正確性, 我的解法是: local function strn ( ch ) return ch : byte () - 64 end local function va...