此页:
列出如果您专门将应用程序标记为与Windows 7兼容而发生的某些更改。例如:
Windows 7 :为了提高可伸缩性并减少线程数,RPC切换到NT线程池(默认池)。对于Windows Vista,RPC使用私有线程池 ...
Windows Vista(默认):对于为Windows Vista及更低版本编译的二进制文件,使用私有池。
如果您在清单中指定了他们的supportOS GUID,那么在较新版本的Windows(8,8.1,10)上是否会出现类似的更改列表,而不是指定一个?
答案 0 :(得分:1)
您正在阅读Windows 7文档。尝试阅读较新的文档,例如适用于Windows 8的文档:
Windows 10尚未发布,因此MSDN对Windows 10文档的处理方式还不多。但是,某些MSDN博客中已经提到了Windows 10的<html>
<head>
<title></title>
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<div id="content">
Main Content
</div>
<div id="footer"></div>
</body>
</html>
guid,至少:
supportedOS