Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

IpcRootPath.md

File metadata and controls

29 lines (20 loc) · 1.08 KB

Ipc Root Path

IpcRootPath is a sandbox setting in Sandboxie Ini. It specifies the location within the NT object namespace where a particular sandbox is created.

As with all sandbox settings, it may also be specified in the global section, and in that case will apply for all sandboxes where the setting is not also specified in the sandbox section.

See Sandbox Hierarchy for more information.

Usage:

   .
   .
   .
   [DefaultBox]
   IpcRootPath=\Sandbox\%BOXNAME%

The following substitution variables may be useful in this path.

  • The variable %SANDBOX% which expands to the name of the sandbox
  • The variable %USER% which expands to the user name
  • The variable %SID% which expands to the user security-ID (SID)
  • The variable %SESSION% which expands to the Terminal Services session number

If IpcRootPath is not specified, its default value is:

  • \Sandbox%USER%%SANDBOX%\Session%SESSION%_

There is probably no reason to change the default value for this setting, and doing so is not recommended.