-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发者大大,在安装时出现问题,想求帮忙解决一下 #1
Comments
windows10家庭版需要开启组策略
下面的文本保存为gpedit.bat文件,右键点击以管理员方式运行即可开启组策略,然后管理员方式运行cmd.exe,输入bcdedt/set testsigining on开启测试模式,
@echo off
pushd "%~dp0"
dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i"
pause
…________________________________
寄件者: ferymental ***@***.***>
寄件日期: 2021年7月31日 上午 09:37
收件者: jxleyo/MouseLikeTouchPad_MacBook ***@***.***>
副本: Subscribed ***@***.***>
主旨: [jxleyo/MouseLikeTouchPad_MacBook] 开发者大大,在安装时出现问题,想求帮忙解决一下 (#1)
hello,想请问一下在禁用电脑驱动时候出现“设置元素数据时出错。 该值受安全引导策略保护,无法进行修改或删除。”这个怎么处理呀
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANHGPLPD3H63LA3ZEEQCQQ3T2O74LANCNFSM5BJ3HSZQ>.
|
0.3版本修改优化了参数,中键左键不容易误操作,欢迎更新。
另外普通windows笔记本驱动版本已经开发完成并且有数字签名认证,永久免费下载使用,在售新macbook更换了M1芯片硬件平台不同了无法安装windows所以未来macbook驱动将不再是重心。
…________________________________
寄件者: ferymental ***@***.***>
寄件日期: 2021年7月31日 上午 09:37
收件者: jxleyo/MouseLikeTouchPad_MacBook ***@***.***>
副本: Subscribed ***@***.***>
主旨: [jxleyo/MouseLikeTouchPad_MacBook] 开发者大大,在安装时出现问题,想求帮忙解决一下 (#1)
hello,想请问一下在禁用电脑驱动时候出现“设置元素数据时出错。 该值受安全引导策略保护,无法进行修改或删除。”这个怎么处理呀
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANHGPLPD3H63LA3ZEEQCQQ3T2O74LANCNFSM5BJ3HSZQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,想请问一下在禁用电脑驱动时候出现“设置元素数据时出错。 该值受安全引导策略保护,无法进行修改或删除。”这个怎么处理呀
The text was updated successfully, but these errors were encountered: