How Windows 8 can pin arbitrary files to the start screen

Source: Internet
Author: User

By default, Windows 8 can only fix files of a particular file type to the start screen, so what do we do if we want to pin any file to the start screen?

Step 1:

Open Notepad, paste the contents in, Save as a. reg type of file, and run it.

Windows Registry Editor Version 5.00

[Hkey_classes_root*shellpintostartscreen]

"MUIVerb" = "@shell32. dll,-51201"

"Neverdefault" = ""

"Description=" @shell32. dll,-51202 "

"Multiselectmodel" = "single"

[Hkey_classes_root*shellpintostartscreencommand]

"Delegateexecute" = "{470c0ebd-5d73-4d58-9ced-e91e22e23282}"

Step 2:

The warning window may pop up and we'll click "Yes".

Items and values are successfully added to the registry, we click OK.

Step 3:

Locate any file, right-click, and choose to fix to the start screen.

Then we saw the file I just fixed on the "Start" screen, and then we had the option to click and open it.

So how do we remove the fix to the Start screen feature? At this point we open Notepad, paste the following contents, save as a. reg type of file and execute it.

Windows Registry Editor Version 5.00

[-hkey_classes_root*shellpintostartscreen]

"MUIVerb" = "@shell32. dll,-51201"

"Neverdefault" = ""

"Description=" @shell32. dll,-51202 "

"Multiselectmodel" = "single"

[-hkey_classes_root*shellpintostartscreencommand]

"Delegateexecute" = "{470c0ebd-5d73-4d58-9ced-e91e22e23282}"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.