0
  • win +r
  • "control"

puts me right into control panel, and into search - I can type 'JAVA', still fast,but is there way to jump right into "java" from cmdline?

I just wanna add bit more efficiency to it.

ERJAN
  • 23,696
  • 23
  • 72
  • 146

1 Answers1

4

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.

jurez
  • 4,436
  • 2
  • 12
  • 20