Register and share your invite link to earn from video plays and referrals.

Search results for Powershell
Powershell community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including Powershell
Grok and Claude are going shot for shot in my powershell right now. I’m going to be there the day that SpaceXAI mogs em
A new malware campaign targets Steam users via discussion forums. Attackers reply to posts about game crashes and technical issues with fake solutions, telling users to run a PowerShell command that claims to fix the problem. Instead, it installs malware without their knowledge. According to BleepingComputer, the malware also creates hidden files, adds Windows Defender exclusions to avoid detection, and launches automatically on startup. Steam users should be cautious of forum posts that ask them to run commands outside Steam, especially via PowerShell or Command Prompt.
Show more
Grok Build just got another update with improvements on reliability, stability, and developer experience Release Notes: v0.2.45 Features: • Mermaid diagrams now render to images when you click Open in a code block (enabled by default) Bug Fixes: • Fixed rare conversation corruption when skills changed while a tool call was still running • Fixed grok --resume failing on empty image-only session folders left by cross-directory pastes • Fixed pasted images and relative paths using the wrong directory after resuming a session from another folder • Welcome screen logo no longer renders as invalid characters on legacy Windows command prompts and PowerShell • Fixed "unknown session id" errors that occurred after the leader process crashed or was killed
Show more
Microsoft has announced an optimized Windows 11 experience to help developers build and ship faster. >Coreutils for Windows brings Linux-like command line utilities that run natively on Windows. >WSL containers provide a built-in way to create, run, and interact with Linux containers using familiar command line and API tools. >The Intelligent Terminal adds context-aware intelligence directly into the terminal to debug errors and handle multi-step tasks while keeping you in flow. >Windows Developer Configurations, powered by WinGet, let you set up a distraction-free development environment with VS Code, GitHub Copilot, WSL, PowerShell 7, and optimized settings using a single command on any Windows 11 device. >OpenClaw has announced a partnership with Microsoft to bring its AI agent capabilities to the Microsoft and Windows ecosystems. Companies can now run OpenClaw securely inside their enterprise environments.
Show more
# Antigravity Features and Practical Usage 🚀 No browser, no IDE—just a terminal and an agent ready to build. That is the promise of the Antigravity CLI (agy). 📌 Title and Feature URL Title: Antigravity CLI URL: 📝 Overview The Antigravity CLI brings the same agent harness that powers Antigravity 2.0 to the command line. It lets you spin up new agents instantly without a GUI, and it runs fast over SSH on remote servers or inside containers. You drive it with the agy command. 🔧 How It Works agy shares the IDE's core while adding terminal-first extensibility: - AGENTS.md at the repo root supplies shared project instructions, replacing the older .gemini/ convention with a new project-instructions system. - Agent Skills load from a global scope (~/.gemini/antigravity-cli/skills/) and a per-workspace scope (.agents/skills/). - Hooks intercept agent actions at lifecycle stages (before a tool call, after a model call, at loop stop conditions) to automate checks and formatting. - MCP servers can be configured as local processes or remote hosts to reach external data and tools. - Subagents and Plugins are also first-class extensibility features. 🛠 Practical Usage - Install on macOS/Linux with curl -fsSL | bash, or on Windows via PowerShell. - Run agy and authenticate with a Google account or a GCP project on first use. - Run agy inspect to see exactly what context is loaded: AGENTS.md, available skills, plugins, registered hooks, and connected MCP servers. - Use /goal to run autonomously, /grill-me to have the agent ask clarifying questions first, /schedule for recurring runs, and /browser to opt into browser capabilities. 🎯 Use Cases - Run agents directly from the terminal where you cannot open an IDE, such as SSH or remote sessions. - Debug "why isn't my skill firing?" or "which MCP loaded?" by inspecting the live context with agy inspect. - Launch lightweight agent work inside CI containers. - Standardize per-repo conventions by pairing AGENTS.md with shared team skills. ⚠️ Caveats - The default model is Gemini 3.5 Flash (High); preview rate limits are generous, but production workloads need a billing-enabled GCP project. - When skills or hooks misbehave, check the real loaded state with agy inspect before blaming your config. - Note that global and workspace scopes resolve skills from different directories. #Antigravity# #DevTools#
Show more