• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "RunAs command under admin"

Collapse

  • Troll
    replied
    Originally posted by 2uk View Post
    Logmein - free , screens come faster, if it doesn't have encryption use windows IPsec.
    Hmmm that looks interesting - thanks I'll look into it some more

    Leave a comment:


  • 2uk
    replied
    Originally posted by Troll View Post
    Any alternative with encryption?
    Logmein - free , screens come faster, if it doesn't have encryption use windows IPsec.

    Leave a comment:


  • Troll
    replied
    Originally posted by 2uk View Post
    crossloop sucks anyway.
    Any alternative with encryption?

    Leave a comment:


  • 2uk
    replied
    Originally posted by Troll View Post
    In XP Home I'm trying to get crossloop running on a user level account as admin by using a VBS script - this returns 'cannot load xml file' although the script is in the shared crossloop folder. Dya think it's an environmental variable that needs defining?

    If I manually click the crossloop icon and do a RunAs from the user desktop everything works fine
    crossloop sucks anyway.

    Leave a comment:


  • Troll
    started a topic RunAs command under admin

    RunAs command under admin

    Option explicit
    dim oShell
    set oShell= Wscript.CreateObject("WScript.Shell")
    oShell.Run "runas /user:administrator ""CrossLoop.exe"""
    WScript.Sleep 100
    oShell.Sendkeys "password~"
    Wscript.Quit
    In XP Home I'm trying to get crossloop running on a user level account as admin by using a VBS script - this returns 'cannot load xml file' although the script is in the shared crossloop folder. Dya think it's an environmental variable that needs defining?

    If I manually click the crossloop icon and do a RunAs from the user desktop everything works fine

Working...
X