如何在Windows 8.1中禁用SkyDrive / OneDrive集成
Cloud storage services are constantly vying for attention, and the inclusion of SkyDrive in Windows 8.1 is indicative of the importance Microsoft places on it. But not everyone is so enamored with the service and would rather that it wasn’t so hard-baked into the OS. Using Group Policy Editor or the Registry Editor, it can be disabled.
云存储服务一直在争夺注意力,而Windows 8.1中包含的SkyDrive则表明了Microsoft对它的重视。 但是,并不是每个人都对该服务如此着迷,而是希望它不会被如此艰苦地植入操作系统中。 使用组策略编辑器或注册表编辑器,可以将其禁用。
It is slightly strange — and annoying — to find that there is no easy, built-in way to disable SkyDrive integration. This means that right from the word go you will see a SkyDrive folder in Explorer with no obvious way to remove it.
发现没有简单,内置的方法来禁用SkyDrive集成,这有点奇怪且令人讨厌。 这意味着从单词go开始,您将在资源管理器中看到一个SkyDrive文件夹,没有明显的删除方式。
完全禁用SkyDrive Everywhere(家庭版) (Completely Disable SkyDrive Everywhere (Home Edition))
The Home editions of Windows don’t have Group Policy, which is a lot easier to use than the registry editor. If you’re running Pro, skip down further and read those instructions. For everybody else, this is how you do it.
Windows的Home版本没有组策略,它比注册表编辑器更容易使用。 如果您使用的是Pro,请进一步跳过并阅读这些说明。 对于其他所有人,这就是您的操作方式。
Open up the Registry Editor by using the WIN + R key combination, entering regedit.exe, and hitting enter. Then, navigate down to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.
通过使用WIN + R组合键打开注册表编辑器,输入regedit.exe ,然后按Enter。 然后,向下导航到HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows。
You will probably need to create the Skydrive key as shown on the left-hand side of the screenshot below by right-clicking on Windows and choosing New -> Key. Once you’ve done that, create the DisableFileSync key on the right-hand side, and give it a value of 1.
您可能需要通过右键单击Windows并选择“新建”->“**”来创建Skydrive**,如下面屏幕截图的左侧所示。 完成此操作后,在右侧创建DisableFileSync键,并将其值设置为1。
It’s pretty simple after that. Just restart your computer and Skydrive shouldn’t be available. If you just want to remove it from Windows Explorer, keep reading and follow the instructions below.
在那之后很简单。 只需重新启动计算机,Skydrive将不可用。 如果您只想从Windows资源管理器中删除它,请继续阅读并遵循以下说明。
到处完全禁用SkyDrive(Windows Pro) (Completely Disable SkyDrive Everywhere (Windows Pro))
If you want to get rid of SkyDrive entirely, you can use Group Policy to remove it. This will get rid of it from everywhere on the system though, including the Metro apps.
如果要完全摆脱SkyDrive,则可以使用组策略将其删除。 但是,这将在系统的所有位置(包括Metro应用程序)中消除它。
Launch Group Policy Editor by pressing the Windows key and R simultaneously, typing gpedit.msc and hitting Enter.
通过同时按Windows键和R并键入gpedit.msc并单击Enter,启动组策略编辑器。
Beneath the Local Computer Policy section, navigate to Computer Configuration\Administrative Templates\Windows Components\SkyDrive and then double click the entry labeled Prevent the usage of SkyDrive for file storage to the right.
在“本地计算机策略”部分下,导航到“计算机配置\管理模板\ Windows组件\ SkyDrive”,然后在右侧双击标为“禁止使用SkyDrive进行文件存储”的条目。
Select Enabled and then click OK.
选择启用,然后单击确定。
The change will take immediate effect and you’ll see that the SkyDrive icon disappears from Explorer straight away.
更改将立即生效,您将看到SkyDrive图标立即从资源管理器中消失。
从资源管理器侧面板中删除 (Remove from the Explorer Side Panel)
If you just want to remove SkyDrive from the side panel, you can use the registry editor to remove the library that provides that feature.
如果只想从侧面板上删除SkyDrive,则可以使用注册表编辑器删除提供该功能的库。
Press the Windows key and R at the same type, type regedit and press Enter. You then need to navigate to HKEY_CLASSES_ROOT\CLSID\ {8E74D236-7F35-4720-B138-1FED0B85EA75}\ShellFolder.
按Windows键和相同类型的R,键入regedit,然后按Enter。 然后,您需要导航到HKEY_CLASSES_ROOT \ CLSID \ {8E74D236-7F35-4720-B138-1FED0B85EA75} \ ShellFolder。
Before you can proceed, you will have to take ownership of this registry key, and when this is done you can make the necessary changes.
在继续之前,您必须拥有此注册表项的所有权,完成此操作后,您可以进行必要的更改。
Double click the Attribute key and change its value to 0.
双击属性键,并将其值更改为0。
Should you ever feel the need to reverse the changes and reinstate SkyDrive, you can do so by either disabling the setting in Group Policy Editor, or editing the registry key again, this time changing its value back to the default of f080004d.
如果您需要撤消更改并恢复SkyDrive,可以通过禁用组策略编辑器中的设置或再次编辑注册表项来完成,这一次将其值更改回默认值f080004d。
翻译自: https://www.howtogeek.com/167058/how-to-disable-skydrive-integration-in-windows-8.1/