jmarket submitted a new resource:
Setup TRIM for your SSD - This guide will show you how to ensure TRIM is setup correctly on your SSD.
Read more about this resource...
Setup TRIM for your SSD - This guide will show you how to ensure TRIM is setup correctly on your SSD.
SSDs are a much needed improvement over mechanical HDs. They are much faster, last longer, and have no moving parts. To ensure longevity of your SSD, you want to ensure that TRIM is enabled. Here's how to do that:
1.) Use the Windows key + X keyboard shortcut to open the Power User menu and select Windows Powershell (Admin).
2.) Type the following command in Powershell:
Code:fsutil behavior query DisableDeleteNotify 0
3.) You should see PS report back that it is...
Read more about this resource...