I create a virtual drive at boot (task scheduler) with this command:
Sometimes (but not always), after a full power off of the system (not just reboot), when I turn the system on again the previous contents of the virtual drive are still there.
How and why does it happen? are the drive contents saved anywhere?
Thanks in advance.
Code:
OSFMount.com -a -t vm -s 1G -o format:ntfs:"ramdrive" -m "R:"
How and why does it happen? are the drive contents saved anywhere?
Thanks in advance.
Comment