I have a program in QT, C++ and I want to secure erase the computer after a trigger. After this process, I do not want the old data on the SSD to be accessed by data recovery programs. I want this process to take a very short time. I'm thinking of triggering it on CMD. I used the "cipher" command but the process takes too long. How can I do it in the fastest and safest way? I am using Windows 10.
I tried Cipher but takes too long time. If possible, I want it to be done as soon as possible with cmd or bat file.