windows task manager

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kuppuswamy
    New Member
    • Sep 2015
    • 1

    windows task manager

    how to run the windows task manager in dos command through html code
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    That's not possible. For a number of reasons.

    1) HTML can't run any code on the client.

    2) JavaScript can run code on the client, but doesn't have system level access.

    3) And that's because it would be a huge security risk.

    Comment

    Working...