c# - "Run as admin" prevents application from auto startup in windows 8? -
i have created application windows 8 in c#, , because need create/write/read text files, need put "run administrator" function properly. need application auto startup after windows8 boot up.
but seems "run administrator" doesn't work auto startup in windows 8. application won't auto startup if put "run administrator". windows 7 , windows xp don't have problem.
is there solution programmatically this? need both "run administrator" , auto startup.
Comments
Post a Comment