Jump to content

Recommended Posts

Posted

could someone please give a reason or reasons why this is not working?

RunAsSet("SYSTEM",@ComputerName,"")


RunWait("test.exe")


RunAsSet()

Posted Image

i dont have any passwords on any account.

im using xp sp2

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

could someone please give a reason or reasons why this is not working?

RunAsSet("SYSTEM",@ComputerName,"")
RunWait("test.exe")
RunAsSet()

Posted Image

i dont have any passwords on any account.

im using xp sp2

RunAsSet("SYSTEM","\\" & @ComputerName,"")

RunWait("test.exe")

RunAsSet()

Try that :)

Posted

RunAsSet("SYSTEM","\\" & @ComputerName,"")

RunWait("test.exe")

RunAsSet()

Try that :)

didnt work.

same results.

The SYSTEM account is one of special built-in accounts. I don't think you can log in with it, and therefore not RunAs() with it.

:D

but there must be another way without needing to create a service?

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...