09s*_*enb 7 powershell recycle-bin batch-file windows-7
我需要一个代码来清空回收站而没有构造我已经尝试过简单del $Recycle.Bin但是它表示访问被拒绝,即使升级时任何人都知道我可以使用的代码.
这在没有任何确认的情况下清空了我的垃圾箱。
@ECHO OFF
start /b /wait powershell.exe -command "$Shell = New-Object -ComObject Shell.Application;$RecycleBin = $Shell.Namespace(0xA);$RecycleBin.Items() | foreach{Remove-Item $_.Path -Recurse -Confirm:$false}"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8024 次 |
| 最近记录: |