因为win10不兼容啊,解决方法:
1、在左面上右键新建一个txt文档,输入以下内容:
md C:\Documents
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v Personal /t reg_sz /d C:\Documents /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "My Documents" /t reg_sz /d C:\Documents /f
attrib +r -s -h "%USERPROFILE%\Documents" /S /D
2、保存后把文件后缀名改为 .bat (如果不知道怎么改文件后缀名,网上搜一win10显示文件扩展名)。
3、双击运行(如果不能运行右键以管理员运行)。
4、重新进入lol,便可以了。