Unquoted service path
C:\> sc qc quoted_path_exec
[SC] QueryServiceConfig SUCCESS
SERVICE_NAME: quoted_path_exec
TYPE : ...
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 0 IGNORE
BINARY_PATH_NAME : C:\quoted\path\exec.exe
...C:\> sc qc unquoted_path_exec
[SC] QueryServiceConfig SUCCESS
SERVICE_NAME: unquoted_path_exec
TYPE : ...
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 0 IGNORE
BINARY_PATH_NAME : C:\rand_path\unquoted path\exec.exe
...Last updated