Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

return the icon #219

Closed userosos closed 5 years ago

userosos commented 5 years ago

How i can return the icon, please? default

Disassembler0 commented 5 years ago

Below is a screenshot of how the systray looks like after a fresh installation. Yours is laptop/tablet, so it has extra battery and touchpad icons. Which icon do you have in mind? vystrizek

userosos commented 5 years ago

@Disassembler0 I have an PC. I mean arrow.

userosos commented 5 years ago

Screen from my PC: image

Disassembler0 commented 5 years ago

Aaa, ok, I thought that's a screenshot of your current desktop.

ShowTrayIcons / HideTrayIcons tweaks affect this. ShowTrayIcons is included in the default preset and causes the notification area (SysTray) icons to be visible at all times. So to get the arrow back either apply HideTrayIcons tweak or simply fix it manually by using the checkbox in Settings -> Personalization -> Taskbar -> Select which icons appear on the taskbar -> Always show all icons in the notification area

userosos commented 5 years ago

@Disassembler0 It is not work for me: image Sorry for russian language.

Disassembler0 commented 5 years ago

Hm, yes. I forgot that even though the registry value is in HKCU, it comes from a GPO and overrides whatever is set manually. So in that case you need to run HideTrayIcons as admin. Alternatively, you can do following:

  1. Open regedit
  2. Navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  3. Delete NoAutoTrayNotify value
  4. Log off and then log back in
userosos commented 5 years ago

@Disassembler0 Big thx! it is work!