简体   繁体   English

Windows Embedded Standard 7瘦客户端-使用批处理文件通过网络复制文件

[英]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. 是否可以将带有批处理文件的文件从网络位置复制到运行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. COPY命令不起作用,当我尝试在Windows资源管理器中导航到网络位置时,系统提示我输入用户名和密码。

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. 向另一台Windows主机进行身份验证以通过RPC复制文件时(即通过网络浏览文件的标准方法),您需要足够的权限。 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. 1)如果两台计算机都在同一工作组中,则本地主机和远程主机上的用户名和密码都必须相同。

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. 2)如果两台计算机都位于同一域或相互信任的域中,则您的帐户可能需要是远程主机上的管理员。

3) If not an admin on the remote host, then it needs to have the right permissions to the designated folder and share. 3)如果不是远程主机上的管理员,则它需要对指定文件夹和共享具有正确的权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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