RunAsDate用其他时间运行程序

编程

Description

RunAsDate is a small utility that allows you to run a program in the date and time that you specify. This utility doesn"t change the current system date and time of your computer, but it only injects the date/time that you specify into the desired application.
You can run multiple applications simultaneously, each application works with different date and time, while the real date/time of your system continues to run normally.

 

How does it work ?

RunAsDate intercepts the kernel API calls that returns the current date and time (GetSystemTime, GetLocalTime, GetSystemTimeAsFileTime, NtQuerySystemTime, GetSystemTimePreciseAsFileTime), and replaces the current date/time with the date/time that you specify.

以上是 RunAsDate用其他时间运行程序 的全部内容, 来源链接: utcz.com/z/512365.html

回到顶部