Jump to content

ev0l

Members
  • Posts

    3
  • Joined

  • Last visited

ev0l's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hey, uhm damn I havent setup any domain stuff just default settings.. dident get a chance to work anymore on this yesterday ill do some more tests!
  2. less is more! ; Broken $pid = RunAs("alternate_account", @ComputerName, "password", 4, "calc.exe") ; Works ;~ $pid = Run("calc.exe") sleep(500) $WinList = WinList() for $i=1 to $WinList[0][0] $wPID = WinGetProcess($WinList[$i][1]) if Not StringCompare($wPID, $pid) Then ConsoleWrite("Found calc, setting title." & @LF) WinSetTitle($WinList[$i][1], "", "Newitle") EndIf Next I'm looking through security policies right now.. I'm on windows 7, tried both administrator and standard accounts for the RunAs username
  3. When using RunAs (/profile + /env) i can no longer do things like WinSetTitle to the spawned window, i tried compiling a test script and running it as the same user in windows but still not able to change the title Super awesome if someone can give me a tip here!
×
×
  • Create New...