我原来的windows 7 rc到期了,所以搞了个免费的学生号装windows server 2008r2,效果不比windows 7差,就是需要折腾一些服务设置啥的。
最近在http://weblogs.asp.net/israelio/archive/2008/02/21/windows-server-2008-as-workstation.aspx恰好又看到了,因此转过来备忘:
有一些其实我这里不需要,但是也转过来了。
最近在http://weblogs.asp.net/israelio/archive/2008/02/21/windows-server-2008-as-workstation.aspx恰好又看到了,因此转过来备忘:
- Disable shutdown event tracker
Start->Run->"gpedit.msc" -> Administrative tools->System-> Display Shutdown event tracked -> Disable
- Disable IE Security
Start->Server Manager->Configure IE Sec->Off both options.
- Enable Wireless Support
Start->Server Manager->Features->Add Feature->Wireless LAN Services
- Enable Audio support
Start->Run->"Service.msc"->Windows Audio -> Automatic
Start->Run->Services.msc"->Windows Audio Endpoint Builder->Automatic - Install hardware drivers
I am using ThinkPad t60p so my driver list is here
Note that mobility center is missing from windows 2008 server so there is no need to install it.
IBM Network access connection will crash on you if you will not enable the wireless support (Look above) - Enable Vista Experience (look & feel including Aero, Media Player etc.)
Start->Server Manager->Features->Add Feature->Desktop Experience
More info including how to enable sleep support on windows 2008 server you may find over this kb: http://support.microsoft.com/kb/947036) - Enable Themes
Start->Run->"Service.msc"->Themes->Automatic - Enable .NET 3.0
Start->Server Manager->Features->Add Feature->.NET Framework 3.0 Features - Enable Windows Search (for searching outlook emails)
Start->Server Manager->Roles->Add Roles->File Services->Windows Search - Enable SuperFetch
Start->Run->"regedit"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
Add a new DWORD by the name of EnablePrefetcher and assign is the value of 3
Add a new DWORD by the name of EnableSuperfetch and assign is the value of 3
Start->Run->"services.msc"->SuperFetch->Automatic - Install Messenger
Latest Live Messenger will not install on Windows 2008 Server, you should install a former version (8.1 and not 8.5) and then you may copy the Live Messenger folder from a working machine and work with it.
http://www.microsoft.com/downloads/details.aspx?FamilyID=d78f2ff1-79ea-4066-8ba0-ddbed94864fc&DisplayLang=en - Install Skype
Latest Skype version will crash 2 seconds after login, you need to install a former skype version Skype 3.1.0.152 works great.
http://filehippo.com/download_skype/2473/ - Install Office 2007
- Install Visual Studio 2008
- Setting Processor Scheduling
Start->Control Panel ->System ->Advanced system settings-> Advanced -> Performance -> Settings->Advanced->Adjust best performance->Programs
update: - Changing DEP Mode
Start->Control Panel ->System ->Advanced system settings-> Advanced -> Performance -> Settings-> Data Execution Prevention-> Turn On DEP for essential Windows programs and services.
update2: - Fixing ASP.NET Development Server
After installing visual studio you might want to start working with Casini, the asp.net dev server but it seems that the ie cant find it.
Edit the hosts file located at: C:/windows/system32/drivers/etc
comment the following line :
::1 localhost
by replacing it with:
#::1
(the "::1" is use for the localhost for ipv6)
有一些其实我这里不需要,但是也转过来了。
Comments