路宁的回答:win10易升是升级到的版本如下: 1、根据自己的系统版本升级。 2、家庭版(包括高级家庭版)升级到家庭版; 3、专业版和旗舰版升级到专业版。 冷美人的回答:答:用一个简单的批处理即可实现。 新建一个文档,复制以下代码: reg add "hkey_local_machine\software\microsoft\windows\currentversion\explorer\shell icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\appdata\local\iconcache.db" del "%userprofile%\appdata\local\iconcache.db" /f /q start explorer 保存为去掉快捷方式小箭头。bat文件,右键选择“以管理员身份运行”即可。 |