Forum Discussion
PowerShell script to change font of office apps
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.
Jason275 How do you export the reg keys in the format that you have? When i export the data, i get a very long code and its not recognized.
- Aaron89Aug 22, 2023Copper ContributorHow did you do it?
- Pallav1011Feb 14, 2023Copper Contributor
Aaron89, I have managed to change the default font for Outlook.
Is there any way if I can change the default font for Word and Powerpoint too?