-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win-script: update echo: and add some info about
Signed-off-by: KARTHIK LAL <[email protected]>
- Loading branch information
1 parent
1e2994f
commit f05cd09
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ CSCRIPT //nologo "%TempVBSFile%" | |
color 0a &:: hacker color (just kidding) | ||
|
||
title KARTHIK-V1.0 &:: title is needed cuz of the way the console is displayed | ||
echo YOU ARE USING KARTHIK-V1.1-BETA WINDOWS-CLEAN SCRIPT &:: Ofc we need to mention the tool before starting the script | ||
timeout /t 3 &:: timeout is used to make the script wait for 4 seconds | ||
echo YOU ARE USING KARTHIK LAL WINDOWS CLEAN SCRIPT &:: Ofc we need to mention the tool before starting the script | ||
timeout /t 3 &:: timeout is used to make the script wait for 3 seconds | ||
|
||
echo BYE BYE EXPLORER.exe &:: lets make it look like a real program :) | ||
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 | |
&:: ================================================================ | ||
&:: AUTHOR: KARTHIK LAL & :: EMAIL: [email protected] | ||
&:: DATE: 10-06-2022 | ||
&:: WINDOWS CLEANER V1.1-BETA | ||
&:: WINDOWS CLEANER SCRIPT - STABLE VERSION | ||
&:: 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 | ||
&:: USE AT YOUR OWN RISK | ||
&:: FORCED TO RUN ONLY WITH ADMINISTRATOR PRIVILEGES. | ||
&:: LICESNSE: GNU GENERAL PUBLIC LICENSE V3.0 | ||
&:: OPENSOURCE SOFTWARE LICENSE AGREEMENT FOR WINDOWS DISTRIBUTION SYSTEM (https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
&:: 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. | ||
|