How to Automate Daily Tasks in Windows 11

Have you ever wished your computer could handle tedious daily tasks for you? Thanks to Power Automate in Windows 11, you can use your computer to do the work for you. Here's how to use it to automate repetitive daily activities and increase your productivity.

1. Clean up your desktop with the Daily Cleanup feature

There are better ways to store files off the desktop, but the desktop often becomes a dumping ground for screenshots, documents, and random files throughout the day—making your desktop a cluttered mess.

To fix this, create a Power Automate flow that automatically sorts files on your desktop into specified folders with just one click.

This flow runs daily at a set time (with Windows Task Scheduler), moving files to their respective folders based on file type. For example, all .docx, .xlsx, and .pdf files are moved to the Documents folder, image files like .jpg and .png are moved to the Images folder, and .lnk shortcut files are moved to the Shortcuts folder.

Setting this up is simple, using Power Automate's simple interface. First, open Power Automate for desktop and click New flow . Name your flow something descriptive like "Desktop Cleanup" and click Create . You'll be redirected to the main flow pane. Here, copy and paste the following script into the main flow area and click Save .

Folder.GetSpecialFolder SpecialFolder: Folder.SpecialFolder.DesktopDirectory SpecialFolderPath=> SpecialFolderPath
IF (Folder.IfFolderExists.Exists Path: $'''%SpecialFolderPath%\\Shortcuts''') THEN
ELSE
    Folder.Create FolderPath: $'''C:\\Users\\PC\\Desktop''' FolderName: $'''Shortcuts''' Folder=> NewFolder
END
Folder.GetFiles Folder: SpecialFolderPath FileFilter: $'''*.lnk;''' IncludeSubfolders: False FailOnAccessDenied: True SortBy1: Folder.SortBy.NoSort SortDescending1: False SortBy2: Folder.SortBy.NoSort SortDescending2: False SortBy3: Folder.SortBy.NoSort SortDescending3: False Files=> Files
File.Move Files: Files Destination: $'''%SpecialFolderPath%\\Shortcuts''' IfFileExists: File.IfExists.DoNothing MovedFiles=> MovedFiles
IF (Folder.IfFolderExists.Exists Path: $'''%SpecialFolderPath%\\Images''') THEN
ELSE
    Folder.Create FolderPath: $'''C:\\Users\\PC\\Desktop''' FolderName: $'''Images''' Folder=> NewFolder
END
Folder.GetFiles Folder: SpecialFolderPath FileFilter: $'''*.jpg;*.png;*.webp;*.gif;*.bmp;''' IncludeSubfolders: False FailOnAccessDenied: True SortBy1: Folder.SortBy.NoSort SortDescending1: False SortBy2: Folder.SortBy.NoSort SortDescending2: False SortBy3: Folder.SortBy.NoSort SortDescending3: False Files=> Images
File.Move Files: Images Destination: $'''%SpecialFolderPath%\\Images''' IfFileExists: File.IfExists.DoNothing MovedFiles=> MovedImages
IF (Folder.IfFolderExists.Exists Path: $'''%SpecialFolderPath%\\Documents''') THEN
ELSE
    Folder.Create FolderPath: $'''C:\\Users\\PC\\Desktop''' FolderName: $'''Documents''' Folder=> NewFolder
END
Folder.GetFiles Folder: SpecialFolderPath FileFilter: $'''*.pdf;*.doc;*.docs;*.xlsx;*.xls;*.csv;*.ppt;*.pptx;''' IncludeSubfolders: False FailOnAccessDenied: True SortBy1: Folder.SortBy.NoSort SortDescending1: False SortBy2: Folder.SortBy.NoSort SortDescending2: False SortBy3: Folder.SortBy.NoSort SortDescending3: False Files=> Documents
File.Move Files: Documents Destination: $'''%SpecialFolderPath%\\Documents''' IfFileExists: File.IfExists.DoNothing MovedFiles=> MovedDocuments  
How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11

You can schedule flows to run automatically using Windows Task Scheduler .

2. Documents are organized with version control automation

Version control isn't just for developers—it's a lifesaver for anyone who works with frequently updated files. You've probably had trouble keeping track of document revisions, often ending up with multiple versions scattered across different folders. Power Automate and OneDrive come to the rescue.

Set up a flow that automatically backs up your important documents, including PDFs and spreadsheets, to OneDrive whenever they're modified. The flow monitors specific folders for changes and syncs updated files to their respective folders.

