Boost And Speed Up Your Computer | PC | Vaibhav 007

 To Make A Software Which Can Easily Boost Your PC Follow These Steps: 


Step : 1 Open Notepad

Step : 2 Copy This Code Following



$objShell = New-Object -ComObject Shell.Application

$objFolder = $objShell.Namespace(0xA)


#1# Emplty Recyle Bin #

write-Host “Emptying Recycle Bin.” -ForegroundColor Cyan

$objFolder.items() | %{remove-item $_/path -Recurse -Confirm:$false}


#2# Remove Temp

write-Host “Removing Temporary Files” -ForegroundColor Green

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


#3# unning Disk Clean up Tool

Write-Host “Finally Now, Running Windows Disk Cleanup Tool” -ForegroundColor Cyan

cleanmgr /sagerun:1 | Out-Null


$([char]7)


Sleep 3

write-Host “You Have Succesfully Completed the Cleanup Task, Now Enjoy your Super Computer with Super Speed” -ForegroundColor Yellow


Sleep 3


### End of Script###


Step : 4 Save It

Step : 5 Right Click And Then Click On "Run With Powershell"




Enjoy! Your Boosted PC 

Thanks For Reading This Blog!

Vaibhav Sengar


Subscribe Us:

Vaibhav Hindustani Gamerz


Follow Us:

The Vaibhav Sengar