去掉右键菜单“必应壁纸”的四种方法

去掉右键菜单必应壁纸的四种方法

去掉右键菜单“必应壁纸”的四种方法:

  1. 直接法。在注册表编辑器中,删除 HKEY_CLASSES_ROOT\Directory\Background\shell\BingWallpaperDesktopContextMenu 主键。

  2. 使用 REG 文件。新建一个文本文件,另存为 RemoveBingWallpaper.reg,双击导入注册表。该 REG 文件的内容为:

1
2
3
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Directory\Background\shell\BingWallpaperDesktopContextMenu]
  1. 命令提示符中使用 REG 命令。 进入命令提示符,执行以下命令:
1
reg delete "HKCR\Directory\Background\shell\BingWallpaperDesktopContextMenu" /f
  1. PowerShell 中使用 Remove-Item 命令。进入 PowerShell,执行以下命令:
1
Remove-Item -Path "HKCR:\Directory\Background\shell\BingWallpaperDesktopContextMenu" -Recurse

这四种方法本质上都是一致的,都是删除某个注册表主键。至于这个主键,是通过在“注册表编辑器”中查找“BingWallPaper”,再结合笔者对 Windows 的了解而找到的。

图片版权

题图:https://learn.microsoft.com/zh-cn/answers/questions/5747910/bing-wallpaper

头图:https://pixabay.com/photos/sea-rocks-mountains-croatia-coast-6948569/


求扫码打赏
“我这么可爱,请给我钱 o(*^ω^*)o”

去掉右键菜单“必应壁纸”的四种方法
https://blog.kukmoon.com/ac57b819b46e/
作者
Kukmoon谷月
发布于
2026年8月12日
许可协议