The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Silverlight dialog window on unauthorized requests

On making http requests to a resource that gives an 401 Unauthorized, I get a dialog box asking for credentials. It reads like this on my German installation: Ideally I'd rather have an exception ...
0
votes
1answer
54 views

When does an application absolutely require to be run as an administrator?

I have been dabbling with working nicely with UAC for a while and I found about a few things: With UAC enabled, a program in the Startup folder, that requires to be run as admin (say by an embedded ...
1
vote
1answer
32 views

Removing Administrator Privilages from Process

With the help of this great MSDN article, my first idea was to simply check if the process is using an elevated Administrator group, and using AdjustTokenGroups() I would set the Administrator group ...
0
votes
1answer
88 views

ClickOnce Set Up and other Questions vb.NET

I am attempting to write a small, lightweight client, using vb.net winforms, that can install without needing elevated privileges. Before I ask my questions, let me give you a bit of an idea of what ...
2
votes
4answers
127 views

How should functionality that requires root privileges be added to a Common Lisp library?

Original Question I'm trying to create a Lisp library that can, among other things, edit my system's /etc/hosts file and nginx configurations. The problem I'm facing is that, because my Lisp image ...
1
vote
4answers
124 views

Request privileged rights and keep this with C# in Ubuntu Linux

I'm writing a tool that can be used to manage the virtual host a web server on Ubuntu. As for many of the features I need privileged rights, I look for ways to achieve this. Currently I realize that ...
0
votes
5answers
84 views

Start a windows service without elevation

I have a windows service "Service1" configured to log on as "Local Service". I built a console application to start it programmatically. var service = new ServiceController("Service1"); ...
0
votes
3answers
122 views

runing console app as always as administrator

i have a console application that was developed to be called by a erp software. They call my app inside the erp and when they do it, i always get errors related to the insufficient permission to do ...
0
votes
1answer
204 views

Batch file - Run as administrator, if not delete batch file?

Hi I have made a batch file which I need to run as administrator. For that purpose I use this script, which I took from here (StackOverflow). But what I want, is if the user choose not to run as ...
0
votes
0answers
267 views

Windows 8 mapped drives paths not recognized correctly by Service

I am facing a problem in Windows 8 where an elevated application/service that impersonates the logged in user does not recognize the mapped drives paths correctly. I have a windows service that I use ...
0
votes
1answer
102 views

Adding [not just enabling] SeDebugPrivilege

Having a terrible problem with both IE and Firefox on Win7, a few minutes after cold start or after exiting sleep, beginning a minute or two of intense disk activity, shutting out all other processes, ...
0
votes
1answer
90 views

SharePoint 2010 Acces Denied on creating new web from codebehind

i have a sharepoint problem. I have an event handler on a list and whenever someone adds a new item in the list I want to create a new web with the required details. The problem comes when a diferent ...
0
votes
0answers
69 views

Move JavaScript to Firefox extension?

I have inherited a HTML/JS application that no longer runs on Firefox 17+ due to the removal of netscape.security.PivilegeManger.enablePrivilege(). Mozilla suggests moving the code into an extension. ...
0
votes
1answer
38 views

Forcing an application to Admin from config file

Is there a way I can add a setting in the configuration file so that that application will always start as admin? Thanks a lot.
0
votes
0answers
66 views

How to call external program in cusom action as admin without UAC prompt?(WiX)

I made a WiX msi project with a custom action after InstallFiles. In my custom action I call an external program for registration purposes. This registration have to run as administrator so I set ...
3
votes
1answer
300 views

Enable elevated trust for the Silverlight 5 application when running in-browser without adding the registry key

To enable elevated trust for the Silverlight 5 application when running in-browser I've tried so many options well described e.g. here (by Mister Goodcat) and it works good with our VeriSign ...
0
votes
0answers
397 views

How to get WiX installer to request Administrative Privileges

We have a program we have developed in house. We are upgrading to use Visual Studio 2012, and so have to leave the VS installer project behind. InstallShield LE was giving us problems with shortcuts ...
1
vote
1answer
214 views

Detect if running with elevated privileges? (domain administrator accounts included)

Extending this question: Detect if running with elevated privileges? The most voted answer works if the account to "run as administrator" is a local administrator but if you use a domain ...
0
votes
0answers
153 views

VBscript to check if it's being run as administrator or not

How would I go about creating a VBScript that first checks whether or not it's being run with elevated privileges, and then quits if it isn't? Basically I just need the script to follow one of two ...
1
vote
2answers
386 views

Running IIS Express with admin privilages

This has been asked before but was closed as "Not a real question" How to run a site with administrative privileges in IIS express 7.5 However I think it is a genuine question as I also need to do ...
0
votes
2answers
172 views

ARM Ubuntu: how way to run code in privileged mode?

I have an ARM Samsung Chromebook running Ubuntu (chrUbuntu 12.04). What is the easiest way to run some code in ARM 'privileged' state? I'm not looking for sudo, I'm looking for ARM processor mode ...
0
votes
2answers
59 views

How to determine what prevents an app from running non-elevated (non-admin)

Is there a way to detect what prevents an app from running in a non-elevated state? When we run our application with elevated permissions it operates without any problems. Running in a non-elevated ...
4
votes
1answer
157 views

F# and Silverlight 5: out-of-browser with elevated trust?

Currently, I'm using Daniel Mohl's "F# Web Application (Silverlight)" extension to create a Silverlight app entirely in F# (Visual Studio 2010). I need to do local file I/O (which obviously requires ...
0
votes
2answers
1k views

Running BAT file as Administrator in Visual Studio 2010 Console App

I want to run a bat file in my VS project as administrator. There are some commands in the bat file and i want to execute that file. Those commands need administrator privileges. The code is given ...
0
votes
0answers
124 views

privilege elevation in .net dll library [logicNP software EZNameSpaceExtensions.net]

I have an issue with a .dll that is produced using the EZNameSpaceExtensions.net library. One method they allow is SetRootFolderIcon which changes the icon displayed for a root folder. In windows 7 ...
4
votes
2answers
204 views

application which is elevated needs to get non-elevated mapped drives list

I know that a .NET application which is run as elevated cannot see the mapped drives of the user. I also know there is a registry hack to fix this (which involves a reboot). I would like to create ...
2
votes
2answers
1k views

How do I automatically run an application that requires administrator privilege in Windows 8

I have an application that I need to automatically run on windows 8 WITH elevated privilege. I have embedded the manifest which contains the requireAdministrator attribute of the ...
0
votes
1answer
159 views

How to create the right certificate to elevate trust in Silverlight 5 application?

I read about using P/Invoke through Silverlight 5 and tried and it works. But it only works in a trusted environment. This means that applications downloaded from the remote website is not run in an ...
0
votes
0answers
51 views

LINQ Expressions: runtime requirements

We are taking a look at using System.Linq.Expressions in an internal enterprise app to strongly-type our INotifyPropertyChanged implementations. It looks like this (same pattern PRISM uses, I think): ...
1
vote
0answers
60 views

Need .NET / Unmanaged Elevation Design Advice

There is primarily a design decision that i need to take. Nature of some binaries is fixed due to existing architecture, but others has to be determined based on what is the best approach. I have ...
5
votes
4answers
122 views

Java : Launching .exe in its own directory with elevation priviledges

My question is pretty simple, I would like to launch a .exe in its own directory but with elevation rights/privileges. I know that this question as been raised before but I didn't found the right way ...
0
votes
0answers
236 views

System.Net.CredentialCache.DefaultCredentials from Trusted Silverlight App?

From here, Can Silverlight Out-of-Browser app call .NET DLLs?, it is possible to call full .NET code from Silverlight, as long as the app is trusted and what you are accessing is ComVisible. Sadly ...
0
votes
1answer
918 views

Executing a shell script that requires sudo from a web app

Given that the web application doesn't have su privileges, I'd like to execute a shell script that requires sudo. I'd also like to avoid having the user input the password. What are my options? This ...
1
vote
1answer
439 views

What is wrong with this SeBackupPrivilege (backup mode) implementation?

(Background information: feel free to skip to last paragraph) Current, I have a hard drive that is a full image of an O/S drive from another computer. It's an external USB drive and is connected to ...
0
votes
0answers
943 views

Windows 7 compatibility mode on network share

I have a network file share with a number of shortcuts in it, each of which runs one of several applications which load data into them from that particular file share. The network file share & ...
2
votes
1answer
189 views

Whats going to happen with COleTemplateServer::RegisterAll() in windows 7

Ok, so we have a C++ app that runs fine in Windows XP. It has the following code in the initialization // Register all OLE server (factories) as running. This enables the // OLE libraries to create ...
2
votes
1answer
2k views

How to remote execute an ELEVATED remote script in PowerShell

I have two servers: serverA (windows 2003 server) serverB (windows 7) ServerA contains a folder with a batch file (deploy.bat) that needs to be executed from an elevated powershell prompt. In ...
1
vote
1answer
250 views

How can I change execution level authorization at runtime?

I have RequestExecutionLevel user at the start, because usually I install on user level. But I want to change it afterwards, if some condition is detected, to admin. Is this possible?
6
votes
1answer
314 views

How to grant elevation with Delphi

I have written a database app that imports data from an excel file into a Access database. I have never had trouble to run the app, to insert records into the database, but as soon as I run the ...
2
votes
3answers
583 views

How reliable is adding an application manifest to ensure elevated privileges across windows xp, vista and 7?

How stable is this method to ensure that my admin application requests admin privileges when launching: <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> ...
0
votes
5answers
156 views

What's wrong with this function. unable to return string value

public static string GetContentFromSPList(string cValueToFind) { string cValueFound = ""; try { SPSecurity.RunWithElevatedPrivileges(delegate() { using ...
0
votes
2answers
257 views

Call managed code from Silverlight application

I have MyDotNet4.dll that user installs as application on machine. In my case this is components that will take care of interfacing with TWAIN scanner. I also have my Silverlight application with ...
0
votes
1answer
858 views

Activating Remote Desktop Connection on Windows 7 Ultimate Without Sharing Password

I'm a student away from home and I need to access my home computer with Remote Desktop Connection. I have a privileged user account on that machine, and I could tell my family to enable RDP, but I ...
8
votes
2answers
208 views

Can I modify a Win7 environment to allow a .Net program to always run as Administrator?

We are about to roll out several hundred new machines running windows 7, with the OS installed via WDS so at the moment we can make changes and sysprep them into the build. The problem is a .Net app ...
0
votes
1answer
466 views

CheckAndDownloadUpdateAsync doesn't work

Can you guys tell me how it should be done? I have out of browser app with a button. The Button does this: Application.Current.CheckAndDownloadUpdateCompleted += (object sender, ...
0
votes
0answers
80 views

installed Silverlight app. Running from browser

Let's say I have a SL app, which can run out of browser. Now I can install it alright. Tim Heuer has a great article how to handle it nicely. But what if user already installed it? Can I somehow ...
4
votes
4answers
5k views

In browser trusted application Silverlight 5

With the new Silverlight 5, we can now have an In-Browser elevated-trust application. However, I'm experiencing some problems to deploy the application. When I am testing the application from ...
2
votes
1answer
615 views

Silverlight 5 Trusted Mode. Accessing FileSystem and Local drives

Is there any way, any chance at all to access entire filesystem in SL app with elevated trust? That will work both in Windows and Mac? Through AutomationFactory,PInvoke or unmanaged code? I need an ...
1
vote
2answers
86 views

Truly cross-platform local files explorer hosted on a website

Once again I'm asking this question, and still can't find any reasonable solution. I need to build a web tool - file uploader which gives you ability to browse local files (pics) on the user machine ...
4
votes
1answer
2k views

How to use ServerManager to read IIS sites, not IIS express, from class library OR how do elevated processes handle class libraries?

I have some utility methods that uses Microsoft.Web.Administration.ServerManager that I've been having some issues with. Use the following dead simple code for illustration purposes. using(var mgr = ...

1 2