Sandboxie is an OS-level 3rd party app that uses syscall hacks to sandbox applications.
I say use Windows Sandbox if you care about security more than convenience.
You also can't make a Windows Sandbox persistent in any way which makes the feature entirely useless for most uses cases I can think of. Don't understand the decision.
For example, suppose you want to sandbox your torrent client. You can create a .wsb file to give the sandbox access to the torrent client application folder as well as your downloads folder, and specify a logon command like "C:\Shared\Torrent client\torrent.exe". When you click the .wsb file, a sandbox will spawn and the torrent client will automatically start, but it will only have access to the two folders you shared, not all the filesystem. And once you close it, the sandbox will be wiped, but the data on the shared folders will remain.
This can work for many programs, especially portable applications, games, and other software that doesn't interact with the broader OS. Just by sharing the program folder, you can get "persistence" in a way.
[1] https://learn.microsoft.com/en-us/windows/security/applicati...
Windows right click context menus are pita. I don’t know but for some applications I could never make them work. Case in point I struggle with recently: Windows Explorer > open a Windows Terminal in the current folder. I can do it if I right click the folder itself but once I open the folder and I right click the empty space inside there it doesn’t work (but I can open a Powershell there to make it even more confusing). Wasted so many hours on that but never could make it work.
Also there is the shortcut Ctrl+L to move input focus to the address bar.
> And I think multiple sandbox instances can coexist.
Maybe I need to know the magic registry edit to allow it. Windows tells me it's not allowed when I try to spawn more than one
[1] https://learn.microsoft.com/en-us/virtualization/windowscont...
[2] https://research.checkpoint.com/2021/playing-in-the-windows-...
1. https://manpages.debian.org/stretch/policycoreutils-python-u...
2. https://access.redhat.com/documentation/en-us/red_hat_enterp...
Edit: i see.