3
votes
2answers
649 views
Does full trust mean the same as Run As Administrator
Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, the application must be a full-trust application." Is that the same as you must have …
2
votes
2answers
179 views
Allowing administrators to modify user’s settings from within my program — what’s my best option?
I've been working on making my app easier to use for administrators. One of the things I'd really like to do is allow admins to modify other user's settings from within the program -- while still …
2
votes
1answer
969 views
DirectoryEntry.NativeObject throws access denied for a user in Administrators group in windows 2008
I have a local user, which is member of Administrators local group.
When I run this code:
using System;
using System.DirectoryServices;
namespace nanttest
{
class Program
{
public …
1
vote
3answers
100 views
Reset password for renamed Administrator account
I need to create a .VBS script to reset the Windows local administrator password on a large group of computers. My problem is that some of our sites have renamed the administrator account for …
1
vote
2answers
2k views
programatically run cmd.exe as adminstrator in vista, c#
I have a visual studio setup and deployment project. I've added a .cmd script in it. The script would need administrator privilages to run. When user clicks on the setup.exe, UAC prompts the user for …
0
votes
3answers
46 views
asp.net run program with Administrator account
Hello,
I need to run one console application from ASP.NET application using Administrator account and with Desktop interaction enabled. I have tried code below, console app runs ok but within NETWORK …
0
votes
1answer
16 views
Simple check in java to find out if running as administrator
Is there a simple, quick, non-invasive windows admin task that can be performed from a java process to validate if the current process is running as administrator?
I know we could run batch commands …
0
votes
0answers
22 views
centralized data authorization - who is administrator?
Lets say I have centralized database and can't trust administrators (like in Azure or other cloud service).
Lets say I solved the problem of authentication and I can trust user identity.
Lets say I …
0
votes
3answers
1k views
VSeWSS Administrator Privileges and <SafeControl> entry
I am trying to deploy my first custom aspx page in sharepoint:
Windows Server 2003
Microsoft Visual Studio 2008
VSeWSS 1.3
Latest Sharepoint Patches as of May 28, 2009
I am following this detailed …
0
votes
1answer
160 views
SysTray Icon not visible after restart for a program running as administrator.
I have a simplest form of an application, in which I am showing a SysTray Icon and adding the application in Startup items. Application is developed in C#. I want tray icon to be shown even after …
0
votes
1answer
802 views
Remove manifest permissions in Vista
Hi all,
I have been developing a C# windows form application in XP. It all works just fine. But in Vista it was not able to write the log or scoreboard file to the hard drive. I found out that I …
0
votes
5answers
959 views
How do we create an installer than doesn’t require administrator permissions?
Hi,
When creating a setup/MSI with Visual Studio is it possible to make a setup for a simple application that doesn't require administrator permissions to install? If its not possible under Windows …
