C:\Program Files\safe_temp
在该文件夹,生成了很多文件夹以及crx文件
版本:v3.10.4 便携版
Program Files下生成很多文件夹以及crx文件
Re: Program Files下生成很多文件夹以及crx文件
代码: 全选
// 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.
下个版本我改到创建到用户数据目录下吧!