How to pin a control panel item to start?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping
--
Chapters
00:00 How To Pin A Control Panel Item To Start?
00:33 Accepted Answer Score 13
01:40 Answer 2 Score 10
02:24 Answer 3 Score 1
02:52 Answer 4 Score 0
03:40 Thank you
--
Full question
https://superuser.com/questions/496428/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows8
#avk47
ACCEPTED ANSWER
Score 13
First we need to create a short-cut to Network Connections.
- Right click on an empty area on the desktop, and click on New and Shortcut.
- Copy
rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
into the location area and click Next. - Name it Network Connections. and click Finish.
That will do it, but you can change the icon to a network icon by the following:
- Right click and select properties of the Network Connections shortcut and select Change Icon.
- Copy "%SystemRoot%\System32\netshell.dll" for the path to "Look for icons in this file."
- Select your icon.
Now you just need to right click and pin your shortcut to Start.
ANSWER 2
Score 10
I know this has been already solved but, there is a much easier way to achieve this.
You can create a Shortcut to Network Connections by typing control ncpa.cpl
in location field in New Shortcut Creation Wizard and you are done.
Extra Information:
Here is a list of lot of
.cpl
(Control Panel Items) by Microsoft, these can be used to create shortcut to any of them.
Syntax is control <any item from list>.cpl
.
This syntax can be used with Run
to access a lot control panel items easily.
PS: C:\Windows\System32\control.exe ncpa.cpl
can also be used as location.
ANSWER 3
Score 1
Currently, there isn't a way to "pin" various Control Panel items onto the Start screen.
The best that you can do is view "Administrative tools" (Win + C --> Settings --> Tiles --> Show Administrative Tools) which contains a few more applications within the Start screen, but not specific areas of Control Panel.
ANSWER 4
Score 0
What control panel you want to pin?
there are two the main control panels.
non classic the \All Control Panel Items is classic..
You can send shortcut of C:\Windows\System32\control.exe to the desktop, then pin it to the start menu that gives you non classic..
For the classic control panel from the desktop shortcut open control panel click the > a drop down menu will appear, select the top All Control Panel Items.
Drag the All Control Panel Items icon to desktop than pin All Control Panel Items to the start menu.
hope that helps.