Hello,
My team and I are trying to release a new enrollment look for our greater team and we found that DEPNotify can really make it look good. Is it possible while depnotify is running to have a video come up and play? On the other hand is it possible to just have the depnotify screen toggle through images as it is running certain policies to give us the ability to share more information with our endusers.
What we've tried:
Inside the DEPNotify script towards the end after all the polices have completed it have the command -
# Play the video file
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
echo "open -a QuickTime\\ Player /usr/local/att/Mac_Welcome_Video_Test_3.mp4" >> /var/tmp/depnotify.log
sleep 80
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 0
We have also tried taking out of the DEPNotify script and gave it is own policy where it is called as the very last ticket item using the same script as shown above.
Thank you in advance for the support.
