Differences between Windows 7 and Windows Server 2008 R2

孤街醉人 提交于 2019-12-10 03:11:15

问题


There are features and APIs that are included in Windows 7 or Windows Server 2008 R2, but not the another. Where can I find a specific list of the differences? Is there anything to especially avoid if the program is to be compatible with both? Naturally, the question can be generalized to any version of Windows and its respective server edition.


回答1:


https://serverfault.com/questions/55355/whats-the-difference-between-windows-server-2008-2008-sp2-and-2008-r2

In general, the core API set of Windows 7 and Win2K8(R2) are supposed to be near identical. (Vista and the original Win2k8 are supposed to be the same as well...)

We've shipped products that run on both platforms and only had to do a minimal amount of testing on Win2k8 to insure compatibility.

With server OS SKUs, many of the desktop components (e.g. Windows Media Player) are not installed by default. And others may not be available at all (Windows Media Center, and certain shell features). You may have to rely on the user to install the "desktop feature pack" from Control Panel->Programs&Features->Turn Windows Features on/off to get some APIs available.

In any case, the key is to test,test,test....



来源:https://stackoverflow.com/questions/4698285/differences-between-windows-7-and-windows-server-2008-r2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!