runas
What is the equivalent Main method for Java in c#
in Java, you can write: public stati开发者_运维知识库c void Main(String[] args) { } and than \"right click\" =>\"run as\" => \"Java application\" and it will run the current Main Method.[详细]
2023-04-05 21:40 分类:问答how to forbid process termination by regular user?
I cannot implement it as a windows servic开发者_JS百科e because my process has to interact with desktop and it\'s prohibited in Windows 7.[详细]
2023-03-23 10:42 分类:问答Problems using RunAs in TestComplete7
I have a problem with running RunAs mode in TestComplete7. I use: var p = TestedApps.MyApp.Run开发者_开发百科As(\"domain\", \"user\", \"password\");[详细]
2023-03-16 23:07 分类:问答Eclipse keep deploying to device in debug mode
After deploying to my device once for debugging, every time I try and \"Run As\" in regular mode it still attached the debugger.I have deleted the application from the device and it still does this.Th[详细]
2023-03-01 16:11 分类:问答Strange file-permissions if apps run as administrator
My program must be run as administrator and creates some files. If I run it manually by right-click on the icon and selecting \"run as administrator\" -- everything okay -- all users have access to cr[详细]
2023-02-23 10:28 分类:问答ShellExecuteEx + runas + file access permissions
My app started new process by ShellExecuteEx with \"runas\" verb in order to get administrator privilegies. New process 开发者_如何学编程creates some files in the user folder, but files can\'t be read[详细]
2023-02-22 23:00 分类:问答Using @RunAs in my EJB Schedulers
I have many EJBs with my business methods. These methods use @RolesAllowed annotation to check if user can execute this method.[详细]
2023-02-09 02:06 分类:问答Run explorer.exe as Administrator user within Windows 7
I have the Windows 7 operating system, and I have administrator user credentials stored (known in advance).[详细]
2023-02-06 01:54 分类:问答Python subprocess.Popen as different user on Windows
What is the best manner of launching a subprocess as a different user in Python on Windows? Preferab开发者_StackOverflow中文版ly XP and up, but if it works only on Vista and 7, I can live with that to[详细]
2023-01-27 01:47 分类:问答How can I force the "Run As" form to appear when someone tries to run my .net desktop application?
I need in t开发者_高级运维o popup thr \"Run As\" form when user tries to run my application (C#.NET 4, on Win XP), that he could easily to log as other user. It may be in the application itself (in th[详细]
2023-01-22 13:21 分类:问答