/
/

How to Add/Remove Folders Next to the Power Button in Windows 11

by Mauro Mendoza, IT Technical Writer
How to Add/Remove Folders Next to the Power Button in Windows 11 blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key points

  • The simplest way to add folders next to the power button in Windows 11 is through the Settings > Personalization > Start > Folders menu.
  • For IT professionals, advanced methods (Registry edits or PowerShell scripts) enable automation and deployment across multiple devices.
  • Changes made through Settings or the Registry apply only to the current user profile, requiring different methods for system-wide enforcement.
  • Removing a folder shortcut from the Start menu only deletes the icon, not your actual files or folders.
  • Always verify changes by opening the Start menu and restarting Windows Explorer if shortcuts don’t appear.
  • In enterprise environments, RMM tools or Group Policy are used to standardize and maintain these configurations at scale.

You can add folders next to the Windows 11 Start menu’s power button for quick access to key locations. This customization benefits both individual productivity and organizational IT management.

In this guide, you will learn both simple user methods and advanced administrative tools to configure these shortcuts.

Methods to add or remove folders in the Start Menu

Tailoring the folder shortcuts next to the Power button personalizes your Windows 11 Start menu for quick access or cleaner policies.

📌Use case: Customize for personal productivity or organizational governance. IT administrators often adjust these settings to simplify layouts for training or to align folder visibility with security policies on managed devices.

📌Prerequisites: You need a Windows 11 device and a user profile. Administrative rights are only required for system-wide changes or large-scale deployments. Standard user accounts can modify their own Start menu folder settings.

Method 1: Using Windows Settings (recommended)

Use the Settings app for quick, user-level changes to customize the Start Menu’s shortcuts.

📌Use case: Ideal for personalizing your own PC. It’s the fastest way to remove Start Menu folder shortcuts or add common ones, like Documents and Pictures.

Step-by-step procedure:

  1. Open Settings (Win + I).
  2. Go to Personalization > Start > Folders.
  3. Toggle any folder On to add it or Off to hide it.

Available folders include Settings, File Explorer, Documents, Downloads, Music, Pictures, Videos, Network, and your Personal folder.

This edits your user profile settings. Changes appear instantly in the Start menu (no restart needed). For system-wide or automated changes, administrative methods are required.

Method 2: Backup and Restore Start Menu Settings via Registry

Instead of manually editing complex binary data, use registry export to capture and deploy your configured Start menu folder shortcuts.

📌Use case: This approach is ideal for IT professionals who need to duplicate a properly configured Start menu layout across multiple devices without manually reconfiguring each one.

Step-by-step procedure

  1. First, configure your desired folders using Settings > Personalization > Start > Folders.
  2. Press Win + R, type regedit, and press Enter.
  3. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start
  4. Right-click the Start folder and select Export.
  5. Save the .reg file to a network location or USB drive.
  6. On target computers, simply double-click the exported .reg file and confirm the merge.
  7. Restart File Explorer or sign out and back in to apply changes.

Windows stores all folder visibility settings in a single binary value called VisiblePlaces within this registry key. This binary format is not human-readable or easily editable, which is why the Settings app is the recommended configuration tool.

By exporting and importing the entire key, you effectively clone your preferred configuration to other machines. Always test on a non-production device first.

Verify folder shortcut placement on Start

Always verify your configuration to ensure the Start menu folder shortcuts appear or are removed as intended.

📌Use case: Check immediately after applying any method, such as Settings, Registry, or script, to confirm the customization of the Start menu in Windows 11 was successful before broader deployment.

Step-by-step procedure:

  1. Open the Start menu.
  2. Look at the bottom-left corner, directly next to the Power button.
  3. Visually confirm your chosen folders (e.g., Documents, Pictures) are present or have been removed.
  4. Click on one or two shortcuts to ensure they open the correct system location.

If icons don’t update, restart the Windows Explorer process via Task Manager or simply sign out and back into your Windows account. This refreshes the shell and applies the new settings.

Key considerations when configuring Start Menu folders

Understanding the scope and limits of these changes ensures effective customization, especially in professional environments.

Settings are user-scoped

Changes made via Settings or the HKEY_CURRENT_USER registry hive apply only to that specific user profile. To enforce a standard layout for all users on a device or across a network, you must use provisioning, Group Policy, or MDM tools.

Folder availability depends on profile type

Some folders, like Documents or Pictures, are tied to the local user profile. They typically remain available even when libraries are redirected or managed through Azure Active Directory or domain profiles. However, their behavior may vary depending on how the user profile and folder redirection policies are configured.

