Jump to content

Recommended Posts

Posted

1) Remove license agreement from opening and needing to be accepted or denied when opening Stencyl?

2) Change Scratch's default location for saving a file to a network drive?

3) Stop the updates box from appearing when open VLC Media Player

 

I plan to push this out to all computers, so if you know the registry entry or script to achieve the above please let me know.

Posted
Use a copy of RegMon and change the setting on the PC and see what changes in the registry and then just export the key. I've had a look in the registry but cannot see anything, not got a copy of RegMon on here to check it, cannot see why it is not do able.
  • Thanks 1
Posted
Use a copy of RegMon and change the setting on the PC and see what changes in the registry and then just export the key. I've had a look in the registry but cannot see anything, not got a copy of RegMon on here to check it, cannot see why it is not do able.

 

It's defiantly doable :) My question was more of where the settings were to acheive it.

Never heard of regmon, will give that a try now. thanks

Posted (edited)

On my computer the vlcrc file is stored in the %AppData%\vlc folder. The only settings you need are...

 

# Ask for network policy at start (boolean)
qt-privacy-ask=0

# Activate the updates availability notification (boolean)
qt-updates-notif=0

 

I normally recompile the VLC installer using NSIS and add the switches below to every file association and shortcut. This has the same effect as modifying the registry.

 

--no-qt-privacy-ask --no-qt-updates-notif

 

Another thing you can do to prevent VLC from checking for updates (e.g. via the Help menu) is to block the website below on your proxy or firewall.

 

http://update.videolan.org/vlc/status-win-x86

Edited by Arthur
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...