-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisk-usage.bat
30 lines (29 loc) · 1.04 KB
/
disk-usage.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
title Resolve windows 100% disk usage! by Anon LK
color 0a
echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
echo x Resolve Windows 100% disk usage! x
echo x Created by Anon LK x
echo x x
echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
echo Please Run As Administrator!
timeout -t 6
echo --------------------------------------
echo stopping Windows Search Service
echo --------------------------------------
net stop wsearch
timeout -t 3
echo --------------------------------------
echo stopping superfetch Service
echo --------------------------------------
net stop superfetch
timeout -t 3
echo --------------------------------------
echo Deletting Temp Files
echo --------------------------------------
timeout -t 3
cls
echo All Done!
echo Created By Anon LK
timeout -t 3
del /q/f/s %TEMP%\*