aboutsummaryrefslogtreecommitdiff
path: root/winrc/w_inst.c
diff options
context:
space:
mode:
Diffstat (limited to 'winrc/w_inst.c')
-rw-r--r--winrc/w_inst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winrc/w_inst.c b/winrc/w_inst.c
index a9f1defa1100..023490631a37 100644
--- a/winrc/w_inst.c
+++ b/winrc/w_inst.c
@@ -231,8 +231,8 @@ wsvc_install(FILE* out, const char* rename)
NULL, /* no load ordering group */
NULL, /* no tag identifier */
NULL, /* no deps */
- (LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */
- "" /* no password (must be an empty string) */
+ NULL, /* on LocalSystem */
+ NULL /* no password */
);
if(!sv) {
CloseServiceHandle(scm);