Win10 new briefcase option recovery method

  
briefcase & rdquo; is used for offline synchronization of data, native support in Win7 and previous XP systems. Users can save the modified file to the USB flash drive, or connect the two computers to each other. At this time, “Briefcase” can automatically synchronize the latest improvements of the file. But in the era of Win8.1/Win10, Microsoft believes that the "briefcase" has been removed, and this feature has been removed, especially the strong intervention of OneDrive in Windows10, which has squeezed out the survival of the traditional "briefcase". space. However, if it is not connected to the Internet, it is nonsense to synchronize through OneDrive. At this time, “Briefcase” can still play a role.

In fact, this feature has not completely disappeared, we can retrieve it by adding a registry item. The method is very simple. Copy and paste the following code into Notepad, save as “all files (*.*)”, and the file extension is “.reg”; (as shown below, the file name can be free). This method is also applicable to Windows 8/Windows 8.1 systems.

The code is as follows (not including the top and bottom of the "=” divider):
====================== ================================================================= Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREClassesBriefcaseShellNew]
"IconPath" =hex(2): 25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,
74 ,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,< Br>00,79,00,6e,00,63,00,75,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00, 00
"ItemName"=hex(2): 40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00, 6f,00,
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,
00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c, 00,6c,00,2c,00,
2d,00,36,00,34,00,39,00,33,00,00,00
"Directory"=""
"Handler"="{85BBD920-42A0-1069-A2E4-08002B30309D}"
[HKEY_LOCAL_MACHINESOFTWAREClassesBriefcaseShellNewConfig]
"IsFolder"=""
"NoExtensi On"=""
================================================= ==========
Double-click to run the file, you can add the above content to the registry. After restarting the file explorer Explorer.exe
right click on the desktop → new, “ Briefcase” will appear, as shown below ——

To cancel this new item, you can Save and execute the following code in the same way (the file name needs to be different from the previous one, the extension does not change):
======================= ===================================================== Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINESOFTWAREClassesBriefcaseShellNew]
==== ================================================================== : Among them, "Briefcase.reg"; to increase the "Briefcase" registry key, "DBriefcase.reg"; to delete the existing "ld. Briefcase" registry key.

Copyright © Windows knowledge All Rights Reserved