0

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

phuclv
  • 37,963
  • 15
  • 156
  • 475
  • did you tried with `bubbles.src /s` https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms686421(v=vs.85)#command-line-options https://stackoverflow.com/a/18050561/7370767 – Imesh Chamara Mar 06 '21 at 12:42

1 Answers1

2

Use

bubbles.scr /s

It can also be called directly from powershell without any options

phuclv
  • 37,963
  • 15
  • 156
  • 475