如何在没有管理员权限的情况下 install/run autohotkey?
How to install/run autohotkey without admin privileges?
我遵循了这个教程:http://www.thenickmay.com/articles/how-to-install-autohotkey-without-admin/
在第 6 步,我打开了 AutoHotkeyU64.exe,它打开了 AutoHotKey 的帮助文件。
然后我完成了教程并尝试了他们提供的脚本:
^j::
Send, My First Script
return
我将其保存为tutorial.ahk,然后打开一个新的记事本文件并按ctrl+j。什么都没发生。
有人知道这是怎么回事吗?顺便说一句,我以前从未使用过 autohotkey。
因为我能正常安装,所以我不能肯定地说,但我相信说明中有一个(或两个)步骤被跳过。
在第 5 步之后,运行(双击)您的 .ahk 脚本。如果您收到一条消息询问
"How do you want to open this file",选择 "More apps",然后选择 "Look for another app on this PC"(见下图),然后导航至并选择 AutoHotkey.exe
或 AutoHotkeyU64.exe
。请务必选中 "Always use this app to open .ahk files" 复选框,这样您只需在您的计算机上执行此操作一次。
我遵循了这个教程:http://www.thenickmay.com/articles/how-to-install-autohotkey-without-admin/
在第 6 步,我打开了 AutoHotkeyU64.exe,它打开了 AutoHotKey 的帮助文件。
然后我完成了教程并尝试了他们提供的脚本:
^j::
Send, My First Script
return
我将其保存为tutorial.ahk,然后打开一个新的记事本文件并按ctrl+j。什么都没发生。
有人知道这是怎么回事吗?顺便说一句,我以前从未使用过 autohotkey。
因为我能正常安装,所以我不能肯定地说,但我相信说明中有一个(或两个)步骤被跳过。
在第 5 步之后,运行(双击)您的 .ahk 脚本。如果您收到一条消息询问
"How do you want to open this file",选择 "More apps",然后选择 "Look for another app on this PC"(见下图),然后导航至并选择 AutoHotkey.exe
或 AutoHotkeyU64.exe
。请务必选中 "Always use this app to open .ahk files" 复选框,这样您只需在您的计算机上执行此操作一次。