snolab / CapsLockX

Manipulate your computer like a hacker! 像黑客一样操作电脑!
https://snolab.github.io/CapsLockX/
GNU General Public License v3.0
249 stars 24 forks source link

Chocolatey 安装方式无法首次启动 #56

Closed snomiao closed 2 years ago

snomiao commented 2 years ago

Chocolatey 默认安装到 ProgramData 而这个地方没有写权限于是无法自编译 CapsLockX-ModulesRunner.ahk 导致 #Include ModulesRunner 失败。

Issues-translate-bot commented 2 years ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: Chocolatey installation method cannot be started for the first time

Chocolatey is installed to ProgramData by default and there is no write permission in this place, so it cannot self-compile CapsLockX-ModulesRunner.ahk, causing #Include ModulesRunner to fail.

snomiao commented 2 years ago

另外还需要增加开始菜单lnk以便能按win键搜到

Issues-translate-bot commented 2 years ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


In addition, you need to add the start menu lnk so that you can press the win key to search

snomiao commented 2 years ago

fixed