Saturday, January 4, 2025

Windows Tricks

Delete recursively hidden files in Windows

Example

Delete recursively all files starting with ._

del /s /q /h:A "._*"

Sourcehttps://learn.microsoft.com/en-us/windows-server/administration/windows-commands/del


To search every file in the current directory and all subdirectories that contained a word, regardless of the letter case

Example

Find the word "Windows"

findstr /s /i Windows *.*

Sourcehttps://learn.microsoft.com/en-us/windows-server/administration/windows-commands/findstr


No comments:

Post a Comment

Cuentos coloniales

 En aquellos tiempos, cuando aun había virreyes y oidores, y la gente era más rica, más piadosa y más feliz, sucedió que....