My first project of 2026! 🎉
Created on January 1st, 2026
Relive the nostalgia of Windows XP on your Windows 11 machine. This theme transformation brings back the classic Bliss wallpaper, Luna Blue colors, iconic sounds, and that familiar XP feel—all while keeping Windows 11's modern kernel and functionality intact.
- Features
- What Gets Changed
- What Stays the Same
- Installation
- Usage
- Included Assets
- Third-Party Tools
- Screenshots
- Troubleshooting
- Contributing
- License
- Acknowledgments
- One-click installation via PowerShell scripts or the easy launcher menu
- Complete visual transformation to Windows XP Blue theme
- Automatic backup system - all your Windows 11 settings are safely backed up
- 100% reversible - restore Windows 11 anytime with one click
- 30-second test mode - try it out before committing
- 500+ authentic Windows XP icons (Desktop, System, Applications, Files)
- Classic XP sounds (startup, shutdown, error sounds)
- Bliss wallpaper in high resolution (1920x1080)
- Safe design - no system files modified, no kernel changes
- RetroBar integration - authentic XP-style taskbar
- OpenShell support - classic XP Start Menu
- Desktop wallpaper → Windows XP Bliss
- Window colors → XP Luna Blue theme
- System colors → Classic XP palette (26 colors)
- Mouse cursor → XP default cursor
- Desktop icons → My Computer, Recycle Bin, My Documents, Network
- Taskbar appearance → Classic XP styling (with RetroBar)
- Start Menu → Classic two-column menu (with OpenShell)
- System startup sound → Windows XP startup
- Shutdown sound → XP shutdown melody
- Logout sound → XP logout chime
- Error/exclamation sounds → Classic XP alerts
- Default system beep → XP notification sound
- Transparency effects → Disabled (authentic XP look)
- Visual effects → Optimized for performance
- Window animations → XP-style fade
- Context menu → Classic right-click menu
- Rounded corners → Disabled (Windows 11 specific)
This theme only changes the UI, not the kernel or system files.
- ✅ Windows 11 kernel and core system
- ✅ Security features (Windows Defender, Firewall)
- ✅ Windows Update functionality
- ✅ All installed applications
- ✅ User files and data
- ✅ Network settings
- ✅ Hardware drivers
- ✅ Modern Windows 11 features (WSL, Hyper-V, etc.)
- ✅ System stability and performance
Important: This works on activated Windows installations only. We respect Microsoft's licensing.
- Windows 11 (any edition - Home, Pro, Enterprise, Education)
- Administrator privileges
- 50 MB free disk space
- PowerShell 5.1+ (included in Windows 11)
- Download the latest release (
src.zip) - Extract the archive to any folder
- Right-click
START_HERE.batand select "Run as Administrator" - Follow the on-screen menu
Option 1: Using the Launcher (Easiest)
# Navigate to extracted folder
cd path\to\extracted\folder
# Run the launcher as Administrator
START_HERE.batChoose from the menu:
[0]Convert icons (PNG → ICO) - Run this first![1]Test theme (30 seconds, auto-restore) - Recommended[2]Apply theme permanently[3]Restore Windows 11 default[4]Configure OpenShell (Classic Start Menu)[5]Stop RetroBar only
Option 2: PowerShell Direct
# Test for 30 seconds (recommended first)
.\run-test.ps1
# Apply permanently
.\run.ps1
# Restore Windows 11
.\back_to_win11.ps1Option 3: Manual PowerShell
# Open PowerShell as Administrator
# Navigate to folder
cd path\to\extracted\folder
# Run test mode
.\run-test.ps1If you get an "Execution Policy" error:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUserType Y and press Enter, then try again.
Highly recommended for first-time users:
.\run-test.ps1This will:
- Apply the Windows XP theme
- Let you experience it for 30 seconds
- Automatically restore Windows 11
- No manual intervention needed
Perfect for deciding if you like it!
Once you're ready:
.\run.ps1What happens:
- Backup created automatically (
Backup_Win11/folder) - Wallpaper, colors, cursor, and sounds applied
- Icons configured (converted to ICO format)
- RetroBar started (if available)
- OpenShell started (if installed)
- Explorer restarted
Note: A full restart is recommended for complete effect.
Before applying the theme, convert the PNG icons to ICO format:
High-Quality Python Converter (Recommended):
RUN_ICON_CONVERTER.batRequirements: Python 3.7+ with Pillow
pip install -r requirements.txtPowerShell Converter (Faster, lower quality):
.\convert_all_icons.ps1To revert all changes:
.\back_to_win11.ps1This will:
- Restore all settings from backup
- Revert wallpaper, colors, cursor, sounds
- Stop RetroBar and OpenShell
- Restore Windows 11 taskbar
- Re-enable transparency and modern features
Your backup is preserved for future use.
After applying the theme, you can manually configure additional icons:
.\install_icons.ps1This creates:
WindowsXP_Icons/folder with all iconsICON_INSTALLATION_GUIDE.txtwith instructions- Registry entries for desktop icons
XP_Reantimation/
├── Boot/
│ └── WindowsXP_Boot.gif # XP boot animation (38.7 KB)
├── cursor/
│ └── cursor.cur # XP default cursor (0.32 KB)
├── Icons/ # 501 PNG icons (~2 MB)
│ ├── My Computer.png
│ ├── Recycle Bin (empty).png
│ ├── My Documents.png
│ └── ... (498+ more icons)
├── Icons_ICO/ # Converted ICO icons
│ └── (generated by converter)
├── Logo/
│ ├── WinXP_Logo.png
│ └── WinXP_Logo2.png
├── OpenShell/ # OpenShell files (if installed)
├── Retro_Bar/
│ └── RetroBar.exe # Place here or download
├── Sounds/
│ ├── WindowsXP_Startup.mp3 # 77.8 KB
│ ├── windows-xp-log-out.mp3 # 24.5 KB
│ ├── WindowsXP_shutdown.mp3
│ ├── WindowsXP_error.mp3
│ └── windows_xp_404_error.mp3
├── Wallpaper/
│ └── Windows_XP_Wallpaper.png # Bliss (6.7 MB, 1920x1080)
├── Backup_Win11/ # Auto-generated backup
├── run.ps1 # Main installer
├── back_to_win11.ps1 # Restoration script
├── run-test.ps1 # 30-second test mode
├── apply_icons.ps1 # Icon applier
├── install_icons.ps1 # Icon installer helper
├── convert_all_icons.ps1 # PowerShell icon converter
├── convert_icons_hq.py # Python HQ icon converter
├── configure_openshell.ps1 # OpenShell configurator
├── configure_retrobar.ps1 # RetroBar configurator
├── configure_retrobar_auto.py # Python RetroBar auto-config
├── stop_retrobar.ps1 # Stop RetroBar
├── START_HERE.bat # Easy launcher menu
├── RUN_ICON_CONVERTER.bat # Icon converter launcher
├── RUN_RETROBAR_CONFIG.bat # RetroBar config launcher
├── requirements.txt # Python dependencies
├── README.txt # Text documentation
├── INSTALLATION.txt # Installation guide
├── FEATURES.txt # Feature list
├── PROJECT_INFO.txt # Project details
├── OPENSHELL_GUIDE.txt # OpenShell guide
└── README_RETROBAR.txt # RetroBar guide
Boot Screen:
WindowsXP_Boot.gif- Classic XP boot animation- Requires HackBGRT (third-party tool) for boot screen replacement
Cursor:
cursor.cur- Windows XP default arrow cursor- Applied automatically
Icons (501 files):
- Desktop icons (My Computer, Recycle Bin, My Documents, Network)
- System tools (Control Panel, Settings, Properties)
- Applications (IE, Media Player, Notepad, Paint, Calculator)
- File types (Documents, images, archives, executables)
- Hardware (Drives, devices, printers)
- Network (Connections, sharing)
- Actions (Copy, paste, delete, search)
Sounds:
- Authentic Windows XP system sounds
- MP3 format for compatibility
- Total size: ~100 KB
Wallpaper:
- The legendary "Bliss" photograph
- High resolution: 1920x1080
- Original colors preserved
This theme integrates with third-party tools for the complete XP experience.
Author: dremin
License: Apache License 2.0
Download: RetroBar Releases
RetroBar brings back the classic Windows XP taskbar.
Setup:
- Download
RetroBar.exefrom the releases page - Place in
Retro_Bar/folder - Run the theme installer - RetroBar starts automatically
- Configured for "Windows XP Blue" theme
Features:
- Classic XP Blue taskbar styling
- Start button with XP appearance
- System tray with XP look
- Clock display
- Quick launch support
Manual Configuration:
.\configure_retrobar.ps1Or use Python auto-configurator:
RUN_RETROBAR_CONFIG.batAuthor: Open-Shell Team
License: MIT License
Download: OpenShell Releases
OpenShell replaces the Windows 11 Start Menu with a classic XP-style menu.
Installation:
- Download and install OpenShell from GitHub
- Choose "Classic with two columns" style
- Select Windows XP skin
- Our scripts automatically detect and start OpenShell
Features:
- Classic two-column Start Menu
- User picture display
- Programs, Documents, Settings, Search, Run
- Customizable skins and themes
- XP-style animations
Manual Configuration:
.\configure_openshell.ps1Author: Metabolix
Download: HackBGRT
For changing the boot screen to Windows XP animation.
Note: Boot screen modification requires UEFI systems and careful configuration. See the HackBGRT documentation for details.
Scripts won't run:
# Fix execution policy
Set-ExecutionPolicy RemoteSigned -Scope CurrentUserNot running as Administrator:
- Right-click the script → "Run as Administrator"
- Or use the
START_HERE.batlauncher
Changes not visible:
- Restart your computer for full effect
- Run
.\back_to_win11.ps1then.\run.ps1again
Icons not changing:
- Run
.\convert_all_icons.ps1first - Then run
.\apply_icons.ps1 - Restart Explorer or log out/in
Taskbar auto-hide bug:
- The restoration script now properly fixes this
- Manual fix: Settings → Personalization → Taskbar → Auto-hide
RetroBar not starting:
- Download from RetroBar Releases
- Place
RetroBar.exeinRetro_Bar/folder - Run
.\configure_retrobar.ps1
OpenShell not starting:
- Install from OpenShell Releases
- Configure for "Classic with two columns"
- Run
.\configure_openshell.ps1
Antivirus blocking:
- Temporarily disable antivirus
- Scripts are safe (check the source code)
- Add exception for the folder
Python not found (for HQ icon converter):
# Install Python 3.7+
# Download from python.org
# Then install dependencies
pip install -r requirements.txtIf you encounter issues:
- Check the troubleshooting sections in
README.txt - Review the
INSTALLATION.txtguide - Open an issue on GitHub with details:
- Windows 11 version
- Error messages
- Steps to reproduce
This is my first project of 2026, and I'd love your contributions!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Additional Windows XP themes (Silver, Olive Green)
- More icon packs
- Improved icon conversion quality
- Additional sound schemes
- Start Menu skin variations
- Documentation improvements
- Translations
This project is licensed under the MIT License - see the LICENSE file for details.
- ✅ Free to use for personal purposes
- ✅ Free to modify and distribute
- ✅ Free to use commercially
⚠️ Provided "as is" without warranty
This project integrates with and acknowledges:
-
RetroBar by dremin
- License: Apache License 2.0
- Classic Windows taskbar replacement
- Used for authentic XP taskbar experience
-
OpenShell by Open-Shell Team
- License: MIT License
- Classic Start Menu implementation
- Provides the XP-style Start Menu
We respect Microsoft and their intellectual property:
- Windows XP and Windows 11 are trademarks of Microsoft Corporation
- This is a fan-made customization tool for personal use
- Works only on activated Windows installations
- Does not modify system files or kernel - only UI changes
- Educational and nostalgic purposes only
- Windows XP icons, sounds, and visual elements are property of Microsoft
- Bliss wallpaper © Charles O'Rear / Microsoft
- This project is for personal customization and nostalgia purposes
- The Windows XP design team at Microsoft (2001)
- The open-source community for RetroBar and OpenShell
- Everyone who contributed feedback and testing
- The Windows enthusiast community
This is my first project of 2026, created on January 1st, 2026. I wanted to bring back the nostalgia of Windows XP to modern Windows 11 systems while maintaining full system functionality and safety.
- Safety first: No kernel modifications, no system file changes
- Reversible: Always provide a way back
- User-friendly: Easy installation for everyone
- Respect: Honor Microsoft's licensing and third-party authors
- Additional XP themes (Silver, Olive Green, Royale)
- More comprehensive boot screen support
- Enhanced icon pack with more variations
- Automated updates for RetroBar and OpenShell
- Community-contributed themes and skins
If you enjoy this Windows XP theme, please star this repository! ⭐
It helps others discover the project and motivates continued development.
Found a bug? Have a suggestion? Want to contribute?
- GitHub Issues: Open an issue
- Pull Requests: Always welcome!


