Files
GraphRAG/data/booway_knowledge_base/temp/down_kg/其他的其他/安装程序无法创建目录.txt
T
2025-03-31 17:28:23 +08:00

36 lines
942 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 使用场景
安装程序无法创建目录—C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp,具体报错图片见下:
# 知识原理
问题原因主要由于安装程序不能访问临时目录或系统盘没空间导致,可更改环境变量将临时文件夹更改到其他盘符。
# 费用去向
# 软件操作
方法一:修改环境变量
1.找到桌面“计算机”,右键“属性”。
**计算机右键属性**
2.找到点击“高级系统设置”,找到“高级”标签,找到点击“环境变量”,并点击。
5.系统默认环境变量设置如下图,找到“用户变量”,并点击“编辑”,如:用户变量D:\TEMP。
方法二:C盘没空间了
把该目录下的文件全部删除,然后把c\Documents and Settings\user\Local Settings\Temporary
Internet Files\c:\WINDOWS\Prefetch\目录下的文件全部删除,最后清空回收站。
# 补充说明
# 常见问题