I want to change system time on window os but i don't want to use kernel32.dll because my os will write an log entry @@
Pls help me.
I want to change system time on window os but i don't want to use kernel32.dll because my os will write an log entry @@
Pls help me.
In Python, you can try using the win32api.SetSystemTime. That is part of pywin32