简体   繁体   中英

Windows Embedded Standard 7 thin client - copying files over the network with a batch file

Is this possible to copy files from a network location with a batch file over to a thin client running Windows Embedded Standard 7.

COPY command won't work, and when I try to navigate to a network location in a Windows Explorer, I get prompted to enter my user name and password.

I am logged in as administrator.

When authenticating to another Windows host to copy files over RPC (ie, standard method to browse files over network), you need sufficient rights. There are three authentication scenarios to describe the permissions needed:

1) If both computers are in the same workgroup, then the username and password on both local and remote hosts need to be the same.

2) If both computers are on the same - or mutually trusting - domains, then your account likely needs to be an administrator on the remote host.

3) If not an admin on the remote host, then it needs to have the right permissions to the designated folder and share.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM