Sandboxie.ini

DSAnd

New member
Is there a document describing all the keys of the Sandboxie.ini configuration file?

There will be a constantly updated list of Sandboxie.ini settings with comments.
INI:
#boolean=y or n
#path=the required directory
#int=numeric value
#string=text value
#name_exe=the name of the desired application with the .exe extension

[GlobalSettings] ;Basic settings
ByteOrderMark=boolean
;Unicode support

FileRootPath=path
;Location of the sandbox root folder

Language=int
;Language Code (Decimal Value)

TemplateReject=string
;Rejecting the template in the "Programs Compatibility" menu. There may be several keys

[UserSettings_Portable] ;Settings for pseudo portable use

SbieCtrl_UserName=Portable
;?

SbieCtrl_EnableLogonStart=boolean
;Launch Sandboxie management (SbieCtrl.exe) when booting the system

SbieCtrl_EnableAutoStart=boolean
;Launch Sandboxie management (SbieCtrl.exe) when starting the program in the sandbox

SbieCtrl_Hidden=boolean
;Launch Sandboxie management (SbieCtrl.exe) collapsed into the tray

SbieCtrl_ShowWelcome=boolean
;Show Welcome

SbieCtrl_ReSyncContextMenu=boolean
;ReSync Context Menu

SbieCtrl_NextUpdateCheck=int
;Next Update Check

SbieCtrl_UpdateCheckNotify=boolean
;Update Check Notify

SbieCtrl_HideWindowNotify=boolean
;Hide Window Notify update

SbieCtrl_ActiveView=int
;?

SbieCtrl_AddDesktopIcon=boolean
;Add Desktop Icon

SbieCtrl_AddQuickLaunchIcon=boolean
;Add Quick Launch Icon

SbieCtrl_AddContextMenu=boolean
;Add Context Menu "Run in sandbox"

SbieCtrl_AddSendToMenu=boolean
;Add Send To Menu

SbieCtrl_ShortcutNotify=boolean
;Shortcut Notify

SbieCtrl_AutoApplySettings=boolean
;Auto Apply Settings

SbieCtrl_SettingChangeNotify=boolean
;Setting Change Notify

SbieCtrl_TerminateNotify=boolean
;Terminate Notify

SbieCtrl_TerminateWarn=boolean
;Terminate Warn

SbieCtrl_ExplorerNotify=boolean
;Explorer Notify

SbieCtrl_ExplorerWarn=boolean
;Explorer Warn

SbieCtrl_EditConfNotify=boolean
;Edit Conf Notify

SbieCtrl_ReloadConfNotify=boolean
;Reload Configuration Notify

SbieCtrl_ProcSettingsNotify=boolean
;Proc Settings Notify

SbieCtrl_ShouldDeleteNotify=boolean
;Should Delete Notify

SbieCtrl_AutoRunSoftCompat=boolean
;AutoRun Soft Compat

SbieCtrl_HideMessage=string
;Hide alarm Message. There may be several keys

SbieCtrl_WindowCoords=string
;Coordinates of the sandbox management window. Format: x1,y1,x2,y2

SbieCtrl_ProcessViewColumnWidths=string
;Process View Column Widths. Format: x,y,z

SbieCtrl_BoxExpandedView=string
;Box Expanded View. Format: main_sandbox_1,main_sandbox_2,etc

[User_sandbox] ;Any sandbox name

Enabled=boolean
;Permission to use the sandbox and visibility in the sandbox list

ConfigLevel=int
;?

AutoRecover=boolean
;Auto Recovery sandbox in system

LingerProcess=name_exe
;LingerProcess. There may be several keys

BoxNameTitle=boolean
;Show the sandbox name in the window title

BorderColor=string
;The color of the frame around the sandbox window. Format: #00FFFF,off(on)

NotifyInternetAccessDenied=boolean
;Notify Internet Access Denied

LeaderProcess=name_exe
;Leader Process. There may be several keys

BlockFakeInput=boolean
;?
 
Last edited:
To my knowledge, there is no such list. Something I suggested required a list to validate the configuration, but that issue is still open. If there is a list, it will be outdated, since there were recent additions. The documentation is unfortunately lagging behind.
 
I suggest combining all the knowledge on this issue and creating a complete and constantly updated list of all keys with descriptions in different languages. I could do a Russian translation.
 
offhub created a list with the names of the options. The list is not fully correct, as it contains options that were not included in the code that was released, like BlockDriver, which has been removed before Sandboxie went open source.
 
Before interested forum participants begin to manually describe the keys (their possible values (logical, textual, numeric, path, etc.), membership in the section, a brief description of the values), I would like to hear the answer of the author David about the machine (automatic) method of obtaining the desired result.
 
Anyone who wants to help fill out the list can do so in the format outlined in the first message. Or we will do it in a more convenient format by agreement. All suggestions will be added to the list by me or the participants who have the right to edit the first post.
 
Back
Top