he3als

Results 187 comments of he3als

Fixed in [release v0.4.1](https://github.com/Atlas-OS/Atlas/releases/tag/0.4.1). See the release for more info on what v0.4 users can do.

Hi - After installing Atlas v0.4.0, I tested installing Chrome, signing in with sync, and restarting, but I can't reproduce your issue. I'll leave your issue open for now to...

This is a known issue with the scripts for notifications and printing, it'll be fixed next update

Open Command Prompt as an administrator and use these commands as a workaround --- To fix printing: ```bat call "%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide printers ``` To fix notifications: ```bat call "%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide...

Fixed in [release v0.4.1](https://github.com/Atlas-OS/Atlas/releases/tag/0.4.1). See the release for more info on what v0.4 users can do.

> What are you even saying, it *is* opt-in. (https://github.com/Atlas-OS/Atlas/blob/main/src/playbook/playbook.conf#L111-L116) Please don't be rude

In that poll, it wasn't noted that turning off the notification service was unlikely to improve performance. However, even if we go with the poll results, the security implications need...

Fixed in [release v0.4.1](https://github.com/Atlas-OS/Atlas/releases/tag/0.4.1). See the release for more info on what v0.4 users can do.

I can't reproduce this issue. Are you sure that you're on v0.4.0? ```C# using System; using System.Diagnostics; using System.Threading; using System.Windows.Forms; namespace SendKeysTest { class Program { static void Main(string[]...