关于三国志10,电脑高手来
- 提问者网友:凉末
- 2021-02-27 22:19
- 五星知识达人网友:封刀令
- 2021-02-27 22:28
- 1楼网友:未来江山和你
- 2021-02-28 00:09
意思是没有安装三国志10原版,需要设置注册表。 提供代码,可以自动设置。 @echo off set sanxpk=%cd% set sanxpk=%sanxpk:\=\\% > ".\sanxpk.reg" echo windows registry editor version 5.00 >>".\sanxpk.reg" echo. >>".\sanxpk.reg" echo [hkey_current_user\software\koei] >>".\sanxpk.reg" echo. >>".\sanxpk.reg" echo [hkey_current_user\software\koei\san10 tc] >>".\sanxpk.reg" echo. >>".\sanxpk.reg" echo [hkey_current_user\software\koei\san10 tc\install] >>".\sanxpk.reg" echo "installinfo"="%sanxpk%\\" >>".\sanxpk.reg" echo. >>".\sanxpk.reg" echo [hkey_current_user\software\koei\san10pk tc] >>".\sanxpk.reg" echo. >>".\sanxpk.reg" echo [hkey_current_user\software\koei\san10pk tc\configs] >>".\sanxpk.reg" echo "mapmovespeed"=dword:00000005 >>".\sanxpk.reg" echo. cls echo 耐心等待... regedit /s ".\sanxpk.reg" del /f /q ".\sanxpk.reg" cls echo 兴邦制作 echo. echo 注册表恢复成功,按任意键退出 echo. pause >nul cls 复制到记事本里面,保存为bat批处理文件,再将这个批处理文件复制到三国志10目录里面,双击运行即可自动修复注册表设置。 详情: http://tieba.baidu.com/f?kz=776382945
- 2楼网友:撞了怀
- 2021-02-27 23:47
- 3楼网友:一叶十三刺
- 2021-02-27 23:24