Disable Windows 8.1 Help Label Notifications
Disabling help label notifications in Windows 8.1 can be achieved through a few different methods. Here’s a guide.
Using the Registry Editor to Disable Help Sticker Notifications
Follow these steps to disable Help Sticker Notifications in Windows 8.1 using the Registry Editor:
- Open the Registry Editor:
- Type
regedit
in the search box or Run dialog. - Press Enter to open the Registry Editor.
- Type
- Navigate to the Relevant Registry Key:
- Go to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
.
- Go to
- Create a New Key:
- Right-click on the
Windows
key. - Select New > Key.
- Name the new key
EdgeUI
.
- Right-click on the
- Create a New DWORD Value:
- Select the
EdgeUI
key you just created. - In the right side pane, right-click and choose New > DWORD (32-bit) Value.
- Name this new value
DisableHelpSticker
.
- Select the
- Modify the DWORD Value:
- Double-click on
DisableHelpSticker
. - Enter
1
in the Value data box. - Click “OK”.
- Double-click on
- Restart Your PC:
- After completing these steps, restart your computer.
- The Help Stickers should no longer be visible.
Note: If you wish to re-enable the Help Stickers at a later time, you can navigate back to the EdgeUI
key and delete it from the registry.
Using Group Policy Editor to Disable Help Tips
If your edition of Windows 8.1 includes the Group Policy Editor, you can use it to disable Help Tips. Here’s how:
- Open Group Policy Editor:
- Press
Windows Key + R
to open the Run dialog. - Type
gpedit.msc
and press Enter.
- Press
- Navigate to the Appropriate Setting:
- Go to User Configuration > Administrative Templates > Windows Components > Edge UI.
- Disable Help Tips:
- Find the setting named
Disable help tips
. - Double-click on it to open its configuration window.
- Select the
Enabled
option. - Click Apply, then OK.
- Find the setting named
Note: Disabling Help Tips using Group Policy Editor will apply the change for all users on the system. Ensure you have administrative privileges to make these changes.