Try this:
control "C:\Program Files\Java\jre\bin\javacpl.cpl"
Replace path with your Java installation.
Alternatively, you can also use javaws -viewer.
Note that you might need an elevated command prompt (Run as Administrator) instead of "regular" one.
Answer from jurez on Stack OverflowHow do I open the Java Control Panel and the Security tab from the command line in Windows 32 or 64 bit system?
Java Closing Immediately After Open
how to use the windows command prompt instead of minecraft's server gui on a server
Nvidia Control panel doesn't see minecraft.exe.
Videos
Alternate method of launching Java Control Panel:
Click Windows Start button.
In the Start Search box, type:
Windows 32-bit OS:
C:\Program Files\Java\jre7\bin\javacpl.exe**Windows 64-bit OS:
C:\Program Files (x86)\Java\jre7\bin\javacpl.exe**
Ref: Docs
If you really don't have shortcut to "Configure Java" in the menu start, then run directly this Java Panel by accessing C:\Program Files\Java\jreJAVA_VERSION\bin\javacpl.exe or C:\Program Files (x86)\Java\jreJAVA_VERSION\bin\javacpl.exe
If you only have jdk installed, then C:\Program Files\Java\jdkJAVA_VERSION\jre\bin\javacpl.exe
If you've manually installed Oracle Java it doesn't show up in the Dash (as far as I know).
- Open a terminal
Execute the following command:
/usr/bin/jdk1.8.0_05/bin/ControlPanelReplace
/usr/bin/jdk1.8.0_05by the path of your Java installation.
Open a terminal (Ctrl-Alt-T) and start
ControlPanel
Just a few moments later the Java Control Panel appeared. I haven't checked yet, but it may be necessary to
sudo ControlPanel
to save your changes.