Search code examples
cmdcommand-linecommand-line-argumentsscreensaverwindows-screensaver

How do I start a .scr file from CMD?


I want to start "Bubbles.scr" from CMD which is located in C:\Windows\System32\

But it tells me it has no options that I can set. How do I launch it?

Image


Solution

  • Use

    bubbles.scr /s
    

    It can also be called directly from powershell without any options