Five built-in and low-friction Windows automations can reclaim hours of your week by eliminating repetitive tasks. A new guide from MakeUseOf outlines exactly how Storage Sense, PowerToys text shortcuts, batch-file app launching, scheduled Night light, and lock-triggered tasks work together to cut productivity friction without complex scripts or third-party tools. Each automation takes minutes to set up and runs silently in the background, saving clicks and mental overhead every single day.
Windows 10 and 11 both support these features natively or through official Microsoft PowerToys, making them safe, stable, and accessible to any user. The beauty of these automations is their low barrier to entry: you don’t need to be a power user to enable automatic disk cleanup, launch your morning apps with a double-click, or switch your display to warmer tones at sunset. Yet collectively they smooth out dozens of small friction points that otherwise eat into your focus.
Here’s a deep dive into each automation, with step-by-step instructions, configuration tips, and the real-world impact you can expect.
Storage Sense: Automatic Disk Cleanup
Windows accumulates temporary files, old downloads, and Recycle Bin clutter without mercy. Manual cleanup is a chore nobody remembers to do. Storage Sense, built into Windows 10 (version 1809 and later) and Windows 11, flips that script by automatically removing junk on a schedule you define.
To enable it, go to Settings > System > Storage and toggle on Storage Sense. Click “Configure Storage Sense or run it now” to fine-tune the behavior. You can choose how often it runs—daily, weekly, monthly, or only when disk space is low. Select what to clean: temporary files, items in the Recycle Bin older than a set number of days, and files in the Downloads folder that haven’t been opened in a specified time. The Downloads folder option is particularly powerful but potentially dangerous, so set a longer threshold like 30 or 60 days to avoid deleting recently used files.
The impact is immediate. On a typical 256 GB SSD, Storage Sense can reclaim gigabytes within hours of activation. For users who constantly juggle large media files or software builds, the automation prevents the dreaded “low disk space” warning that disrupts workflows. You’ll never have to manually empty the Recycle Bin again, and your system will feel faster with fewer fragmented temporary files cluttering the drive.
Advanced tip: Combine Storage Sense with OneDrive Files On-Demand. By enabling “Content will be cloud-only if not opened for more than 30 days” under Storage Sense’s locally available cloud content settings, you can automatically offload rarely used files to the cloud, freeing local space without any manual intervention.
PowerToys Text Shortcuts: Instant Text Expansion
Typing the same email signatures, addresses, code snippets, or boilerplate responses is a massive time waster. Microsoft PowerToys’ Text Extractor and the newer Quick Accent and Paste As Plain Text modules grab headlines, but the built-in Keyboard Manager and the accompanying Text Replace utility (available through the PowerToys Run plugin or via a dedicated Text Extractor add-in) can turn short abbreviations into long blocks of text instantly. However, the most frictionless approach is using PowerToys’ “Paste As Plain Text” combined with Clipboard History, but for true text expansion, you’ll want to enable the “Text Extractor” module and pair it with a lightweight AutoHotkey script, or use the unofficial “PowerToys Text Replace” plugin from the community.
But the official, low-friction method is leveraging PowerToys Run’s plugin system. Install PowerToys from the Microsoft Store or GitHub. Open PowerToys Settings, go to PowerToys Run, and ensure it’s enabled. Then install the “Paste Text” plugin from the PowerToys Run plugins manager (available in recent versions). With this plugin, you can define a JSON file mapping keywords to expanded text. For example, typing “@@sig” in PowerToys Run (activated by Alt+Space) instantly pastes your full email signature.
Set up a handful of expansions for daily use: email address, home address, meeting link, support ticket template, or even code imports. The time saved per day may only be a few seconds per instance, but over weeks it compounds. A developer who inserts the same function header ten times a day can save over an hour annually. The real win is reducing context switching: instead of hunting for a document to copy-paste from, you type a shortcut and move on.
For users who prefer a more traditional text expansion tool, consider the built-in Clipboard History (Windows key + V). While not an automation per se, pinning frequently used items keeps them a keystroke away. PowerToys Run with plugins, however, delivers a true zero-click (or rather, few-keystroke) automation that feels magical once tuned.
Batch-File App Launching: One Click to Start Your Workflow
How many times do you manually open the same set of applications every morning? Browser, email client, Slack, IDE, terminal, spreadsheet—the ritual wastes minutes and mental energy. A simple batch file (.bat) can launch them all simultaneously with a single double-click.
Create a new text file on your desktop, name it something like MorningApps.bat, and edit it with Notepad. Add one line per application using the start command. For example:
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe"
start "" "C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE"
start "" "C:\Users\YourName\AppData\Local\slack\slack.exe"
start "" "C:\Users\YourName\AppData\Local\Programs\Microsoft VS Code\Code.exe"
The empty double quotes after start are a title placeholder; don’t skip them. Save the file and double-click it. All apps spring to life.
To go further, add delays between apps if your machine struggles with simultaneous startup. Use timeout /t 5 /nobreak >nul to wait five seconds between launches. You can also pass command-line arguments: for instance, start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" --new-window "https://outlook.office.com" opens a specific URL.
Place the batch file in your Startup folder (shell:startup in Run) and it executes automatically at login—completely hands-off. Alternatively, pin it to the taskbar for manual triggering. This automation eliminates the daily “open everything” routine, letting your computer prepare your workspace while you grab coffee. Over a year, it’s a few hours saved for almost zero effort.
Scheduled Night Light: Automatic Blue Light Reduction
Staring at a blue-tinted screen late in the evening messes with your circadian rhythm, making it harder to fall asleep. Windows Night light feature reduces blue light by warming the display, but it’s often left to manual toggling. With a simple scheduled task, you can automate Night light to turn on at sunset and off at sunrise—or any custom schedule.
First, confirm Night light is functional: Settings > System > Display > Night light. Toggle it on and adjust the color temperature slider (warmer is better for evening). Then, open Task Scheduler (search “Task Scheduler” in Start). Create a new basic task: name it “Night Light On”. Trigger: daily, set the time to sunset (e.g., 7:00 PM). Action: start a program powershell.exe with arguments:
-Command "(Get-WmiObject -Namespace root/wmi -Class WmiMonitorBrightnessMethods).WmiSetBrightness(0, 60)"
But for Night light specifically, the feature uses a different mechanism. The easiest way is to toggle the registry key: HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\$$windows.data.bluelightreduction.settings\Current value Data needs modification. A more reliable method is using PowerShell to invoke the Night light toggle via the Settings app command line: start ms-settings:nightlight. Unfortunately, that just opens the Settings page. The true low-friction approach: use a free utility like LightBulb or f.lux which are fully automated, or stick with the manual toggle but use a simple AutoHotkey script triggered by time.
However, Microsoft has improved Night light scheduling in newer builds. Check Settings > System > Display > Night light settings and look for “Schedule night light”. You can choose “Sunset to sunrise” or set custom hours. Select “Sunset to sunrise” and Windows will automatically adjust based on your location—no Task Scheduler needed. This is the true built-in automation that requires zero maintenance. Ensure location services are enabled for Windows to detect sunset times.
Once scheduled, Night light subtly shifts your display from 9 PM to 7 AM by default (times adjust seasonally). The impact on sleep quality is well-documented, and the automation removes any friction from manually activating it. Combined with a dark theme and lower brightness, your eyes will thank you after long coding or writing sessions.
Lock-Triggered Tasks: Run Automations When You Leave Your Desk
Windows Task Scheduler can respond to system events, including workstation lock and unlock. Tying automations to these events adds a layer of convenience: mute audio when you lock, pause media, launch apps on unlock, or even trigger a custom security check.
To create a lock-triggered task, open Task Scheduler and click Create Task. Name it “Mute on Lock”. Under Triggers, new trigger: begin the task “On workstation lock”. Under Actions, start a program powershell.exe with arguments:
-Command "(New-Object -ComObject WScript.Shell).SendKeys([char]173)"
That sends the mute key. Or use nircmd.exe if installed: nircmd mutesysvolume 1. Save and test by locking (Win+L).
For unlocking, use the “On workstation unlock” trigger to launch a welcome script: open your task manager, restart certain services, or simply display a notification using msg * "Welcome back!".
Practical examples:
- Security: When locked, run a script that captures a webcam snapshot and saves it to a secure folder (using CommandCam or another tool).
- Productivity: On unlock, automatically open your time-tracking app or yesterday’s to-do list.
- Convenience: On lock, close sensitive applications like banking or password manager to prevent shoulder-surfing.
Power users can combine lock triggers with event IDs from the Windows Security log (e.g., event ID 4800 for lock) to create even more precise automations. The key is that these tasks run in the background without any interaction—they just happen.
The barrier here is slightly higher because you need to write small scripts, but the payoff is significant for anyone who locks their PC dozens of times a day. You go from having to manually mute and pause things to having it happen automatically, every single time.
Bringing It All Together
None of these automations is complex or requires third-party software beyond PowerToys. Storage Sense runs without you even noticing, PowerToys shortcuts expand text in a blink, a batch file launches your ecosystem, Night light protects your sleep on autopilot, and lock triggers handle the moments when you step away. The common thread is reducing the number of manual, repetitive actions you perform daily—each one a tiny pebble removed from your mental load.
Start with one automation today, perhaps Storage Sense or the batch file, and experience the frictionless feel. Then add another every week. The cumulative effect is a Windows environment that works for you rather than demanding constant attention. In a world of attention-stealing notifications and endless context switching, these five automations are a quiet rebellion against productivity drag.