Answer the question
In order to leave comments, you need to log in
How to bring up the Windows splash screen and change the color?
Hi all.
The task is to change the color of the monitor to a specific one through Java. Let's say red.
I understand that it is necessary to call the Windows splash screen (initially black) and then change the color, but I do not know what command can do this.
Got a team
Runtime.getRuntime().exec(new String[]{"scrnsave.scr","/s","start"});}
Answer the question
In order to leave comments, you need to log in
scrnsave.scr is a regular EXE that creates a borderless window that fills the screen (but the window is not maximized) and draws whatever it wants. With this window size, Windows itself hides the taskbar and everything else.
The same can be done in Java without calling third-party utilities. Or look for the program scrnsave-red/blue/green/girls.scr
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question