Page 1 of 1

Compatibility Mode [SOLVED]

Posted: Fri Sep 01, 2017 7:11 pm
by hello90909
Hi,

I wish to run an application using different compatibility settings.

Anyone know how to do this? To be specific I need to run an application through Windows 8.

Thanks in advance
Harry

Re: Compatibility Mode

Posted: Tue Sep 05, 2017 12:36 pm
by JimC@invincea
Can you elaborate please? I do not understand specifically what you are looking to do and how sandboxie fits in.

Re: Compatibility Mode

Posted: Mon Sep 11, 2017 5:52 am
by hello90909
On an application I run I have to right click > properties > "Run this program in compatibility mode for Windows 8"

If I don't run it using this compatibility option, the application won't run and crash.

So I'm trying to use sandboxie to run the same application using the same compatibility options.

I hope this makes more sense?

Re: Compatibility Mode

Posted: Mon Sep 11, 2017 1:45 pm
by Syrinx
I can think of two things to try, one would be to right click the exe and apply the "Change settings for all users" option near the bottom.
The other would be to use Start.exe to run the program via a shortcut with the /env: option inserted.

Code: Select all

/env:__COMPAT_LAYER=WIN8RTM
I haven't tested either but maybe one will help?

Re: Compatibility Mode

Posted: Tue Sep 12, 2017 5:22 am
by hello90909
Syrinx wrote:
Mon Sep 11, 2017 1:45 pm
I can think of two things to try, one would be to right click the exe and apply the "Change settings for all users" option near the bottom.
The other would be to use Start.exe to run the program via a shortcut with the /env: option inserted.

Code: Select all

/env:__COMPAT_LAYER=WIN8RTM
I haven't tested either but maybe one will help?
Worked like a charm.

Thanks mate :)