飛的軌跡

飛過去了,誰還會記得

Browsing Posts tagged OS

最近兩天把家裡的電腦都裝了Windows 2008.
Vista出來的時候,用了差不多幾個月,漂亮是漂亮,可能當時很多軟件支持的也不是很好,就換回了XP。
但是現在模塊化的Windows 2008出來的,用起來很好很強大,所以就決定一直用這個了。

但是BT機只有128內存,雖然修改精簡了安裝盤和解除回了2008的安裝最小內存要求。畢竟是2008嘛,用起來蠻吃力,所以就決定裝core版的。反正BT機不要裝什麼驅動,除了網卡,呵呵。

為了控制BT機器,我們需要遠程桌面,而core的操作方式只有命令行,開啟方法如下:

;Active the Remote Desktop function
cscript c:\windows\system32\scregedit.wsf /ar 0
cscript c:\windows\system32\scregedit.wsf /cs 0

;Set the firewall to unblock Remote Desktop
netsh advfirewall firewall set rule group=”remote desktop” new enable=yes

把上面的語句直接存成bat或cmd就可以了。
另外powershell還是很強大的,雖然和unix系的命令行功能比還是顯得膚淺了點,呵呵。

The IE7 and the WMP11 are not included in the XP SP3.

if you have integrated the xp sp3 beta to the XP SP2 Installation CD, it will replace the IE and WMP to IE6 and WMP9, and there will be a problem: you cannot install the IE7 in the installed XP. So we just can integrate the IE7 after the SP3 had integrated. The WMP11Slipstreamer also cannot work with the xpsp3.

  1. integrate the drivers of your computer device which can not be recognized by XP. 
  2. integrate the sp3 to the installation cd of XP.
  3. integrate the IE7 to the sp3 integrated CD by nlite.
  4. put the switchless installer of WMP11 and .Net Framework 1.1 2.0 and 3.0 in the CD. it will be automatically execute after the xp installed.
  5. burn the cd or boot with the WinPE to install the OS.

用nlite 1.3整合了一張適合自己電腦的windows安裝CD盤。

use the nlite 1.3 final to build my own windows installation cd.

including all the windows updates, and the drivers of my hardware.

integrate post sp2 update pack (ryanvm’s windows xp post-sp2 update pack) with nlite.

integrate wmp11 with boooggy & n7epsilon’s windows media player 11 slipstreamer tool.

install .net 1.1sp/2.0/3.0 with ryanvm’s dotnetaio.

install ie7 with the original file ie7-windowsxp-x86-enu.exe from ms.

remove components

tweaks

現在裝系統的方法是越來越多了,裝系統的時間也可以越來越少了。一般我們裝系統有這幾種方法
用光盤啟動安裝

這種安裝方法最傳統了,誰都可以按照光盤的提示進行安裝。你所要做的就是在開機的時候選擇啟動設備,光驅!然後就按照安裝程序的指引,搞定。
用Ghost或Acronis True Image的方法安裝

這種方法安裝最方便了,自己用的話當但是裝好了自己常用的軟件和驅動的ghost備份比較好用。系統出現問題或者覺得用著非常不爽的時候,就來個ghost, 一般30秒搞定。ghost完後就可以歡快的用乾淨、快速的系統咯。

當然現在也有很多萬能的Ghost安裝,集成了各種驅動,安裝的時候也特別方便。但是對於我,我覺得這種ghost對我還是沒有什麼吸引的,因為我覺得只要比它再多一點點的時候就可以用光盤正統的進行安裝了。不是說ghost系統沒有用光盤裝的性能差,但是萬能ghost的製作人水平不一,作品也是有好有壞,我們為什麼要冒這麼險呢。(不是有很多萬能ghost系統被優化的出問題麼)

Acronis True Image的Universal鏡像也是差不多,能不用盡量不用。最多去給別人裝系統的時候帶一張這種盤過去,為的是省事,為的是節約時間,為的是免除裝系統後找不到驅動的尷尬……(其實你也可以帶那個300多MB的驅動打包文件,嘿嘿)
用DOS引導到實模式下,用winnt.exe來安裝 (Vista和x64的不能適用)

這種方法是在98時代的產物了,當然2000, xp, 2k3都可以用這種方法來安裝。但是有個明顯的缺點就是安裝的系統不是nfts格式的,這點就非常不能接受。雖然可以用convert來轉成ntfs, 但是和原生的ntfs格式還是有性能上的差別的。
用PE引導到PE環境下,進行安裝

這種方法是最近才流行起來的,因為很多新的vista beta出來。不可能每張都浪費一張dvdr去刻盤安裝吧,然後就想到了用PE來替代上個方法中的DOS,引導後在運行setup進行安裝。這個好處就是不用刻盤了,另一個好處就是如果你沒有dvd刻錄機或dvdrom也可以安裝用dvd作為載體的系統了。你只要下載這個鏡像文件,然後解開到硬盤,用PE啟動,運行硬盤裡解開的系統文件的安裝程序。可以用NTFS盤作為目標盤。

這也是今天要記錄的主角了,以裝vista為例子:

首先
下載一個PE鏡像,刻錄成CDR。當然你買一張我也不反對(好久沒買光盤了,上次買是2000年的時候吧)
下載一個Vista的鏡像,解開放在隨便哪個盤啦
用PE盤啟動到PE命令行,然後找到Vista鏡像解開的目錄,找到其中sources目錄下的setup.exe (不是鏡像根目錄的setup)
按提示安裝就可以了~