NassauSky Posted October 24 Share Posted October 24 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. 😕 Link to comment Share on other sites More sharing options...
AndrewG Posted October 26 Share Posted October 26 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. 😕  Link to comment Share on other sites More sharing options...
NassauSky Posted 5 hours ago Author Share Posted 5 hours ago (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 4 hours ago by NassauSky Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now