2
votes
3answers
5k views

How to run a command as administrator on Windows7 from a command line?

I need to run tscon.exe 0 /dest:console remotely = not manually on Windows7 as an administrator. More info here How to use tscon on Windows7? I did my research and OPTION 1 - runas for user ...
5
votes
3answers
301 views

Delegate log off privilege?

Is it possible to delegate the right to log other users off? I'd like to give users the ability to log another user off of a computer, but I'm not willing to make everyone administrators to do so. We ...
3
votes
2answers
1k views

How to add a privilege to an account in Windows?

Given: A VM running Windows 2008 I am logged on there using my domain account (SHUNRANET\markk) I have added the "Create global objects" privilege to my domain account: The VM is restarted (I know ...
0
votes
1answer
67 views

Breaking and Entering [closed]

Long story short, my brother is going up for an expulsion from school and I was curious about a few things that I am not really up to speed on. It's all circumstantial and the IT department at the ...
0
votes
2answers
121 views

How to give certain rights to a particular user in servr 2k3

I want to give one user a limited set of administrative rights. The suer must be allowed to: create users create folders share folders able to take back up I do not want this account to be able ...
1
vote
1answer
904 views

Running Apache 2.2 as another user on Windows Server 2008 R2

I would like to run apache as a limited user on Windows 2008 R2 for security reasons. I've created a user in the user group (let's call it apache), and set the user to run as in the services pane, but ...
0
votes
2answers
3k views

openvpn routing in windows vista without admin privileges

my windows vista vpn client interface receives an ip in: 192.168.50.0/24 and the server pushes a route to the local lan 192.168.5.0/24 In my windows vista (client) the user account does not have ...
10
votes
4answers
11k views

Gaining administrator privileges in PowerShell

I only have one account on my Windows Vista machine, and that user has administrative privileges. However, when I try to execute a command within PowerShell to kill a certain process, I'm greeted with ...
1
vote
2answers
839 views

Disableing right clicking My Computer -> Properties in Windows XP

I want to make it hard for users on a domain to access things like System Properties. Is there a way I can disable things like Right Clicking the start menu, Accessing System Properties, and any other ...
5
votes
3answers
36k views

Using “Run as…” as limited user to modify network connection settings? [closed]

I'm running in a non-admin account on my development workstation, using "Run as..." for all things that need administrator privileges. Thankfully under XP even the control panel applets allow that. ...