应用程序服务依赖于Windows 2008 R2

编程入门 行业动态 更新时间:2024-10-22 13:42:21
本文介绍了应用程序服务依赖于Windows 2008 R2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Hello All, 我们在Windows 2008 R2操作系统上遇到了安装32位应用程序的问题。问题是应用程序的服务是相互依存的,由此也可以看出以 Windows服务面板但在Windows 2008 R2有服务之间没有依赖是否有在Windows 2008 R2的任何具体变化(64位)可能导致服务依赖。 提前致谢蒂尔

Hello All,We are running into issues on installation of a 32 bit application on windows 2008 R2 OS. The problem is the services of the application are interdependent and this can be seeninWindows Services panelbuton Windows 2008 R2 there is no dependency between the services.Is there any specific change on windows 2008 R2 (64 bit) that may cause services dependency.Thanks in advanceTilu

推荐答案

嗨 Thrilochana

感谢此处的帖子。

在Windows XP® ;, Windows Server® 2003年,早期版本的Windows®在操作系统中,所有服务都在与登录控制台的第一个用户相同的会话中运行。此会话称为会话0.会话0中的运行服务和用户应用程序一起构成安全风险,因为服务以提升的权限运行,因此是寻找提升其自身权限级别的方法的恶意代理的目标。

Windows Vista®,Windows Server® 2008和Windows® 7个操作系统通过隔离会话0中的服务并使会话0非交互式来降低此安全风险。在Windows Vista,Windows Server 2008和Windows 7中,只有系统进程和服务在会话0中运行。第一个用户登录到会话1,后续用户登录到后续会话。这种方法意味着服务永远不会在与用户应用程序相同的会话中运行,因此可以防止源自应用程序代码的攻击。

The Windows Vista®, Windows Server® 2008 and Windows®7 operating systems mitigate this security risk by isolating services in Session 0 and making Session 0 non-interactive. In Windows Vista, Windows Server 2008 and Windows 7, only system processes and services run in Session 0. The first user logs on to Session 1, and subsequent users log on to subsequent sessions. This approach means that services never run in the same session as users' applications and are therefore protected from attacks that originate in application code.

以下资源可以帮助您。

msdn.microsoft/en-us/library/bb756986.aspx

www.microsoft/whdc/system/sysinternals/Session0Changes.mspx

如果您想在64位Windows Server 2008中运行32位应用程序,那么您可以参考以下MSDN资源,它可能会对您有所帮助。

blogs.msdn/philpenn /archive/2009/03/02/running-32-bit-applications-on-windows-server-2008-r2-server-core.aspx

问候

Arjuna V ______________________________________________________________________________________ ************* **如果确实有帮助,请将此标记为答案。或回发****************

______________________________________________________________________________________

更多推荐

应用程序服务依赖于Windows 2008 R2

本文发布于:2023-11-15 23:48:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1599057.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   依赖于   Windows

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!