How to run screen saver using batch file or using command line?
This one liner code snippet below will launch screen saver using batch file or via command line.
It will run the screen saver even though the screen saver settings on desktop is not set.
This can be set also using task scheduler and call the batch file to run at an specified time.
I had tested this on Windows 7 and it works fine.
cmd /c C:\Windows\System32\bubbles.scr /?
cmd /c C:\Windows\System32\ssText3d.scr /?
cmd /c C:\Windows\System32\ ribbons.scr /?
The ssText3d.scr will read or get the input text or the preset text and display as the screen saver text.
I guess this would work fine also on Windows 8.
To run screen saver via command line using the pictures installed on "My Pictures" folder.
Type this command:
cmd /c c:\Windows\System32\photoscreensaver.scr -start
If the photoscreen saver has not yet been configured it will prompt where to get the pictures or photos to be displayed when the screen saver runs. See image below, browse to the folder where photos or pictures are stored.
Cheers!! Enjoy! :)
====================================
Free Android Apps:
Click on links below to find out more:
Linux Android App cheat sheet:
https://play.google.com/store/apps/details?id=com.LinuxMobileKit
https://play.google.com/store/apps/details?id=soulrefresh.beautiful.prayer
Catholic Rosary Guide for Android:
https://play.google.com/store/apps/details?id=com.myrosaryapp
http://quickbytesstuff.blogspot.sg/2014/09/how-to-recite-rosary.html
Divine Mercy Chaplet Guide (A Powerful prayer):
https://play.google.com/store/apps/details?id=com.dmercyapp
This one liner code snippet below will launch screen saver using batch file or via command line.
It will run the screen saver even though the screen saver settings on desktop is not set.
This can be set also using task scheduler and call the batch file to run at an specified time.
I had tested this on Windows 7 and it works fine.
cmd /c C:\Windows\System32\bubbles.scr /?
cmd /c C:\Windows\System32\ssText3d.scr /?
cmd /c C:\Windows\System32\ ribbons.scr /?
The ssText3d.scr will read or get the input text or the preset text and display as the screen saver text.
I guess this would work fine also on Windows 8.
To run screen saver via command line using the pictures installed on "My Pictures" folder.
Type this command:
cmd /c c:\Windows\System32\photoscreensaver.scr -start
If the photoscreen saver has not yet been configured it will prompt where to get the pictures or photos to be displayed when the screen saver runs. See image below, browse to the folder where photos or pictures are stored.
Cheers!! Enjoy! :)
====================================
Free Android Apps:
Click on links below to find out more:
Linux Android App cheat sheet:
https://play.google.com/store/apps/details?id=com.LinuxMobileKit
https://play.google.com/store/apps/details?id=soulrefresh.beautiful.prayer
Catholic Rosary Guide for Android:
https://play.google.com/store/apps/details?id=com.myrosaryapp
http://quickbytesstuff.blogspot.sg/2014/09/how-to-recite-rosary.html
Divine Mercy Chaplet Guide (A Powerful prayer):
https://play.google.com/store/apps/details?id=com.dmercyapp
Thanks. works on windows 10 also
ReplyDelete