Overview
Advanced Paste is a powerful clipboard enhancement utility that extends Windows’ standard paste functionality with intelligent transformations, format conversions, and AI-powered text processing. It provides quick access to multiple paste formats and custom clipboard operations.Advanced Paste can be controlled via GPO (Group Policy Object) settings in enterprise environments.
Activation
Advanced Paste can be activated in multiple ways:Using Keyboard Shortcut
Press the configured hotkey (default:
Win+Shift+V) to open the Advanced Paste windowFrom PowerToys Settings
Enable Advanced Paste in the PowerToys Settings UI under the Advanced Paste section
Key Features
Core Paste Actions
Advanced Paste provides several built-in paste transformations:Paste as Plain Text
Remove all formatting and paste content as plain textShortcut:
Ctrl+1 (in Advanced Paste window)Paste as Markdown
Convert clipboard content to Markdown formatShortcut:
Ctrl+2 (in Advanced Paste window)Paste as JSON
Convert and format clipboard content as JSONShortcut:
Ctrl+3 (in Advanced Paste window)AI-Powered Paste
Transform clipboard content using AI prompts
AI Integration
Advanced Paste integrates with multiple AI services for intelligent text transformation:- Azure AI Inference
- Google AI
- MistralAI
- Ollama (local AI models)
- Custom OpenAI endpoints
Custom Actions
Create and save custom paste transformations for frequently used operations:- Open Advanced Paste window
- Navigate to custom actions section
- Define your transformation prompt
- Save and assign a keyboard shortcut
Clipboard History Integration
Advanced Paste works seamlessly with Windows Clipboard History (Win+V) and provides preview controls for clipboard items.
Configuration
Settings Location
Settings are stored in:Available Options
Automatically close the Advanced Paste window when it loses focus
List of user-defined custom paste actions with prompts and shortcuts
AI-powered custom actions with natural language transformation prompts
Enable custom AI service configuration for transformations
Activation Shortcut
Configure the global hotkey to open Advanced Paste:- Open PowerToys Settings
- Navigate to Advanced Paste
- Click on the activation shortcut field
- Press your desired key combination
- Click Save
Use Cases
Format Conversion
Rich Text to Plain Text
Rich Text to Plain Text
Copy formatted content from a website or document, then use Advanced Paste to strip all formatting:
- Copy rich text content (
Ctrl+C) - Open Advanced Paste (
Win+Shift+V) - Select “Paste as Plain Text” or press
Ctrl+1
HTML to Markdown
HTML to Markdown
Convert web content to Markdown for documentation:
- Copy HTML content from a webpage
- Open Advanced Paste
- Select “Paste as Markdown” (
Ctrl+2)
Data to JSON
Data to JSON
Transform tabular data into JSON format:
- Copy table or structured data
- Open Advanced Paste
- Select “Paste as JSON” (
Ctrl+3)
AI-Powered Transformations
Workflow Automation
Combine Advanced Paste with other PowerToys utilities:- Use Text Extractor to capture text from images, then transform with Advanced Paste
- Copy file paths with File Explorer Add-ons, then format as needed
- Extract data with PowerToys Run, then convert format with Advanced Paste
Keyboard Shortcuts
Global Shortcuts
| Shortcut | Action |
|---|---|
Win+Shift+V | Open Advanced Paste window (default) |
In-App Shortcuts
When Advanced Paste window is open:| Shortcut | Action |
|---|---|
Ctrl+1 | Paste as Plain Text |
Ctrl+2 | Paste as Markdown |
Ctrl+3 | Paste as JSON |
Ctrl+[N] | Custom action N (user-configured) |
Esc | Close window |
Technical Details
Architecture
Dependencies
- Microsoft.SemanticKernel: AI transformation engine
- ReverseMarkdown: HTML to Markdown conversion
- System.Text.Json: JSON processing
- WinUI 3: Modern Windows UI framework
Source Code Reference
Key implementation files:- Main application:
src/modules/AdvancedPaste/AdvancedPaste/Program.cs:19 - Window management:
src/modules/AdvancedPaste/AdvancedPaste/AdvancedPasteXAML/MainWindow.xaml.cs:31 - Clipboard operations:
src/modules/AdvancedPaste/AdvancedPaste/Helpers/ClipboardHelper.cs
Troubleshooting
Advanced Paste window doesn't open
Advanced Paste window doesn't open
Possible causes:
- Shortcut conflict with another application
- GPO policy has disabled the utility
- PowerToys is not running
- Check if PowerToys is running in system tray
- Verify shortcut in PowerToys Settings
- Contact IT administrator about GPO settings
AI transformations not working
AI transformations not working
Possible causes:
- AI service not configured
- Network connectivity issues
- API key invalid or expired
- Open PowerToys Settings > Advanced Paste > AI Configuration
- Verify API credentials
- Test with local Ollama if available
Custom actions not saving
Custom actions not saving
Check:
- Settings file permissions in
%LOCALAPPDATA%\Microsoft\PowerToys\AdvancedPaste - Disk space availability
- File is not set as read-only
See Also
- Keyboard Manager - Remap keys for custom shortcuts
- PowerToys Run - Quick launcher integration
- Text Extractor - OCR for clipboard content