Program Files下生成很多文件夹以及crx文件

您的反馈很重要!
回复
yui
帖子: 1
注册时间: 2023年 10月 20日 15:41

Program Files下生成很多文件夹以及crx文件

帖子 yui »

C:\Program Files\safe_temp
在该文件夹,生成了很多文件夹以及crx文件

版本:v3.10.4 便携版
头像
catsxp
网站管理员
帖子: 3648
注册时间: 2022年 12月 26日 17:41

Re: Program Files下生成很多文件夹以及crx文件

帖子 catsxp »

请无视,安全权限问题
头像
zhchgao
帖子: 229
注册时间: 2023年 1月 2日 15:17

Re: Program Files下生成很多文件夹以及crx文件

帖子 zhchgao »

还真是的。
图片无欲则刚!凡人不烦!
头像
catsxp
网站管理员
帖子: 3648
注册时间: 2022年 12月 26日 17:41

Re: Program Files下生成很多文件夹以及crx文件

帖子 catsxp »

代码: 全选

// The directory is created under `GetSecureSystemTemp` for security reasons if
// the caller is admin to avoid attacks from lower privilege processes.
//
// If unable to create a dir under `GetSecureSystemTemp`, the dir is created
// under %TEMP%. The reasons for not being able to create a dir under
// `GetSecureSystemTemp` could be because `%systemroot%\SystemTemp` does not
// exist, or unable to resolve `DIR_WINDOWS` or `DIR_PROGRAM_FILES`, say due to
// registry redirection, or unable to create a directory due to
// `GetSecureSystemTemp` being read-only or having atypical ACLs.
源代码的相关注释
下个版本我改到创建到用户数据目录下吧!
回复