| |
Open source libraries, tips and tricks
Please feel free to download and use, for personal or commercial, following developments. Some have been developped for AVS project, some are older.
| jlogon |
This library is used within AVS to launch scripts using the operating system impersonation feature. Under Windows, it is based on the "CreateProcessWithLogonW" Win32 API, whereas under Linux, it uses the "sudo" command.
The project includes a Visual C++ 6.0 project. Be aware that you will need to install Microsoft SDK to have it compiled since the API it relies on is not part of the basic APIs.
|
| jtask |
This library is a wrapper on Windows task manager API. It allows listing active processes.
|
| jautostart |
This library wraps Windows API to have a process launched automatically when loging on a user account.
|
| |
|
| |
|
|
|
|