View Single Post
Staro 21.09.2012., 08:02   #7
geronimo_2
Premium
Moj komp
 
geronimo_2's Avatar
 
Datum registracije: Jun 2005
Lokacija: Rijeka / Grobnik
Postovi: 3,922
Citiraj:
Autor jopis Pregled postova

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


uf, ja se vec prepo da je sean krivo napisao i da svo ovo vrijeme drzim TRIM na OFF .

ispraviti ovo dok nekoga ne strefi



edit: nadodao bih notu da se moze iskljuciti pagefile, ali AFAIK neke igre/programi zahtjevaju doticnu za rad. neznam zasto kog vraga kad se ima 8gb RAM-a, ali desilo mi se nedavno sa jednom igrom. isto tako AFAIK ponekad je preporuceno imat pagefile na 512mb zbog skupljanja/sejvanja onih logova kad se sistem crash-a.
poz
geronimo_2 je offline   Reply With Quote