This ensures you always have an up-to-date backup of your important documents in the cloud, making it easy to access previous versions if needed. It's like having a personal assistant who constantly keeps your files safe and organized without you having to lift a finger.

How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11

Note : To set up this flow, you must be signed in to your OneDrive account in your browser.

You should also set up timestamped versions in OneDrive, which allows you to track changes over time. If you accidentally overwrite a file or need to refer back to an older version, you can quickly restore it from OneDrive's version history.

3. Automate file conversions to save time

Working with files in different formats can be a headache, especially when converting them manually. You must have spent a lot of time on these tedious conversions until you started using Power Automate instead.

The Power Automate desktop app has several built-in file conversion flows. It monitors a designated folder for new files. Whenever a file is added—whether it’s a Word document or a PowerPoint presentation—the flow automatically converts it to the desired format, like PDF.

How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11

After conversion, flow moves the processed files to specific folders based on their type and purpose. This keeps everything organized and easy to find.

But the real time saver is the final step: Flow automatically shares converted files via email using Outlook. No need to manually attach them or fiddle with file paths. Just set it and forget it.

4. Power Automate for work-life balance

Maintaining a work-life balance can be challenging when your work and personal life are just a click away. It's easy to get work tasks done outside of scheduled hours. That's where Power Automate and Windows Task Scheduler come in.

For example, create a flow that closes work-related apps like Outlook, Teams, and your company VPN at a set time every evening. This helps you step away from work and enjoy your time without the temptation to constantly check notifications.

The thread is triggered by a scheduled task in Windows Task Scheduler, so it runs consistently at the scheduled time.

Create this flow using the recording feature in Power Automate Desktop. First, open the apps you want to close and start a new recording. Then, manually close each app while Power Automate records your actions. Once you stop recording, you have a basic flow that can replicate your app closing habits.

How to Automate Daily Tasks in Windows 11
How to Automate Daily Tasks in Windows 11

Next, edit the recorded stream to add error handling to ensure the stream can handle situations like the app not opening.

Creating a similar flow on the weekend enables a stricter “out of office” mode, which allows you to respond when you’re out of the office in Outlook, so the line between work and play is no longer blurred.

Sign up and earn $1000 a day ⋙

Leave a Comment

How to remove Copilot and other AI features in Windows

How to remove Copilot and other AI features in Windows

If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.

10 Windows 11 settings to maximize laptop battery life

10 Windows 11 settings to maximize laptop battery life

Laptop batteries degrade over time and lose capacity, resulting in less battery life. But after tweaking some deeper Windows 11 settings, you should see a significant improvement in battery life.

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

The year 2023 saw Microsoft betting heavily on artificial intelligence and its partnership with OpenAI to make Copilot a reality.

Microsoft details Bluetooth LE Audio requirements and support for Windows 11, 10

Microsoft details Bluetooth LE Audio requirements and support for Windows 11, 10

Microsoft introduced Bluetooth LE (low energy) Audio support with Windows 11 22H2 KB5026446 (build 22621.1778), also known as Moment 3, in May 2023.

Compare Windows 10 and Windows 11

Compare Windows 10 and Windows 11

Windows 11 has officially launched, compared to Windows 10 Windows 11 also has many changes, from the interface to new features. Please follow the details in the article below.

What a Classic 90s-Style Windows 11 Interface Would Look Like

What a Classic 90s-Style Windows 11 Interface Would Look Like

There's always something incredibly cool about the nostalgic user interface of 90s versions of Windows.

Microsoft: TPM 2.0 in Windows 11 is mandatory and non-negotiable

Microsoft: TPM 2.0 in Windows 11 is mandatory and non-negotiable

More than three years ago, when Microsoft announced Windows 11, the operating system immediately caused a lot of controversy.

2 ways to create Windows 11 bootable USB using Mac

2 ways to create Windows 11 bootable USB using Mac

Creating a Windows 11 bootable USB on a Mac is definitely more difficult than on a Windows PC, but it's not impossible.

Should I update Windows 11 now?

Should I update Windows 11 now?

Windows 11 officially launched on October 5, 2021. Unlike previous major Windows 10 upgrades, Microsoft is not encouraging people to upgrade this time.

Super slimmed down Windows 11 version is just over 100MB in size

Super slimmed down Windows 11 version is just over 100MB in size

Developer NTDEV has created a stripped down version of Windows 11 that's just 100MB.

More Windows 11 PCs Will Soon Get AI Copilot+

More Windows 11 PCs Will Soon Get AI Copilot+

