【发布时间】:2019-07-29 10:06:51
【问题描述】:
我正在处理一个有趣的问题。我正在使用 AWS SSM 来管理我的 Windows 更新并通过第 3 方代理服务器(我无法控制,也无法选择使用它)。我正在尝试使用 GPO 或任何其他可用的方法(.ps1、.cmd)自动化代理设置(在此处找到:https://forums.aws.amazon.com/thread.jspa?messageID=782297)。我发现的唯一方法需要以下内容:
PS C:\Users\Administrator\Downloads\PSTools> .\psexec -i -s -d cmd
Then in the System User Context CMD prompt;
C:\Windows\system32>whoami
nt authority\system
C:\Windows\system32>inetcpl.cpl
Configure the settings manually according to the users internet
connection settings.
我一直在挖掘并尝试使用批处理文件、组策略首选项......我被难住了。有没有人有任何想法?另外,我已经尝试过“How to configure IE proxying for the local system account?”,但无济于事。
【问题讨论】:
标签: proxy system account authority nt