diff --git a/src/d_netcmd.c b/src/d_netcmd.c
index 4208e4c4f400686df62b575f2a667a39c6377931..8d42ca4c2cf65c5f20d578f78e160686819f8b84 100644
--- a/src/d_netcmd.c
+++ b/src/d_netcmd.c
@@ -3477,9 +3477,9 @@ static void Command_ListWADS_f(void)
 static void Command_Version_f(void)
 {
 #ifdef DEVELOP
-	CONS_Printf("Sonic Robo Blast 2 %s-%s (%s %s) ", compbranch, comprevision, compdate, comptime);
+	CONS_Printf("Kitchen Sink Faucet %s-%s (%s %s) ", compbranch, comprevision, compdate, comptime);
 #else
-	CONS_Printf("Sonic Robo Blast 2 %s (%s %s %s %s) ", VERSIONSTRING, compdate, comptime, comprevision, compbranch);
+	CONS_Printf("Kitchen Sink Faucet %s (%s %s %s %s) ", VERSIONSTRING, compdate, comptime, comprevision, compbranch);
 #endif
 
 	// Base library
diff --git a/src/m_misc.c b/src/m_misc.c
index 42890cb08a26e34e54eb2f904615ff214c5c018c..376e7512fe3bf2f3395db1460e1e4f0ff44b1b29 100644
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -783,10 +783,10 @@ static void M_PNGText(png_structp png_ptr, png_infop png_info_ptr, PNG_CONST png
 	char keytxt[SRB2PNGTXT][12] = {
 	"Title", "Description", "Playername", "Mapnum", "Mapname",
 	"Location", "Interface", "Render Mode", "Revision", "Build Date", "Build Time"};
-	char titletxt[] = "Sonic Robo Blast 2 " VERSIONSTRING;
+	char titletxt[] = "Kitchen Sink Faucet " VERSIONSTRING;
 	png_charp playertxt =  cv_playername.zstring;
-	char desctxt[] = "SRB2 Screenshot";
-	char Movietxt[] = "SRB2 Movie";
+	char desctxt[] = "Kitchen Sink Faucet Screenshot";
+	char Movietxt[] = "Kitchen Sink Faucet Movie";
 	size_t i;
 	char interfacetxt[] =
 #ifdef HAVE_SDL
diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c
index 10c0747bf18b4e8fc725f4cfd3984a9183e79c56..1c47b89c9d6f5d086a957e420cc8bc6e1ca4f3f9 100644
--- a/src/sdl/i_system.c
+++ b/src/sdl/i_system.c
@@ -629,7 +629,7 @@ static void I_StartupConsole(void)
 
 	if (gotConsole)
 	{
-		SetConsoleTitleA("SRB2 Console");
+		SetConsoleTitleA("Kitchen Sink Faucet Console");
 		consolevent = SDL_TRUE;
 	}
 
@@ -1622,7 +1622,7 @@ void I_UpdateMumble(const mobj_t *mobj, const listener_t listener)
 		return;
 
 	if(mumble->uiVersion != 2) {
-		wcsncpy(mumble->name, L"SRB2 "VERSIONSTRINGW, 256);
+		wcsncpy(mumble->name, L"Kitchen Sink Faucet "VERSIONSTRINGW, 256);
 		wcsncpy(mumble->description, L"Sonic Robo Blast 2 with integrated Mumble Link support.", 2048);
 		mumble->uiVersion = 2;
 	}
@@ -2400,7 +2400,7 @@ void I_Error(const char *error, ...)
 			// which should fail gracefully if it can't put a message box up
 			// on the target system
 			SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR,
-				"SRB2 "VERSIONSTRING" Recursive Error",
+				"Kitchen Sink Faucet Recursive Error",
 				buffer, NULL);
 
 			W_Shutdown();
@@ -2444,7 +2444,7 @@ void I_Error(const char *error, ...)
 	// which should fail gracefully if it can't put a message box up
 	// on the target system
 	SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR,
-		"SRB2 "VERSIONSTRING" Error",
+		"Kitchen Sink Faucet Error",
 		buffer, NULL);
 	// Note that SDL_ShowSimpleMessageBox does *not* require SDL to be
 	// initialized at the time, so calling it after SDL_Quit() is
diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c
index c8f67da77bcda865d1865220a67705e5f6896e01..032521c0ad8ebdc7774466d0c8e82a44f0d6ae33 100644
--- a/src/sdl/i_video.c
+++ b/src/sdl/i_video.c
@@ -1631,7 +1631,7 @@ static SDL_bool Impl_CreateWindow(SDL_bool fullscreen)
 #endif
 
 	// Create a window
-	window = SDL_CreateWindow("SRB2 "VERSIONSTRING, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED,
+	window = SDL_CreateWindow("Kitchen Sink Faucet "VERSIONSTRING, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED,
 			realwidth, realheight, flags);
 
 
diff --git a/src/win32/Makefile.cfg b/src/win32/Makefile.cfg
index 702ae3765ce52effaccb48b7d3c3e196a7ac9214..0365f617debece088803f429cb3326a56265a2c5 100644
--- a/src/win32/Makefile.cfg
+++ b/src/win32/Makefile.cfg
@@ -68,7 +68,7 @@ endif
 endif
 
 	# name of the exefile
-	EXENAME?=srb2win.exe
+	EXENAME?=kitchensinkfaucet.exe
 
 ifdef SDL
 	i_system_o+=$(OBJDIR)/SRB2.res
diff --git a/src/win32/Srb2win.rc b/src/win32/Srb2win.rc
index 5ba366bda313870f4b815b95756cb4aca073da16..98927e2a61a60d9ffd4fb43dd11d2070d5bf3607 100644
--- a/src/win32/Srb2win.rc
+++ b/src/win32/Srb2win.rc
@@ -84,14 +84,14 @@ BEGIN
         BEGIN
             VALUE "Comments", "Visit our web site at www.srb2.org for news and updates!\0"
             VALUE "CompanyName", "Sonic Team Junior\0"
-            VALUE "FileDescription", "Sonic Robo Blast 2\0"
+            VALUE "FileDescription", "Kitchen Sink Faucet\0"
             VALUE "FileVersion", VERSIONSTRING_RC
             VALUE "InternalName", "srb2\0"
             VALUE "LegalCopyright", "Copyright 1998-2020 by Sonic Team Junior\0"
             VALUE "LegalTrademarks", "Sonic the Hedgehog and related characters are trademarks of Sega.\0"
-            VALUE "OriginalFilename", "srb2win.exe\0"
+            VALUE "OriginalFilename", "kitchensinkfaucet.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Sonic Robo Blast 2\0"
+            VALUE "ProductName", "Kitchen Sink Faucet\0"
             VALUE "ProductVersion", VERSIONSTRING_RC
             VALUE "SpecialBuild", "\0"
         END