Integration with Enterprise Start layouts

In enterprise deployments, these folder shortcuts are often configured alongside a full Start layout XML file. This XML can pin applications and control other Start menu elements, providing a complete, standardized user experience managed centrally through Intune or Group Policy.

Shortcuts are not the actual folders

A critical point for all users: using any method to remove Start menu folder shortcuts only deletes the quick access icon. It does not delete, move, or affect the actual Documents, Downloads, or other system folders on your hard drive.

Considerations for roaming profiles

If your environment uses roaming profiles, the registry settings controlling these folders may roam with the user. Without specific synchronization policies in place, this can lead to inconsistent behavior across different devices.

Troubleshooting common Start Menu folder shortcut issues

Even with clear steps, you might encounter issues when trying to customize these folder shortcuts. Here are solutions to common problems.

Folder toggles are greyed out or missing

This typically indicates a policy override. On Windows 11 Pro or Enterprise, check Group Policy (gpedit.msc) under User Configuration > Administrative Templates > Start Menu and Taskbar.

For all editions, a Mobile Device Management (MDM) policy from your organization could also enforce a specific Start menu layout.

Icons do not appear after configuration

The most common fix is to restart the Windows Explorer process. Open Task Manager (Ctrl+Shift+Esc), find “Windows Explorer,” and select “Restart.” If you used the registry or PowerShell, double-check that the Start_Show… value names are spelled correctly and set to 1 (not 0x1).

Settings behave inconsistently across user profiles

This points to a conflict between local changes and centralized management. Confirm no MDM or Group Policy is overriding your local Start layout. Settings configured via the default user profile (Method 4) only apply to new accounts, not existing ones.

A folder shortcut does not launch

This is rare for system folders, but it can happen. Use File Explorer to manually navigate to C:\Users\[YourUsername] and verify the target folder (e.g., Documents) exists and is accessible. Check folder path permissions if you receive an error.

The Start Menu appears corrupted or unresponsive

A corrupted cache can cause odd behavior. Close the Start menu before performing troubleshooting steps.

  1. Open Run (Win+R) and paste %LocalAppData%\Packages, then press Enter.
  2. Locate the folder starting with Microsoft.Windows.StartMenuExperienceHost and open it.
  3. Navigate to LocalState.
  4. Delete the contents of that folder and restart your PC afterward.

How NinjaOne can manage Start Menu configurations

NinjaOne can help automate Start menu standardization across all managed enterprise devices.

  1. Script development: Package the necessary registry commands (e.g., setting Start_ShowDocuments to 1) into a reliable PowerShell script within the NinjaOne script library.
  2. Phased deployment: Test the script on a pilot group of devices to verify it correctly adds or removes the intended Start menu folder shortcuts without error.
  3. Broad enforcement: Deploy the script using a NinjaOne automation policy or scheduled script execution across the relevant device groups. Schedule periodic remediation scripts to audit settings and correct any configuration drift, maintaining consistent Start menu customization across Windows 11 devices.

Using an RMM tool effectively shifts this task from manual configuration to automated governance, a critical capability for modern IT administrators managing large fleets.

Enhance efficiency with Start Menu folders

Learning to add folders next to the power button in Windows 11 streamlines your workflow, whether you’re simplifying your own desktop or enforcing company-wide standards.

From the Settings app to automated PowerShell scripts, the right method exists for every need, from individual preference to enterprise deployment.

Applying these techniques creates a more efficient and professionally managed computing environment for all users.

Related topics:

FAQs

No, you are limited to the specific list of system folders (like Documents, Pictures, Downloads) provided by Microsoft in the Settings menu. The feature is designed for quick access to these core Windows libraries, not for custom directory shortcuts.

In managed environments, Group Policy settings almost always take precedence over local user or registry modifications. If a policy is applied later, it will override your local change, and the folder visibility will revert to the IT-mandated configuration.

The Start menu interface is managed by the Windows Explorer shell process. Restarting it (explorer.exe) forces the shell to reload and read the updated registry values, making your changes visible without requiring a full system reboot.

The registry export method captures settings from HKEY_CURRENT_USER, which applies only to the currently logged-in profile.

To configure all existing users, you would need to load each user’s registry hive (NTUSER.DAT) and import the settings, or deploy the configuration via Group Policy or MDM tools—the recommended approach for enterprise environments.

Typically, yes. These settings are stored in your user profile and registry, which are generally maintained during in-place upgrades. However, significant feature overhauls to the Start menu could potentially reset layouts, so verification after a major update is recommended.

You might also like

Ready to simplify the hardest parts of IT?