Hello sir,
I am getting errors when loading this template into GPO. Please advice.
[code:1];
; NAME: FontSmoothing.adm
;
; DESCRIPTION: An ADM (Group Policy template) for applying font smoothing to users.
;
CLASS USER
CATEGORY "Font Smoothing"
POLICY "Font Smoothing"
EXPLAIN !!ExplainFontSmoothing
KEYNAME "Control Panel\Desktop"
VALUENAME "FontSmoothing"
VALUEON 2
VALUEOFF 0
PART "Font Smoothing Type" DROPDOWNLIST REQUIRED
VALUENAME "FontSmoothingType"
ITEMLIST
NAME ClearType VALUE NUMERIC 2 DEFAULT
NAME Standard VALUE NUMERIC 1
END ITEMLIST
NOSORT
END PART
END POLICY
END CATEGORY
[STRINGS]
ExplainFontSmoothing=Select the font smoothing to apply to fonts.\nDisabled = No anti-aliasing applied\nStandard = Normal anti-aliasing applied\nClearType = Pixel sub-sampling anti-aliasing applied\n\nAfter this setting is applied, users will need to log off and back on to see the changes.[/code]
Hello sir,
I am getting errors when loading this template into GPO. Please advice.