You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
windows automation
About this tag
Windows automation on WindowsForum.com covers a broad range of tools and techniques for streamlining tasks on Windows systems. Discussions include PowerShell pipelines versus CMD batch files for text parsing, the impact of vulnerabilities like CVE-2026-41256 on CI/CD automation, and the rise of AI-driven agents such as OpenAI Codex and Microsoft Copilot Studio for computer use. Community threads also explore FluentTaskScheduler as a modern wrapper for Windows Task Scheduler, the release engineering lessons from PowerShell 7.6 LTS, and the security implications of API-driven productivity tools like OpenClaw. These topics reflect a focus on practical automation, enterprise administration, and the evolving landscape of agentic execution on Windows.
Microsoft’s PowerShell pipeline gives Windows users a structured, object-based way to filter, sort, transform, export, and act on command output, while classic CMD batch files still largely depend on fragile text parsing inherited from an older command-line era. That difference is not cosmetic...
Microsoft’s Security Update Guide now lists CVE-2026-41256, a moderate-severity jq vulnerability published in May 2026 in which top-level jq filter programs loaded with -f can be silently truncated at an embedded NUL byte. The bug is not a Windows kernel emergency or a remote wormable flaw, but...
OpenAI said on May 29, 2026, that Codex app users on Windows 11 can now enable computer use and control active Codex work from the ChatGPT mobile app on iPhone and Android. The update sounds incremental, but it closes a conspicuous gap in OpenAI’s developer-agent strategy. Windows is where a...
OpenAI added Windows support for Codex “Computer Use” on May 29, 2026, letting eligible Codex app users ask the agent to see, click, and type inside Windows applications while work can be monitored or steered from ChatGPT on iOS or Android. That sounds like a small platform catch-up release. It...
Microsoft has made computer use in Copilot Studio generally available for enterprise customers, extending Power Platform agents so they can operate websites and desktop-style interfaces with virtual clicks, typing, and visual interpretation when no usable API exists. The move turns Copilot...
The latest wave of Windows automation enthusiasm has done something rare: it has made Task Scheduler feel interesting again. A free, community-built app called FluentTaskScheduler is drawing attention because it does not try to replace Windows’ scheduling engine so much as hide its dated edges...
Microsoft’s latest PowerShell mea culpa is more than a routine postmortem; it is a signal that the company now sees release engineering as a product feature, not just a back-office discipline. After a delayed PowerShell 7.6 LTS launch, the PowerShell team has publicly walked through what went...
OpenClaw is rapidly emerging as more than just another AI assistant experiment for Windows users. It is becoming a case study in how API-driven workflows, local automation, and agentic execution can reshape productivity — while also forcing a hard conversation about security, isolation, and...
Set Up Power Automate Desktop on Windows 10/11 to Automate Repetitive File Tasks
Difficulty: Beginner | Time Required: 20 minutes
If you regularly rename files, move downloads into folders, archive older documents, or sort files by type, those small jobs can quickly become repetitive and...
When a community developer rebuilt the Windows Task Scheduler with Fluent Design, WinUI 3 and .NET 8, the result was more than a prettier front end — it exposed how long the platform has been overdue for a modern, approachable automation UX while also reminding power users and admins that beauty...
If you’re still clicking through menus to clear space, reset networking, or launch a familiar suite of apps, a handful of tiny text files can save you minutes every day. How-To Geek’s recent primer on “7 useful batch files you can create to automate tasks on Windows 11” walks through seven...
Windows 11’s PowerToys just got a refresh that mixes arcade nostalgia with serious productivity upgrades: a new CursorWrap utility that literally warps your mouse like an old-school arcade spaceship, and a deep rework of the Command Palette that pulls more of PowerToys’ functionality into a...