User Profile

Collapse

Profile Sidebar

Collapse
kapik
kapik
Last Activity: Oct 22 '12, 03:39 PM
Joined: Mar 5 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kapik
    started a topic TimeStamp Problem - VS2008
    in C

    TimeStamp Problem - VS2008

    Hi!
    As usual -problems occur when working with additional libraries...

    BUT, the problem seems to be simple probably I am just
    too tired to see the cause...

    @ Kernel there's a function "GetTime()"
    I want to use it to create a Log entry like this:

    Code:
     myTime(GetTime()): someTexT

    the code looks like this:

    Code:
    int64 myTime;
    ...
    See more | Go to post

  • What I understood:

    Control PC: I have to be logged as a user with Administrative Rights

    Remotely Controlled PC: My user ( one with which I am logged with @ Control PC must be actually a domain admin, to be able to log as an admin @ Remotely Controlled PC) has to be an admin - and current user of the OS system might be just a regular one?

    Please let me know if I understood you well :)
    See more | Go to post

    Leave a comment:


  • kapik
    started a topic VBS: Defining Impersonate Level as admin

    VBS: Defining Impersonate Level as admin

    Hi!
    I am trying to use the following VBS (which I've found on BYTES) to start an aplication on remote PC.
    The issue is that I need to start it as an ADMIN (I have the passwords & login).

    How shall I modify the impersonationle vel to:
    Login as ADMIN @ remote PC (other profile than my current one on the Controlling PC)??

    Code:
    A = GetObject("winmgmts:{impersonationlevel=impersonate}!\\192.168.0.1\root\cimv2:Win32_Process").Create("C:\Program
    ...
    See more | Go to post

  • Ok, maybe you will find this solution of the problem a bit LAME but:
    1) I create a scheduled task @ remote control:
    schtasks.exe /create /S REMOTE_PC /RU my_domain\admin Login /RP admin_pass /SC einmal(I've got german XP :P) /TN "task_name" /TR "program_task_p ath" /ST 11:11:11

    2) then I run it:
    schtasks.exe /run /S Remote_Pc /RU my_domain\admin Login /RP admin_pass /TN "task_name"
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for the hint Rabbit !
    I'll give this a try :)
    See more | Go to post

    Leave a comment:


  • Rabbit, do you have any example of such a script? :)
    See more | Go to post

    Leave a comment:


  • Starting an Application on a Remote PC ( XP sp3)

    Idea is to;

    start for example winword.exe on a remote PC so that the remote PC user could see it and start work immidiately.

    Solutions that I have already tried out:

    1) PSexec.exe with a batch file
    2) Basic Telnet operations.. -I am still working on it.

    Maybe some of you guys did something like this and could help me out.
    See more | Go to post

  • Thanx for the Tip Gary :)
    I'll keep in touch, because currently I am able to get values out of one level only... I have tried setting the:

    Code:
    XmlNodeList nodeList = xmlFile.SelectNodes("/project/configurations/configuration/graph/filter/settings");
    as constant ones, but somehow it still doesn't work

    Linking might be a veerryy good Idea.
    THX, once more! :))
    See more | Go to post

    Leave a comment:


  • kapik
    started a topic Changing values in XML with non standard structure

    Changing values in XML with non standard structure

    Hi guys!
    I am currently writing a small project and I have to deal with xml file. The file has got following structure:

    Code:
    <project>
        <configurations>
          <configuration description>
           <graph>
            <filter id ="xx" alias="Twin">
             <settings>
    
               <property value="C:\temp" name="Temp
    ...
    See more | Go to post
No activity results to display
Show More
Working...