去除Windows生成快捷方式时命名中的“快捷方式”4个字

开始 运行 输入

 

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "link" /d 00000000 /t REG_binary /f

 

确定

然后 开始运行 输入

 

cmd /c taskkill /f /im explorer.exe&&explorer.exe

 

确定

猜你喜欢

转载自ifso.iteye.com/blog/1899853