Hey there, I'd like to run Mod Organizer (and primarily mostly any tool that i run from inside MO, for security reasons) within sandboxie ( https://www.sandboxie.com/ ). The advantage of such setup (if it would work) would be that potentially harmful tools wouldn't have any access to the real file system aside of the skyrim files. Some testing with that setup seems to show that this sort-of seems to work, i.e. i ran a cmd shell from inside a sandboxed MO and inspected the files and it looked like the hooking worked as expected. However when running tools like LOOT or FNIS this seems to run into some issues, LOOT doesn't seem to recognize some files as beeing there and yields a lot of errors it wouldn't if ran non sandboxed. As sandboxie configuration i used something rather simple like this (which gives unsandboxed access to related folders) : [skyrim] Enabled=y ConfigLevel=7 AutoRecover=y Template=BlockPorts Template=LingerPrograms Template=Firefox_Phishing_DirectAccess Template=AutoRecoverIgnore RecoverFolder=%{374DE290-123F-4565-9164-39C4925E467B}% RecoverFolder=%Personal% RecoverFolder=%Favorites% RecoverFolder=%Desktop% BorderColor=#00FFFF,ttl NotifyInternetAccessDenied=y DropAdminRights=y ClosedFilePath=!<InternetAccess>,InternetAccessDevices ClosedFilePath=\Device\Mup\ OpenFilePath=%Personal%\My Games\Skyrim\ OpenFilePath=D:\Soft\gametools\ModOrganizer\ OpenFilePath=D:\Soft\games\steam\SteamApps\common\Skyrim\ OpenFilePath=%Local AppData%\LOOT\ ProcessGroup=<InternetAccess>,modorganizer.exe Question now is.. has anyone else tried to run a setup like this and got applications started from a sandboxed MO to work?