diff --git a/FlashpointSecurePlayerConfigs/thingviewer.config b/FlashpointSecurePlayerConfigs/thing.config
similarity index 99%
rename from FlashpointSecurePlayerConfigs/thingviewer.config
rename to FlashpointSecurePlayerConfigs/thing.config
index 1b17f035faa5484957b9350e8701aa707defbe62..3b609fd287393df1adf52bd14f366ea14b0408b3 100644
--- a/FlashpointSecurePlayerConfigs/thingviewer.config
+++ b/FlashpointSecurePlayerConfigs/thing.config
@@ -5,7 +5,7 @@
   </configSections>
   <flashpointSecurePlayer>
     <templates>
-      <template name="thingviewer">
+      <template name="thing">
         <modifications>
           <environmentVariables>
             <environmentVariable name="PATH" value="%FP_STARTUP_PATH%\ActiveX\ThingViewer;%PATH%" />
diff --git a/startThingViewer.bat b/startThingViewer.bat
deleted file mode 100644
index 350ada7cecc5251b33dfe43f5b3043b2fe513f9d..0000000000000000000000000000000000000000
--- a/startThingViewer.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@ECHO OFF
-PUSHD %~dp0
-FlashpointSecurePlayer thingviewer "%~1"
-POPD
\ No newline at end of file