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
Post a Comment