Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active January 23, 2024 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AzimsTech/65e9e94b35d5ae4c6df9c5f970eb3885 to your computer and use it in GitHub Desktop.
Save AzimsTech/65e9e94b35d5ae4c6df9c5f970eb3885 to your computer and use it in GitHub Desktop.
Win11: Show all tray icons

Type this command, go here:

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "EnableAutoTray" /t REG_DWORD /d 1 /f

Then run this command:

explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment