From 6901347746d5ca8a47ba885f43f5848c22797bb8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:37:58 +0000 Subject: [PATCH] Upload files to "App Install Scripts" --- App Install Scripts/Install Font.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 App Install Scripts/Install Font.bat diff --git a/App Install Scripts/Install Font.bat b/App Install Scripts/Install Font.bat new file mode 100644 index 0000000..65251d5 --- /dev/null +++ b/App Install Scripts/Install Font.bat @@ -0,0 +1,3 @@ +xcopy /y /f "\\SERVER\Software\HMS specific\wmicre.ttf" "C:\Windows\Fonts" + +reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "wmicre (TrueType)" /t REG_SZ /d wmicre.ttf /f \ No newline at end of file