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

只是删除了附件里的图标.解决了我多给积分啊!!!!!!
2024年11月18日 19:36
有6个网友回答
网友(1):

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


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

C:\WINDOWS\system32\calc.exe

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

确定

网友(2):

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

网友(3):

将以下内容保存为.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 = "%windir%\system32\calc.exe" >>%temp%\Lest.vbs
echo oShellLink.WindowStyle = 1 >>%temp%\Lest.vbs
echo oShellLink.Hotkey = "" >>%temp%\Lest.vbs
echo oShellLink.IconLocation = "%windir%\system32\calc.exe, 0" >>%temp%\Lest.vbs
echo oShellLink.Description = "双击启用,帮写程序:天王3" >>%temp%\Lest.vbs
echo oShellLink.WorkingDirectory = "%windir%\system32\" >>%temp%\Lest.vbs
echo oShellLink.Save >>%temp%\Lest.vbs
start %temp%\Lest.vbs
exit

网友(4):

计算器的路径是
C:\WINDOWS\system32

添加到开始菜单里就行了

网友(5):

可以重新安装一下“附件”,控制面板--删除添加程序--添加删除Windows组件--附件和工具

网友(6):

C:\WINDOWS\system32

这个目录下,找找…………