Seite 1 von 1

(default) registry entry

Verfasst: 26 Sep 2013, 23:27
von SisterOfMercy
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.

Re: (default) registry entry

Verfasst: 27 Sep 2013, 09:01
von wolfbardo
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

Code: Alles auswählen

site:forum.opsi.org registry set default
regards,
bardo Wolf

Re: (default) registry entry

Verfasst: 27 Sep 2013, 12:53
von SisterOfMercy
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! :oops: