Jump to content

Recommended Posts

Posted

Has anyone seen or posted any code to move or copy "Edit Script" from the Windows 11 "Show More Options" context menu into the main Windows 11 context menu. I edit scripts so often and it would be nice to at least see that included.

For now I'm using Shift+RightClick which is not terrible but it would be nice to have that individual item added there without restoring the full menu.

😕

Posted
On 10/24/2024 at 12:15 PM, NassauSky said:

Has anyone seen or posted any code to move or copy "Edit Script" from the Windows 11 "Show More Options" context menu into the main Windows 11 context menu. I edit scripts so often and it would be nice to at least see that included.

For now I'm using Shift+RightClick which is not terrible but it would be nice to have that individual item added there without restoring the full menu.

😕

 

  • 4 weeks later...
Posted (edited)

Thanks @AndrewG

I want to leave double clicking to running the au3.

So far I have 5 options:

1) Using shift F10 which is counter intuitive and slows my continuous use of the editing.

2) Bring back the old legacy Win10 menu by modifying a windows registry key

3) Right clicking, choosing "Open with" then "Choose another app" next finding Scite.exe in the x86 programs folder then "Just once" then in the future you will see the edit option from now on in "Open with"

4) I'm still looking into the reputation of shell.exe (https://nilesoft.org/docs) which uses a simple addition to a tiny configuration file:

item(title='Autoit Edit' cmd='C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe' args='"@sel.path"' image=image.res('C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe'))

5) The best option is if I can write the source code in autoit (since exe's from unknown developers could be shady)

Thanks though!

Edited by NassauSky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...