From f9d91a7dc49e423eacdaf16a9eb1b34b3a41e052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 27 Apr 2012 19:18:06 +0200 Subject: [PATCH] wine.inf: Start the spool service when needed. --- tools/wine.inf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 463ecfd8794..0002b9f6562 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -3001,7 +3001,7 @@ Description="Loads files to memory for later printing" DisplayName="Print Spooler" ServiceBinary="%11%\spoolsv.exe" ServiceType=0x110 -StartType=4 +StartType=3 ErrorControl=1 LoadOrderGroup="SpoolerGroup"