Questions tagged «administrator»


26
使用PowerShell以管理员身份运行命令?
您知道如果您是系统的管理用户,并且可以右键单击说一个批处理脚本并以管理员身份运行它,而无需输入管理员密码吗? 我想知道如何使用PowerShell脚本执行此操作。我不想输入密码;我只想模仿右键单击“以管理员身份运行”方法。 到目前为止,我阅读的所有内容都需要您提供管理员密码。


7
通过非管理员用户帐户启动/停止Windows服务
我有一个名为BST的WindowsService。而且,我需要授予非管理员用户UserA启动/停止此特定服务的权限。从Windows Server 2003到Windows 7,我的服务可以在各种Windows操作系统上运行。 我怎样才能做到这一点? 我在Google上搜索了一下,发现了一些有关使用命令[sc sdset]授予权限的内容,但是我不确定这些参数。我不想为组设置权限,而只为特定用户(在这种情况下为UserA)设置权限。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.