By default there is no way to easily access the old Control Panel in Windows 8, in order to get to it you have to go through the new Metro Control Panel or switch to Explorer. Here’s how to create your own tile for it.
默认情况下,无法轻松访问Windows 8中的旧控制面板,要访问它,您必须通过新的Metro控制面板或切换到资源管理器。 这是为它创建自己的图块的方法。
To get started you need to create a shortcut, so right-click on the desktop, and choose New –> Shortcut.
首先,您需要创建一个快捷方式,因此右键单击桌面,然后选择“新建–>快捷方式”。
When you are asked for the location of the item, type the following:
当询问您物品的位置时,键入以下内容:
%windir%\explorer.exe shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}
%windir%\ explorer.exe shell ::: {26EE0668-A00A-44D7-9371-BEB064C98683}
Now we need to give our new shortcut a name.
现在,我们需要为新的快捷方式命名。
Now right-click on your new shortcut and select properties from the context menu.
现在,右键单击新的快捷方式,然后从上下文菜单中选择属性。
When the dialog opens, click on the Change Icon button.
对话框打开时,单击“更改图标”按钮。
Paste the following into the textbox:
将以下内容粘贴到文本框中:
%SystemRoot%\system32\SHELL32.dll
%SystemRoot%\ system32 \ SHELL32.dll
Now select the the Control Panel icon and click ok.
现在选择控制面板图标,然后单击确定。
Finally right-click on your new shortcut and select “Pin to Start” from the context menu.
最后,右键单击新的快捷方式,然后从上下文菜单中选择“ Pin to Start”。
That’s all there is to it.
这里的所有都是它的。
翻译自: https://www.howtogeek.com/110782/how-to-add-the-old-control-panel-to-the-metro-start-screen-in-windows-8/