Forum Discussion
ashisharya
Jun 22, 2021Copper Contributor
PowerShell script to change font of office apps
Hi, We are using Microsoft 365 for Enterprise for delivery office apps to users via Microsoft Intune. Currently the default font for all office apps is Calibri and now users want that it should ...
Jason275
Jan 19, 2022Copper Contributor
Hi Aron,
The script below will work. First you need to go to Outlook on your local device and set the default font to Arial 10, this will set the values in the registry. Then go to the registry and copy the values from HKCU:\SOFTWARE\Microsoft\Office\16.0\Common\MailSettings and replace the ones I have used in the example below. I have also included the write-output "Script worked" | out-file c:\Scripts\output.txt so you can see if the script has worked. This should give you what you need.
Ashish_Arya
Jan 24, 2022Brass Contributor
Jason275 : Can you please add the full code here. I would prefer in text format instead of an image.
Thanks.