Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
38 views

Why does elevating a process cause the process to hang?

Starting from this morning, everything that requires elevation or UAC (i.e. if I click on Run as Administrator, or click on a button with a shield) hangs the launcher. If I right-click on a program ...
1
vote
2answers
216 views

Start elevated command prompt in %UserProfile% directory by default?

When I start an elevated Command Prompt in Windows 7 or Windows Vista, the initial directory is the %SystemRoot%\system32 directory. This is the default Windows behavior, and is not a problem ...
7
votes
1answer
77 views

How to deny elevation to a program?

Does Windows have a "automatically deny elevation request" list? If a user is a "standard user", it is possible to have Windows automatically deny any elevation requests by changing the ...
0
votes
1answer
66 views

Windows Task Manager: How to see elevation status? [closed]

Possible Duplicate: How can I tell whether a process is running with administrator permissions? Windows 7 Task Manager, Processes tab. When I run a programm, batch ... elevated (run as ...
5
votes
2answers
115 views

I want to make an item on a Windows 7 Jump List run as administrator

Only occasionally I have to open a Visual Studio project with a VS instance running under admin. This is a little inconvenient because I can't use the short-cut for that project in the VS Jump List. ...
0
votes
1answer
176 views

How do I use RUNAS with the Administrator account disabled in Windows 7

My user account is an administrator account (well in the Administrator group technically). As I understand this I am always running in the standard user context except when elevation is required, ...
0
votes
1answer
679 views

Is there an way to extract elevation data from Google Earth?

I'm searching for an way to get "elevation" data from Google Earth maps in a file and then to do level curves. Do you know one?
2
votes
1answer
2k views

How do I easily elevate when running a .jar file?

When trying to run an installer Jar file, I am getting an error saying that write access is denied to create a directory under the Program Files folder. Right click -> Run as Administrator is not ...
4
votes
2answers
812 views

Force running a program as non-administrator in Vista

I've just installed, on Vista 32-bit, a program which in my opinion shouldn't require administrator rights. It's not installed in a system directory, and its purpose shouldn't obviously require any ...
0
votes
3answers
525 views

Windows 7 - Opening files from Windows Explorer with Elevated Permissions?

I've just started using Windows 7 and am instantly finding one aspect pretty annoying. When I open certain files from Windows Explorer / Windows Search results etc then I then cannot save them as it ...
0
votes
2answers
417 views

Install Office software on a standard user account automatically

If I know the Administrator account name and password on a Windows 7 computer, would it be possible to create an Office 2010 install CD that would "silently" install Office 2010 on a standard user ...
1
vote
2answers
332 views

Using Command Prompt arguments to run a file (with arguments) as an administrator?

I am making the menu items called Lock for Microsoft's BitLocker. I've got it all right up to one point: locking HDD partitions requires administrator privileges. How do I use process paths or CMD or ...
0
votes
1answer
376 views

Starting an elevated command prompt from a folder's context menu in Windows 7 [closed]

Possible Duplicate: Easiest way to get right-click “Open command window here” with admin priveleges in Windows 7 Windows 7 will display an 'Open command prompt here' context ...
0
votes
2answers
320 views

How to run a command as administrator in Windows? [closed]

Possible Duplicate: is there any ‘Sudo’ command for windows ? I want to run a console program in Windows, but it required administrative privileges. So, I can right click the ...
3
votes
3answers
1k views

Run program as admin without entering credentials? (Automatic Win7 elevation)

I'm working on my systems without admin rights, but I'd like to start sysinternals process explorer as full admin to have some debug access on my machine. Right now I run procexp.exe with parameter ...
3
votes
1answer
2k views

Cannot 'run as administrator' from desktop shortcuts in Windows 7!

On my Windows 7 system I can select a program shortcut in the start menu, right click on it and select 'Run as administrator'. I then get the confirmation prompt and the application starts up with ...
1
vote
3answers
3k views

How to access network shares from an elevated process in Windows 7?

With UAC set to the Default level, it is not possible in Windows 7 to access mapped network folders from an administrative command prompt or any other elevated process. This leads to unwanted errors, ...
1
vote
1answer
1k views

Allow Standard user to run program requiring UAC elevation

I need a standard or limited Windows 7 user to be able to run an application (Fallout Mod Manager) which requires UAC elevation. I've tried the Application Compatibilty Toolkit, but that did not work ...
1
vote
4answers
946 views

How to tell Windows 7 that an application does not need to run with admin rights? [closed]

Possible Duplicate: Prevent elevation (UAC) for an application that doesn't need it I am using an application that was written before Windows Vista/Windows 7. Windows has decided that ...
0
votes
2answers
56 views

How can to manually change the default (suggested / favourite) users of the Windows UAC dialog?

Whenever I want elevated rights (via the Windows 7 User Access Control dialog), I need to input the [LaptopLocalName]\administrator. Because the user is in the domain, you cannot even just type ...
1
vote
2answers
156 views

Vista Command Prompt: Elevated

What command can I use to confirm that I am running the command prompt elevated and what command can I use to force a program to run elevated from the command prompt?
2
votes
2answers
1k views

How can I get the UAC/elevation prompt to remember my local username?

I want to be able to run as a non-admin domain account for normal work and be prompted for elevation when needed. This is fine when not in a domain as the elevation prompt remembers my user name and I ...
3
votes
2answers
6k views

Elevated Priviliges for Startup Applications in Vista

Is there any way to configure application that requires administrator privilages (elevation) so it's automatically started with elevated privileges and does not request elevation on every startup? ...