Is there a control panel link to open the Network and Sharing Center in Windows 7 ?.
Edit: I am aware that the command: control.exe /name Microsoft.NetworkAndSharingCenter does what I want, but I was hopeing for something like appwiz.cpl (used for opening Add/Remove Programs) as these are easier to remember and works everywhere.
6 Answers
And I found the answer. Try:
2control.exe /name Microsoft.NetworkandSharingCenter
You can use ncpa.cpl command to open ( Control Panel\All Control Panel Items\Network Connections ) and start from there.
3Alternate method:
Press (Windows)+R.
Paste explorer.exe shell:::{8E908FC9-BECC-40f6-915B-F4CA0E70D03D} or the command previously provided above.
After testing, create a shortcut using either one of those commands and assign it a hotkey sequence... use said hotkey to launch in the future. Check out %SystemRoot%\System32\netcenter.dll for viable shortcut icons...
While this, of course, doesn't fulfill your "use everywhere" requirement, you could create an installer batch script on a flash drive and bring that everywhere with you.
Realistically, the fastest method (for use with any Windows 7 system) might be to press or Ctrl+Esc, type "sharing", and, when "Network and Sharing Center" is highlighted,
press Enter.
Network and Sharing Center
control /name Microsoft.NetworkAndSharingCenterNetwork Connections
control ncpa.cpl Why not just open Control Panel - All Control Panel Items, right click on the link for Network and Sharing Center, choose Create Shortcut, that'll put a shortcut on your desktop, you can rename the shortcut to whatever you like - then move it to your system root folder and voila! open it from the Run command or copy to a flash drive for portability.
This is how to add the Network & Sharing Center link and icon to RocketDock:-
- Bring Up Control Panel.
- Right-click on the Network & Sharing Center icon and then click on 'Create Shortcut'.
- Go to your directory within the 'Users' folder on the C drive, i.e. if your name is Steve, go to 'Users\Steve'.
- Create a new folder called 'Control Panel Links', i.e. 'Users\Steve\Control Panel Links'.
- Cut the Network & Sharing Center shortcut icon that was created on the desktop in 2 above and paste it in 'Users\Steve\Control Panel Links'. The shortcut will be called 'Network and Sharing Center - Shortcut' in 'Users\Steve\Control Panel Links'.
- Rename 'Network and Sharing Center - Shortcut' as 'Network & Sharing Center'.
- Add new icon to the RocketDock dock by right-clicking on the dock and left-clicking on 'Add Item' then 'Blank Icon'. The new blank icon then appears as a question mark.
- Move the question mark icon to where you want it to be.
- Once you are satisfied that you have the question mark icon where you want it to be, right-click on the question mark icon and then left-click on 'Icon Settings ...'.
- Put 'Network & Sharing Center' (without the quotes) in the 'Name' box.
- In 'Target', put '%USERPROFILE%\Control Panel Links\Network & Sharing Center.lnk' (also without quotes).
- To change the icon to the Network & Sharing Center icon, click on the '+' button.
- Go to where the 'netcenter.dll' file will be stored, i.e. in 'C:\Windows\System32'. (You can only add 'C:\Windows\System32', but not 'C:\Windows\System32\netcenter.dll' but don't worry!)
- Go down the list of all DLL files that has been found. Stop when you come to 'netcenter.dll'.
- Click on 'netcenter.dll'.
- Then click on any one of the N & SC icons (probably the '?14' one).
- Then click on 'OK'.
The same method can also be used with Classic Shell, giving you 'This PC' (which you can also rename as 'Computer' if you like), 'Network Connections' and 'Network & Sharing Center'.
1