Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. invoking process at the romote system

invoking process at the romote system

Scheduled Pinned Locked Moved C#
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    joerozario
    wrote on last edited by
    #1

    i have created a windows application . with the use of WMI i could start/stop process at the remote system the newly created process show in the task bar but not popups like local system thank u

    D O 2 Replies Last reply
    0
    • J joerozario

      i have created a windows application . with the use of WMI i could start/stop process at the remote system the newly created process show in the task bar but not popups like local system thank u

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      If you read the documentation on the Win32_Process WMI class, it tells you, in bolded text, that you can NOT create an interactive process on a remote machine using WMI.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      J 1 Reply Last reply
      0
      • D Dave Kreskowiak

        If you read the documentation on the Win32_Process WMI class, it tells you, in bolded text, that you can NOT create an interactive process on a remote machine using WMI.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        J Offline
        J Offline
        joerozario
        wrote on last edited by
        #3

        thank u sir. is there any other way to do this

        D 1 Reply Last reply
        0
        • J joerozario

          i have created a windows application . with the use of WMI i could start/stop process at the remote system the newly created process show in the task bar but not popups like local system thank u

          O Offline
          O Offline
          originSH
          wrote on last edited by
          #4

          Tried google?[^]

          1 Reply Last reply
          0
          • J joerozario

            thank u sir. is there any other way to do this

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            PSEXEC[^] The only problem with using this thing is that most virus scaning software will flag it as an unwanted program. What you want to do is very difficult to get away with simply because it's a HUGE security risk to allow any kind of remote code execution.

            Dave Kreskowiak Microsoft MVP - Visual Basic

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups