Skip to content

watermelonvault/Melon_booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melon_booster 🍉🔥

Usually, the process leaks memory and starts putting pressure on the memory subsystem. Fragmented memory and too much page file usage can cause a sluggish feel. As you keep using windows without rebooting, more and more apps will pile up, running in the background. This happens irrespective of OS. This led to installing windows after a few couples of months of use and updates.
Melon booster is a portable app with 3 step optimizer for the windows operating system powered by Powershell scripts. It boosts your Windows experience without reinstalling windows again & again.

Why use melon booster?

  • faster boots
  • faster app load times
  • fewer hiccups in UI
  • faster read/write speed across the system

Results form disk benchmark #01 Benchmarking application used AS SSD Benchmark 2.0 *windows 10

Before After

Results form disk benchmark #02 Benchmarking application used AOMEI Partition Assistant *windows 11

Before After

How it works?

Step 1: cleaning temps

## MelonboosterScript by 🍉
$objShell = New-Object -ComObject Shell.Application 
$objFolder = $objShell.Namespace(0xA) 
$WinTemp = "c:\Windows\Temp\*" 

## Remove Temp Files  
Set-Location “C:\Windows\Temp”  
Remove-Item * -Recurse -Force -ErrorAction SilentlyContinue  
Set-Location “C:\Windows\Prefetch”  
Remove-Item * -Recurse -Force -ErrorAction SilentlyContinue  
Set-Location “C:\Documents and Settings”  
Remove-Item “.\*\Local Settings\temp\*” -Recurse -Force -ErrorAction SilentlyContinue  
Set-Location “C:\Users”  
Remove-Item “.\*\Appdata\Local\Temp\*” -Recurse -Force -ErrorAction SilentlyContinue  

## Running Disk Clean up Tool  
cleanmgr /sagerun:1 | out-Null  

Step 2: boosting C drive

## ssd retrim for ssd only!
optimize-volume -DriveLetter C -ReTrim -verbose
## hdd defrag for hdd only!
optimize-Volume -DriveLetter C -Defrag -Verbose

Step 3: restart computer

Restart-Computer

How to use?

  • Download the latest release
  • Note: if you have SSD as a C drive, use the Melon-booster-ssd.exe /if you have HDD as a C drive, use the Melon-booster-hdd.exe
  • You don't need to install anything just Double-click on the application & wait for the restart of pc
  • Done🍉

About

Boost your windows experience without reinstalling windows again & again

Resources

License

Stars

Watchers

Forks

Packages

No packages published