Use this command to install Quick Rotate with WinGet:
winget install --id=ArKT-7.QuickRotate -e
Quick Rotate is a modern display orientation tool designed for seamless monitor rotation on Windows systems. This utility allows users to adjust screen orientations quickly and reliably, without the need for installation or external dependencies.
Key Features:
Ultra-Lightweight Design: Weighs in at just ~50KB, ensuring minimal system impact.
Modern UI: Features a sleek, Windows 11-inspired interface with anti-aliased icons and rounded corners.
Smart Tray Integration: Includes a customizable 3-way interaction switcher for quick access to rotation modes.
One-Click Shortcuts: Generate desktop shortcuts for instant specific rotations.
Zero Dependencies: Operates without any installation, .NET framework, or external DLLs.
Audience & Benefit:
Ideal for professionals and users requiring frequent display adjustments, Quick Rotate enhances productivity by enabling quick and efficient screen orientation changes. Its tray utility ensures constant accessibility without interrupting workflow.
README
Quick Rotate
A modern, ultra-lightweight screen rotation utility for Windows.
π Overview
Quick Rotate is a standalone desktop utility built for fast, reliable display orientation management. Written entirely in pure C++ using the native Win32 API and GDI+, it delivers a custom Windows 11-style graphical interface without the bloated overhead of heavy runtimes or bulky frameworks.
Thanks to this native approach (fr), it compiles into a single, statically-linked executable (only ~60KB in size), ensuring universal compatibility across Windows 32-bit, 64-bit, and Windows on ARM (WoA) via native OS emulation.β‘
The "Hybrid" Portable App: Itβs a single .exe file that acts as both a portable utility and its own installer. Run it from anywhere, and it seamlessly sets up its own AppData file caching and shortcuts in the background. Zero heavy runtimes or background services needed!
Modern UI & Themes: Custom built GDI+ interface with smooth icons, rounded corners, and the option to choose between Light, Dark, or System Default themes.
Tray Integration: Runs silently in the background with a customizable tray icon click action See here...
Self-Updating: Includes a built-in updater that grabs and applies new versions directly from GitHub releases.
CLI Support: Automate your rotations using command-line arguments for scripts and batch files.
The main app panel gives you five quick actions for your display:
Landscape: Resets the display to the default horizontal view
Portrait: Sets the display to vertical (90Β°)
Rotate Clockwise: Cycles to the next available orientation (β»)
Flipped Landscape: Rotates the display 180Β° (Upside Down)
Flipped Portrait: Sets the display to reverse vertical (270Β°)
2. βοΈ Settings & Automation
Click Settings βοΈ to configure how the tool behaves:
Minimize to Tray on Close: Hides the app in the system tray instead of closing it completely.
Start with Windows: Quietly sets itself to launch automatically so it's always ready when you boot up.
Theme Control (3-Way Toggle): Choose exactly how the app looks (Light mode, Dark mode, or System Sync).
Tray Click Mode (3-Way Toggle): Configure the Single-Click behavior of the tray icon to cycle between:
Landscape β Portrait
(F) Landscape β Portrait (Flipped orientations)
Cycle Rotation (Next β»)
Desktop Shortcuts: Instantly generate orientation links on your Desktop for one-click access.
3. π±οΈ System Tray & Context Menu
The tray icon provides instant access without opening the main window:
Left-Click: Triggers your chosen Tray Click Mode.
Right-Click: Opens a custom menu for direct control:
Quick Access: Select a specific rotation directly from the list.
Restore Window: Brings the main control panel back to the center of your screen.
Exit: Fully terminates the application.
β¨οΈ Command Line Interface (CLI)
Quick Rotate supports CLI automation for scripts, batch files, or custom hotkeys:
Command
Action
QuickRotate.exe 0
Sets display to Landscape.
QuickRotate.exe 90
Sets display to Portrait.
QuickRotate.exe 180
Sets display to Flipped Landscape.
QuickRotate.exe 270
Sets display to Flipped Portrait.
QuickRotate.exe next
Rotates to the Next orientation in the cycle.
QuickRotate.exe -tray
Launches the application silently to the system tray.
ποΈ Uninstalling
Even though you only download and run a single .exe file, Quick Rotate automatically set up a proper Windows uninstaller for you. This means you will never have to manually delete leftover files to get rid of it.
It appears in Settings β Apps β Installed apps (or Control Panel's Programs and Features) just like any standard application.
To completely remove it:
Open Settings β Apps β Installed apps.
Find Quick Rotate and hit Uninstall.
This will completely remove the autostart entry, all Start Menu/Desktop shortcuts, your settings file, and the program files. Zero footprints left behind, yeah!
β€οΈ Support My Work
If you find my projects helpful, consider supporting my work! Your contributions help me keep developing and sharing useful resources.
π Efficiency meets elegance (xD) with Quick Rotate v6.2!