Aigh, I'm working in making programs work in windows 7 under compatibility mode xp. Cause this an easy solution to some programs having issues in windows 7.
Here is where we need to add something in regedit
HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
Now how to make it check that running windows 7
under Name, we put the path to the program exe
Under Type, we put REG_SZ
And under Value Data we put WINXPSP3


