中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-27 02:21
47,812 topics / 349,912 posts / today 2 new / 48,264 members
其它操作系统综合讨论区 » How to deal with "Network path not found" when remotely shutting down?
Printable Version  2,954 / 4
Floor1 dos2fan Posted 2007-04-10 10:35
新手上路 Posts 3 Credits 8
```batch
echo off

net use * /del /y

net use \\cai\ipc$ "412" /user:"admin"

shutdown -s -m\\192.168.1.103 -t0 -f

exit
```

I want to use this to shut down another machine in the LAN. The first and second commands run successfully, but the third command prompts "The network path was not found". How to solve it?
Floor2 vkill Posted 2007-04-10 22:51
金牌会员 Posts 1,744 Credits 4,103 From 甘肃.临泽
Check which users on the remote machine have shutdown permissions, but it should have little to do with this
Floor3 htysm Posted 2007-04-11 00:16
高级用户 Posts 415 Credits 866
Is the IP address corresponding to cai: 192.168.1.103?

When executing this command, the username and password must be correct, and the permission to enable remote shutdown must be turned on.

net use \\192.168.1.103\ipc$ "412" /u:administrator
shutdown -s -f -t 0 -m \\192.168.1.103
Floor4 dos2fan Posted 2007-04-11 10:28
新手上路 Posts 3 Credits 8
Originally posted by htysm at 2007-4-10 11:16 AM:
Is the IP address corresponding to cai: 192.168.1.103?

When executing this command, the username and password must be correct, and the permission to enable remote shutdown must be turned on.

net use \\192.168.1.103\ipc$ "412&quo ...



It works. Thanks htysm! :)
Floor5 htysm Posted 2007-04-11 10:47
高级用户 Posts 415 Credits 866
LZ, this post of yours should be posted in the DOS Batch Processing Room.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023