Fix syntax error

This commit is contained in:
Fierelier 2024-01-19 21:48:17 +01:00
parent 5ea0a6a766
commit 3d0eeb3e09
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ for key in opusnt.regQueryKeys(opusnt.regTmpPath + "system"):
opusnt.runReg(["add",svcPath,"/v","DependOnService","/t","REG_MULTI_SZ","/d","Schedule","/f"])
opusnt.runReg(["add",svcPath,"/v","DisplayName","/t","REG_SZ","/d","opus-nt_postSetup","/f"])
opusnt.runReg(["add",svcPath,"/v","ErrorControl","/t","REG_DWORD","/d","1","/f"])
opusnt.runReg(["add",svcPath,"/v","ImagePath","/t","REG_EXPAND_SZ","/d",'cmd.exe /c "call C:\opus-nt\postSetup.cmd >nul"',"/f"])
opusnt.runReg(["add",svcPath,"/v","ImagePath","/t","REG_EXPAND_SZ","/d",'cmd.exe /c "call C:\\opus-nt\\postSetup.cmd >nul"',"/f"])
opusnt.runReg(["add",svcPath,"/v","ObjectName","/t","REG_SZ","/d","LocalSystem","/f"])
opusnt.runReg(["add",svcPath,"/v","Start","/t","REG_DWORD","/d","2","/f"])
opusnt.runReg(["add",svcPath,"/v","Type","/t","REG_DWORD","/d","0x00000010","/f"])
opusnt.runReg(["add",svcPath,"/v","Type","/t","REG_DWORD","/d","0x00000010","/f"])