Disable Auto Update for VLC Media Player
Hi,
Is there any way to turn off VLC Media Player auto update feature through registry settings?
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
anonymous_9363
9 years ago
VLC stores its settings in a binary file called 'vlcrc' which is located in the user profile tree, in '%AppData%\VLC'. Create that on the machine you're building your deployment package with and include it.
If you're re-packaging - and why wouldn't you? - use an advertised shortcut along with the usual self-healing feature set up so that clicking the shortcut installs the file for the logged-in user.
Posted by:
Ben M
9 years ago
Top Answer
https://www.google.com/search?btnG=1&pws=0&q=Disable+Auto+Update+for+VLC+Media+Player&safe=active&gws_rd=ssl
The first link underneath the Google search has some options for disabling it. None are registry based, but between the three there's an option for almost every deployment.
Edit: I had a little more time, so I did a second Google search for "disable auto update for vlc through registry"and the very first link says that no settings are stored in the registry.
The first link underneath the Google search has some options for disabling it. None are registry based, but between the three there's an option for almost every deployment.
Edit: I had a little more time, so I did a second Google search for "disable auto update for vlc through registry"and the very first link says that no settings are stored in the registry.
Posted by:
RainmanCT
6 years ago