I have saved some of my children's educational DVDs on my wife's laptop as .iso files and put shortcuts to them on the desktop. When the icons are double-clicked Daemon Tools Lite mounts them and autoplay starts them up.

My problem is that when the children exit the games the .iso file is still mounted, so on startup my wife is greeted by a screaming introduction to whatever fun stealth-learning adventure my kids previously chose.

Can anyone suggest how to either

  • automatically unmount the iso after the program exits, or
  • disable autoplay on startup but not otherwise..

Free solutions preferred.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

If by "startup" you mean rebooting the PC, there's an option in the DAEMON Tools Lite settings menu named "Automount" that will mount the latest used ISO files at system start, so disabling this would help.

enter image description here

link|improve this answer
feedback

Daemon Tools has a command-line switch to dismount all drives, example:

DTLite.exe -unmount_all

Perhaps stick this in a batch file and use the Task Scheduler to run it at "Log on" or "Workstation Unlock".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.