My goal is to create a program using VBScript that displays a pop-up message reminding me to do something every time I start my computer. The current issue I am facing is that if I miss a day, the pop-up does not acknowledge it. I am seeking a way to implement a variable that increments by one each day and incorporates this information into the message (For instance, "You have not clicked OK in '2' days"). Additionally, I would like the option to reset the variable back to 0 when clicking 'ok' on the message box. Is there a way to accomplish this through code? If so, I welcome any assistance with the script in VBScript, PowerShell, or JavaScript. Thank you for your help!
P.S: Despite researching and attempting to solve the problem independently for nearly two hours, reaching out to online forums remains my final option.