我把开始菜单里的电脑计算器图标删除了如何找回?

来源:百度知道 编辑:UC知道 时间:2024/05/31 15:44:30
只是删除了附件里的图标.
解决了我多给积分啊!!!!!!

计算器在 C:\WINDOWS\system32\calc.exe


打开C:\Documents and Settings\All Users\「开始」菜单\程序\附件
在里面新建一个快捷方式,在位置里输入

C:\WINDOWS\system32\calc.exe

下一步,名称里输入 计算器

确定

右击下面的任务栏-----属性-----经典开始菜单-----自定义-----添加,浏览里找到C:\windows\system32\calc.exe,然后按照提示放到你想放到的开始里就可以了

将以下内容保存为.bat的文件。运行之后就达到了你的目的

@echo off
echo Rem >%temp%\Lest.vbs
echo set WshShell = WScript.CreateObject("WScript.Shell") >>%temp%\Lest.vbs
echo strDesktop = WshShell.SpecialFolders("Desktop") >>%temp%\Lest.vbs
echo Rem >>%temp%\Lest.vbs
echo set oShellLink = WshShell.CreateShortcut("%userprofile%\「开始」菜单\程序\附件\计算机.lnk") >>%temp%\Lest.vbs
echo Rem oShellLink.TargetPath = WScript.ScriptFullName >>%temp%\Lest.vbs
echo oShellLink.TargetPath =