70-649 · Question #254
Your network contains a server named Server1 that has the Remote Desktop Session Host (RD Session Host) role service installed. A user named User1 connects to Server1 and starts an application named A
The correct answer is A. Tskill. Tskill Ends a process. Syntax tskill {ProcessID | ProcessName} [/server:ServerName] [{/id:SessionID | /a}] [/v] Parameters ProcessID: The ID of the process you want to end. ProcessName: The name of the process you want to end. You can use wildcards to specify this parameter. /ser
Question
Your network contains a server named Server1 that has the Remote Desktop Session Host (RD Session Host) role service installed. A user named User1 connects to Server1 and starts an application named App1.exe. User1 reports that App1.exe is unresponsive and cannot be closed. You need to terminate Appl.exe for User1 only. Which tool should you do?
Options
- ATskill
- BQprocess
- CRwinsta
- DQuser
How the community answered
(48 responses)- A71% (34)
- B19% (9)
- C2% (1)
- D8% (4)
Explanation
Tskill Ends a process. Syntax tskill {ProcessID | ProcessName} [/server:ServerName] [{/id:SessionID | /a}] [/v] Parameters ProcessID: The ID of the process you want to end. ProcessName: The name of the process you want to end. You can use wildcards to specify this parameter. /server: ServerName : Specifies the terminal server containing the process you want to end. Otherwise, the current terminal server is used. /id: SessionID : Ends the process running in the specified session. /a : Ends the process running in all sessions. /v : Displays information about the actions being performed. /? : Displays help at the command prompt. tskill App1.exe /server:Server1 /id:<SessionID of User1>
Topics
Community Discussion
No community discussion yet for this question.