- Mar 15, 2011
- 13,070
Where is the open source?
Using the Toolwiz Time Freeze as a SDK.
Using the Toolwiz Time Freeze as a SDK in your product is free.
To active the Time Freeze mode with command line, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /freeze
If you have set a password to protect the program, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /freeze /usepass=mypassword
To deactive the Time Freeze mode with command line, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /unfreeze
If you have set a password to protect the program, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /unfreeze /usepass=mypassword
This operation will reboot your system automatically
To set the Time Freeze mode to be auto on with command line, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /freezealways
If you have set a password to protect the program, you can try this way:
c:\xxx\ToolwizTimeFreeze.exe /freezealways /usepass=mypassword
---------------------------------------------------------
To install the Time freeze to your pc with command line, you can try this way:
c:\xxx\ToolwizSetup.exe /install /alwaysprotect=1 /reboot=1 /setpass=xxx /showtoolbar=1 /safemodequit=1 /cachesize=2000
then restart your computer to make the engine work.
To uninstall the Time freeze from your pc with command line, you can try this way:
c:\xxx\ToolwizSetup.exe /uninstall /reboot=1
then restart your computer to make the uninstall complete.
--------------------------------------------------
To get the protect state with command line, you can try this way:
c:\xxx\\ToolwizTimeFreeze.exe /check /usepass=mypassword
you can read the flag in the Registry.
HKEY_CURRENT_USER\Software\Toolwiz\TimefreezeNew
CURRENT_PROTECT_MODE = 1 means Time Freeze is ON.
NEXT_BOOT_PROTECT = 1 means next reboot, Time Freeze will be ON.
You can use this SDK as part of your project, but you need to send email to us to let us know more detail about your release.
http://www.toolwiz.com/en/products/toolwiz-time-freeze/