
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/