Disable Privacy and Network Access Policy popup

In versions 2.0.x it was possible to disable the “Privacy and Network Access Policy” popup window by adding --no-qt-privacy-ask to the shortcut. When starting VLC by double clicking on a video file the “Privacy and Network Access Policy” did popop.

However it was possible to disable the popup window by changing the value of following regkey HKCL\Applications\vlc.exe\shell\Open\command to "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "--no-qt-privacy-ask" --started-from-file "%1"

Now I wanted to do the same with version 2.1.0 and modifying the shortcut works as expected. But when I change the value of the regkey the “Privacy and Network Access Policy” popup window still pops up when opening a video file by double click.