0

I have a Video (avi) file that i want to open in fullscreen automaticly when i login.

I thought about login script or even small software for this.

Any suggestions?

1 Answer 1

0

for example:

  1. Install VLC (http://www.videolan.org/)
  2. Create a .bat file with following content:

if you want aslo to loop the video add "--loop" to the script

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --loop --fullscreen C:\path\to\your.avi

for example:

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --loop --fullscreen C:\Users\user\Downloads\bird.avi

  1. In Windows7 hit Start -> All programs -> Right click Startup -> Open all users or go directly to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
  2. Copy the new .bat file there

Your video should now start automatically

2
  • Great! I will try to see it later if it is working. By the way, how do i configure it to play in loop?
    – StackBuck
    Commented Sep 6, 2016 at 17:07
  • I have updated the answer
    – user199239
    Commented Sep 11, 2016 at 10:52

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .