Stopping messages about large files

Post Reply
LordRampantHump
Posts: 1
Joined: Fri Jun 11, 2021 11:02 pm

Stopping messages about large files

Post by LordRampantHump »

Hey people

how do i set the ini programatically like this:

Image

I dont want to import large files and i dont want to get messages agout it.

This is how im creating the box:

Code: Select all

execFile.exec('"C:/Program Files/Sandboxie-Plus/SbieIni.exe" set ' + acc.box + ' Enabled y"');
Thanks :D

User avatar
bastik-1001
Posts: 361
Joined: Sat Apr 22, 2023 8:30 am
Contact:

Re: Stopping messages about large files

Post by bastik-1001 »

These have to be added to the Sandboxie.ini:

Code: Select all

CopyLimitKb=49152
PromptForFileMigration=n
CopyLimitSilent=y
Different boxes can have different limits, by using different values. They need to be set per box.

I don't work with the tool, so I can't tell you how to do what you are asking for, but someone else might. If you have figured it out by now, please share your knowledge.

Post Reply