破解:资料网上多得是,而且一模一样,随便找一个写的有条理的就行
破解不了所遇到的问题:
1.输入license报错:License security violation. Operation isnot allowed
解决:关掉重新打开用管理员执行deletelicense.exe一次
问题1完成后,输入license报错:Cannot save the license information becauseaccess to the registry is denied 。Please provide the current user with writepermission for the HKEY_LOCAL_MACHINE registry key.The detailed instructions can be found inthe Readme file。
原因是没有使用管理员执行LR,但是当我用管理员执行LR时,结果管理员禁止了这个操作
于是乎搜到了用户组禁用服务的一个操作,但是!但是!!但是!!win10家庭版的没有gpedit.msc!
好吧,搜了好久,搜到了解决办法:
创建run.cmd文件:
@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 >&