Automatically play a video
Laurie_IV
Posted messages
14
Status
Member
-
CcHuMi Posted messages 849 Status Member -
CcHuMi Posted messages 849 Status Member -
Hello,
I think that for many, this question may seem silly, but here goes...
I'm desperately looking for a way to automatically start a video in full screen with Windows Player as soon as my computer boots up.
Just to clarify: the computer already starts automatically at a fixed time.
Thanks in advance!
I think that for many, this question may seem silly, but here goes...
I'm desperately looking for a way to automatically start a video in full screen with Windows Player as soon as my computer boots up.
Just to clarify: the computer already starts automatically at a fixed time.
Thanks in advance!
6 answers
-
Hello Laurie,
You can use this tutorial to schedule a startup task in Windows.
https://support.microsoft.com/en-us/windows?ui=en-US&rs=en-001&ad=US#1TC=windows-7
Have a good evening. -
Hello
You can create a playlist from Windows Media Player with your video files.
Or just use your video.
Then you create a shortcut on the desktop or in my documents for example.
Or even directly in the startup folder by following this:
https://support.microsoft.com/en-us/windows?ui=en-US&rs=en-001&ad=US#1TC=windows-7
With the path:
"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" "HERE PUT THE FULL PATH AND THE NAME OF YOUR PLAYLIST OR YOUR VIDEO" /fullscreen
For example:
"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" "C:\test.mov" /fullscreen
Then add this shortcut to the startup folder if you didn't create it directly there. -
Great! Thank you for your responses! Personally, adding my video file to the startup folder saved me! Thank you thank you!
However, without overstepping your kindness, I have one last issue to resolve: if the video starts automatically on startup, I would also like it to start in full screen mode (without the playback bar at the bottom). Can someone help me out?
Thanks again!-
-
-
No, I think we misunderstood each other. If you read my post properly, I'm giving you all the steps to follow.
So, are you in the Startup folder?
Right-click in an empty area > New > Shortcut and copy/paste the line I indicated above, keeping the quotes:
"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" "HERE PUT THE COMPLETE PATH AND NAME OF YOUR VIDEO" /fullscreen
In this line, replace HERE PUT THE COMPLETE PATH AND NAME OF YOUR VIDEO with the path of your video, for example: C:\test.mov, the path to your video file to launch at startup.
Click Next, then give a name to your shortcut and confirm. -
I don't understand, something must be wrong... I did exactly what you told me but still no fullscreen...
In the "Startup" folder, I right-clicked in the blank space and selected new -> shortcut and put exactly:
"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" "C:\Users\AECC2\Desktop\Autres\Ecran entrée est\Mon film" /fullscreen
Then I named my file.
Yet still no video in fullscreen... -
-
-
-
Hello,
Thank you for your help. Indeed, I've put that aside a bit. I'm not achieving any real results and professionally, I can't afford to spend more time on this topic.
Thank you so much for your valuable advice! -
-
-
After some testing, it works on my virtual machine but because it starts very quickly.
I tested it on an older computer and the video goes full screen and then switches to small. Because of the time it takes for Windows to load the desktop.
So I made you another archive with a vbs script (which is a language included in Windows).
This one delays the launch of your video file by 2 seconds. This can give your computer time to start before launching the video in full screen (you can adjust these 2 seconds).
Everything is detailed in the text file READ_ME
Here you go
https://dl.dropboxusercontent.com/u/29718818/VIDEO2.zip
-