Quote Originally Posted by dunfiddlin View Post
Not when you're using absolute filepaths they aren't. Process.Start("C:\Windows\System32\SnippingTool.exe") isn't going to go searching anywhere but in the folder it's been given.
I will say it again: when running a program compiled to 32 bit on a 64 bit Windows OS, attempts to access certain system folders are redirected to their 32 bit counterparts.

It is true for System32 and some of its sub folders, Program Files and certain Registry Keys.

Maybe a little more research and a little less absolute negativity.......