where do I find 'sufficient permissions" to run this program? The executable ./synergys.exe could not be successfully started.

link|improve this question
2  
What are you trying to do? What doesn't have sufficient permissions? – nhinkle Mar 17 '11 at 23:54
feedback

closed as not a real question by DragonLord, Sathya Sep 11 '11 at 12:16

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

You have not given a lot of information, but I think I know what is happening.

In order to run certain programs, they need to be elevated so that they can have administrative access to your machine.

The easiest way to do this is to find the program, right click on it and choose Run as Administrator.

If you are running from command prompt, make sure that you do the previous step first on the command prompt, then anything that the command prompt runs will run as administrator by default.

link|improve this answer
feedback

May be you have installed the 64-bit version on a 32-bit OS.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.