|
1 | 1 | REM =============================
|
2 | 2 | REM WRN Cleaner - https://github.com/WarenGonzaga/wrn-cleaner
|
3 | 3 | REM An open source best all-in-one Windows PC cleaner.
|
4 |
| -REM Version: 3.0.0 |
| 4 | +REM Version: 3.0.7-beta.1 |
5 | 5 | REM Github: https://github.com/WarenGonzaga/wrn-cleaner
|
6 | 6 | REM Licensed Under The MIT License: http://opensource.org/licenses/MIT
|
7 |
| -REM Copyright (c) 2020 Waren Gonzaga |
| 7 | +REM Copyright (c) 2021 Waren Gonzaga |
8 | 8 | REM
|
9 | 9 | REM Facebook: @warengonzagaofficialpage
|
10 | 10 | REM Twitter: @warengonzaga
|
@@ -154,56 +154,56 @@ echo #
|
154 | 154 | ping localhost -n 2 >NUL
|
155 | 155 | tree
|
156 | 156 | timeout /t 3 /nobreak> null
|
157 |
| -goto aDefrag |
| 157 | +goto aDiskClean |
158 | 158 |
|
159 | 159 | REM =============================
|
160 |
| -REM Automatic Defragment Function |
| 160 | +REM Automatic DiskClean Function |
161 | 161 | REM =============================
|
162 |
| -:aDefrag |
| 162 | +:aDiskClean |
163 | 163 | cls
|
164 |
| -title %appname% PC Cleaner %appvers% - %appstat% [Defragment] |
165 |
| -echo # Auto Cleaning. [Defragment] |
| 164 | +title %appname% PC Cleaner %appvers% - %appstat% [DiskClean] |
| 165 | +echo # Auto Cleaning. [Disk Cleanup] |
166 | 166 | echo # %divider%
|
167 | 167 | echo # Running.
|
| 168 | +echo # |
168 | 169 | ping localhost -n 2 >NUL
|
169 | 170 | cls
|
170 |
| -echo # Auto Cleaning.. [Defragment] |
| 171 | +echo # Auto Cleaning.. [Disk Cleanup] |
171 | 172 | echo # %divider%
|
172 | 173 | echo # Running..
|
173 | 174 | ping localhost -n 2 >NUL
|
174 | 175 | cls
|
175 |
| -echo # Auto Cleaning... [Defragment] |
| 176 | +echo # Auto Cleaning... [Disk Cleanup] |
176 | 177 | echo # %divider%
|
177 | 178 | echo # Running...
|
178 | 179 | echo #
|
179 | 180 | ping localhost -n 2 >NUL
|
180 |
| -defrag /C /U /V |
| 181 | +cleanmgr /d%driveClean% |
181 | 182 | timeout /t 3 /nobreak> null
|
182 |
| -goto aDiskClean |
| 183 | +goto aDefrag |
183 | 184 |
|
184 | 185 | REM =============================
|
185 |
| -REM Automatic DiskClean Function |
| 186 | +REM Automatic Defragment Function |
186 | 187 | REM =============================
|
187 |
| -:aDiskClean |
| 188 | +:aDefrag |
188 | 189 | cls
|
189 |
| -title %appname% PC Cleaner %appvers% - %appstat% [DiskClean] |
190 |
| -echo # Auto Cleaning. [Disk Cleanup] |
| 190 | +title %appname% PC Cleaner %appvers% - %appstat% [Defragment] |
| 191 | +echo # Auto Cleaning. [Defragment] |
191 | 192 | echo # %divider%
|
192 | 193 | echo # Running.
|
193 |
| -echo # |
194 | 194 | ping localhost -n 2 >NUL
|
195 | 195 | cls
|
196 |
| -echo # Auto Cleaning.. [Disk Cleanup] |
| 196 | +echo # Auto Cleaning.. [Defragment] |
197 | 197 | echo # %divider%
|
198 | 198 | echo # Running..
|
199 | 199 | ping localhost -n 2 >NUL
|
200 | 200 | cls
|
201 |
| -echo # Auto Cleaning... [Disk Cleanup] |
| 201 | +echo # Auto Cleaning... [Defragment] |
202 | 202 | echo # %divider%
|
203 | 203 | echo # Running...
|
204 | 204 | echo #
|
205 | 205 | ping localhost -n 2 >NUL
|
206 |
| -cleanmgr /d%driveClean% |
| 206 | +defrag /C /U /V |
207 | 207 | timeout /t 3 /nobreak> null
|
208 | 208 | goto aSystemFileChecker
|
209 | 209 |
|
|
0 commit comments