为了账号安全,请及时绑定邮箱和手机立即绑定

如何为用Golang编写的Windows服务设置登录用户帐户?

如何为用Golang编写的Windows服务设置登录用户帐户?

Go
潇湘沐 2022-09-05 10:48:17
我使用包“https://pkg.go.dev/github.com/kardianos/service”来运行用Go编写的应用程序作为Windows服务。我在 中设置了以下属性:service.ConfigUsername: "myusername" Option: service.KeyValue{"password": "mypassword"}当我然后安装程序时,我收到以下错误:The account name is invalid or does not exist, or the password is invalid for the account name specified.如何设置 的属性以使服务在安装时使用指定的凭据正常运行?service.Config
查看完整描述

1 回答

?
白衣染霜花

TA贡献1796条经验 获得超10个赞

我自己刚刚找到了解决方案。

Username:`DESKTOP-XXXXXX\myAcount`
Option: service.KeyValue{"password": "mypassword"}


查看完整回答
反对 回复 2022-09-05
  • 1 回答
  • 0 关注
  • 183 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信