发布网友 发布时间:2022-04-14 23:13
共3个回答
热心网友 时间:2022-04-15 00:43
skydrive不能卸载,但可以通过注册表屏蔽显示skydrive的项目,具体方法如下:
1、如下图,按win键+R键,打开运行命令,输入“regedit”,再按“确定”:
2、在注册表中找到以下键值 :
HKEY_CLASSES_ROOT\AllFilesystemObjects\shell
可以看到在“shell”下,有一个名为“SPFS.ContextMenu”的键值,右键单击该键值,选择删除,关闭注册表,重启电脑,skydrive在电脑中的选项就消失了。
热心网友 时间:2022-04-15 02:01
解决方法热心网友 时间:2022-04-15 03:35
The tools required : Windows PowerShell
The method of removing UWP Application : (SkyDrive belongs to UWP Application)
1. Run "Get-AppxPackage -AllUsers" in Windows PowerShell by using administrator permissions to lists app packages (.appx) for all user accounts.
2. Run "Remove-AppxPackage FileManager_6.3.9600.16384_neutral_neutral_cw5n1h2txyewy" in Windows PowerShell by using administrator permissions to removes an app package (.appx) from a user account.
Syntax
Remove-AppxPackage [-Package] <String> [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameters
-Package<String>
Specifies an AppxPackage object or the full name of a package.