当前位置:网站首页>Office提示系统配置无法运行怎么办?
Office提示系统配置无法运行怎么办?
2022-07-29 04:52:00 【nginx】

如果你也是因为更改安装路径导致的该问题,这个解决方法很有可能能帮助到你,接下来来做一个小的步骤以确认你碰见的问题与我所遇见的故障一致。
故障确认
找见你Office安装目录中的GRAPH.EXE,一般在C:\Program Files (x86)\Microsoft Office\root\Office16目录中,如果你的安装目录做过修改,只要你能找见Microsoft Office文件夹,后半截的目录一般都是这个。或者你可以在搜索栏中直接输入GRAPH.EXE,找见它,右键打开文件所在的目录,这个所在的目录不要关闭,一会还要用到。

GRAPH.EXE文件

双击打开该应用,如果弹出来“EXCEL词典(xllex.dll)文件丢失或损坏”的字样,说明我这里提供的解决方案可能会有用。

解决方案
在你刚才所打开的目录中找到2052这个文件夹,我的位置在D:\Program Files(x86)\Microsoft Office\root\Office16\2052,在这个文件夹中找到XLLEX.dll;

如果你是32位系统就复制该文件并粘贴到C:\Windows\System32目录中,如果你是64位系统就复制到C:\Windows\SysWOW64目录中。

我是32位系统,所以我放到了C:\Windows\System32文件夹中就解决了,当然,如果你认为不保险,你也可以两个目录都扔进去一份。
完成复制后问题应该就解决了,可以打开excel应用试一下。
这里做一点小小的说明,因系统位数不同,所复制到的文件夹也不同的原因在于,XLLEX.dll文件需要放在32位系统环境下,在32位系统中,C:\Windows\System32目录下存放的就是32位系统环境,而在64位系统中,C:\Windows\System32存放的是64位系统环境,而C:\Windows\SysWOW64目录中存放的才是32位系统环境。
具体原因也好理解,简单来说就是编程的时候设定的系统所在目录就是C:\Windows\System32,然后做64位系统的时候,人家路径已经设定好了就在这个目录才能运行,所以64位系统只能捏着鼻子跳进这个System32目录中,但是64位系统又想向下兼容32位系统的东西,所以64位系统中为了兼容32位系统所创的32位系统环境就扔到了SysWOW64文件夹中。但是32位系统只需要装本身的32位系统环境,所以直接装到System32目录中就好了。
这些操作完了以后,你甚至不需要重启,直接开Excel就能成功打开了。
边栏推荐
- The most complete NLP Chinese and English stop words list in the whole station (including punctuation marks, which can be copied directly)
- 如何让照片中的人物笑起来?HMS Core视频编辑服务一键微笑功能,让人物笑容更自然
- 如何避免示波器电流探头损坏
- RecyclerView通过DPAD按键上下切换焦点 切换到界面外的控件时焦点会左右乱跳
- def fasterrcnn_resnet50_fpn()实例测试
- STL source code analysis (Hou Jie) notes -- Classification and testing of stl containers
- un7.28:redis客户端常用命令。
- Climbing the pit of traffic flow prediction (III): using pytorch to realize LSTM to predict traffic flow
- 谷歌浏览器 打开网页出现 out of memory
- Use jupyter (2) to establish shortcuts to open jupyter and common shortcut keys of jupyter
猜你喜欢

Un7.28: common commands of redis client.

Deep analysis of data storage in memory (Advanced C language)

mujoco和mujoco_py安装以及解决libXcursor.so.1:NO such dictionary

Delete blank pages in word documents

Build auto.js script development environment

Reveal安装配置调试

数据湖:分布式开源处理引擎Spark

Flink+Iceberg环境搭建及生产问题处理

iOS面试准备 - ios篇

img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
随机推荐
Review key points and data sorting of information metrology in the second semester of 2022 (teacher zhaorongying of Wuhan University)
[c language] use the reverse order output of the linked list (bidirectional linked list)
Correct user dragging method
IOS interview preparation - Objective-C
Configure st-gcn environment record [Google lab]
命令行交互工具(最新版) inquirer 实用教程
让你的正则表达式可读性提高一百倍
Academic | [latex] super detailed texlive2022+tex studio download installation configuration
Mysql:The user specified as a definer (‘root‘@‘%‘) does not exist 的解决办法
软件测试面试题(四)
C语言之基础语法
WPS插入超链接无法打开,提示“无法打开指定文件”怎么办!
Star a pathfinding in LAYA
On prepayment of house purchase
stack和queue和优先级队列(大堆和小堆)模拟实现和仿函数讲解
Un7.28: common commands of redis client.
[c language] PTA 7-49 have fun with numbers (partially correct)
IOS interview preparation - Online
ios面试准备 - objective-c篇
Basic grammar of C language