diff --git a/base/.config/systemd/user/autocategorize b/base/.config/systemd/user/autocategorize
index 85b402dc..ebd09607 100755
--- a/base/.config/systemd/user/autocategorize
+++ b/base/.config/systemd/user/autocategorize
@@ -52,6 +52,11 @@ find "$HOME" \
 			-print \
 			-exec mv {} ~/Books \;
 	fi
+	# Remove RDP stuffs
+	echo "Removing RDP zone identifiers..."
+	find "$downloaddir" \
+		-type f -iname "*:Zone.Identifier" \
+		-print -delete
 	# Remove anything that's wicked old
 	echo "Removing ancient downloads..."
 	find "$downloaddir" \