Microsoft debuted most of its more advanced AI features with the Snapdragon X-powered Copilot+ PC, leaving many Intel and AMD-powered Copilot+ PCs out of the picture.

Windows 11 Market Share Is Quickly Catching Up to Windows 10

Windows 11 Market Share Is Quickly Catching Up to Windows 10

The October 2024 report provides an overview of Windows 11's market share compared to other versions of Windows.

Windows 11 will make a much-needed change to the Start menu

Windows 11 will make a much-needed change to the Start menu

The latest change being tested solves one of the most annoying things with Windows 11's Start menu, and hopefully it will actually make it to release.

How to hide/unhide the Taskbar on Windows 11

How to hide/unhide the Taskbar on Windows 11

In Windows 11, the taskbar takes up only a small portion of the display space at the bottom of the screen.

How to Restore WordPad in Windows 11

How to Restore WordPad in Windows 11

Microsoft is killing off its free rich text editor WordPad at the end of 2023 in an effort to transition users to premium Office apps.

How to Change Default Browser in Windows 10

How to Change Default Browser in Windows 10

Windows 10 allows users to change the default web browser on the system in an extremely flexible and simple way.

How to edit and reset Windows 11 Action Center

How to edit and reset Windows 11 Action Center

Users can change and edit settings in Action Center to suit their needs.

Simple changes to help your Windows computer boot faster

Simple changes to help your Windows computer boot faster

Turning off applications you don't need is the most effective way to help your Windows computer boot faster.

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

There are many reasons why your laptop cannot connect to WiFi and therefore there are many ways to fix the error. If your laptop cannot connect to WiFi, you can try the following ways to fix this problem.

How to fix the error of Taskbar being hidden when zooming in on the application

How to fix the error of Taskbar being hidden when zooming in on the application

The Windows Taskbar suddenly disappears and is hidden behind other windows that are open on the screen. You can refer to some solutions below to fix the error of the Taskbar being hidden when the application is maximized.

8 PowerToys Features Microsoft Should Include by Default in Windows 11

8 PowerToys Features Microsoft Should Include by Default in Windows 11

Some of the PowerToys features work so smoothly that you'll forget they weren't always part of Windows.

Instructions to change icon size on Windows 11 Taskbar

Instructions to change icon size on Windows 11 Taskbar

Users can adjust and change the size of the icons on the Taskbar to be smaller or larger, depending on each person's needs.

Instructions to change wallpaper on Windows 11

Instructions to change wallpaper on Windows 11

Changing the wallpaper in Windows 11 is one of the best ways to customize your desktop.

How to fix Windows computer restarting automatically when pressing the shutdown button

How to fix Windows computer restarting automatically when pressing the shutdown button

In this article, Quantrimang will guide you through some ways to fix the error of Windows computers automatically restarting when pressing the shutdown button.

How to remove old boot options in boot menu on Windows 10

How to remove old boot options in boot menu on Windows 10

Have you ever booted another operating system alongside Windows? Dual booting is a great way to try out new operating systems without compromising your version of Windows. You can choose between operating system versions using the built-in boot manager.

How to use multiple computer screens at the same time effectively

How to use multiple computer screens at the same time effectively

Dual monitor setups are becoming more common these days. Multitasking on one screen is too limiting.

Learn About Windows Maintenance Tool: Free Tool That Solves the Most Common Windows Problems Easily

Learn About Windows Maintenance Tool: Free Tool That Solves the Most Common Windows Problems Easily

Windows has powerful built-in command line troubleshooting tools. The Windows Maintenance Tool simplifies things by consolidating these tools into one easy-to-use menu.

How to install Windows using WinToHDD without USB or DVD

How to install Windows using WinToHDD without USB or DVD

Installing Windows with WinToHDD is very simple, no need for USB or DVD containing the installation file. You just need to use the ISO file and then WinToHDD will proceed to install Windows.

Instructions for using DISM to fix Windows 11 errors

Instructions for using DISM to fix Windows 11 errors

DISM (Deployment Imaging and Servicing Management) is an important tool along with SFC (System File Checker) to handle many system issues in Windows 11.

Quick guide to fix Inaccessible Boot Device error on Windows

Quick guide to fix Inaccessible Boot Device error on Windows

Inaccessible Boot Device is a blue screen of death (BSOD) error. This error usually occurs on Windows 10 after users use the Reset This PC feature to restore Windows 10 computer to default settings or to refresh (reinstall) Windows 10 without losing files or after upgrading the system to Windows 10.