返回列表 发帖

如何删除MSE的右键菜单

Win10
删除:

  1. regsvr32 "C:\Program Files\Windows Defender\shellext.dll" /u
复制代码


恢复:

  1. regsvr32 "C:\Program Files\Windows Defender\shellext.dll"
复制代码




Win7
删除:

  1. regsvr32 "C:\Program Files\Microsoft Security Client\shellext.dll" /u
复制代码


恢复:

  1. regsvr32 "C:\Program Files\Microsoft Security Client\shellext.dll"
复制代码

返回列表