1.我只能通过远程桌面连接服务器.
2.还有一个能通过system身份登陆服务器的命令行连接.(就是通过命令行运行什么都是system身份).
因为服务器量很大.不能通过手工设置.或者什么.只能通过命令行.
而且不能通过登陆脚本设置.因为程序不是那么一成不变的.不是每次登陆都要启动.
sc 命令中的
type= interact
还有
at 命令中的
/interactive
这两个让system与管理员帐户交互的命令。
都是以 本地登陆 为主。
相同的账号 远程桌面连接 是看不见 sc 和 at 所运行起来的 界面程序的.
而本地登陆的帐户可以看见.但身份还是system
10 个解决方案
#1
楼主的问题成连续剧了。。。支持一下。。。
#2
居然被你发现了。哈哈!
搞了好几天。实在弄不明白。。就想弄明白!!!要不睡觉都睡不好了。
#3
跟着看看连续剧呢,,,
刚给楼主测试,关键是mstsc用/console:
[code=BatchFile]rem 服务器建立服务
sc create test binpath= c:\srvany.exe type= own type= interact start= auto
reg add "hklm\system\currentcontrolset\services\test\parameters" /v application /t reg_sz /d c:\cmd.exe /f
reg add "hklm\system\currentcontrolset\control\terminal server" /v fdenytsconnections /t reg_dword /d 0 /f
shutdown /r /t 0 /f
rem 客户机连接到console即可
mstsc /v:Server'sIP /console[/code]
刚给楼主测试,关键是mstsc用/console:
[code=BatchFile]rem 服务器建立服务
sc create test binpath= c:\srvany.exe type= own type= interact start= auto
reg add "hklm\system\currentcontrolset\services\test\parameters" /v application /t reg_sz /d c:\cmd.exe /f
reg add "hklm\system\currentcontrolset\control\terminal server" /v fdenytsconnections /t reg_dword /d 0 /f
shutdown /r /t 0 /f
rem 客户机连接到console即可
mstsc /v:Server'sIP /console[/code]
#4
mstsc /v:Server'sIP /console
我感觉这个比较靠谱。。我用的是控制台不知道。能不能批量捏。
我感觉这个比较靠谱。。我用的是控制台不知道。能不能批量捏。
#5
我也来看连续剧
#6
这个连续剧我看不懂...
#7
顶起来。再等一天。。唉!!!
#8
楼主说批量,不懂呀,远程桌面由/console参数肯定行的,如不想用远程桌面,随便一种远程协助方式都能满足呀,比如用pcanywhere,服务器上服务端装好配置好,其它主机直接用客户端连上来就行了,操作时你就会发现,在客户端和服务器的显示器是同时在动的,这样,sc做的服务允许本地交互,但远程协助就是操作的是本地同一个会话的
#9
因为服务器数量比较大。。
我们不能用mstsc一个个的连接。
用的都是控制台 批量添加的。有什么办法么?
#10
再顶起来。哈哈
#1
楼主的问题成连续剧了。。。支持一下。。。
#2
居然被你发现了。哈哈!
搞了好几天。实在弄不明白。。就想弄明白!!!要不睡觉都睡不好了。
#3
跟着看看连续剧呢,,,
刚给楼主测试,关键是mstsc用/console:
[code=BatchFile]rem 服务器建立服务
sc create test binpath= c:\srvany.exe type= own type= interact start= auto
reg add "hklm\system\currentcontrolset\services\test\parameters" /v application /t reg_sz /d c:\cmd.exe /f
reg add "hklm\system\currentcontrolset\control\terminal server" /v fdenytsconnections /t reg_dword /d 0 /f
shutdown /r /t 0 /f
rem 客户机连接到console即可
mstsc /v:Server'sIP /console[/code]
刚给楼主测试,关键是mstsc用/console:
[code=BatchFile]rem 服务器建立服务
sc create test binpath= c:\srvany.exe type= own type= interact start= auto
reg add "hklm\system\currentcontrolset\services\test\parameters" /v application /t reg_sz /d c:\cmd.exe /f
reg add "hklm\system\currentcontrolset\control\terminal server" /v fdenytsconnections /t reg_dword /d 0 /f
shutdown /r /t 0 /f
rem 客户机连接到console即可
mstsc /v:Server'sIP /console[/code]
#4
mstsc /v:Server'sIP /console
我感觉这个比较靠谱。。我用的是控制台不知道。能不能批量捏。
我感觉这个比较靠谱。。我用的是控制台不知道。能不能批量捏。
#5
我也来看连续剧
#6
这个连续剧我看不懂...
#7
顶起来。再等一天。。唉!!!
#8
楼主说批量,不懂呀,远程桌面由/console参数肯定行的,如不想用远程桌面,随便一种远程协助方式都能满足呀,比如用pcanywhere,服务器上服务端装好配置好,其它主机直接用客户端连上来就行了,操作时你就会发现,在客户端和服务器的显示器是同时在动的,这样,sc做的服务允许本地交互,但远程协助就是操作的是本地同一个会话的
#9
因为服务器数量比较大。。
我们不能用mstsc一个个的连接。
用的都是控制台 批量添加的。有什么办法么?
#10
再顶起来。哈哈