Copy this content for the manifest files:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="Sandboxie"
type="win32"
/>
<description>Sandboxie</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
Control.exe.manifest
Start.exe.manifest
SandboxieExplorer.exe.manifest
Close any relevant Sandboxie program, if running, and restart. Voila!
Should you decide you prefer the classic Windows look, just delete the manifest files and restart the program again. (These files have no affect outside of XP, of course.)
-Mona