Deleting Temporary Files with a Batch File and Running it Silently with Windows Scheduler

  Рет қаралды 82

Outdated phrases

Outdated phrases

15 күн бұрын

how to delete temporary files, %temp% files, prefect files, recent files, and clean the Recycle Bin using a batch file. We'll also set up a task in Windows Scheduler to run this batch file every hour silently, without any pop-ups.
Below are require code to do the task,
Batch File code
@echo off
echo Deleting temporary files...
del /s /q %temp%\*
del /s /q C:\Windows\Temp\*
echo Deleting prefetch files...
del /s /q C:\Windows\Prefetch\*
echo Deleting recent files...
del /s /q %userprofile%\Recent\*
echo Cleaning Recycle Bin...
PowerShell -NoProfile -Command Clear-RecycleBin -Confirm:$false
echo Done!
VBS Script code
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\path\to\temp_clean.bat" & Chr(34), 0
Set WshShell = Nothing
Make sure to replace C:\path\to\temp_clean.bat with the actual path to your batch file."

Пікірлер
We may have killed p10k, so I found the perfect replacement.
19:48
Dreams of Autonomy
Рет қаралды 101 М.
I Recorded My IT Help Desk Phone Interview
10:30
Jamal Gardiner
Рет қаралды 283 М.
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 15 МЛН
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 10 МЛН
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 5 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН
Linux Crash Course - Formatting & Mounting Storage Volumes
32:28
Learn Linux TV
Рет қаралды 229 М.
Installing Windows 7 in the Recycle.Bin
9:39
Banaxi
Рет қаралды 10 М.
10 Minecraft Commands EVERY BEGINNER Should Know!
5:08
Triloms
Рет қаралды 204 М.
Converting a Physical system to a Proxmox VM
18:51
ElectronicsWizardry
Рет қаралды 89 М.
Samsung Galaxy Ring Unboxing & First Impressions!
11:38
Shane Symonds
Рет қаралды 73 М.
windows activation with massgrave (window 10/11, Office)
3:16
Outdated phrases
Рет қаралды 1,3 М.
QEMU/KVM for absolute beginners
17:50
Veronica Explains
Рет қаралды 514 М.
Gmail account delete kaise kare | Google account delete kaise kare | 2023
0:38
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 15 МЛН