-
Notifications
You must be signed in to change notification settings - Fork 0
windows configuration
Kittipong R edited this page Mar 19, 2016
·
7 revisions
If you are trying to remove files and folders and ran into a problem -- unable to delete. It usually comes down to these potential problems: files are being used by a process, executable are running, or access permissions. Here are some commands to resolve the problems...
Reference:
-
http://superuser.com/questions/914782/how-do-you-list-all-processes-on-the-command-line-in-windows
-
tasklist tasklist | findstr "firefox.exe"
get-process
taskkill /?
dir /x rmdir /q /s