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] - Account page disappearing on updates (Included Solutions) #1140

Open
4 tasks done
wuyilingwei opened this issue Jul 7, 2024 · 5 comments
Open
4 tasks done
Labels
bug Something isn't working, let’s fix that fixed next release Where next release will have the issue fixed workaround avaliable Where a temporary workaround/fix is available for an issue

Comments

@wuyilingwei
Copy link

wuyilingwei commented Jul 7, 2024

Before continuing...

  • I agree to follow Atlas' Code of Conduct
  • I have searched our issue tracker to verify that the issue hasn't been reported already
  • I have searched the Atlas documentation beforehand for a solution
  • I am on the latest version of Atlas, and didn't do an unsupported upgrade

Description

I found that in some cases, my account settings disappeared in settings, and the entire account tab disappeared.

Steps to reproduce

Edit gpedit Computer Configuration - Windows Settings - Security Settings - Local Policies - Security Options - Accounts: Block Microsoft Accounts (disable)

Login My MS account, my develop E5 MS account and my school MS account.

Expected behavior

It should be normal. At least you shouldn't be unable to access account settings.

Actual behavior

I noticed that after a while, the entire Account tab in Settings disappeared. Sometimes I could get there using certain Settings links (such as Change Password or Account Settings), and sometimes I couldn't.

Maybe it was a system update and Atlas that finally caused it (?)

Atlas Edition

Atlas for Windows 11 23H2

Desktop information

Version Windows 11 Professional Edition
Build number 23H2
Installation date ‎2024/‎5/‎3
OS version 22631.3737
Experience Windows Feature Experience Pack 1000.22700.1009.0

Additional content

This bug does not seem to appear on Win10. One of my computers did not have this bug after the above operations, but since it is unstable to reproduce, I am not sure if it is due to luck.

What's strange is that this behavior doesn't seem to happen on the first reboot. But it happens after multiple reboots.

@wuyilingwei wuyilingwei added the bug Something isn't working, let’s fix that label Jul 7, 2024
@wuyilingwei wuyilingwei changed the title [BUG] - Jul 7, 2024
@he3als
Copy link
Member

he3als commented Jul 7, 2024

Hi, it seems like a Windows update cleared Atlas's method to disable ads on the accounts page.

To fix this, open PowerShell as an Administrator, and copy and paste the below:

cd "$env:windir\AtlasModules"; $ver = 'v0.3.3'; $name = "ViVeTool-$ver"
if ((gcim Win32_ComputerSystem).SystemType -match 'ARM64') { $name = "$name-ARM64CLR.zip" } else { $name = "$name.zip" }
curl.exe -LSs "https://github.com/thebookisclosed/ViVe/releases/download/$ver/$name" -o "$name"
iex(irm https://raw.githubusercontent.com/Atlas-OS/Atlas/cef5ab81b9ef5d477f3a8aeb7b1e30cd54e4bb09/src/playbook/Executables/CLIENTCBS.ps1)

Then, restart.

@wuyilingwei

This comment was marked as resolved.

@he3als

This comment was marked as resolved.

@he3als he3als reopened this Jul 7, 2024
@he3als he3als added the workaround avaliable Where a temporary workaround/fix is available for an issue label Jul 7, 2024
@he3als he3als changed the title [BUG] - my account settings disappeared in settings Jul 7, 2024
@he3als he3als changed the title [BUG] - Account page disappearing Jul 7, 2024
@wuyilingwei

This comment was marked as resolved.

@he3als

This comment was marked as resolved.

@wuyilingwei wuyilingwei changed the title [BUG] - Account page disappearing on updates Jul 7, 2024
he3als added a commit that referenced this issue Jul 14, 2024
@he3als he3als added the fixed next release Where next release will have the issue fixed label Jul 14, 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 fixed next release Where next release will have the issue fixed workaround avaliable Where a temporary workaround/fix is available for an issue
2 participants