Its a quite a few months since the Windows 8 has launched. If you are among those people who love to have a Start button still in windows 8, then here we are providing you a classic tip “How to Create Personalized Start Button for Windows 8?” Yes you have certainly came across several apps, softwares and extensions. But this is a complete different new dimension. Protecting your computer is also crucial. See 3 best antiviruses for Windows 8 that will definitely going to protect your computer from harmful virus.
The CLSID
While you won’t have to go traipsing around the registry in order to implement this technique – I already did that – you may be curious as to where the CLSID came from. Essentially, a CLSID key is a part of the registry that contains code that provides access to specific system objects in the operating system, such as system folders. The CLSID keys can be found in two places in the Registry:
HKEY_LOCAL_MACHINESOFTWAREClassesCLSID and HKEY_CLASSES_ROOTCLSID.
Now, under normal circumstances, you would never need to use a CLSID because it is specifically designed to be used by developers and the operating system. In fact, a CLSID is a 128 bit Hexadecimal number enclosed in braces, so it’s not very user friendly.
In any case, the CLSID that provides access to the Apps screen is
{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0}
The shortcut
To use the CLSID to launch the Apps screen, you’ll use the Shell command. In order to launch a Shell command from a shortcut, you need to use the explorer.exe command. As such, the shortcut to launch the Apps screen consists of the following command line. (Take note that there are three colons between the word shell and the left brace. Also keep in mind that there is only one space in the whole command line between the .exe file extension and the word shell.)
explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0}
To create the shortcut, just open the Documents folder, right-click on the background, and choose the New | Shortcut command. When you see the first screen in the Create Shortcut wizard, type the shortcut in the text box.
When you see the second screen in the Create Shortcut wizard, type a short name for your shortcut.To complete the wizard, just click Finish. As soon as you see the shortcut icon, right click on it and select the Properties command.
When you see the Properties dialog box, click the Change Icon button to open the Change Icon dialog box. By default the Change Icon dialog box displays the icons from the explorer.exe file. As you can see, none of the available icons are very exciting. However, if you click the Browse button, you can search for other files that contain icons.
Once your custom Start button appears on the taskbar, drag it all the way to the left side of the taskbar. So here you are with what you want to have. So go on and enjoy “Windowing”!
Tired of entering passwords again and again. See how you can remove passwords from Windows 8 to log in to your computer without unnecessary passwords.