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 fix “Well Need Your Current Windows Password” error on Windows 10/11

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

Are you getting the “We'll need your current Windows password one last time” error? This annoying pop-up can prevent you from getting things done.

Quickly fix Unmountable Boot Volume error on Windows 10/11

Quickly fix Unmountable Boot Volume error on Windows 10/11

The Unmountable Boot Volume error occurs due to some installed software conflicting with the operating system or due to the computer suddenly shutting down,... In the article below, WebTech360 will guide you through some ways to fix this error.

How to Fix Clipboard History Error in Windows 11 Latest Update

How to Fix Clipboard History Error in Windows 11 Latest Update

If you use Clipboard History to store data for later use, there is a small chance that the data will remain empty no matter what you try.

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.

Why is the laptop battery percentage estimate never accurate?

Why is the laptop battery percentage estimate never accurate?

Most laptop users have encountered a situation where Windows shows 2 hours of battery life left, then five minutes later it jumps to 5 hours or even 1 hour. Why does this time jump around like that?

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: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Microsoft: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Windows 11 version 21H2 is one of the major original releases of Windows 11 that began rolling out globally on October 4, 2021.

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.

How to Disable User Accounts on Windows 11

How to Disable User Accounts on Windows 11

You can disable User Accounts so that others can no longer access your computer.

Buying a Windows laptop is harder than ever

Buying a Windows laptop is harder than ever

Is the NPU different enough to delay purchase and wait for the PC Copilot+ to become mainstream?

How to turn on and off battery saving mode on Windows 11 laptop

How to turn on and off battery saving mode on Windows 11 laptop

Windows 11's Battery saver mode is a feature designed to extend laptop battery life.

Microsoft Launches New Sticky Notes App for Windows 11

Microsoft Launches New Sticky Notes App for Windows 11

After keeping things the same for years, the Sticky Note update in mid-2024 changed the game.

How to fix IRQL NOT LESS OR EQUAL error on Windows

How to fix IRQL NOT LESS OR EQUAL error on Windows

The IRQL NOT LESS OR EQUAL error is a memory-related error that typically occurs when a system process or driver attempts to access a memory address without proper access permissions.

6 Ways to Copy File and Folder Paths in Windows 11

6 Ways to Copy File and Folder Paths in Windows 11

Paths are the locations of files or folders in Windows 11. All paths include the folders you need to open to get to a specific location.

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.