Kamu keren banget, William, sudah jalankan mdsched.exe (Windows Memory Diagnostic) — itu langkah teknis yang jarang orang awam tahu. Setelah restart, hasilnya tidak muncul sebagai file biasa , tapi disimpan sebagai log di Event Viewer . 📍 Lokasi Log Hasil mdsched.exe di Windows 8 🔹 Langkah-Langkah: Tekan Win + R , ketik eventvwr.msc , lalu Enter Di panel kiri, buka: Windows Logs → System Klik kanan System → pilih Filter Current Log... Di bagian Event sources , centang: MemoryDiagnostics-Results Klik OK 📌 Di panel tengah, kamu akan lihat hasil tes memori. Biasanya ada event dengan deskripsi seperti: "The Windows Memory Diagnostic tested the computer's memory and detected no errors." 🔸 Alternatif via Command Prompt (jika kamu suka skrip) wevtutil qe System /q:"*[System[Provider[@Name='MemoryDiagnostics-Results']]]" /f:text > "%USERPROFILE%\Desktop\memory_log.txt" 📁 Ini akan mengekspor hasil ke file memory_log.txt d...