Powershell 复制文件到C:\windows\system32

发布时间:2020-07-04 21:20:21 作者:hl809546522
来源:网络 阅读:2838

写一个Powershell脚本碰到这个问题,浪费我好多时间.

由于 windows系统分32位的64位的,所当把文件拷贝到system32这个系统目录是有区别的

直接拷贝命令

Copy-Item -Force c:\temp\backgroundDefault.jpg c:\windows\system32\oobe\info\backgrounds\

64位系统 文件会拷贝到 C:\Windows\SysWOW64\oobe\info\

64位要拷贝到system32这个目录,需要写 c:\windows\sysnative\

**Copy-Item -Force c:\temp\backgroundDefault.jpg c:\windows\sysnative\oobe\info\backgrounds\**

https://social.technet.microsoft.com/Forums/office/en-US/2551af46-b974-4a19-b027-9c0ffe405aac/copy-file-to-cwindowssystem32-on-windows64?forum=winserverpowershell

推荐阅读:
  1. PYTHON 文件读写、坐标寻址、查找替换
  2. Python基础项目:超市商品销售管理系统

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

system32 powershell ers

上一篇:宜信的105条数据库军规

下一篇:django modal + bootstrap

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》