-1
votes
2answers
47 views

What is a command you can run from CMD.exe that requires UAC elevation? [closed]

I googled this, and I couldn't find an answer. What's a command that you have to UAC elevation in cmd.exe to run?
2
votes
0answers
80 views

Start/stop services from command prompt under non Administrator user, but belonging to administrators group

I have a WIN7 computer with user which is in Administrator group. Let's call it MyUser. UAC turned ON. I have several services launched under local system. When I'm trying to start or stop these ...
0
votes
0answers
12 views

Run one command elevated from the Windows 7 command prompt [duplicate]

In a Windows 7 command prompt, in some directory and with some environment, is there a way to run a single command with elevated privileges using all the current environment and directory? Like the ...
1
vote
2answers
565 views

How to elevate a program without the UAC prompt? [duplicate]

Possible Duplicate: How to run program from command line with elevated rights I have a computer with these settings for UAC: Attempting to run a safe program results in a UAC prompt: ...
1
vote
1answer
1k views

Is there any way to elevate a command prompt in Windows 7? [duplicate]

Possible Duplicate: Elevate a running program to administrator (Windows 7) Situation: I start a command prompt normally, without Administrator permissions, either accidentally by habit or ...
4
votes
2answers
3k 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 ...
1
vote
1answer
185 views

Easy quick notifications on Windows 7 with UAC

On Windows XP I was used to create simple notifications for myself using combination of at and msg commands. The whole thing was very easy hit Ctrl+R type eg. at 21:00 msg * Do something hit ...
0
votes
1answer
505 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, ...
3
votes
3answers
4k views

How to toggling UAC on/off quickly, eg. using command line, in Windows-7?

I'm writing codes which relates to UAC and need to turn it on/off very often. So that I'm looking for a way to turning it on/off quickly, prefer to use command line. Please share if you know how ...
3
votes
1answer
2k views

UAC Status from Command Line

Is there any command which will tell me the state of UAC? Eg it's switched on, off of which level it's on.