Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Running"Enable Notifications" doesnt make the settings for Notifications visible ( doesnt edit Registry ) #1075

Closed
Evonos opened this issue Apr 12, 2024 · 13 comments
Labels
bug Something isn't working, let’s fix that

Comments

@Evonos
Copy link

Evonos commented Apr 12, 2024

Description

If you run "Enable Notifications" script it doesnt make the Notifications settings visible in the windows Settings menu because it doesnt remove the "Notifications" entry from the registry key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer SettingsPageVisibility

Steps to reproduce

run "Enable Notifications"
Open settings
No notification settings even after Restart.

Expected behavior

See Notification settings ( you enabled the feature via script so you ... want to see it )

Actual behavior

No Menu.

Atlas Edition

Atlas for Windows 11 23H2

Desktop information

Atlas OS 0.4

Additional content

Fix remove "Notifications" from this entry in registry
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer SettingsPageVisibility maybe someone could include this into the script

@Evonos Evonos added the bug Something isn't working, let’s fix that label Apr 12, 2024
@thedtvn

This comment was marked as off-topic.

@thedtvn

This comment was marked as off-topic.

@Evonos

This comment was marked as off-topic.

@Evonos Evonos closed this as completed Apr 12, 2024
@Evonos Evonos reopened this Apr 12, 2024
@thedtvn

This comment was marked as off-topic.

@Evonos

This comment was marked as off-topic.

@thedtvn

This comment was marked as off-topic.

@Evonos

This comment was marked as off-topic.

@he3als
Copy link
Member

he3als commented Apr 13, 2024

Scripts in the Atlas folder should say that they're finished, e.g.:

image

If they don't, the script isn't launching, likely due to RunAsTI not functioning.

Can you open a Command Prompt, enter the path to the script, and post the output for troubleshooting, please?

@thedtvn
Copy link

thedtvn commented Apr 13, 2024

Scripts in the Atlas folder should say that they're finished, e.g.:

image

If they don't, the script isn't launching, likely due to RunAsTI not functioning.

Can you open a Command Prompt, enter the path to the script, and post the output for troubleshooting, please?

@he3als ye here is a log
image

@Evonos
Copy link
Author

Evonos commented Apr 13, 2024

Scripts in the Atlas folder should say that they're finished, e.g.:

image

If they don't, the script isn't launching, likely due to RunAsTI not functioning.

Can you open a Command Prompt, enter the path to the script, and post the output for troubleshooting, please?

yes it said that , even did run it a 2nd time to make sure ( after reboot after the first time ) both times it said it finished sucessfully.

@thedtvn

This comment was marked as off-topic.

@the-P1neapple
Copy link
Member

is there a way to fix this like add RunAsTI to Path env or something ?

@thedtvn RunAsTI should be added to path by default when running the playbook. You most likely had errors during installation. I would recommend reinstalling your windows as this may have caused a lot of scripts to fail when using the playbook.

Any other questions regarding your issue should be asked in the discord since this is not related to the original post.

he3als added a commit that referenced this issue Apr 14, 2024
@MuG509
Copy link

MuG509 commented Apr 25, 2024

Hello, I've encountered the same issue and tried the various solutions displayed in this topic,

@Evonos if you remove the registry keys it allows the notification section on settingspage to appear back but I any change didnt seem to have any effect,
It appears that even if you run the enable notification script it only enables parts of the notifications back :

"System" notifications (as push notifications) will pop (ex : enable auto HDR)
Apps that integrates a dedicated push notification system will pop (ex : discord PM)

For user installed app that uses the windows notification push system it will not work (ex : whatsapp, tested from store installation)
I believe it is because the service wpnUserService is stopped
I tried to start it back but it refuses to ( tried sfc/ scannow and dism /online /cleanup-image /restorehealth), no result)

I wasn't sure if I disabled notifications when installing so I reinstalled to make sure and got the same result

@Xyueta Xyueta closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, let’s fix that
Projects
None yet
Development

No branches or pull requests

6 participants