Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. 1)Open the newly downloaded file up with 7-zip or winrar, and extract its contents wherever you like.
  2. 2)The extracted folder should be named something like "vlc-1.1.10". Open this folder.
  3. 3)Inside should be a file named vlc.win32.nsi (NOTE: if this file does not exist inside of this folder, do an online search for its whereabouts in this release) Open this file with a text editor of choice.
  4. 4)Find the line(s) [CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" ""] (Minus the brackets) and replace it/them with
  5. [CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" "--no-qt-privacy-ask"]
  6. 5)Find the line [WriteRegStr HKCR "VLC$R0\shell\Open\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'] and replace it with
  7. [WriteRegStr HKCR "VLC$R0\shell\Open\command" "" '"$INSTDIR\vlc.exe" "--no-qt-privacy-ask" --started-from-file "%1"']
  8. 6)Save the file. If no more changes are needed, skip to the section on compiling!
Add Comment
Please, Sign In to add comment