gpt4 book ai didi

cmd - psexec 给系统找不到指定的文件

转载 作者:行者123 更新时间:2023-12-03 22:39:19 27 4
gpt4 key购买 nike

我正在尝试从我的 win7 CMD(作为管理员)运行它:

psexec IpAddress -u domain\user -p pword c:\Autobatch\ClientJobSender.exe http://reportserver.net:8070/JobExecutor.asmx c:\AutoBatch\backup\trigger.xml

但我收到“系统找不到指定的文件”错误。

我也试过这样:
psexec IpAddress -u domain\user -p pword c:\Autobatch\ClientJobSender.exe http://reportserver.net:8070/JobExecutor.asmx c:\AutoBatch\backup\trigger.xml

但获取未知用户或密码错误。

奇怪的是,我可以通过具有相同 IP 地址和用户/密码的远程桌面进行连接。

最佳答案

确保服务器具有以下设置:

a) Admin share is enabled: run services.msc and check the Service "Server" is enabled
b) Add the key for the share in the registry and restart:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v AutoShareServer /t REG_DWORD /d 1

然后使用:
psexec \\IpAddress -u domain\user -p pword -w "c:\Autobatch" "ClientJobSender.exe http://reportserver.net:8070/JobExecutor.asmx c:\AutoBatch\backup\trigger.xml"

关于cmd - psexec 给系统找不到指定的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15906536/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com