When the damewareremotecontroltool is enabled for remote control, the error dialog box appears, but the network cannot be found, and dwrcs.exe cannot be copied to the target host.
The root cause of the error is that DameWare needs to copy the DameWare program to the "ADMIN $" directory of the controlled machine for remote control.
Therefore, if the "ADMIN $" share is disabled for the remote control host, it cannot be used normally. First, go to the client host, run the cmd command line, and enter netshare. Generally, we only see ipc $ sharing, but not admin $, c $, and Other Default sharing! To connect successfully, the two shares must be enabled. The following describes how to enable the two default shares!
(Run services. msc to check whether the server service is started and is automatically started)
Run regedit.exe to go to hkey_local_machine \ system \ CurrentControlSet \ Services \ lanmanserver \ parameters, find the autoshareserver and autosharewks key values, and change their values to 1. The default value is 0.
Autoshareserver is changed to 1, which means to enable hard disk partition sharing, such as c $, d $ and other hard disk partitions;
Autoscaling wks is changed to 1, which means to enable hard disk admin $ sharing;
Restart the computer (you must restart it) and connect again. OK!
Note:
Someone on the Internet also said they would like to go to hkey_local_machine \ system \ CurrentControlSet \ Control \ Lsa to find the restrictanonymous key value and change its value to 1. In fact, this is not necessary. After the restrictanonymous key value is changed to 1, the security level of ipc $ sharing will be provided, and the local machine cannot be accessed within the LAN.