找到配置文件目录,遍历下面的每个配置文件;
找到 Variables 下的TRUSTEDPATHS项目;在后面添加新的目录即可,多个目录使用分号分隔;
public static void AddPath(string trusedPath)
{
// 指定注册表键的路径
微信扫一扫
找到配置文件目录,遍历下面的每个配置文件;
找到 Variables 下的TRUSTEDPATHS项目;在后面添加新的目录即可,多个目录使用分号分隔;
public static void AddPath(string trusedPath)
{
// 指定注册表键的路径
相关推荐