|
Dear All,
I am having an ERP and the same has been configured in all the clints. The program takes the updates from the server only if it was runned with admin rights. Presently I have not given admin rights to the user. I instisted the user to run the...
Started by Sathish k on
, 16 posts
by 8 people.
Answer Snippets (Read the full thread at ittoolbox):
Then call it using the vbs ago on an XP machine I used an earlier... .
To: jagavurivi email@removed
Sent: Wed, August 11, 2010 8:59:20 AM
Subject: RE:[networkadmin-l] RunAs and create a bat(see on code your.bat) file that can execute the program.
|
|
I still do not understand something, you ask. I explain it to me.
Started by rattasak renkarw on
, 16 posts
by 8 people.
Answer Snippets (Read the full thread at ittoolbox):
I instisted the user to run the program by right click the exe and runas 11, 2010 8:59:20 AM
Subject: RE:[networkadmin-l] RunAs a program with admin rights
Posted by satsk and password
Copy this on notepad then....
Admin rights to the user.
|
|
I'd like to run a .bat file as a different user to troubleshoot a rights problem which I suspect.
For normal .exe files, you can Shift-right-click to get "Run as...". However, for a .bat file, this does not work (Shift-right-click gives no menu entry ...
Started by sleske on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
For example
runas /noprofile /user:COMPUTERNAME\USERNAME "C:\MYBAT.bat"
See\runas\command] @="\"%1\" %....
Option for .BAT files to the context menuUser the command line.
More about the command Runas here
To add the Run as...
|
Ask your Facebook Friends
|
I have a bat file which will delete files in some folder (Profile Folder). But i do-not have access to that folder. But another account has access to the folder. How to run a batch file from one account by login into the another account which has access...
Started by Jaison on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Or
In Windows Explorer you can right-click on the bat file and choose Run (Manual Password Entry) rem This is the test.bat file runas /noprofile /env /user:myDomain.
Use the runas command.
|
|
Pretty straightforward one that I'm having trouble finding an answer to.
serverfault previously helped me with finding a way to automate Windows updates without using WSUS. It's working fantastically, but to run it over the network, you have to first ...
Started by jslaker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Have you tried the runas command?
http://technet.microsoft.com/en-us/magazine/2007.06 = "runas" # If passed multiple commands, or one (that isn't a folder) then execute that command.
|
|
On Thu, 13 Nov 2008 01:30:01 -0800, Richard_35 <Richard35@discussions.microsoft.com
Bonjour à tous,
Je sèche sur un problème de modification de BDR par un .bat.
Lien : http://cjoint.com/?lnkq2g6Sb6
Un .bat (netlog01_ok.bat) appelle un .reg (netlog...
Started by Richard_35 on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
Merci de vos conseils,
Richard fallait le dire tout de suite que tu passais par un "Runas" !!!!!!
C'est normal que la 2ème clef, celle normalement le NTUSER.DAT ....
Mon
.bat est lancée via un RunAs sous le compte administrateur.
|
|
Hello,
How can I run some exe, bat,cmd application under this buildin accounts, is it possible?
Started by WinGeek on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Syntax:
runas [{/profile
Just run:
runas /noprofile /user:AccountName....
You can use runas command , or you can check out the sudo for windows project over at source forge which adds a sudo command.
I presume you are talking about Windows.
|
|
On Wed, 15 Oct 2008 23:45:00 -0700, nicolas29 <nt29@community.nospam
hello
just an up to be sure someone read my message
nt
--
nt
>
Started by nicolas29 on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Here know why that is?)
Create a BAT file that wraps the VBS - you might have to call the
VBscript not locked into scripts, then the executable CPAU is an enhanced
version of runas that has a scheme.
|
|
Hello folks!
I just developed one COM interop component in VB.NET 2010. Everything is fine, on my development machine everything works properly.
I would like to distribute this dll with all dependencies on other machines as well.
I just did a test on ...
Started by Bart73 on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at vbforums):
Maybe "runas" is a solution, but it asks me for a password when.
As administrator then works! But how to execute regasm as administrator from one .bat file? I cannot expect from simple users to do these steps.
|
|
I am trying to write a batch file for my users to run from their Vista machines with UAC. The file is re-writing their hosts file, so it needs to be run with Administrator permissions. I need to be able to send them an email with a link to the .bat file...
Started by skb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can't request admin rights from a batch file with "runas" as the verb.
But, I don't think you can email a .bat file easily.
Use the runas command.
Something to the machine configuration rather than hiding it away .
|