It is a common practice for applications to have configurations set in INI file. It may contain information such as language, key, connection setting, version, and so forth. Updating INI file might not affect the application coding, but it may affect on how the application behave. There are multiple ways to update the file, one of it is by using Group Policy Preference ( GPP ). In this example, I want to update a key file at a specific location with a specific information. Information : File Location : C:\Temp\key\keyfile.key Content of AppsKey.key : [Setup] Key=XXXX-XXXX-XXXX-XXXX As mentioned by Microsoft here , below format must be followed : [SectionName] PropertyName1=PropertyValue1 PropertyName2=PropertyValue2 How To Do : Edit the policy. Navigate to Preference | Windows Settings Right click INI Files | New | Ini File This screen will appear... Action = Different action will do different thing. Refer to the table below File Path =