我需要帮助 sandboxie-plus 一直

gghh123

New member
我需要关于 sandboxie plus 的帮助。我启动了一个程序,但 sandboxie plus 一直在迁移整个文件。我的 C 盘空间严重不足。
为什么会这样 我按照网上教程 设置了 还是一样
 

Attachments

  • 微信图片_20260415143552_67_9.jpg
    微信图片_20260415143552_67_9.jpg
    374.2 KB · Views: 3
  • 微信图片_20260415143608_68_9.jpg
    微信图片_20260415143608_68_9.jpg
    451.2 KB · Views: 3
You can use CopyLimitKb to restrict how big files are that get migrated into a sandbox. Here is the documentation for that feature.

To exclude individual files, folders or files based on their extension, from being copied into the sandbox you can use DontCopy=, like DontCopy=*.png
 
您可以使用 CopyLimitKb 来限制迁移到沙盒中的文件大小。以下是该功能的 文档

要排除根据其扩展名的单个文件、文件夹或文件,不将其复制到沙盒中,可以使用DontCopy=,例如DontCopy=*.png
Sandboxie Plus is causing repeated file migrations. My computer fills up the C drive completely after just one night
 
您可以使用 CopyLimitKb 来限制迁移到沙盒中的文件大小。以下是该功能的文档

要排除单个文件、文件夹或基于其扩展名的文件不被复制到沙盒中,可以使用DontCopy=,例如DontCopy=*.png
你可能没有明白我的意思。他一直在进行重复的迁移。
 
Migration is triggered any time a sandboxed process attempts write, overwrite, rename, or attribute-change access to a file that exists on the host but has no corresponding copy in the sandbox yet. Read-only access to an existing host file never migrates; that is served directly from the host.

If this issue did not start occurring in the latest version of Sandboxie Plus, something else must be causing this behavior. For example, a third-party security application (such as an antivirus or anti-ransomware tool) may be interfering by forcing additional file operations or blocking Sandboxie's normal read/write redirection.

If an app is causing this issue, you need to use DontCopy=* or a specific rule like DontCopy=program.exe,*.exe . However, doing that can have other side effects, such as breaking the functionality of the sandboxed program.
 
迁移会在沙盒进程尝试写入覆盖重命名更改属性访问一个文件时触发,该文件在主机上存在但在沙盒中还没有对应的副本。对现有主机文件的只读访问从不迁移;而是直接从主机提供。

如果这个问题在最新版本的 Sandboxie Plus 中没有开始出现,那么一定有其他东西导致了这种行为。例如,第三方安全应用程序(如杀毒软件或反勒索软件工具)可能会通过强制执行额外的文件操作或阻止 Sandboxie 的正常读/写重定向来干扰。

如果应用程序导致了此问题,您需要使用DontCopy=*或特定规则如DontCopy=program.exe,*.exe。然而,这样做可能会产生其他副作用,例如破坏沙盒化程序的功能。
不使用任何杀毒软件或第三方安全软件
 
Back
Top