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:
3.) You should see PS report back that it is now disabled:
TRIM is now enabled on your SSD.
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 now disabled:
TRIM is now enabled on your SSD.