Peng Liu

Results 29 comments of Peng Liu

Windows 11采用了不同的右键菜单方式,目前我本人非常不喜欢win11,所以我不打算适配win11.

@mariusmue Thank you for your reply. I mistakenly think this program will flash the firmware automatically. After flash the firmware `firmware.bin`, I can see it run: ![image](https://user-images.githubusercontent.com/17793356/190921297-964f8412-1011-4fab-be9d-fa14f8cc7439.png) I make sure...

用 pwsh.exe 执行,不要用老版本的 powershell 执行。

@GrandArth 之前的版本是有普通权限选项的,但是在某个 Windows Terminal 1.5.10271.0 之后,安装 Windows-Terminal 会自动添加一个普通权限的右键菜单。为了避免与软件自带的菜单冲突(做相同的功能),我在 67334042e8c01a80cea6cf0bf034050c99babcab 提交里删除了普通权限选项,只保留管理员权限。 如果你的 Windows-Termianl 版本较低,可以尝试 git checkout 命令回退到上述的提交之前并重新运行该脚本。

@GrandArth ``` Registry::HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\MenuTerminalAdmin Registry::HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\MenuTerminalMini_Admin Registry::HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\MenuTerminalMini_Admin ``` Mini 风格的 item 可以在上面几个位置找一下。

@djjudas21 Oh, I cannot find the `Add Label` menu in `multi-selection` menu. ![image](https://user-images.githubusercontent.com/17793356/212867739-73ddbf3a-3ffa-4c8d-a498-fe01d92bf2a9.png)

如果是预览版,需要指定参数: ``` powershell .\install.ps1 -PreRelease ```

@half-nothing 很抱歉造成的误导,应该是 ``` powershell .\install.ps1 -PreRelease ``` 这部分代码不是我写的,之前的维护者已经不更新了。

@zsrv Unfortunately, this script and your utility both do not support the SuperMicro H12SSL-i platform. Is there an easy way to generate a signature? I find a method to make...

@zsrv Now I make it! My H12SSL-i got an `SFT-DCMS-SINGLE` license with MAC address modification and related license importing. You can use `ipmitools` to change the MAC address and then...