Command line:
SC create Spooler binpath = % WINDIR %/system32/spoolsv.exe start = auto depend = RPCSS displayname = "bbb ccc"
Displayname = BBB is the display name.
-------
Print Spooler is not used in the service. What should I do?
Method 1:
Run: services. MSC
Start the Remote Procedure Call (RPC) service. Start type: automatic
Restart the computer to check whether there is any printer service. If yes, restart the Print Spooler service.
Method 2:
Copy spoolsv. EXE from another machine to C:/Windows/system32/on the local machine.
Open the Notepad program, paste the following character, save it as **. Reg, double-click the file, import it to the registry, and restart the computer.
------------------------------------
[HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler]
"Dependonservice" = hex (7 ):,
"Description" = "load the file into the memory for later printing. "
"Displayname" = "Print Spooler"
"Errorcontrol" = DWORD: 00000001
"Failureactions" = HEX: 80, 51, 00, 00, 00, E8, 47, 0C ,/
, 60, EA, 60, EA
"Group" = "spoolergroup"
"ImagePath" = hex (2): 25, 00, 53,00, 79,00, 00, 6d, 00, 6f, 00, 6f, 00 ,/
, 00, 5C, 79, 00, 00, 6d, 00, 00, 5C ,/
, 70, 00, 6f, 00, 6f, 00, 6C, 00, 2e, 78, 00, 00
"Objectname" = "LocalSystem"
"Start" = DWORD: 00000002
"Type" = DWORD: 00000110
[HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler/parameters]
[HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler/performance]
"Close" = "perfclose"
"Collect" = "perfcollect"
"Collect timeout" = DWORD: 000007d0
"Library" = "winspool. DRV"
"Object List" = "1450"
"Open" = "perfopen"
"Open timeout" = DWORD: 00000fa0
"Wbemadapfilesignature" = HEX: B6, 69,32, F1, CC, 60,91, 0e, 38, F9, A0, 87,63, C5, 0b, D8
"Wbemadapfiletime" = HEX: 60, A8, de, CD, 5a, 2f, C4, 01
"Wbemadapfilesize" = DWORD: 00020200
"Wbemadapstatus" = DWORD: 00000000
[HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler/security]
"Security" = HEX: 01,00, 14,80, 90,00, 00,00, 9C, 00,00, 00,14, 00,00, 00,30, 00,00, 00,02 ,/
00, 1C, 00, 02, 00, FF, 01, 0f, 01, 00, 00 ,/
, 60, 00, 00, 00, 00, 00, 8D, 01, 00, 00 ,/
05, 0b, 00,00, 00,00, 00,18, 00, 9d, 01,02, 00,01, 02,00, 00,00, 00,00, 05,20, 00,00, 00 ,/
, 02, FF, 01, 0f, 00 ,/
, 00, 14, 00, FD, 02, 00, 01, 01 ,/
[HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler/Enum]
"0" = "root // legacy_spooler // 0000"
"Count" = DWORD: 00000001
"Nextinstance" = DWORD: 00000001
-----------------------------------------------
Method 3:
First, check whether your C:/Windows/system32/spoolsv.exe exists. If you have not copied one from another computer (find a system version ), you can also copy the involved registry information together. For example, right-click HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/Spooler and choose export from the shortcut menu. Restart your computer. Run services. MSC.