Okie dokie,
I want to disable the Windows Logon Sound for all users. I tried to create a custom .adm template, my I cannot seem to modify any (Default) keys. The .adm below will just ADD a key called (Default). I figure that the original (Default) is a special value, but I'd like to know how to modify it.
How did you do it?
Here's my .adm
CLASS USER
CATEGORY !!CatRemoveSound
POLICY !!CurrentSound
KEYNAME "AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current"
PART !!CurrentSound EDITTEXT EXPANDABLETEXT
VALUENAME "(Default)"
END PART
END POLICY
END CATEGORY
[strings]
CurrentSound="Change Temp Location"
CatRemoveSound="Change Temp Location
I want to disable the Windows Logon Sound for all users. I tried to create a custom .adm template, my I cannot seem to modify any (Default) keys. The .adm below will just ADD a key called (Default). I figure that the original (Default) is a special value, but I'd like to know how to modify it.
How did you do it?
Here's my .adm
CLASS USER
CATEGORY !!CatRemoveSound
POLICY !!CurrentSound
KEYNAME "AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current"
PART !!CurrentSound EDITTEXT EXPANDABLETEXT
VALUENAME "(Default)"
END PART
END POLICY
END CATEGORY
[strings]
CurrentSound="Change Temp Location"
CatRemoveSound="Change Temp Location