Listen to this Post
Good news: You no longer need a Snapdragon processor to enjoy Windows 11’s AI Copilot+ features. AMD’s Ryzen AI 300 and Intel’s Core Ultra 200V chips now support these advanced tools, including:
– Instant live captions
– AI-assisted image editing in Paint
– AI-powered photo restyling
– Text-to-image generation
Previously, these features were exclusive to Snapdragon X Series devices. Now, PCs with NPU-equipped AMD and Intel processors can run AI workloads locally.
Compatible Devices
- Surface Pro 10 & Surface Laptop 6 (Snapdragon version)
- Asus Zenbook 14 AI
- HP Pavilion Plus 14 (Ryzen AI 300)
- Acer Swift Go 14
- MSI Prestige 16 AI Evo
- Lenovo Yoga Slim 7i 2025 (Intel Core Ultra 200V)
Key AI Features in Windows 11
- Image Creator in Paint – Generate rich visuals using hand-drawn sketches + text prompts.
- Photo Restyling – Convert photos into sketches, paintings, or modern digital art.
- Illustration Generator – Create images from text descriptions (ideal for marketing & storytelling).
- Live Captions – Real-time audio transcription (supports English & Simplified Chinese).
- Enhanced Voice Commands – More natural, free-form voice control (coming soon to AMD/Intel).
How to Enable AI Features
1. Ensure November 2024 Windows Update is installed.
2. Go to:
Settings > Windows Update > "Get the latest updates as soon as they’re available"
3. Check for updates and install the March 2025 optional update.
🔗 Source: Microsoft AI Update
You Should Know: Essential AI & Windows Commands
Windows Terminal & PowerShell
- Check NPU status (requires Windows 11 24H2+):
Get-WmiObject -Class Win32_Processor | Select-Object Name, Caption, Description
- Enable Developer Mode for AI tools:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /v AllowDevelopmentWithoutDevLicense /t REG_DWORD /d 1
Linux/WSL AI Tools
- Run ONNX models for AI tasks:
sudo apt install onnxruntime
- Test NPU acceleration (Linux):
lspci | grep -i neural
Windows AI DirectML (For Developers)
Install DirectML for GPU-Accelerated AI winget install Microsoft.DirectML
What Undercode Say
Windows 11’s AI expansion to AMD/Intel marks a shift toward local AI processing, reducing cloud dependency. Key takeaways:
– NPUs are now critical for next-gen Windows AI.
– Paint & Photos apps now compete with cloud-based AI tools.
– Voice & image AI will soon integrate into PowerShell scripting.
For sysadmins & devs, test these PowerShell & Linux commands to optimize AI workloads. Expect more CLI-based AI tools in future Windows updates.
Expected Output:
Windows 11 AI Copilot+ enabled on AMD Ryzen AI 300 & Intel Core Ultra 200V. Key features: Paint AI, Live Captions, Photo Restyling. Enable via Windows Update (March 2025 optional update).
References:
Reported By: Bernardi Manuel – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