
PC
liamleec
from:搬家公司人才培养基地
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决win10开始菜单右键无效
新建一个txt文件后输入以下:@echo off color 2 reg add HKCR\lnkfile /v IsShortcut /f reg add HKCR\piffile /v IsShortcut /f reg add HKCR\InternetShortcut /v IsShortcut /f taskkill /f /im explorer.exe &a...原创 2018-10-10 08:05:42 · 16211 阅读 · 9 评论 -
去除win10快捷方式小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h...原创 2018-10-10 08:10:11 · 4535 阅读 · 1 评论