Notify No Copy
NotifyNoCopy is a sandbox setting in Sandboxie Ini, available since Sandboxie Plus 1.7.0. It enables messages for migration rules that deliberately omit some or all of a host file's contents.
Usage:
NotifyNoCopy=y|n
This is a Yes Or No Setting, not a path list. It applies to the sandbox in which it is configured (or to sandboxes that inherit it from [GlobalSettings]) and does not accept a program-name prefix. When the setting is absent or set to n, these notifications are disabled.
When enabled, Sandboxie issues a message after an explicit file migration rule matches:
- SBIE2113 when CopyEmpty creates a sandbox copy without the host file contents.
- SBIE2114 when DontCopy prevents migration and CopyBlockDenyWrite makes the open fail with access denied.
- SBIE2115 when DontCopy prevents migration and Sandboxie retries the host file open after removing write and delete access.
The message includes the file name, sandbox name, and host file size. It is generated when the migration code selects the matching CopyEmpty or DontCopy rule, not merely when a sandboxed program reads the file.
NotifyNoCopy does not report successful CopyAlways migrations, CopyNewer refreshes, ordinary access to an existing sandbox copy, or general low-level copy failures. It also does not report a file rejected only by the CopyLimitKb size decision. Size-limit message SBIE2102 is controlled separately by CopyLimitSilent.
In SandMan, open Sandbox Options > General Options > File Migration and select Issue message 2113/2114/2115 when a file is not fully migrated.
Related Sandboxie Ini settings: CopyEmpty, DontCopy, CopyBlockDenyWrite, CopyLimitKb, CopyLimitSilent. See also File Migration Settings.