diff --git a/docs/Content/AllPages.md b/docs/Content/AllPages.md index ba747b89f..ff206f9a8 100644 --- a/docs/Content/AllPages.md +++ b/docs/Content/AllPages.md @@ -34,6 +34,8 @@ [Block Net Param](BlockNetParam.md) +[Block Network Files](BlockNetworkFiles.md) + ~~[Block Password](BlockPassword.md)~~ (obsolete) ~~[Block Port](BlockPort.md)~~ (removed since Sandboxie v0.9.0 / 5.51.0) @@ -186,6 +188,8 @@ [Hide Host Process](HideHostProcess.md) +[Hide Message](SbieCtrl_HideMessage.md) + [Hide Other Boxes](HideOtherBoxes.md) [How It Works](HowitWorks.md) @@ -308,6 +312,8 @@ [Programs View](ProgramsView.md) +[Prompt For File Migration](PromptForFileMigration.md) + [Protect Host Images](ProtectHostImages.md) [Protected Storage](ProtectedStorage.md) @@ -654,6 +660,8 @@ [Shell Folders](ShellFolders.md) +[Show For Run In](ShowForRunIn.md) + [Start Command Line](StartCommandLine.md) [Start Program](StartProgram.md) diff --git a/docs/Content/BlockNetworkFiles.md b/docs/Content/BlockNetworkFiles.md new file mode 100644 index 000000000..cc9fc478d --- /dev/null +++ b/docs/Content/BlockNetworkFiles.md @@ -0,0 +1,16 @@ +# Block Network Files + +BlockNetworkFiles is a sandbox setting in [Sandboxie Ini](SandboxieIni.md). It specifies whether Sandboxie will block sandboxed programs from accessing network files and folders without specifically opened. +``` + . + . + . + [DefaultBox] + BlockNetworkFiles=n +``` + +Specifying _n_ indicates that a sandboxed program may access network files without specifically opened, in this case "Net Share" will appear in sandbox status. + +Related Sandboxie Plus setting: +* Sandbox Options > Network Options > Other Options > Block network files and folders, unless specifically opened. +* On creating new sandbox with "Configure advanced options" selected, Sandbox Isolation options > Network Access > Allow access to network files and folders \ No newline at end of file diff --git a/docs/Content/PromptForFileMigration.md b/docs/Content/PromptForFileMigration.md new file mode 100644 index 000000000..c1a756b0e --- /dev/null +++ b/docs/Content/PromptForFileMigration.md @@ -0,0 +1,17 @@ +# Prompt For File Migration + +PromptForFileMigration is a sandbox setting in [Sandboxie Ini](SandboxieIni.md). It specifies whether Sandboxie will prompt for large file migration. For more information, see [SBIE2102](SBIE2102.md). + +``` + . + . + . + [DefaultBox] + PromptForFileMigration=n +``` + +Specifying _n_ indicates sandbox will not prompt user for file migration (the access will be read-only). + +Related Sandboxie Plus setting: Sandbox Options > File Options > File Migration > Prompt user for large file migration + +Related [Sandboxie Ini](SandboxieIni.md) setting: [CopyLimitKb](CopyLimitKb.md), [CopyLimitSilent](CopyLimitSilent.md) diff --git a/docs/Content/SbieCtrl_HideMessage.md b/docs/Content/SbieCtrl_HideMessage.md new file mode 100644 index 000000000..a322351a0 --- /dev/null +++ b/docs/Content/SbieCtrl_HideMessage.md @@ -0,0 +1,20 @@ +# SbieCtrl_HideMessage + +SbieCtrl_HideMessage is a user setting in [Sandboxie Ini](SandboxieIni.md). It specifies which of the [SBIE Messages](SBIEMessages.md) should be hidden from popping up. + +``` + . + . + . + [UserSettings_054A02CE] + SbieCtrl_HideMessage=1101 + SbieCtrl_HideMessage=1102,Example Message +``` + +The first parameter is mandatory and specifies the ID number of the _SBIE Messages_ to be hidden. + +The second parameter is optional. If specified in Sandboxie Plus, only messages that match the text will be hidden, otherwise all occurrences of the message will be hidden. + +Related Sandboxie Plus setting: Global Settings > General Config > Notifications > SBIE Messages + +Related [Sandboxie Control](SandboxieControl.md) setting: [Messages From Sandboxie](MessagesFromSandboxie.md) pop-up window diff --git a/docs/Content/ShowForRunIn.md b/docs/Content/ShowForRunIn.md new file mode 100644 index 000000000..f0f52ce39 --- /dev/null +++ b/docs/Content/ShowForRunIn.md @@ -0,0 +1,14 @@ +# Show For Run in + +ShowForRunIn is a sandbox setting in [Sandboxie Ini](SandboxieIni.md). It specifies whether Sandboxie will show this box in "run in box" selection prompt. +``` + . + . + . + [DefaultBox] + ShowForRunIn=n +``` + +Specifying _n_ indicates that this sandbox will not be shown as a candidate in "run in sandbox" selection window. + +Related Sandboxie Plus setting: Sandbox Options > General Options > Box Options > Show this box in the 'run in box' selection prompt