CMD & PowerShell

Enable Work Folders Client on Windows 11 using CMD & PowerShell

It provides Offline access to Work PCs from a Corporate File Server Seamlessly

Enable Work Folders Client on Windows 11: This built-in Windows Feature is essential for enterprise environments and corporate structures. After the Pandemic, the concept of Working from Home skyrocketed. In such cases, most employees worked from their homes with their office laptops. With Work Folders Access from the company, employees can easily access and edit documents from the office file server. The changes made are seamlessly synced with the server as well.

Recommended: Microsoft Xps Document Writer Using Cmd & Powershell

To use Work Folders Client on a Windows 11 configuration, we need to enable it manually. It is a built-in feature, but as it is focused on enterprise environments, it is available as an optional feature on Windows 11. There are different methods to enable this optional feature on Windows 11, and let’s check out those in detail.

Different Methods to Enable Work Folders Client on Windows 11

  • Use Windows Features Dialog – GUI Method
  • Quick way to enable Work Folders Client using the Command Prompt – CLI Method
  • Easy way to enable Work Folders Client using Windows PowerShell – CLI Method

If you are looking to use the GUI method, we have a dedicated article on how to turn on Work Folders Client on Windows 11 with step by step explanation. Kindly refer to it. In this article, we will focus on the CLI methods. Let’s get started.

Work Folders Client Availability on various Windows 11 Editions

Windows EditionsAvailability
Windows ServersYes
Windows 11 HomeYes
Windows 11 ProfessionalYes
Windows 11 EducationYes
Windows 11 EnterpriseYes
Windows 11 Pro EducationYes
Windows 11 SENo
Windows 11 IoT EnterpriseYes

Quick Way to Enable Work Folders Client on Windows 11 using Command Prompt

To enable this optional feature using CMD, we need to run Command Prompt with Administrative Privileges. Additionally, we will use the Deployment Image Servicing and Management Tool, also known as DISM, to enable this feature on Windows 11.

  • Go to the Command Prompt, and make sure to run it with Elevated Privileges as DISM requires it. We have an article explaining Different methods to run Command Prompt as Administrator.
  • The User Account Control will confirm and open CMD with Administrative Privileges.
  • Kindly execute the following command in the CMD. dism /online /enable-feature /featurename:WorkFolders-Client /all /NoRestart
Execute the following command in the CMD
Execute the following command in the CMD
  • The DISM will now enable the Work Folders Client on your Windows 11 rig. You will receive the message “The operation completed successfully“. This marks the completion of the process. Work Folders Client is successfully enabled.
Work Folders Client enabled on Windows 11
Work Folders Client enabled on Windows 11

Decoding “Work Folders Client Enable Command using CMD”

Decoding Work Folders Client Enable Command using CMD
Decoding Work Folders Client Enable Command using CMD

Launch and Configure Work Folders Client on Windows 11

Once this optional feature is enabled on Windows 11, you can access it and configure it. You can use the Control Panel to access it via the Graphical User Interface, or you can use the CMD to quickly access it without having to surf through different Control Panel items. To launch and configure Work Folders Client on Windows 11, kindly execute the following command in the CMD.

control /name Microsoft.WorkFolders

Launch Work Folders on Windows 11
Launch Work Folders on Windows 11

Easy Way to Enable Work Folders Client on Windows 11 using Windows PowerShell

  • Go to the Run Command using the keyboard shortcut WinKey + R.
  • In the Run, type the following command powershell, and press CTRL + SHIFT + R. This action will prompt Run to execute this command with Administrative Privileges.
Type powershell and press ctrl + shift + enter
Type powershell and press Ctrl + Shift + Enter
  • Once you confirm with the UAC, the system will open Windows PowerShell with Elevated Privileges.
  • Execute the following command in Windows PowerShell. Enable-WindowsOptionalFeature -Online -FeatureName WorkFolders-Client -All -NoRestart
Execute the Work Folders Enable Client on Windows PowerShell
Execute the Work Folders Enable Client on Windows PowerShell
  • PowerShell will now enable Work Folders Client on Windows 11.
  • The RestartNeeded value is False, and that means a restart is not required for the changes made to the system.
Work Folders Client enabled using Windows PowerShell
Work Folders Client enabled using Windows PowerShell

Decoding “Work Folders Client Enable Command using PowerShell”

Decoding Work Folders Client PowerShell Command
Decoding Work Folders Client PowerShell Command

Create a Desktop Shortcut to access the Work Folders Client on Windows 11

Once the feature is enabled on Windows 11, you can create a desktop shortcut for convenient access. You don’t have to navigate through the Control Panel or remember the CMD or use the Start menu. You can make it simpler by creating a Desktop Shortcut. Here are the steps.

Check Out: Microsoft Print To Pdf Using Cmd & Powershell On Windows 11

  • On the empty space of the Desktop, right-click and hover on New, and then click on Shortcut.
New-Shortcut
New-Shortcut
  • Create Shortcut dialog box will pop up. This Wizard helps you to create shortcuts to local or network programs, files, folders, computers, or Internet addresses.
  • In the “Type the location of the item” field, enter the following value. control /name Microsoft.WorkFolders
Type the location of the item, and click Next
Type the location of the item, and click Next
  • Click Next. By default, the system will assign the shortcut name control, we can rename it as per your convenience. I am renaming it to Work Folders. Finally, click Finish.
Rename the shortcut and click Finish
Rename the shortcut and click Finish
  • The Work Folders Desktop Shortcut will now be created on your Windows 11 Desktop.
Work Folders Shortcut Created on the Desktop
Work Folders Shortcut Created on the Desktop

Various Functions of Work Folders Client on Windows 11

Work Folders Client Functions and Effectiveness
Work Folders Client Functions and Effectiveness
  1. Work Folders seamlessly syncs user files from an enterprise file server. The Changes made offline are synced when the device reconnects, and this ensures the files are always up to date.
  2. It uses Encrypted HTTPS connections, which enhances the security without compromising on ease of access.
  3. Work Folders respects existing NTFS permissions and quotas on the server, so admins don’t need to create new systems for access control. It fits seamlessly into Active Directory environments.
  4. Files stored on client devices can be automatically encrypted, and admins can remotely wipe the Work Folders content if a device is lost or an employee leaves the company.

Take away

We hope you are satisfied with our article on how to enable Work Folders Client on Windows 11 using Command Prompt and Windows PowerShell. If you have any queries or feedback, kindly let us know Comments section. For more interesting articles, stay tuned to Winsides.com. Happy Computing! Peace out!

Related Articles:

Why You Can Trust Winsides.com?

We combine expert insights with user-friendly guidance. We thoroughly research and test everything to give you reliable and simple to understand tech guides. Please take a look at our publishing process to understand why you can trust Winsides.


Vigneshwaran Vijayakumar

Hello, I'm Vigneshwaran, the founder, owner, and author of WinSides.Com. With nearly a decade of experience in blogging across various domains and specializing in Windows-related tutorials for over five years, I bring a wealth of knowledge and expertise to WinSides.Com

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button