Releases: rubencosta13/Temporary-files-cleaner
Releases · rubencosta13/Temporary-files-cleaner
Second stable release
Updates:
- General script optimization
- Added config.ini for further customization!
- First release of binaries, for windows
Full Changelog: v1.0.0...2.0.0
First Release
Temp file cleaner
This script, is being developed, so companies, don't have to worry about going to a computer, and check the following things:
- Task manager:
- CPU utilization
- Memory utilization
- General computer specs
Done:
[✔] First stable release;
[✔] Getting information about the disks
Configurations
Pre-requisites:
- Recommended having a discord server, to receive the data;
- Create a webhook
- Go into .env and define the webhook URL
- Download all the packages using
npm install
, usenpm build
to make an executable with nexe. (Caution: Some antivirus will flag it has virus. Why? You may ask. Response: It removes OS folders, specifically temporary folders: ["temp", "%temp%", "prefetch"], so don't worry!) - Optional, but should be fixed in the next updates:
- Go to task scheduler:
- Click on: "Create Task"
- Name the task something knowledgeable: e.g. "Monitor computer task"
- Click on the "Triggers" tab
- Use the default: "On schedule"
- Change the start hour, so you are sure that on that time someone is using the computer, (if you want, use: "Repeat task every:", so the task will run itself). Click OK
- Then go to "Actions" tab, click on "New", leave everything as default, just change on: "Program / script" to the .exe file directory
- Then click "OK"
- Then click "OK" again and close task manager (The program should run on the defined schedule)
- Then you are going to receive the data to the discord!
Help!
If you need any help, send me an email. Use the subject as: "Temporary file cleaner"
Made with <3 by Ruben Costa