I'm wondering if there is any intention of sandboxie implementing virtual drive technology in it's lifetime?
There might be a reason that I would install a suspect program into a sandbox and need to use it over a period of time (e.g. not clear the sandbox after each use), and leave my PC at risk from prying eyes searching my computer to run it to the sandbox and get it infected.
If
Virtual Sandbox
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
im not quite sure i fully understand your request, but if i do, i believe there's already a solution. im assuming you mean you want a sandbox that you can mount as a virtual drive where the contents dont get deleted?
Assuming you have Windows XP Pro (i dont know if its in the Home edition):
1) create a new sandbox [you need to register SBIE for this i beleive]
2) dont set it to auto-delete
3) in the command prompt for windows [windows key + r] type the following:
of course you need to replace [*username*] with the username your logged on with and [*sandbox name*] with the name of your newly created sandbox (also change the drive letter if needed). To unmount the virtual drive just type the following code into the command prompt [windows key + r]:
Also you can simply save the aforementioned code as .bat files so that you can run them at any time without having to always type them in. This is the extent of my DOS knowledge and all i did to find this out was use Google, but this code did work for me. Note the quote marks around the file path due to the spaces. if theres a way to shorten this without spaces i'd like to know, but this works so if its what your after have fun. if not, sorry i couldnt help.
Assuming you have Windows XP Pro (i dont know if its in the Home edition):
1) create a new sandbox [you need to register SBIE for this i beleive]
2) dont set it to auto-delete
3) in the command prompt for windows [windows key + r] type the following:
Code: Select all
subst Q: "C:\Documents and Settings\[*username*]\Application Data\[*sandbox name*]"
Code: Select all
subst Q: /D
-
- Posts: 2690
- Joined: Tue Dec 26, 2006 5:44 pm
- Location: West Florida
Yeah, im not exactly sure what you mean either, but if your wanting to install a program into a sandbox and use that program over time without deleting the sandbox, then just make 2 sandboxes, first one could be used for your browsers and whatnot, and could be cleared after every "session" or you could leave it "full" and not delete anything, then the other sandbox could be used for installing your program into and keeping it there over time without deleting the sandbox. Now about the virtual drive, maybe something like....... TrueCrypt?
Windows 7 SP1 x64, Sandboxie v3.70 x64 with Experimental Protection, GnuPG, OTR (Off-The-Record), Sticky Password, My Brain.
And you should be able to do
to shorten it nicely. Also it works to make your bat files portable to other users.
Code: Select all
subst Q: "%APPDATA%\[*sandbox name*]"
-
- Posts: 0
- Joined: Wed Dec 31, 1969 7:00 pm
I would like the sandbox to be a file in which houses a virtual MS filesystem, rendering the contents completely unreadable without Sandboxie, unlike the current situation where the sandbox is just a folder tucked away in Documents & Settings, which can be seen & accessed in Explorer without Sandboxie rendering it's protection impotent.
However, I'll look into truecrypt for now.
However, I'll look into truecrypt for now.
Who is online
Users browsing this forum: No registered users and 1 guest