Process creation and process termination in computer system is done by
Answers
Answered by
0
Answer:
Creation can be done in 3 ways
1. Using cmd
cd to the directory where the process file is there
like cd C:\Program Files\ABC
let the file name be ert.exe
now jst type ert.exe and the process will be start
2. Using "Run"
go to start and search run OR press windows key + r
type the name of the app like
"Mspaint"
3. Using Task Manager
go to task manager and select create new task, it will open "run"
type the name of process and it will start
Termination can be done in 2 ways
1. Using task manager
Go to task manager and expand the view
select the task to be terminated and click on "End Process" OR right-click the task and select end task/process
2. Using cmd
using this command /f /im "name of the process.exe" /t
for eg
/f /im "chrome.exe" /t
Similar questions