I am messing with the windows sounds. Apparently this is stored somewhere in the HKEY_CURRENT_LUSER\AppEvents\Schemes\Apps registry entry.
The problem is that I need to define the 'default' entry of a key. Exporting with the registry editor gives an @-sign, for the entry. In the opsi-winst-script this translates to a beautiful @ registry entry. (Default) makes an other (default) entry.
So, does anybody know what value to use to change the (default) value?
Screenshots will be added when I'm at work again.
(default) registry entry
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
(default) registry entry
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: (default) registry entry
Have a look at the docs
http://download.uib.de/opsi4.0/doc/html ... t-registry
The empty variable "" denotes the standard entry of a registry key.
or google around
regards,
bardo Wolf
http://download.uib.de/opsi4.0/doc/html ... t-registry
The empty variable "" denotes the standard entry of a registry key.
or google around
Code: Alles auswählen
site:forum.opsi.org registry set default
bardo Wolf
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: (default) registry entry
Thank you very much. I was looking around in the opsi-winst-reference-card.pdf but couldn't find it there. Should have tried "" myself, mea culpa! 

Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!