search for: svc_node

Displaying 1 result from an estimated 1 matches for "svc_node".

Did you mean: avc_node
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
..."prl_sound"; "prl_strg"; "prl_tg"; "prl_time"; + "prl_uprof"; "prl_va" ] in + + match services with + | None -> () + | Some services -> + List.iter ( + fun svc -> + let svc_node = g#hivex_node_get_child services svc in + if svc_node <> 0L then ( + (* Disable the service rather than delete the node as it would + * confuse the uninstaller called from firstboot script. *) + g#hivex_node_set_value svc_node "Start&qu...