Reviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare/TROJ_GEN: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare detected by Kaspersky: here is the result from virustotal:...
View ArticleReviewed: Release 2.2.2 (Nov 09, 2014)
Rated 1 Stars (out of 5) - Hi it's detected as ADWare: here is the result from virustotal:...
View ArticleNew Post: Creation of Task on Windows 7 remotely using Managed Wrapper.
I also tried option 'Connect to another computer' option from task scheduler by specifying remote machine name and credentials. I got error 'Task scheduler service is not available. Verify that service...
View ArticleSource code checked in, #92301
* Added TaskService.AddAutomaticMaintenanceTask method * Fixed TaskService.ResetHighestSupportedVersion method so it handles Win8 use * Added autosize function to trigger and action lists in...
View ArticleReleased: ITaskHandler Project Template (Nov 19, 2014)
Visual Studio Project Template that can be installed to "%userprofile%\Documents\Visual Studio 2013\Templates\ProjectTemplates" that will allow for easy creation of a new COM-Visible assembly that can...
View ArticleCreated Release: ITaskHandler Project Template (Nov 19, 2014)
Visual Studio Project Template that can be installed to "%userprofile%\Documents\Visual Studio 2013\Templates\ProjectTemplates" that will allow for easy creation of a new COM-Visible assembly that can...
View ArticleSource code checked in, #92306
* Cleaned up ITaskHandler implementation project * Created Project Template project for creating custom ITaskHandler implementations
View ArticleNew Post: Minimal rights to connect remotely to a taskscheduler service
Anyone been able to solve this? I'm looking to do the exact same thing, run a predefined task, remotely, as as user with bare minimum permissions as possible. I've successfully run the task...
View ArticleNew Post: How to enable a task in task scheduler using C#?
Hi I have register a task with highest privelage.. When I try to use this code with my program, It is unable to disable it.. How do I disable it? Thanks
View ArticleNew Post: Minimal rights to connect remotely to a taskscheduler service
In theory, you need to connect to the remote server using the TaskService constructor and supply credentials that have Administrator rights. Of course to get this far, you will have to have all the...
View ArticleNew Post: How to enable a task in task scheduler using C#?
When you register a task and specify HighestPrivilege, that setting applies to the running of the task and doesn't have any effect on registration. That right comes from the privileges assigned to the...
View ArticleNew Post: Showing only Tasks in Microsoft Folder?
Hello, I'm attempting to show all my tasks, however... While the code is showing all the folders, only the tasks that are in the Microsoft folder and its subfolders are being displayed. Any ideas? Thanks!
View Article