how to check for a registry value per batch and if not 0 then execute a scheduled task
as said id like a solution per batch if possible to check a certain registry value being 0 and if not for a scheduled task to be autoexecuted, thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
flip1001
3 years ago
verify a reg value equals 0
on success, log "the value is 0"
remediation, SCHTASKS /RUN /TN "taskname"
Comments:
-
uhh ok , have an example batch , cause i really dont get how its supposed to look - tobsto occupied 3 years ago
Posted by:
rileyz
3 years ago