30 июн. 2021 г. · I want to remove all folders named Temp, History, and Thumbnails, as well as all content within those specific folders. |
6 апр. 2012 г. · Use the following line in powershell: Get-ChildItem -Recurse C:\| where { ! $_.PSIsContainer } | Where-Object {$_.Name -match ".+?[a-f0-9]{4}. |
15 апр. 2014 г. · This can be accomplished using PowerShell: Get-ChildItem -Path C:\Temp -Include *.* -File -Recurse | foreach { $_.Delete()} |
21 июн. 2015 г. · Basically it goes through my music folder & subfolders and deletes all junk that may be there (I have it in my music folder). |
7 дек. 2018 г. · Recursively enumerate all folders with the name "data", then delete their content. $base_dir = 'D:\dir' $name = 'data' Get-ChildItem ... |
25 авг. 2020 г. · Try with cmd ( rd will not work becuase it only can remove directories, use del as below): del /s /q "C:\Users\user\Desktop\htmlreports\*192*" |
23 авг. 2010 г. · rmdir /? will give you the full details of the command line arguments - S is "Removes all directories and files in the specified directory in addition to the ... |
22 апр. 2022 г. · Recursively remove a character from folders in Windows · Write a short PowerShell script or use a tool that supports mass renaming folders. |
4 февр. 2013 г. · I need to delete all sub-folders in a folder tree that match the pattern "images". I can remove all files matching a pattern using del /s ... |
20 июн. 2016 г. · Add in -Recurse to Get-ChildItem to affect all contained folders. Example: Get-ChildItem *.avi -Recurse | foreach { Remove-Item -Path $_. |
Novbeti > |
Axtarisha Qayit Anarim.Az Anarim.Az Sayt Rehberliyi ile Elaqe Saytdan Istifade Qaydalari Anarim.Az 2004-2023 |