I need to set the correct date and time in a batch file. I’ve tried to use:
NET TIME /SET
But microsoft seems to have included a very annoying “Are you sure” prompt that I can’t seem to get around. I know it’s an old-fashioned concept, but I need my program to run without human interaction.
Can anyone suggest a replacement command or utility?
Thanks