Page 1 of 1

[SOLVED] '#' Comments in Sandbo# Comments in Sandboxie.ini

Posted: Wed Jul 30, 2014 2:03 am
by Scoox
I am aware of the blah=comment workaround for inserting pseudocomments in Sandboxie.ini, but Templates.ini already supports comments using the '#' prefix, so wouldn't it be logical to extend this syntax to Sandboxie.ini file?

Code: Select all

# This is a comment line
[DefaultBox]

ConfigLevel=7
Enabled=y
BoxNameTitle=n
BorderColor=#00FFFF,off
Template=Local_TrustedApps
# This is a comment line
ForceProcess=teamviewer*.exe
ForceProcess=iexplore.exe

Re: # Comments in Sandboxie.ini

Posted: Wed Jul 30, 2014 2:25 am
by Scoox
Incidentally, I just noticed a small error in the comments in Templates.ini, it says:

# You may place local (custom) templates in your Sandbox.ini

Shouldn't that be Sandboxie.ini ?

Please check line numbers: 2, 6, 26, 28, 58 of Templates.ini for other similar errors.

Re: # Comments in Sandboxie.ini

Posted: Wed Jul 30, 2014 11:29 am
by Curt@invincea
You can already use # for comments in Sandboxie.ini.

The "Sandbox.ini" was put in for the FreeSpace users.

Re: [SOLVED] '#' Comments in Sandbo# Comments in Sandboxie.i

Posted: Sun Aug 17, 2014 10:35 pm
by Scoox
Thanks a lot, sorry I didn't reply sooner. Glad to see this has been implemented, should have tried before asking.