Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Have you disabled the Clock? Maybe that's why the Steam icon is falling off the screen.... the steam icon hanging partly off the screen
explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v EnableAutoTray /t REG_DWORD /d 1 /f
2nd option works well for me. Solved. Thank You @hdmiYou could decide to keep all systray icons always visible on the taskbar. There is a checkbox for this, it's at the bottom of the window that opens when you run the following command:
explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
Only problem, this checkbox doesn't seem to work on Windows 11. To fix that problem, you can apply this registry edit:
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v EnableAutoTray /t REG_DWORD /d 1 /f