Open "Network Connections" within explorer from batch file? -


how can open following explorer window batch file:

control panel\network , internet\network connections 

i using following within batch file currently:

%systemroot%\explorer.exe "control panel\network , internet\network connections" 

but seems open default of documents folder.

  • what have open location in explorer? seems different syntax.

control ncpa.cpl 

or

control netconnections 

control panel items opened running control.exe cpl name argument.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -