Will this be fixed at least in this update?
It is very annoying Network Connection Settings are not sandboxed!
Search found 26 matches
- Tue Aug 22, 2017 11:12 am
- Forum: Beta Version 5.21
- Topic: 5.21 Beta Available (5.22 Release version)
- Replies: 53
- Views: 46449
- Fri Aug 11, 2017 2:55 pm
- Forum: Problem Reports
- Topic: IE Proxy Settings are getting out from sandbox [SOLVED Beta 5.21.4]
- Replies: 4
- Views: 3147
Re: IE Proxy Settings are getting out from sandbox
I still believe the best way is to add some parameter for sandbox to allow forward all traffic through proxy. In this way it is not necessary to change parameters of browsers at all.
But it's up to devs of course.
But it's up to devs of course.
- Fri Aug 11, 2017 9:47 am
- Forum: Problem Reports
- Topic: IE Proxy Settings are getting out from sandbox [SOLVED Beta 5.21.4]
- Replies: 4
- Views: 3147
IE Proxy Settings are getting out from sandbox [SOLVED Beta 5.21.4]
Hi All. OS: Windows 10 Pro x64 I am observing a strange behaviour of IE proxy settings when running in sandbox. From time to time this settings are getting active in unsandboxed IE also. Disabling it in unsandboxed IE leads to disabling it in sandboxed IE (and it's normal), so I have to re-enable it...
- Thu Aug 10, 2017 6:32 am
- Forum: Contributed Utilities & Templates
- Topic: BSA+Sandboxie Portable
- Replies: 13
- Views: 17683
Re: BSA+Sandboxie Portable
The link without password: hxxp://www5.zippyshare.com/v/6wcBDcHb/file.html
However the development is stopped. I am not interested any more in this project as long as BSA is not supported in Sandboxie.
However the development is stopped. I am not interested any more in this project as long as BSA is not supported in Sandboxie.
- Sun Oct 04, 2015 3:44 am
- Forum: Problem Reports
- Topic: Sandboxie 5.04 not working under Windows 10[SOLVED]
- Replies: 10
- Views: 3251
Re: Sandboxie 5.04 not working under Windows 10
This is clearly Comodo issue, by the way as far as I see only Windows Explorer is affected.
I have created a ticket in Comodo forum concerning this issue: https://forums.comodo.com/bug-reports-c ... 195.0.html
Will see..
I have created a ticket in Comodo forum concerning this issue: https://forums.comodo.com/bug-reports-c ... 195.0.html
Will see..
- Tue Aug 28, 2012 2:51 pm
- Forum: Contributed Utilities & Templates
- Topic: BSA+Sandboxie Portable
- Replies: 13
- Views: 17683
- Sun Aug 26, 2012 8:21 pm
- Forum: Contributed Utilities & Templates
- Topic: BSA+Sandboxie Portable
- Replies: 13
- Views: 17683
- Fri May 04, 2012 8:04 pm
- Forum: Contributed Utilities & Templates
- Topic: BSA+Sandboxie Portable
- Replies: 13
- Views: 17683
BSA+Sandboxie Portable
The constantly updated portable Buster Sandbox Analyzer + Sandboxie system is located at http://tools.safezone.cc/gjf/Sandboxie-portable.zip
All manuals are within the archive.
If you have some problems and/or suggestions - please PM me.
All manuals are within the archive.
If you have some problems and/or suggestions - please PM me.
- Tue Dec 27, 2011 10:23 pm
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
It is not possible to restore settings from one start to another using silent install. It is not possible to use presets for plugins also. And so on. For general use - yes, possibly silent install can help. In particular, flexible ways of use, when user wants to have his own settings - no. I believe...
- Mon Dec 26, 2011 7:54 pm
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
There is a small syntax error in sc command - so I believe it should be as follows: sc create SbieDrv type= kernel start= demand binPath= "path" So in general it looks like: copy "Sandboxie.ini" "%windir%" sc Create SbieDrv type= kernel start= demand binPath= "%~dp0SbieDrv.sys" sc Create SbieSvc bin...
- Sun Dec 25, 2011 3:09 pm
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
- Sun Dec 25, 2011 6:30 am
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
- Fri Dec 23, 2011 10:29 am
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
So you believe all will be working in the case of such script: copy "Sandboxie.ini" "%windir%" sc Create SbieDrv "%~dp0SbieDrv.sys" sc Create SbieSvc binPath= "%~dp0SbieSvc.exe" REG ADD HKLM\SYSTEM\CurrentControlSet\Services\SbieSvc /v Language /t REG_DWORD /d 1049 /f net start SbieDrv net start Sbi...
- Fri Dec 23, 2011 4:26 am
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
loader.exe is driver loader by Sav1or. It is opensource and you can find the code here, for instance.
Simple creating service entry won't work for driver - I will not be able to start it like "net start SbieDrv", reboot is necessary. With loader it is not necessary.
Simple creating service entry won't work for driver - I will not be able to start it like "net start SbieDrv", reboot is necessary. With loader it is not necessary.
- Thu Dec 22, 2011 10:01 am
- Forum: Anything Else
- Topic: SbieDrv loading
- Replies: 13
- Views: 4125
SbieDrv loading
Hello all! I am sure the correct answer on my question only tzuk can give but anyway. I am working now at improving of portable version of Sandboxie. So the question is as follows. AFAIK the loading of Sandboxie can be presented as the following script: copy "Sandboxie.ini" "%windir%" loader.exe Sbi...