On this website you will find dozens of scripts for Cyber Security and IT management platforms that enables you to have wide variety of abilities like taking action on your devices. You can request help from us any time for custom scripts that will help you to achieve what you are aiming to do.
This script files deletes temp files,internet temp files ,disk clean up ,fix disk error and smart failure test.
smart failure test doesn't work on virtual machine
Note:
Run as Local system user
Procedure's Instructions
Comments
ibrahimkilicarslan@fiberli.com
Written Apr 06, 2021
this script only processes local users.
It does not process domain users who are logged on to the computer.
review this line;
users=os.popen("net user").read().split()[5:-5]
Comments