My action center. - Microsoft Community
Windows / Windows 10 / Desktop, Start, & personalization / PC
hi joseph,
windows action center useful tool, stores activity , set important notifications viewed later. can re-enable performing steps below:
1. press windows + s to open search box.
2. type windows powershell, click it.
3. type command below:
get-appxpackage | % { add-appxpackage -disabledevelopmentmode -register "$($_.installlocation)\appxmanifest.xml" -verbose }
4. press enter , wait command finish.
5. restart pc.
open action center after restarting , check see if running normally.
let know if solution above works you.
Windows / Windows 10 / Desktop, Start, & personalization / PC
Comments
Post a Comment