Sandboxie-Plus 1.14.7

In this release, we have introduced several new features and improvements that significantly enhance the user experience and provide greater flexibility in system operations. Most notably, users can now effortlessly obtain free 10-day evaluation certificates directly from the support settings page within the UI. These certificates are hardware-locked to the user’s machine and allow for up to three requests per hardware ID, making it easier to test and evaluate the system with minimal setup.

Furthermore, new options have been added to increase privacy and security, such as the ability to modify the Windows Product ID in the registry to a random value and to return random values for disk serial numbers and network adapter MAC addresses when queried by applications. These features add an extra layer of obfuscation to protect against unwanted system identification.

Other enhancements include the ability to terminate all processes when Sandman exits, a new option for configuring DropConHostIntegrity directly from the UI, and an improved shared template feature in the New Box Wizard. The number of available shared templates has increased to 10, and the template names can now be easily updated by adjusting the corresponding settings.

In terms of fixes, we have addressed several key issues, including improving the “HideDiskSerialNumber” functionality to prevent application crashes, correcting the format of encrypted proxy passwords, and resolving an issue related to the “NtQueryDirectoryObject” function to avoid easy sandbox detection. These updates contribute to a more stable and secure environment for users.

Download: https://github.com/sandboxie-plus/Sandboxie/releases/tag/v1.14.7

Added

  • added “RandomRegUID”(bool) which could modify Windows Product Id in the registry to a rand value

  • added “HideDiskSerialNumber”(bool) return random value when applications tries to get disk serial number

  • added option to get free 10 days evaluation certificates from the support settings page.

    • The evaluation certificates are node lcoked to the HwID and for each HwID up to 3 certs can be requested.

  • added “TerminateWhenExit”(bool,in Sandboxie-Plus.ini) to terminate all processes when Sandman exits for #4171

  • added a question box to ask for Sandbox Import Location for #4169

  • added UI option to configure DropConHostIntegrity

  • added “HideNetworkAdapterMAC”(bool) return random value when applications tries to get network adapter mac address

  • added shared template selection to the Shared Template feature in the advanced options of the New Box Wizard #4199

    • The number of available shared templates has been increased to 10

    • To update the names displayed in the list, simply adjust the “Tmpl.Title” setting within each template

Fixed

  • fixed and improved HideDiskSerialNumber option causes applications to crash #4185

  • fixed encrypted proxy password was improperly formatted #4197

  • fixed NtQueryDirectoryObject (should not return “STATUS_MORE_ENTRIES”) as this is a EASY Sandbox Detection #4201