filmov
tv
Task Scheduler : How to delete files older than X days automatically - windows command prompt
Показать описание
On Windows 10, you can use Command Prompt and Task Scheduler to automatically delete files older than a certain number of days to free up space and keep your files organized.
command :
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del /q @file"
you can also filter files search with /M *.docx to delete only docx files.
#taskscheduler
#windows10
#windows11
#autodelete
#commandprompt
#forfiles
#tutorial
#trick
#tips
#automation
#deletefile
command :
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del /q @file"
you can also filter files search with /M *.docx to delete only docx files.
#taskscheduler
#windows10
#windows11
#autodelete
#commandprompt
#forfiles
#tutorial
#trick
#tips
#automation
#deletefile
Run Programs Automatically Using Windows Task Scheduler
Task Scheduler - Leetcode 621 - Python
Task Scheduler
How to Schedule Windows 10 Shutdown and Startup
Windows 10 : How to add or create Task Scheduler
How to create and start task with task scheduler
LeetCode 621. Task Scheduler (Algorithm Explained)
How To Use Windows task Scheduler On Windows 10 and Windows 11 | Auto Start Programs
PowerToys Could Soon Automate Windows Tasks with a New Settings Scheduler
Windows Task Scheduler Explained
Microsoft Windows Task Scheduler with Microsoft Excel
How to Run a Python Script with the Windows Task Scheduler - Run Scheduled Python Scripts
How to properly use task scheduler in Windows10?
how to run powershell script through task scheduler
Advanced Task Scheduler Windows 10
Task Scheduler how to schedule basic task on Windows 10
Task Scheduler Not Running or Starting Programs in Windows 10
How to fix Task Scheduler 0x1 error
How to view all running tasks of windows task scheduler
How to Use Windows Task Scheduler
Scheduling Tasks Professionally in Python
Running a Batch File from Task Scheduler Without User being logged In
How to Run an App Automatically at Startup Using the Task Scheduler in Windows 11
How to audit Windows Task Scheduler to detect attacks
Комментарии