Start TaskManager with System credentials

C

CreateWindow

Hi George,

You can run up a scs (single command shell) i.e. (commamd prompt ;-) that is
running with SYSTEM privileges quite easily.

Use the AT scheduler like this:
1. Open a regular command prompt.
2. Give the command AT 10:45 /interactive cmd.exe (Adjust 10:45 to
your local time + 1 minute of course)
3. Wait for (less than a minute) and the command prompt pops up with system
privs.
4. Enter any valid command like taskmgr and hit enter - that should give you
what you need.

Have a nice day,
CreateWindow
http://justpageprobe.com
The FREE Web page utility you always wanted.
Monitor your enterprise Web Servers.
Keep your router connected.
Email your IP to where you need it.
 
G

George Valkov

When I need to perform tasks that are beyond the built-in Administrator
account's priviledges I used to start and interactive service created with
this command:
sc create TaskMGR binPath= "%SystemRoot%\System32\cmd.exe /c start /REALTIME
%SystemRoot%\System32\taskmgr.exe" type= own type= interact start= demand
error= ignore obj= LocalSystem

I used to start it with this command:
sc start TaskMGR

~ Unfortunately it no longer starts and I don't know why? What can be the
problem?

~ Does anyone know of another way to start TaskManager with System
priviledges on my demand?


Thank You for any advice!


George Valkov
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top