|
Hi All,
Having a strange issue with Windows Explorer on Windows 7 Professional.
When I try to open it up under different user credentials, I get the following error message:
Results are the same whether I try it from the context menu or by using runas...
Answer Snippets (Read the full thread at superuser):
I tried killing the explorer.exe process first and then running runas /user:DOMAIN\AnotherUser explorer.exe and it replaced....
In Windows XP it works like this:
runas /user might help.
The ownership on explorer.exe Other than that I'm stumped.
|
|
I know in Vista you could get away with having multiple shell entries named "runas" so long as they were sequentially-numbered; i.e.: runas(2), runas(3), etc.
However, when trying to merge this reg entry from Vista the runas(2) is ignored:
[HKEY_CLASSES...
Started by Zoinkity on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at msfn):
I also know that you can only add 1 RunAs entry, that why I use NirCmd:
http_CLASSES_ROOT\VisualStudio.Launcher.sln\....
Only runas runs elevated.
I am not getting any entries named runas(2) to run elevated.
I tried this on Vista SP2.
|
|
One thing that's annoyed me for a great while about administrating a Windows domain is trying to work primarily from a limited user account. Much of what I do on my workstation on a day to day basis doesn't require admin rights, so I prefer to run as ...
Started by Boden on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
I have a script that would launch runas(i) next objShell.ShellExecute app, args, "", "runas"
If you hate the constant prompt for creds, perhaps using something that can take....
Is a good method, but if it is causing you headaches, then... .
|
Ask your Facebook Friends
|
Not sure what you mean when you say "XCOPY.TOK is the version that comes with Vista.". TOK files are generated by runnas.
Started by Shawn on
, 18 posts
by 8 people.
Answer Snippets (Read the full thread at kixtart):
Is not working (hide and wait) :
Code: Function runas($cmd,$hide,$wait) Dim $User, $Pass, $runnas $User = "DOMAIN\LOGONADMIN" $Pass = "secret" If Check_Server() = 0 IF $LOGGING WriteLog ("RunAs = @SCRIPTDIR + '\Tools\RunAs\runnas....
|
|
Hi,
Using Win7 I´m sometimes force to run good old applications as Administrator. How can I do this with TestStands Call Executable step?
Started by jojp on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at ni):
So I tried.
You can save the password in the shell environment, but after a reboot you have to insert it again.
This result in runas always asking for a password.
Profil without password on my PC.
|
|
On Fri, 7 Aug 2009 04:12:05 -0400, "Alex K. Angelopoulos" <alex(dot) k(dot again)angelopoulos(at)gmail.com
Here's a demo script intended to simplify running HTAs elevated - and with
one change, the value of the ext variable, it can be applied to...
Started by Alex K. Angelopoulos on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
: )
"Stefan Kanthak" <postmaster@[127.0.0.1]news:#9hpWK4FKHA.3800@TK2MSFTNGP04.phx.....
Inline.
Angelopoulos" <alex(dot) k(dot again)angelopoulos(at)gmail.com
Thanks; there were some handy things here .
On Fri, 7 Aug 2009 19:40:12 -0400, "Alex K .
|
|
On Wed, 10 Jun 2009 09:12:50 +0200, "Michael Feske" <mfeske@zedat.fu-berlin.de
Hallo alle zusammen,
ich mchte dem benutzer ermglichen ber ein icon auf dem Desktop den
rechner runterzufahren.
Mit Adminrechten hat das bisher ganz gut funktioniert...
Started by Michael Feske on
, 10 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Mein Test:
runas /user:Administrator "shutdown -s -t 60 -c;mfeske@zedat.fu-berlin.de
Ok, jetzt....
Vermutlich lag es daran
:-( der runas Befehl wird jetzt wieder ausgefhrt jedoch funktioniert es nur den Parameter /user:Administrator?
Ja.
|
|
I used to demote my user account so that it had no admin priveleges and used a 'sudo-like' trick where you create a shortcut to IE6 and enabled the 'Run with different credentials' option to open a shell window as local admin so I could install, uninstall...
Started by Brendan on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Try using a different file with runas:
%windir%\system3....
I can run cmd just fine, or my) a bit too integrated with windows, it cannot be opened with runas...
@ Huppie - runas is great, but launching explorer doesn't seem to work.
|
|
On Tue, 21 Jul 2009 09:46:04 +0200, "Pappa Georgo" <pappgyorgy@digicart.hu
Hi
How Do I elevate my shell extension to run with admin rights?
The story:
I use the dllregshex.dll context menu extension to register my own dll's
in my developer...
Started by Pappa Georgo on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
For example:
ShellExecute(hwnd, _T("runas"), ....
Execute the command using the "runas" verb.
Instead of having a shell extension, you that is launched by the extension.
Can - short of somehow getting Explorer to run
elevated.
|
|
On Sat, 5 Sep 2009 07:32:01 -0700, Agent Sylar - First Class Hero <v_automation@mail.bg
Hello,
Can someona tell me how I can detect from my shell extension if folder it
is invoked from require elevated privileges?
Thank you in advance
--
mind...
Started by Agent Sylar - First Class Hero on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
My shell extension just runs external executable, so I need to know how to
start it- as normal user, Dee Earley <dee.earley@icode.co....
Somehow if folder from where my shell extension is called
require admin privileges for writting.
|