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.69k stars 1.08k forks source link

Notification center disabled / #282

Closed IamCampos closed 4 years ago

IamCampos commented 4 years ago

Anyone knows a way to let the Notification Center appers again after using this script? thanx

Disassembler0 commented 4 years ago

Run EnableActionCenter tweak.

IamCampos commented 4 years ago

i did it, but doesn't appear again, as doesnt appear anymore the group of icons in the low right corner of the screen. I don't know if it's clear, but surely it has a particular name.

Disassembler0 commented 4 years ago

You might need to run that tweak as admin, as it unsets a GPO. Also, did you restart (or at least log off / log on) afterwards?

The area left from the clock is usually called SysTray, the icon right from the clock is the notification center. EnableActionCenter handles the right part.

If you're still stuck, paste a screenshot. Just the bottom right part of your screen, where the icons should be, is enough.

IamCampos commented 4 years ago

This is how it is now: 1

This is how i'd like it to be: 2

Disassembler0 commented 4 years ago

So yeah, run a preset

RequireAdmin
EnableActionCenter
HideTrayIcons
Restart