Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Synchronize the computer's time
Message
De
05/02/2023 03:35:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Synchronize the computer's time
Divers
Thread ID:
01686121
Message ID:
01686121
Vues:
48
Good Morning,
I would like to synchronize the computer's time with the time of a server on the net that is pointed to the following time: '0.europe.pool.ntp.org'
I'm using the following command, but it doesn't work, any help is welcome:

DECLARE INTEGER ShellExecute IN shell32.DLL ;
INTEGER hndWin, ;
STRING cAction, ;
STRING cFileName, ;
STRING cParams, ;
STRING cDir, ;
INTEGER nShowWin

ShellExecute(0,"runas","cmd.exe","net stop w32time","",0) && sometimes Admin rights are needed!
ShellExecute(0,"runas","cmd.exe","w32tm/config/manualpeerlist:0.europe.pool.ntp.org, 0X8, sincfromflags:manual","",0) && sometimes Admin rights are needed!
ShellExecute(0,"runas","cmd.exe","net start w32time","",0) && sometimes Admin rights are needed!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform