Hi ,
I have to start my activity with respective of patch week which is updated in the file :“HKEY_LOCAL_MACHINE\SOFTWARE\CRQ\Maintenance\Reboot” as follows .
I have written the relevance as follows.
Q: (not exists key “HKEY_LOCAL_MACHINE\SOFTWARE\CRQ\Maintenance\Reboot” whose ((exists day_of_week (it)) of (value “Week” of it as string)) of registry)
A: True
T: 1365
Q: ((not exists key “HKEY_LOCAL_MACHINE\SOFTWARE\KaiserPermanente\Maintenance\Reboot” whose ((exists day_of_week (it)) of (value “Week” of it as string)) of registry))
A: True
T: 1677
My doubt here is ,
Is that both or any one find the week value & will start my action during the particular week ? or do I need to change the code ?