Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
faq [2023/01/23 17:32] nampara17faq [2024/03/05 09:17] (current) nampara17
Line 3: Line 3:
 ++++ Is "Paste as File" a windows only program? | ++++ Is "Paste as File" a windows only program? |
  
-Yes the software will only run on a Windows PC (including Windows 10)+Yes the software will only run on a Windows PC (including Windows 10/11)
  
 [[blog:paste_as_file|Read more about what "Paste as File" can do to help your productivity here]] [[blog:paste_as_file|Read more about what "Paste as File" can do to help your productivity here]]
 +
 +++++
 +
 +++++ How do I get my full right click context menu back in Windows 11? |
 +
 +Windows introduced a strange thing in Windows 10/11. The context menu pushed a lot of options onto another context menu that you could only access via a "more..." link in the menu or "Shift+F10". This made the paste operation either a 2 click option or you had to press the Shift+F10.
 +
 +Here is a method to bring back the old FULL context menu. Please BE AWARE that this requires you to edit the Registry of your Windows PC. If you are not happy with this please do NOT ATTEMPT IT. Thanks.
 +
 +==== How to Get Full Context Menus in Windows 11 ====
 +
 +* Open regedit. The easiest way is to hit Windows + R, enter regedit and hit Enter.
 +
 +  Navigate to `HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID\`
 +
 +* Create a new registry key called `{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}` underneath `CLSID`.
 +
 +  You can create keys by right-clicking in the right window pane and selecting New->Key<br>
 +  Then entering the correct name for the folder.
 +
 +* Create a new key called `InprocServer32` underneath `{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}`
 +
 +* Open the `(Default)` key in `InprocServer32` and set its value to blank (highlight cell and press delete), then click OK.
 +
 +  You will notice that the Data which was originally "(value not set)" is now shown as blank.
 +
 +* Close registry editor and reboot.
 +
 +  You will now see the classic-style context menu.
 +
 +  If you want to revert back to the default, limited context menu, delete the `InProc32 key`
  
 ++++ ++++
Line 14: Line 45:
  
 Either: Either:
-So [shift+F10] then "p" (for pasteasfile) - 2 keystrokes. Or + 
-Right click in Folder, select "Show more options..." then select "Paste As File"+ [shift+F10] then "p" (for pasteasfile) - 2 keystrokes. Or 
 + 
 + Right click in Folder, select "Show more options..." then select "Paste As File"
  
 [[blog:paste_as_file|Read more about what "Paste as File" can do to help your productivity here]] [[blog:paste_as_file|Read more about what "Paste as File" can do to help your productivity here]]