Search found 1 match

Go to advanced search

by jtaylorts
31 Mar 2008 00:21
Forum: VLC media player for Windows Troubleshooting
Topic: Quit all vlc instances
Replies: 2
Views: 1018

Re: Quit all vlc instances

On Windows XP & Vista you can use

Code: Select all

taskkill /f vlc.exe
That will close all instances of VLC.

Code: Select all

taskkill /?
for more info.

Go to advanced search