Systeeminformatie – CrystalDiskInfo (Windows)
Dit programma, geeft uitgebreide informatie over de drives in computersystemen. Er is ondersteuning voor traditionele harde schijven, maar ook voor ssd’s en in mindere mate voor externe usb- en firewire-schijven.
Naast het weergeven van smart-informatie is het mogelijk om de aam- en apm-instellingen aan te passen, mits de hardware dit ondersteunt. De verzamelde informatie kan in overzichtelijke grafieken worden weergegeven.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 |
History 7.0.x 7.0.2 [2016/08/12] Improved NVMe supports Updated language files (Finnish) 7.0.1 [2016/08/12] Improved NVMe supports Built with Visual C++ 2015 Update3 7.0.0 [2016/06/20] Official support for NVMe drives Added Logitec LHR-2BDPU3 support 6.8.x 6.8.2 [2016/04/28] Fixed Edit > Copy result of NVMe drives 6.8.1 [2016/04/12] Fixed bugs (6.8.0~) 6.8.0 [2016/04/10] Improved NVMe support on Windows 10. If you use Windows 8.1 or earlier, please install Intel/Samsung NVMe driver. Special Thanks: Minkyu Kim NVMe Driver Microsoft Intel Samsung 10 7/8.1 Intel SSD 750 OK NG OK - SAMSUNG SM951 OK NG - OK SAMSUNG SSD 950 PRO OK OK - OK Preliminary support NVMe drives. Built with Visual C++ 2015 Update2 6.7.x 6.7.5 [2016/02/03] Added Dual Code Signing (SHA-1&SHA-2) Fixed UI bugs (6.7.0~) Updated language files (Italian) 6.7.4 [2016/02/01] Updated Code Signing Certificates (SHA-2) Fixed UI bugs (6.7.0~) 6.7.3 [2016/01/24] Added NVMe SSD link speed and width report Fixed UI bugs (6.7.0~) Updated language files (Korean) 6.7.2 [2016/01/20] Fixed UI bugs (6.7.0~) 6.7.1 [2016/01/19] Fixed the temperature bug of gadget (6.7.0~) Updated language files (Korean, Simplified Chinese) 6.7.0 [2016/01/17] NVMe Driver Microsoft Intel Samsung Intel SSD 750 NG OK - SAMSUNG SM951 NG - OK SAMSUNG SSD 950 PRO OK - OK Preliminary support Intel SSD 750 (NVMe) *Required Intel NVMe Driver Preliminary support SAMSUNG SSD 950 PRO (NVMe) Preliminary support SAMSUNG SM951 (NVMe) *Required Samsung NVMe Driver Merged Minkyu Kim's code (Super Thanks for NVMe support!!) Fixed crash on old CPU w/o SSE2 (6.6.0~) Updated language files (Korean, Simplified Chinese) 6.6.x 6.6.1 [2015/12/14] Fixed minor bugs Updated language files (Simplified Chinese) 6.6.0 [2015/12/09] Added SAMSUNG SM951 (AHCI only) support Added OCZ TRION100, Vector 180, Vertex 460A, Saber 1000, ARC 100 support Added PANASONIC RP-SSB240GAK support Added Crucial BX100, BX200 support Added KINGSTON SKC310S37A, SHSS37A and SV310S37A support Added Max 64 drives support Built with Visual C++ 2015 Update1 6.5.x 6.5.2 [2015/06/14] Fixed voice file for japanese 6.5.1 [2015/06/14] Fixed voice file for japanese 6.5.0 [2015/06/13] Added Auto Refresh interval Added New Themes (Heian Komachi & Hotaru) [Shizuku Edition] Updated language files (Lithuanian, Polish) 6.3.x 6.3.2 [2015/04/01] Fiexed theme files [Shizuku Edition] 6.3.1 [2015/03/31] Changed license: Simplified BSD license -> MIT license Fiexed theme files [Shizuku Edition] Updated language files (German) 6.3.0 [2015/01/01] Added New Theme (FlatSquare by RejZoR) Added New Themes (Haregi & Winter Lamp) [Shizuku Edition] Added SD character for MeijiMizugi [Shizuku Edition] Updated language files (Slovenian) 6.2.x 6.2.2 [2014/12/05] Added preliminary support for Windows 10 Fixed no alert sound bug on Standard Edition (from 6.1.0) Updated language files 6.2.1 [2014/08/31] Fixed process priority on startup Updated language files 6.2.0 [2014/08/28] Added HiDPI(250%) suuport Added Sandisk Extream II support Added Plextor SSD M6 series support [Shizuku Edition] Added New Themes (Date&Hanabi) Improved Corsair Force LS SSD support Improved Toshiba SSD support Deleted NAND writes report for Plextor SSD M2/M3/M5 series (may be incorrect on a part of models) Fixed process priority on startup Fixed bugs (memory leak, etc...) Updated language files 6.1.x 6.1.14 [2014/06/04] Fixed graph bug 6.1.13 [2014/05/31] Fixed bugs (memory leak, etc...) 6.1.12 [2014/04/13] Fixed crash bug (6.1.10-6.1.11) Updated language file 6.1.11 [2014/04/12] Added to "[Ignore] (C4) Reallocation Event Count" option *Menu > Function > Workaround > [Ignore] (C4) Reallocation Event Count 6.1.10 [2014/04/05] Fixed tooltip bug Updated language file 6.1.9 [2014/03/05] Fixed ShizukuVoice.dll (Shizuku Edition) Fixed tooltip bug 6.1.8 [2014/02/09] Fixed version number 6.1.2 [2014/02/09] Fixed spelling error on Text Copy (Temparature -> Temperature) Fixed Bugs 6.1.1 [2014/01/29] Fixed Marvell ATA Controller support 6.1.0 [2014/01/27] Improved Intel/Indilinx/Micron SSD support Improved Micron SSD support Improved Alert Mail (Added Free Message) Improved NVIDIA controller support Improved Teperature/Health Status font Added Tooltip for Transfer Mode and Standard Added GDI font support Added computer name to Smart.ini Separated voice data into ShizukuVoice.dll (Shizuku Edition) Fixed NAND Writes report on Plextor new M5S, new M5P and M5M (M6 series) Fixed UI artifacts Fixed tooltip bug Fixed drive letter mapping Fixed AAM/APM Control (x64 version) Updated language file 6.0.x 6.0.4 [2013/12/07] Fixed Bugs Updated language file (Armenian, Tahi) 6.0.3 [2013/12/05] Fixed Bugs Updated language file (Simplified Chinese) 6.0.2 [2013/12/03] Fixed Drive Letter Mapping Fixed Indilinx Controller support Improved Intel SSD support Updated language file (German) 6.0.1 [2013/11/03] Fixed Drive Letter Mapping Fixed Bugs Updated language file 6.0.0 [2013/10/18] Added Current Transfer Mode report Added DevSleep detection Added Windows 8.1 support Added Per-Monitor DPI support (Windows 8.1) Added Opus support Added Server Core support Added new strings to language files Improved HiDPI suuport (~300%) Improved SSD Life support Improved Micron SSD support Improved SanDisk SSD support Improved Strage Pool support Fixed Bugs 5.6.x 5.6.2 [2013/04/25] Updated language file (Italian) 5.6.1 [2013/04/21] Fixed List Control on High Contrast Mode Improved Intel SSD DC S3700 support Added new strings to language files 5.6.0 [2013/04/14] Added Micron/Crucial M500 support Improved Micron/Crucial SSD support Added /Copy (Command Line Option) : Output "Edit > Copy" result to DiskInfo.txt Added /CopyExit (Command Line Option) : Output "Edit > Copy" result to DiskInfo.txt and auto exit Fixed OS name detection (Windows 8 Professional -> Windows 8 Pro) Improved compatibility Added workaround for not working ATA_PASS_THROUGH environment Added new strings to language files Updated language file (Italian) 5.5.x 5.5.1 [2013/04/08] Improved Samsung SSD support Added Kingston DataTraveler Ultimate (USB Memory) support Updated language files (Traditional Chinese, Italian) 5.5.0 [2013/03/31] Improved Intel SSD support Added OCZ Vector's Host Writes/Reads support Improved IE10 support Improved OCZ-REVODRIVE3 X2 support Improved Intel SSD 520 support Added OCZ Vector FW 2.0 support Improved Drive Letter Mapping Added new strings to language files Updated language files 5.4.x 5.4.2 [2013/03/05] Fixed About Dialog Fixed ADATA SSD support (report wrong temperature problem) Fixed TOSHIBA SSD support Updated language files (French) 5.4.1 [2013/03/02] Improved TOSHIBA SSD support Added Workaround for IE bug - Function > Workaround >[IE Bug] IE8Mode Updated language files (Russian, Traditional Chinese, Italian) 5.4.0 [2013/02/24] Added USB Memory support option (default : Disabled) - Function > Advanced Feature > USB/IEEE1394 > USB Memory (SAT) Improved Plextor SSD support Improved TOSHIBA SSD support Updated Health Status detection (Exclude B8: End-to-End Error) Updated Digital Signature Added new strings to language files Updated language files 5.3.x 5.3.1 [2013/01/21] Improved OCZ Vector support Updated language files 5.3.0 [2013/01/20] Added OCZ Vector support Improved Graph Features Added x64 Edition (Beta) Updated language files 5.2.x 5.2.2 [2013/01/07] Fixed Startup problem on Battery mode (Vista or later) Updated language files 5.2.1 [2013/01/01] Improved SanDisk Extreme USB 3.0 (USB Memory) support Updated language files Updated Suisho Shizuku Image <Shizuku Edition> 5.2.0 [2012/12/20] Added UASP (USB Attached SCSI Protocol) support Added SanDisk's SSD support Added SanDisk Extreme USB 3.0 (USB Memory) support Updated language files Added/Updated Suisho Shizuku Image <Shizuku Edition> 5.1.x 5.1.1 [2012/12/08] Added UASP (USB Attached SCSI Protocol) support [Beta] Updated language files 5.1.0 [2012/11/24] Added Windows 8/Server 2012 support Added Plextor's SSD support Improved OCZ's SSD support Added Intel SSD 335 support Updated Desktop Gadget Changed default settings Enabled: ATA_PASS_TROUGH for S.M.A.R.T. Disabled: [Firmware Bug] SAMSUNG HD155UI/HD204UI Fixed Bugs Updated language files Added/Updated Suisho Shizuku Image <Shizuku Edition> Added Suisho Shizuku Gadget <Shizuku Edition> 5.0.x 5.0.5 [2012/09/25] Changed Internal Sound Format MP3 to Opus Fixed Suisho Shizuku Image <Shizuku Edition> Improved S.M.A.R.T. detection 5.0.4 [2012/09/02] Added Western Digital's Host Writes/Reads support Fixed access to FDD from ver. 5.0.1 Updated language file 5.0.3 [2012/08/27] Improved Windows 8, Windows Server 2012 support Fixed Text Copy 5.0.2 [2012/08/15] Fixed Drive Letter Mapping Updated language file 5.0.1 [2012/08/13] Improved Drive Letter Mapping Deleted Seagate's Host Writes/Reads report Fixed Bugs Updated language files 5.0.0 [2012/06/16] Improved Intel RAID support Added Alert Sound support Added Desktop Gadget support (Beta) Rebuild Menu Moved to Online Help Updated language files Added Shizuku Edition 4.6.x 4.6.2 [2012/04/29] Improved Intel RAID support [Beta] Updated language files 4.6.1 [2012/04/22] Fixed Intel RAID support [Beta] Added theme (Simplicity by RejZoR) Updated language files 4.6.0 [2012/04/15] Added Intel SSD 330 support Added Intel RAID support [Beta] Updated language files 4.5.x 4.5.0 [2012/04/08] Added Micron RealSSD P300/P400 support Added Wear Leveling Count of Micron/SAMSUNG support Added OCZ PETROL/OCTANE S2 support Added tooltip help for main window Fixed bugs Updated language files 4.3.x 4.3.0 [2012/03/04] Improved Intel SSD 520 Series support Improved SAMSUNG SSD support Improved Text Copy feature (IDENTIFY_DEVICE dump -> ATA standard style) Fixed minor bugs Updated language files 4.2.x 4.2.0 [2012/01/22] Added SAMSUNG SSD 830 Series support Fixed Intel SSD 320 Series support Added workaround for Plextor PX-128M2P/PX-256M2P (FW ~1.05) Power on Hours bug Updated language files 4.1.x 4.1.4 [2011/12/03] Fixed no alert at first connection 4.1.3 [2011/10/19] Added workaround for ADATA SSD S599 firmware 3.4.6 temperature bug 4.1.2 [2011/10/19] Fixed SandForce's SSD Host Writes/Reads support Updated language files 4.1.1 [2011/10/10] Fixed Auto AAM/APM Adaption Updated language files 4.1.0 [2011/10/10] Added Intel SSD 320's Host Reads support Added SandForce's SSD Host Writes/Reads support Changed Max support disks (32 -> 48) Updated language files (Intel SSD 320 Series's S.M.A.R.T. support ) 4.0.x 4.0.3 [2011/9/25] Improved Windows 8 support Added Alert Mail for .NET4 Fixed low capacity (< 1GB) disk support Updated language files 4.0.2 [2011/6/19] Added workaround for OCZ VERTEX3 firmware 2.02 bug Updated language files 4.0.1 [2011/5/21] Fixed Font Setting Updated language files 4.0.0 [2011/5/15] Added Alert Mail Added ACS2 support Improved Micron's SSD support Improved IE9 support Updated language files 3.10.x 3.10.0 [2010/12/31] Added Volume Label support (Disk List and Tray Icon) Changed byte order a dump of IDENTIFY_DEVICE, SMART_READ_DATA and SMART_READ_THRESHOLD 3.9.x 3.9.4 [2010/12/13] Added workaround for SAMSUNG HD155UI/HD204UI firmware bug Added Airflow Temperature (0xBE) support Updated language files 3.9.3 [2010/11/07] Fixed Auto AAM/APM Adaption 3.9.2 [2010/10/30] Fixed Auto AAM/APM Adaption 3.9.1 [2010/10/13] Fixed JMicron JMF60x controller support Fixed Bugs 3.9.0 [2010/10/09] Added JMicron JMF61x controller support Improved IE9 Beta support Fixed No Window problem on a part of environment (WMI does not work correctly). Fixed depending on IE settings Updated language files 3.8.x 3.8.0 [2010/09/05] Added S.M.A.R.T. detection option "Function > Advanced Feature > [DEBUG] ATA_PASS_THROUGH for S.M.A.R.T.". - It may improved compatibility on a part of envrionment (old ATI chipset). - But, it may cause trouble on a part of envrionment (Intel ATA driver etc...). So it is disabled by default and almost users do not require to enable it. Improved IE9 Beta support Updated language files Fixed Bugs 3.7.x 3.7.0 [2010/08/02] Improved SandForce's SSD controller support Fixed Bugs 3.6.x 3.6.4 [2010/06/13] Improved Silicon Image's controller support Fixed Bugs 3.6.1-3.6.3 : Private Build 3.6.0 [2010/05/30] Improved Silicon Image's controller support Improved External Controller support Fixed Bugs Updated language files 3.5.x 3.5.6 [2010/04/09] Fixed External Disks support Updated language files 3.5.5 [2010/03/28] Added Serial Number and Drive Letter report in Graph Updated language files 3.5.4 [2010/03/27] Improved SSD's Health Status support Updated language files 3.5.3 [2010/03/16] Added Digital Signature Improved Text Copy Updated language files 3.5.2 [2010/03/05] Fixed Bugs Updated language files 3.5.1 [2010/02/22] Improved SandForce's SSD Controller support (Added Remaining Life report and Updated S.M.A.R.T. attribute name) Improved Text Copy Updated language files 3.5.0 [2010/02/14] Improved SandForce's SSD Controller support Added Auto Detection for Advanced Users (Default : Disabled) Improved Health Status Settings Improved Text Copy (ASCII View) Fixed Bugs Updated language files 3.3.x 3.3.0 [2010/01/01] Improved SAMSUNG's SSD support (Added Remaining Life report and Updated S.M.A.R.T. attribute name) Updated language files 3.2.x 3.2.1 [2009/12/23] Added display method of "Raw Values" for advanced users. Fixed Bugs Updated language files 3.2.0 [2009/12/2] Improved Host Writes of Intel's SSD support Fixed "Server Busy Dialog" problem on a part of envrionment Updated About Dialog Fixed Bugs Updated language files 3.1.x 3.1.2 [2009/11/13] Added error check (Ticket #19520) Updated language files 3.1.1 [2009/11/7] Fixed Bugs Updated language files 3.1.0 [2009/11/1] Improved Intel's SSD support (Added Remaining Life report and Updated S.M.A.R.T. attribute name) Added "Queue Depth" report (Text Copy) Added "Remaining Life" support on Graph Fixed Bugs Updated language files 3.0.x 3.0.3 [2009/10/13] Fixed Bugs 3.0.2 [2009/10/4] Fixed a typo Updated language files (Updated Slovak) 3.0.1 [2009/9/26] Fixed JMicron's and Indilinx's S.M.A.R.T. attributes support Updated language files (Added Turkish, Updated Russian) 3.0.0 [2009/9/23] Improved Indilinx's Controller support Improved SSD support Added JMicron's and Indilinx's S.M.A.R.T. attributes support Added High DPI (max. 192 DPI) support Added "/Exit" option Fixed Bugs New 256x256 icon 2.7.x 2.7.5 [2009/9/6] Fixed Bugs Updated language files 2.7.4 [2009/6/11] Improved Text Copy (Added "TRIM") Updated language files 2.7.3 [2009/6/8] Improved Intel's SSD support Updated language files 2.7.2 [2009/5/18] Improved Text Copy Stopped x64 Edition (AAM/APM feature does not work well.) 2.7.1 [2009/5/9] Fixed I-O DATA's HDCS-U Series support Improved USB-HDD support Updated language files Fixed bugs 2.7.0 [2009/5/6] Improved I-O DATA's USB-HDD support Improved Text Copy Added Resident Option (Minimize or Hide) Added English Installer Added Windows 7 (RC1) support Added TRIM feature detection Added x64 Edition 2.5.x 2.5.3 [2009/04/22] Improved Intel's SSD support Fiexed a part of SSD's temperature report 2.5.2 [2009/03/31] Improved OCZ's SSD support Changed jQuery version to 1.2.6 2.5.1 [2009/03/25] Improved transparent PNG image Improved Advanced Disk Search Updated language files 2.5.0 [2009/03/20] Added customize threshold of caustion Added USB/IEEE 1394 command option Added grayed list control when disks report wrong S.M.A.R.T. infromation Added IE8 supoort Improved USB/IEEE 1394 disks support Fiexed failure command on stanby disks 2.1.x 2.1.3 [2009/2/23] Removed "NV Cache" report on Features Updated language files 2.1.2 [2009/2/21] Improved Drive Letter report Improved User Interface 2.1.1 [2009/2/18] Added manifest file 2.1.0 [2009/2/10] Added Event Log support on 2000/XP Home Improved Health Status support Added Rotation Rate reprot (defined by ATA8-ACS) Improved User Interface Improved USB-HDD detection Updated language files 2.0.x 2.0.4 [2008/12/28] Improved disk capaticty detection 2.0.3 [2008/12/23] Improved Text Copy Improved disk capaticty detection Improved User Interface 2.0.2 [2009/12/01] Improved I-O DATA's HDA-iU series support Updated language files 2.0.1 [2009/11/22] Improved disk capaticty detection Updated language files 2.0.0 [2009/11/20] Added a part of USB/IEEE 1394 disks support Added AAM/APM Control Added Health Status report of MTRON's SSD Added Auto Adaption AAM/APM settings Improved User Interface Fixed many bugs 1.0.x 1.0.20 [2008/10/26] Fixed bugs 1.0.19 [2008/10/09] Fixed bugs 1.0.18 [2008/09/23] Added Enable S.M.A.R.T. on NVIDIA nForce (AHCI) envrionment Added APM value report 1.0.17 [2008/09/03] Updated language files Fixed bugs 1.0.16 [2008/08/11] Updated language files Fixed bugs 1.0.15 [2008/07/26] Improved Fahrenheit support Updated language files 1.0.14 [2008/07/21] Added Fahrenheit support Updated language files 1.0.13 [2008/07/12] Updated language files Fixed bugs 1.0.12 [2008/07/06] Updated language files Fixed bugs 1.0.11 [2008/07/05] Added Event Log support for XP Pro or later Updated language files Fixed bugs 1.0.10 [2008/06/29] Updated language files 1.0.8/9 [2008/06/24] Added Graph option Fixed bugs 1.0.7 [2008/06/24] Fixed bugs 1.0.6 [2008/06/18] Fixed bugs 1.0.5 [2008/06/07] Fixed bugs Added Logical Drive size report 1.0.4 [2008/06/02] Fixed bugs 1.0.3 [2008/06/01] Fixed bugs 1.0.2 [2008/05/31] Fixed bugs 1.0.1 [2008/05/25] Improved Health Status report 1.0.0 [2008/05/22] Initial Release |
[#/software/crystaldiskinfo” ]