PowerShell

Clean Disk Space using PowerShell.

Hi,
 
I wrote a simple PowerShell script which helps us to clean some of the disk space for us. This script wrote primarily for LENOVO laptops but can tweak it as per your requirements.
 
This Script does the following tasks:
 
  • ·         Clean users TEMP folder
  • ·         Empty Recycle Bin
  • ·         Empty SWTOOL Folder {mainly in Lenovo laptops}
  • ·         Empty Windows TEMP Folder
  • ·         Run Windows  Disk Cleanup Tool.
 
I hope that you like this tiny script J
 
 
Thanks
Aman Dhally

One thought on “Clean Disk Space using PowerShell.

  1. hi friends,

    it’s possible to create script cleanup disk space using powershell for remote server. as example i want to cleanuop disk for my VM but i want to run the script at my physical host.

    thanks
    \din

Comments are closed.