0

Possible Duplicate:
How to force C# App to run as administrator on Windows 7

I had already done my codes and it's ready to Decode, however, i needed the pogramme to run as administrator. The question is how to make the program to enable RUN AS ADMINISTRATOR?

Community
  • 1
  • 1
MizLucid
  • 241
  • 1
  • 3
  • 9

1 Answers1

2

Add a manifest file to project with these contents

Umesh CHILAKA
  • 1,466
  • 14
  • 25