gpt4 book ai didi

powershell - 递归删除 desktop.ini 文件

转载 作者:行者123 更新时间:2023-12-01 09:52:15 28 4
gpt4 key购买 nike

我正在尝试删除所有 desktop.ini给定目录中的文件;即 Documents\Gio .我试过 del /S desktop.inidel /S *.ini在 cmd(管理模式)和 get-childitem .\ -include desktop.ini -recurse | foreach ($_) {remove-item $_.fullname} 中和 get-childitem .\ -include *.ini -recurse | foreach ($_) {remove-item $_.fullname}在 PowerShell 中(也是管理员)。两者都没有工作。我该怎么办?
desktop.ini文件包含以下内容:

[.ShellClassInfo]
InfoTip=This folder is shared online.
IconFile=C:\Program Files\Google\Drive\googledrivesync.exe
IconIndex=12

我从我的 Google Drive 文件夹中移动了目录,但所有文件夹上仍然有共享图标。我试图将目录及其所有子目录和文件的所有权更改为不同的帐户。我尝试使用 Google Drive 执行此操作,但只有根目录更改了所有权;我无法删除其中的任何文件或目录。

最佳答案

del /s /a desktop.ini

del /?求助。

关于powershell - 递归删除 desktop.ini 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35858655/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com