分页: 1 / 1

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

发表于 : 2023年 10月 20日 15:46
yui
C:\Program Files\safe_temp
在该文件夹,生成了很多文件夹以及crx文件

版本:v3.10.4 便携版

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

发表于 : 2023年 10月 20日 18:40
catsxp
请无视,安全权限问题

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

发表于 : 2023年 10月 20日 20:04
zhchgao
还真是的。

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

发表于 : 2023年 10月 21日 09:01
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.
源代码的相关注释
下个版本我改到创建到用户数据目录下吧!