Hi community
I am looking to change the time and date of the computer that runs my application (exe) programatically. In win XP through Win7 seems that the System Exec.vi does a perfect job. I.e: I just send the command "time HH:MMS".
I have difficulty in getting the same operation done under Win10 (enterprise edition). I think the issue is with the elevation rights level.
I have changed the flag in the register EnableLUA which seemed to have helped at least the basic CMD prompt to work for the same command without having to 'run as administrator'.
I have also created a manifest file to include in the .exe according to this post although step 6 did not work.
I should mention that the account I am using is admin - not password protected, and I need it that way, so that the application starts automatically, with minimum give away re OS.
Any help would be greatly appreciated,
thanks
Yannis