Atlas
Atlas copied to clipboard
[BUG] - Enabling printing & notifications doesn't unhide their Settings pages
Description
Hello, I think i checked "Disable printing" on playbook install (0.4).
Enable Printing.cmd doesn't fully enable printing back, the windows menus are not working.
Running windows 10 10.00.19045 Build 19045
Thanks in advance
Steps to reproduce
- Clicking on this:
- Just always brings me there:
I tried to run it multiple times as admin.
Expected behavior
Expect to get this menu:
Actual behavior
I get this
Atlas Edition
Atlas for Windows 10 22H2
Desktop information
Virtual machine:
Additional content
No response
If i remember correctly the printing to work on VM you need to install the vmware tools also
Also check the printing service manually in services
This is a known issue with the scripts for notifications and printing, it'll be fixed next update
any workaround for this? I need to print my course work asap
any workaround for this? I need to print my course work asap
Printing still works, you just can't access the menu. I can print just fine. The scanner doesn't work, though.
Open Command Prompt as an administrator and use these commands as a workaround
To fix printing:
call "%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide printers
To fix notifications:
call "%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide notifications
call "%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide privacy-notifications
I've got the same problem. Just installed AtlasOS a few days ago and I am 100% sure that I configured everything so that printing would still be possible after the AtlasOS install.
If I search for "printer" I will get this:
But clicking on this will just open the settings page on its home page. Devices > Printers does not exist
This didn't work for me. I even checked SettingsPageVisibility in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer and it reads:
hide:recovery;autoplay;usb;maps;maps-downloadmaps;findmydevice;privacy;notifications;privacy-notifications;privacy-feedback;privacy-activityhistory;search-permissions;privacy-location;privacy-general;sync;;cortana-windowssearch;mobile-devices;mobile-devices-addphone;workplace;family-group;deviceusage;home;account
Clicking anything print settings related just brings me back to the Settings Overview. Print Spooler is running, also have the Print context-menu entry, and Print Management Console also works after running Enable Printing and rebooting.
Running AtlasOS v0.4.0 on Windows 11 Pro 23H2 (Version 10.0.22631 Build 22631)
same issue here - fix above didnt fix. No access tot he printers controls - have disables and re-enabled - tested against another macchine with standard win11 - it works atlas doesn't
Fixed in release v0.4.1. See the release for more info on what v0.4 users can do.
I was able to fix this, thanks to an hint by @Schokobecher (as the workaround didnt really work anything around anything for me):
This didn't work for me. I even checked SettingsPageVisibility in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer and it reads:
hide:recovery;autoplay;usb;maps;maps-downloadmaps;findmydevice;privacy;notifications;privacy-notifications;privacy-feedback;privacy-activityhistory;search-permissions;privacy-location;privacy-general;sync;;cortana-windowssearch;mobile-devices;mobile-devices-addphone;workplace;family-group;deviceusage;home;account
TL;DR
- open registry editor
- go to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
- right click the SettingsPageVisible key
- click on modify
- remove notifications;
hide:foo;bar;notifications;foo2;bar2->hide:foo;bar;foo2;bar2
Explanation
the setting hes talking about is the settings page visibility, which is mentioned in various google searches i made, not particularly for the notifications page. it allows administrators to hide certain pages with the hide:{page};{page} syntax, or only show some of the pages with the showonly:{page};{page} syntax.
So the fix relies on removing the notifications page from the hide section. easy as that really.