明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖
楼主: wydhd

[2023] 搬运,2023可以试试这个

[复制链接]
发表于 2022-4-3 14:59:12 | 显示全部楼层
多谢,我也下载一个玩玩
发表于 2022-4-3 15:55:25 | 显示全部楼层
cs0613 发表于 2022-4-3 13:50
这个咋样,不知道效果如何

好用,一键激活
发表于 2022-4-3 16:01:10 | 显示全部楼层
本帖最后由 夜未眠 于 2022-4-3 16:11 编辑
hszt 发表于 2022-4-3 13:58
已测试可用,傻瓜型全自动,不知道干了些啥?看不出痕迹。
已测试同时授权cad2022和2023,其他软件没安装 ...

想知道它干啥了?
  1. 停止并清理原版
复制代码
  1. 添加河蟹版
  2. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\NetworkLicenseManager\adskflex.exe" "%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager" /Y /K /R /S /H /i >Nul 2>&1
  3. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\NetworkLicenseManager\lmgrd.exe" "%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager" /Y /K /R /S /H /i >Nul 2>&1
  4. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\NetworkLicenseManager\License.lic" "%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager" /Y /K /R /S /H /i >Nul 2>&1
  5. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\Service\Service.vbs" "%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager" /Y /K /R /S /H /i >Nul 2>&1
  6. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\Service\Service.bat" "%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager" /Y /K /R /S /H /i >Nul 2>&1
  7. xcopy "%SystemDrive%\AutodeskLicensePatcherInstaller\Files\PatchedFiles\version.dll" "%CommonProgramFiles(x86)%\Autodesk Shared\AdskLicensing\Current\AdskLicensingAgent" /Y /K /R /S /H /i >Nul 2>&1
复制代码
  1. 设置计划任务
  2. schtasks.exe /Delete /tn "\Microsoft\Windows\Autodesk\Autodesk" /f >Nul 2>&1
  3. schtasks.exe /Create /XML %SystemDrive%\AutodeskLicensePatcherInstaller\Files\Task\Autodesk.xml /tn "\Microsoft\Windows\Autodesk\Autodesk" >Nul 2>&1
复制代码
  1. 添加防火墙规则
  2. netsh advfirewall firewall add rule name="AutodeskNLM" dir=in action=block profile=any program="%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager\adskflex.exe" >Nul 2>&1
  3. netsh advfirewall firewall add rule name="AutodeskNLM" dir=in action=block profile=any program="%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager\lmgrd.exe" >Nul 2>&1
  4. netsh advfirewall firewall add rule name="AutodeskNLM" dir=out action=block profile=any program="%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager\adskflex.exe" >Nul 2>&1
  5. netsh advfirewall firewall add rule name="AutodeskNLM" dir=out action=block profile=any program="%CommonProgramFiles(x86)%\Autodesk Shared\Network License Manager\lmgrd.exe" >Nul 2>&1
  6. cd "C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing" >Nul 2>&1
  7. for /R %%a in (*.exe) do (
  8. netsh advfirewall firewall delete rule name="Allowed %%a" >Nul 2>&1
  9. netsh advfirewall firewall delete rule name="Blocked %%a" >Nul 2>&1
  10. netsh advfirewall firewall add rule name="Blocked %%a" dir=out action=block profile=any program="%%a" >Nul 2>&1
  11. netsh advfirewall firewall add rule name="Blocked %%a" dir=in action=block profile=any program="%%a" >Nul 2>&1
复制代码

好吧,清理的代码被论坛吃了

回复 支持 1 反对 0

使用道具 举报

发表于 2022-4-3 16:19:18 | 显示全部楼层
夜未眠 发表于 2022-4-3 16:01
想知道它干啥了?
好吧,清理的代码被论坛吃了

清理的很需要,不用了还是要清理掉的。
发表于 2022-4-8 13:18:33 | 显示全部楼层
这个是网络许可吗
发表于 2022-4-11 21:42:29 | 显示全部楼层
顺利安装激活成功,谢谢搬运!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-22 17:22 , Processed in 0.166821 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表