Skip to content

Commit f05cd09

Browse files
committed
win-script: update echo: and add some info about
Signed-off-by: KARTHIK LAL <[email protected]>
1 parent 1e2994f commit f05cd09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clean-win.bat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ CSCRIPT //nologo "%TempVBSFile%"
3737
color 0a &:: hacker color (just kidding)
3838

3939
title KARTHIK-V1.0 &:: title is needed cuz of the way the console is displayed
40-
echo YOU ARE USING KARTHIK-V1.1-BETA WINDOWS-CLEAN SCRIPT &:: Ofc we need to mention the tool before starting the script
41-
timeout /t 3 &:: timeout is used to make the script wait for 4 seconds
40+
echo YOU ARE USING KARTHIK LAL WINDOWS CLEAN SCRIPT &:: Ofc we need to mention the tool before starting the script
41+
timeout /t 3 &:: timeout is used to make the script wait for 3 seconds
4242

4343
echo BYE BYE EXPLORER.exe &:: lets make it look like a real program :)
4444
timeout /t 1 &:: timeout is used to make the script wait for 1 seconds
@@ -126,9 +126,10 @@ del /f /s /q "%userprofile%\local settings\temp\*.*" &:: delete all the files in
126126
&:: ================================================================
127127
&:: AUTHOR: KARTHIK LAL & :: EMAIL: [email protected]
128128
&:: DATE: 10-06-2022
129-
&:: WINDOWS CLEANER V1.1-BETA
129+
&:: WINDOWS CLEANER SCRIPT - STABLE VERSION
130130
&:: TOOLS ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND AND THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY THE USE OF THESE TOOLS
131131
&:: USE AT YOUR OWN RISK
132+
&:: FORCED TO RUN ONLY WITH ADMINISTRATOR PRIVILEGES.
132133
&:: LICESNSE: GNU GENERAL PUBLIC LICENSE V3.0
133134
&:: OPENSOURCE SOFTWARE LICENSE AGREEMENT FOR WINDOWS DISTRIBUTION SYSTEM (https://www.gnu.org/licenses/gpl-3.0.en.html)
134135
&:: Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

0 commit comments

Comments
 (0)