Click to Do – Hidden AI Actions Configuration
Click to Do is Copilot+ exclusive but can be configured via registry to add custom actions .
powershell
Copy
# Enable Click to Do (Copilot+ PCs only)
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ClickToDo" /v Enabled /t REG_DWORD /d 1 /f
# Add custom AI actions (advanced users)
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ClickToDo\CustomActions" /v "CustomScript" /t REG_SZ /d "C:\Tools\MyScript.ps1" /f
# Invoke with: Win + Q or Win + Mouse Click
