A clever repurposing of Windows’ built-in kiosk mode can transform any spare Windows 10 or 11 laptop into a single-app writing device, blocking all distractions and leaving only a blank page. How-To Geek recently spotlighted this unconventional use case, walking through the steps to lock down a PC so that it boots straight into a writing application and nothing else. The feature at the heart of this experiment is Assigned Access—an enterprise-oriented tool typically reserved for point-of-sale terminals, museum kiosks, and public computers. Yet, as the guide shows, it also happens to be a near-perfect solution for writers who battle constant digital interruptions.
The idea is simple: take an aging laptop gathering dust, install a lightweight writing app, and configure Assigned Access so that the user can never leave that app without an administrator password. No browser tabs, no email pings, no system tray pop-ups. Just a keyboard and a screen showing the text, exactly like a modern-day electronic typewriter. With Windows 10’s support lifecycle winding down and Windows 11 adoption accelerating, the technique works across both operating systems, breathing new life into hardware that might otherwise be recycled.
The Distraction-Free Writing Laptop: An Unlikely Use Case for Kiosk Mode
Assigned Access is part of the Windows Kiosk framework, engineered to let IT administrators lock down a device to a single Universal Windows Platform (UWP) app or a web browser. Think check-in kiosks at airports or self-service stations in restaurants. The feature ensures that the user cannot access the desktop, taskbar, or any other installed software—the assigned app runs full-screen above the lock screen, and exiting requires a key combination plus an admin or password-protected account.
For a writer, that kind of constraint is a feature, not a bug. Instead of wrestling with willpower to stay off social media, you handcuff yourself inside a text editor. The How-To Geek experiment demonstrates that the process doesn’t demand enterprise deployment tools; it can be pulled off from the Settings app on any Pro, Enterprise, or Education edition of Windows. Home editions miss out on Assigned Access, though there are third-party alternatives that mimic the behavior.
What Is Windows Assigned Access (Kiosk Mode)?
Microsoft introduced Assigned Access in Windows 8.1 and refined it through multiple Windows 10 releases. In Windows 10, version 1809 and later, the feature gained support for multi-app kiosks, but the single-app variant remains the most straightforward for personal projects. Configuration can be done through Settings, PowerShell, or mobile device management (MDM) policies. When properly set up, the device boots directly into the chosen app after the kiosk account signs in automatically. Pressing Ctrl+Alt+Del may bring up a sign-out option, but that can require a password, effectively trapping the user in the app.
Crucially, the kiosk account must be a local user account—not a Microsoft account. During initial setup, you create a dedicated local account with a strong password, assign it to kiosk mode, and pick the app from a list of installed UWP applications. The list is generated from the device, meaning you need to install your writing app beforehand and make sure it’s a modern UWP or packaged desktop app that exposes an AppUserModelID (AUMID). Classic Win32 apps installed via traditional installers are not supported in Assigned Access by default, though shell launcher can run them in certain advanced configurations.
Step-by-Step: Locking Down a Laptop for Writing
Before diving in, ensure your Windows edition supports Assigned Access. The feature is present in Windows 10 Pro, Enterprise, Education, and Windows 11 Pro and above. Windows 10 Home and Windows 11 Home users are out of luck natively, though you can upgrade to Pro for a one-time purchase if needed.
1. Create the Kiosk Account
Open Settings > Accounts > Family & other users. Under “Other users,” click “Add account,” then “I don’t have this person’s sign-in information,” and finally “Add a user without a Microsoft account.” Give the account a username like “Writer” and a strong password. You’ll need this password later to install updates or modify the kiosk setup, so store it safely.
2. Install Your Writing App
Log into the kiosk account to set up the app. Download your chosen writing software from the Microsoft Store—popular options include the new version of Notepad, Word Mobile, iA Writer, or even a minimalist text editor like Typora (available through the Store as a packaged Win32 app). If your preference is a web-based writing environment such as Draft, 750 Words, or Google Docs, skip the app installation and instead plan to use Microsoft Edge in kiosk mode (more on that later).
After installation, return to your main admin account. You’ll configure Assigned Access from there.
3. Configure Assigned Access
Go to Settings > Accounts > Family & other users. Under “Set up a kiosk,” click “Assigned access.” (On Windows 11, the path is identical, though the UI has rounded corners.) Click “Get started,” then select the local account you created. On the next screen, you’ll be prompted to choose an app. If your writing app doesn’t appear, it may not be a UWP app—double-check that it came from the Store or is a packaged app with an identity.
Once selected, Assigned Access is active. Reboot the machine, and the kiosk account will sign in automatically, launching the app full-screen. The taskbar, desktop, and Start menu are inaccessible. The user cannot switch to other apps or close the assigned one.
4. Exiting Kiosk Mode
To leave the app, press Ctrl+Alt+Del. Depending on your settings, you may see a “Sign out” button. Click it, and Windows will return to the lock screen. From there, you can sign in with your administrator account to perform maintenance. If you want to prevent the kiosk user from signing out entirely, you can disable the sign-out button via Group Policy or a registry tweak, but for a personal writing device, the default behavior is usually sufficient.
Choosing the Right Writing App for Kiosk Mode
App compatibility is the biggest hurdle. Assigned Access was designed for UWP apps, which limits the pool of truly distraction-free editors. Many beloved writing tools—WriteMonkey, FocusWriter, Scrivener—are classic Win32 applications that don’t appear in the app list. However, there are workarounds.
UWP and Packaged Apps
- Notepad (Microsoft Store version): The built-in Notepad received a Store-based update that gives it a modern app identity. It works in kiosk mode, providing a bare-bones writing surface.
- Word Mobile: The free UWP version of Microsoft Word supports basic formatting, but its ribbon and occasional prompts might distract.
- iA Writer: This markdown-focused editor is available in the Store and offers a clean, focused interface.
- Typora: A packaged desktop app that appears in the kiosk app list, Typora renders markdown in real-time while hiding syntax when you’re typing.
Web-Based Alternatives with Edge Kiosk
If your ideal writing environment lives in a browser, you can configure Edge as the kiosk app instead of a traditional text editor. Microsoft Edge kiosk mode can launch a single website in full-screen, with no address bar, no new tabs, and no way to navigate away. This opens the door to tools like Google Docs (offline mode), Draft, or 750 Words. Configuration is done through the same Assigned Access flow, but you choose “Microsoft Edge” as the app and then specify the URL.
Be aware that Edge kiosk mode may display security warnings or require initial login, so test thoroughly before locking things down. You can also use Edge’s “digital signage” mode, which is even more restrictive and ideal for a single-page display.
Table: Writing App Kiosk Compatibility at a Glance
| App | Distribution Method | Kiosk Compatibility | Distraction Potential |
|---|---|---|---|
| Notepad (Store) | Microsoft Store | Yes (UWP) | Very low |
| Word Mobile | Microsoft Store | Yes (UWP) | Medium (ribbon, dialogs) |
| iA Writer | Microsoft Store | Yes (UWP) | Low |
| Typora | Microsoft Store (packaged) | Yes | Low |
| FocusWriter | Standalone installer | No (Win32) | Very low |
| WriteMonkey | Standalone installer | No (Win32) | Very low |
| Google Docs (via Edge) | Browser | Yes (Edge kiosk) | Low if offline |
| Draft (via Edge) | Browser | Yes (Edge kiosk) | Low |
The Pros and Cons of a One-App Writing Machine
Like any hack, this setup isn’t perfect for everyone. Weigh the trade-offs before dedicating a device to it.
Pros
- Eliminates distractions: No notifications, no taskbar, no possibility of opening a web browser unless you specifically configure it as the kiosk app.
- Cost-effective: Revives old laptops that struggle with modern multitasking but can still run a lightweight editor.
- Simple for non-technical users: Once set up, anyone can turn on the laptop and start writing—no learning curve.
- Security: The kiosk account is isolated; a user cannot install software or access sensitive files without admin credentials.
Cons
- Limited app choices: Only UWP or packaged apps play nice without advanced configuration. The best distraction-free editors are often Win32.
- No multitasking: You’re locked to one app. If you need to quickly reference a PDF or browser, you must sign out and into another account.
- Fiddly exit: Ctrl+Alt+Del and sign-out can be a hassle if you frequently need to switch tasks.
- No system updates: The kiosk account won’t typically receive Windows updates while active; you must periodically log in as admin to update.
- One-account limitation: The device is tied to a single user profile in kiosk mode. Sharing the laptop with multiple writers requires separate kiosk accounts or a multi-app setup.
Alternatives to Kiosk Mode for Focused Writing
If Assigned Access feels too constricting, or your favorite writing app isn’t compatible, consider these built-in Windows alternatives that provide a middle ground.
Windows Focus Sessions
The Clock app on Windows 11 includes Focus Sessions, which let you set a timer and block notifications for a specified period. You can integrate Spotify and Microsoft To Do, but the desktop remains accessible. It’s less draconian than kiosk mode but may still tempt you to alt-tab away.
Quiet Hours / Focus Assist
Focus Assist (called “Quiet Hours” in earlier builds) suppresses notifications during specific times or while running a full-screen app. Paired with a distraction-free editor, it can approximate the kiosk experience without locking the entire system.
Third-Party Shell Replacements
For advanced users, replacing the default Windows shell (explorer.exe) with your writing app creates a custom environment. Tools like “Windows 10 Kiosk Shell Launcher” allow Win32 apps to run as the shell, effectively turning the OS into a single-purpose device. This method requires registry edits and is not officially supported by Microsoft for consumer use.
Dedicated Writing Devices
Of course, you could buy a dedicated device like an Alphasmart Neo, a Kindle with a keyboard, or a Freewrite typewriter. But those cost money and lack the flexibility of a full PC when you need to export, edit, or share your work. The kiosk approach gives you a modern machine with network connectivity when you want it, locked down when you don’t.
Is This Setup Right for You? Expert Recommendations
After spending a week with a kiosk-mode writing laptop, the case studies are clear: the technique excels for specific personas but isn’t a universal fix. If you’re a novelist who craves a mono-tasking environment for first drafts, a journalist who needs to file copy without falling into a Twitter hole, or a student who wants a dedicated research-writing rig, this is a low-risk experiment. The hardware investment is zero if you have an old laptop, and the software configuration takes under 15 minutes.
For those whose writing process demands frequent fact-checking, pasting screenshots, or referencing multiple documents simultaneously, kiosk mode’s rigidity will frustrate more than it focuses. In that case, a dual-monitor setup with Focus Assist and a dedicated “writing desktop” virtual desktop might better serve you.
The Future of Kiosk Mode for Creative Uses
Microsoft continues to enhance kiosk capabilities. Windows 11 23H2 added a “Kiosk mode” dedicated page in Settings, simplifying configuration. The introduction of “Windows 365 Boot” and “Microsoft Teams Rooms” demonstrates the company’s commitment to single-purpose devices, and there’s no reason the same technology can’t be bent toward creativity. Third-party developers might eventually build UWP versions of their writing tools specifically for this use case, though the Store’s dwindling UWP catalog makes that less likely.
In the meantime, the How-To Geek guide serves as a reminder that some of the best productivity tricks are hidden in plain sight, inside tools we normally ignore. Kiosk mode may have been designed for airport check-in terminals, but it has found an unexpected second act as a writer’s secret weapon.