How to Add or Remove Always Available Offline Context Menu in Windows


Offline Files is a feature of Sync Center that makes network files available to a user, even if the network connection to the server is unavailable.

Users can use offline files (if enabled) to make their network files always available offline to keep a copy of the files stored on the network on your computer. This allows users to work with them even when they are not connected to the network or a server is unavailable. The next time the user connects to the network or the server is available, their offline files on your computer will automatically sync to the network files on the server to update.

This tutorial will show you how to add or remove the Always available offline context menu of network files and folders for all users in Windows 7, Windows 8, and Windows 10.

You must be signed in as an administrator to add or remove the Always available offline context menu.

In Windows 7, the offline files feature is only available in the Professional, Ultimate, and Enterprise editions.

In Windows 8, the offline files feature is only available in the Pro and Enterprise editions.

In Windows 10, the offline files feature is only available in the Pro, Enterprise, and Education editions.


EXAMPLE: "Always available offline" context menu
How to Add or Remove Always Available Offline Context Menu in Windows-always_available_offline_context_menu.png



Here's How:

1 Do step 2 (add) or step 3 (remove) below for what you would like to do.


2 To Add "Always available offline" context menu of Network Files and Folders for All Users

This is the default setting.

Even if added, the Always available offline context menu will only show if Offline Files has been enabled.

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Add_Always_available_offline_context_menu_of_network_files_and_folders.reg

Download

(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}]

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Offline Files]
@="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"

[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Offline Files]
@="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"


3 To Remove "Always available offline" context menu of Network Files and Folders for All Users

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Remove_Always_available_offline_context_menu_of_network_files_and_folders.reg

Download

(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}]

[-HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Offline Files]

[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Offline Files]


4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn