- Put the Windows Server 2008 R2 installation disc in the disc drive, and then start the computer.
- Press any key when the message indicating “Press any key to boot from CD or DVD …”. appears.
- Select a language, time, currency, and a keyboard or another input method. Then click Next.
- Click Repair your computer.
- Click the operating system that you want to repair, and then click Next.
- In the System Recovery Options dialog box, click Command Prompt.
- Type Bootrec /RebuildBcd, and then press ENTER
2013年11月27日 星期三
Windows 2008 R2 boot問題的修復(轉貼)
訂閱:
意見 (Atom)
7 kyu: Ordered Count of Characters using Lua
7 kyu: Ordered Count of Characters 這題很簡單,要做的只是計算string中各字元出現的次數。 我一開始寫的code如下: local solution = {} function solution.ordered_count ( in...
-
今天中午,跟老姐一起看一公升的眼淚DVD, 後來老媽也加入來看, 看完之後,覺得還不錯, 劇中維持日劇一貫的風格,場景不多, 音樂非常優美,出場的人物不多, 主要圍繞在亞也、亞也他媽媽和醫生、同學間, 一公升的眼淚,是在1986年出的,現在也有中譯版了, 有興趣的網友可以去 博客...
-
之前安裝photoshop CS2常常不能破解, 今天總算安裝成功, 原來是忘了執行"crack.exe"。 詳細step as follows: 1.安裝photoshop cs2,在安裝過程中,必須"一直按下一步", 不能改目錄位置,也...
-
嘗試練習7 kyu: Set the Alarms Up 使用Lua語言,題目是設定連續鬧鐘,如果不是寫成程式, 就數學上,大概只會用到小學數學。 我自己的寫法是: local function set_the_alarms_up ( time , n ) local...