We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你想要什么功能 windows Agent安装支持用administrator用户注册服务
为什么需要 现在默认的是用system注册,部分场景下权限不足,需要用administrator+密码的形式注册
建议如何实现 通过开关控制, sc create gseDaemon binPath= "C:\gse\gseagentw\gseDaemon.exe" DisplayName= "gse agent daemon" start= auto obj= ".\Administrator" password=xxxxx
sc create gseDaemon binPath= "C:\gse\gseagentw\gseDaemon.exe" DisplayName= "gse agent daemon" start= auto obj= ".\Administrator" password=xxxxx
The text was updated successfully, but these errors were encountered:
feature: Windows Agent安装支持用administrator用户注册服务(close TencentBlueKing#277
850e1d7
)
c3bc0cc
39544e9
c9882e1
feature: Windows Agent安装支持用administrator用户注册服务(close #277)
ef631b3
aab4e8e
zhangzhw8
No branches or pull requests
你想要什么功能
windows Agent安装支持用administrator用户注册服务
为什么需要
现在默认的是用system注册,部分场景下权限不足,需要用administrator+密码的形式注册
建议如何实现
通过开关控制,
sc create gseDaemon binPath= "C:\gse\gseagentw\gseDaemon.exe" DisplayName= "gse agent daemon" start= auto obj= ".\Administrator" password=xxxxx
The text was updated successfully, but these errors were encountered: