Im in the same process.. i dont want to install manually on about 60 laptop ..
I will try my batch file at logon script instead, seems easier than GPO for about 6 font.
this is the batch i use locally under admin user:
copy "FONT1.ttf" "%SystemRoot%\Fonts"
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "FONT1 (TrueType)" /t REG_SZ /d FONT1.ttf /f
copy "Font2.otf" "%SystemRoot%\Fonts"
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "FONT2 (OpenType)" /t REG_SZ /d FONT2.otf /f
Can i put this batch into GPO instead of logon script (with kixstart) ?