VLC: Disable the Privacy/Network dialog box
Published: March 31, 2015 - 2:48 PM
Hello,
I'm currently developing a package to install VLC. My problem is that I don't know how to easily disable the Privacy/Network dialog box that appears for each user the first time they launch the application.
I've searched online and found the command "--no-qt-privacy-ask" which does indeed prevent this dialog box from appearing. The problem is that this command isn't run during installation (which would disable the dialog box for all users) but rather with the VLC executable (%PROGRAMFILES%/VideoLAN/VLC/vlc.exe --no-qt-privacy-ask).
There's also the "vlcrc" file located in each user's AppData folder, which would allow disabling this dialog box, but this would mean creating/copying the file for each user profile on each machine, which is impossible for a large network.
Does anyone have a solution to my problem?
I'm currently developing a package to install VLC. My problem is that I don't know how to easily disable the Privacy/Network dialog box that appears for each user the first time they launch the application.
I've searched online and found the command "--no-qt-privacy-ask" which does indeed prevent this dialog box from appearing. The problem is that this command isn't run during installation (which would disable the dialog box for all users) but rather with the VLC executable (%PROGRAMFILES%/VideoLAN/VLC/vlc.exe --no-qt-privacy-ask).
There's also the "vlcrc" file located in each user's AppData folder, which would allow disabling this dialog box, but this would mean creating/copying the file for each user profile on each machine, which is impossible for a large network.
Does anyone have a solution to my problem?