Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“有没有办法打开?”;Windows移动中心“;使用java?_Java_Windows - Fatal编程技术网

“有没有办法打开?”;Windows移动中心“;使用java?

“有没有办法打开?”;Windows移动中心“;使用java?,java,windows,Java,Windows,我想你们大多数人都听说过“Windows移动中心”。 这是windows的应用程序,可以改变音量、亮度等 我想问你有没有办法打开“Windows移动中心” 使用Java代码 感谢您的回答,如果我没有具体说明,很抱歉。可以在C:\Windows\System32\ 所以您只需要运行这个cmd命令:C:\Windows\System32\mblctr.exe 它应该是这样工作的:Runtime.getRuntime().exec(“C:\\Windows\\System32\\mblctr.exe”

我想你们大多数人都听说过“Windows移动中心”。 这是windows的应用程序,可以改变音量、亮度等

我想问你有没有办法打开“Windows移动中心” 使用Java代码


感谢您的回答,如果我没有具体说明,很抱歉。

可以在
C:\Windows\System32\

所以您只需要运行这个cmd命令:
C:\Windows\System32\mblctr.exe


它应该是这样工作的:
Runtime.getRuntime().exec(“C:\\Windows\\System32\\mblctr.exe”)

stackoverflow是这类问题的错误网络。好吧,我会尝试找其他地方来获得答案-谢谢:也许你不能,因为所有的java程序都在虚拟机中运行