Re: [Samba] Logon script with Administrator rights

2006-10-26 Thread Toni Casueps
Thanks. BeyondExec worked really well, and is freeware The only problem I found is that you don't see the network shares that the user at that computer is using, but I guess it's normal since you are connecting as another user.

[Samba] Logon script with Administrator rights

2006-10-25 Thread Toni Casueps
I am using a .bat logon script (the same for all users) and it avoids that I have to configure each user manually. But now I have to run a command that requires administrator rights on two files, and the command I write in the .bat file doesn't work. Do you know how to run the logon script as

Re: [Samba] Logon script with Administrator rights

2006-10-25 Thread Michael Gasch
hi, you can use runasspc greez Toni Casueps wrote: I am using a .bat logon script (the same for all users) and it avoids that I have to configure each user manually. But now I have to run a command that requires administrator rights on two files, and the command I write in the .bat file

Re: [Samba] Logon script with Administrator rights

2006-10-25 Thread Cleber P. de Souza
I've some suggestions for you, choose the best that apply: 1) Use poledit to change the Run or Run_Once registry keys to execute your commands. 2) Use beyondexec (http://www.beyondlogic.org/solutions/remoteprocess/BeyondExec.htm) to execute all the command you want with Administrator rights on