If you want to know, how to speed up Windows 10, then you’ve come to the right place. While Windows 10 is arguably the most efficient coded operating system from Microsoft, we understand that it also has a vast number of features that require large amounts of system resources. Even if its latest iteration comes built-in with extremely useful features to improve overall efficiency, your computer’s performance could still slow down.
There are a number of usual suspects that are most probably responsible for such slow down. That includes malware, temporary files and less powerful hardware. And, you can certainly do something about them so you can speed up Windows 10 and put your computer’s performance back up to tip-top shape.
Here we will explore ten of the best ways that you can speed up Windows 10 today, from clearing out unwanted programs to disabling superfluous special effects and even performing hardware upgrades. Let us show you how to speed up Windows 10.
No Time to Read ? Watch the VIDEO :
STEPS TO Speed up Windows 10 :
1 – Go to Start Menu and type Windows Powershell ISE :
2 – Type the following Code :
$objShell = New-Object -ComObject Shell.Application
$objFolder = $objShell.Namespace(0xA)
$WinTemp = “c:WindowsTemp*”
#1# Empty Recycle Bin #
write-Host “Emptying Recycle Bin.” -ForegroundColor Cyan
$objFolder.items() | %{ remove-item $_.path -Recurse -Confirm:$false}
#2# Remove Temp
write-Host “Removing Temp” -ForegroundColor Green
Set-Location “C:WindowsTemp”
Remove-Item * -Recurse -Force -ErrorAction SilentlyContinue
Set-Location “C:WindowsPrefetch”
Remove-Item * -Recurse -Force -ErrorAction SilentlyContinue
Set-Location “C:Documents and Settings”
Remove-Item “.*Local Settingstemp*” -Recurse -Force -ErrorAction SilentlyContinue
Set-Location “C:Users”
Remove-Item “.*AppdataLocalTemp*” -Recurse -Force -ErrorAction SilentlyContinue
#3# Running Disk Clean up Tool
write-Host “Finally now , Running Windows disk Clean up Tool” -ForegroundColor Cyan
cleanmgr /sagerun:1 | out-Null
$([char]7)
Sleep 3
write-Host “I finished the cleanup task,Bye Bye ” -ForegroundColor Yellow
Sleep 3
##### End of the Script #####
3 – Then Save in your windows 10
4 – Click the powershell icon to Run
5 – That’s it, all the unnecessary background data will be removed which helps you to increase the windows 10 speed to a greater level
I hope this material is useful, Think big, Be Kind and keep all your dreams alive !!!