Steps to Kill processes: |
- Use the combination of CTRL+ALT+DEL to open the Windows Task Manager.
- Select the process that you want to delete and click on the "End Process" button to kill it.
- Remove the related files:
|
Steps to Delete files: |
- Go to Start > Run > type "cmd" and then click the "OK" button to open the Windows Command Prompt.
- Type in "dir /[name_folder]", then will display the folder's content even the hidden files.
- To change directory, type in "cd [folder_name]".
- Type in "del [file_name]" to delete a file in folder.
- Type in "rmdir /S [folder_name]" to delete entire folder.
|
|