The solution with AutoHotkey works, but it costs some extra seconds. And it is annoying to see the run dialog popping up at this method.
Because no of all these solutions are satifying, i switched to use everything without administration mode.
I hope that there in the future will be a option ...
Search found 3 matches
- Tue Nov 03, 2020 9:25 am
- Forum: Suggestions
- Topic: Run program without admin privilege in admin mode Everything
- Replies: 19
- Views: 27304
- Thu Sep 03, 2020 10:40 am
- Forum: Suggestions
- Topic: Run program without admin privilege in admin mode Everything
- Replies: 19
- Views: 27304
Re: Run program without admin privilege in admin mode Everything
No, this is not working. I have problems to open it form another AutoHotkey script. You need to do it with the "run" (Win+R)
But i have added a additional script to open it with doublclick instead of F7 as in the first script (i use both)
In the settings you wrote change:
In Everything, from the ...
But i have added a additional script to open it with doublclick instead of F7 as in the first script (i use both)
In the settings you wrote change:
In Everything, from the ...
- Thu Sep 03, 2020 8:20 am
- Forum: Suggestions
- Topic: Run program without admin privilege in admin mode Everything
- Replies: 19
- Views: 27304
Re: Run program without admin privilege in admin mode Everything
I have found that solution for me.
I already have running a AutoHotkey script running as administrator (i start it automatically with windows task scheduler):
_______________
#if WinActive("ahk_exe Everything.exe") ; Everything is active
F7:: ; Hotkey
oldclipboard := ClipboardAll ; Save the ...
I already have running a AutoHotkey script running as administrator (i start it automatically with windows task scheduler):
_______________
#if WinActive("ahk_exe Everything.exe") ; Everything is active
F7:: ; Hotkey
oldclipboard := ClipboardAll ; Save the ...