Enable AI models to interact with Windows command-line functionality securely and efficiently. Execute commands, create projects, and retrieve system information while maintaining strict security protocols. Enhance your development workflows with safe command execution and project management tools.
Tools
list_running_processes
List all running processes on the system. Can be filtered by providing an optional filter string that will match against process names.
get_system_info
Retrieve system information including OS, hardware, and user details. Can provide basic or full details.
get_network_info
Retrieve network configuration information including IP addresses, adapters, and DNS settings. Can be filtered to a specific interface.
get_scheduled_tasks
Retrieve information about scheduled tasks on the system. Can query all tasks or get detailed status of a specific task.