LoginSignup
0
0

Windows 11 のスタート メニューの広告を止めるレジストリ設定

Last updated at Posted at 2024-04-25

これは何?

Windows 11 のスタートメニューで広告が入るようになったようですがそれを非表示とするレジストリ設定です。

特定方法

Process Monitor でレジストリを特定するだけでした。
image.png

というわけで

Key : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Start_IrisRecommendations (DWORD)
0 : 無効
1 : 有効

image.png

これで無効化されるはずです。

補足

GUI で制御したいならこちら。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0