View Single Post
Staro 21.09.2012., 01:49   #6
jopis
gadget freak
Moj komp
 
jopis's Avatar
 
Datum registracije: Oct 2009
Lokacija: Jasenovac
Postovi: 2,196
Citiraj:
Autor antrax Pregled postova

Provjeriti da li je trim ukljucen mozemo na sljedeci nacin:
  • otvorimo Start menu
  • utipkamo cmd, desni klik na aplikaciju i Run as administrator
  • utipkamo fsutil behavior query disabledeletenotify

Moguca su 2 odgovora:
  • DisableDeleteNotify = 1 - Windowsi salju trim naredbu
  • DisableDeleteNotify = 0 - Windowsi ne salju trim naredbu

Check to see if the TRIM command is being issued: Applies to SSD only
TRIM basically keeps your SSD running in top shape by optimizing Garbage Collection. You shouldn't have to do this step, but it is always something I do just to be sure. More info on TRIM, Garbage Collection, and SSDs here: (link)
  1. Open the Start Menu, type CMD
  2. Right click the icon and Run as Administrator
  3. Type fsutil behavior query disabledeletenotify
    DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
    DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
To enable TRIM:
  1. Open the Start Menu, type CMD
  2. Right click the icon and Run as Administrator
  3. Type fsutil behavior set disabledeletenotify 0


__________________
"If everything seems under control, you're just not going fast enough." - Mario Andretti
jopis je offline   Reply With Quote