this is the proper syntax to add a reg policy for desktop background color...
place the following in a .adm file:
class user
category !!syscontrol
keyname "control panel\colors"
policy !!background
explain !!background_help
part !!promptcolor edittext
valuename "background"
end part
end policy ;background
end category
[strings]
syscontrol="control panel"
limitsize="color of desktop background"
background_help="sets the color of the background. 58 110 165 is the default windows color"
promptcolor="hex color of background:"
background="windows desktop color
place the following in a .adm file:
class user
category !!syscontrol
keyname "control panel\colors"
policy !!background
explain !!background_help
part !!promptcolor edittext
valuename "background"
end part
end policy ;background
end category
[strings]
syscontrol="control panel"
limitsize="color of desktop background"
background_help="sets the color of the background. 58 110 165 is the default windows color"
promptcolor="hex color of background:"
background="windows desktop color