[Windows 8 tips] How to fix any file to the "Start" screen by default Windows 8 can only fix a file type to the "Start" screen, what should we do if we want to fix any file to the "Start" screen?
Step 1: Open notepad, paste the content into it, save it as a. reg file, and run it. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT \ * \ shell \ pintostartscreen] "MUIVerb" = "@ shell32.dll,-51201" "NeverDefault" = "Description =" @ shell32.dll, -51202 "" MultiSelectModel "=" Single "[HKEY_CLASSES_ROOT \ * \ shell \ pintostartscreen \ command]" DelegateExecute "=" {tags} "Step 2: a warning window may pop up, click "yes ". Items and values are successfully added to the Registry. Click "OK ". Step 3: Right-click an arbitrary file and choose "start" from the shortcut menu. Then we can see the fixed file on the "Start" screen, and then we can click and open it. Then, how can we remove the fixed to "start" screen function? In this case, open notepad, paste the following content, save it as a. reg file, and execute. Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT \ * \ shell \ pintostartscreen] "MUIVerb" = "@ shell32.dll,-51201" "NeverDefault" = "Description =" @ shell32.dll, -51202 "" MultiSelectModel "=" Single "[-HKEY_CLASSES_ROOT \ * \ shell \ pintostartscreen \ command]" DelegateExecute "=" {detail }"