Git Product home page Git Product logo

Comments (5)

he3als avatar he3als commented on July 17, 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.

from atlas.

wuyilingwei avatar wuyilingwei commented on July 17, 2024

嗨,似乎 Windows 更新清除了 Atlas 在帐户页面上禁用广告的方法。

若要解决此问题,请按 Win+R 打开“运行”对话框,粘贴,然后按 Enter:

RunAsTI.cmd powershell iex(irm https://cdn.jsdelivr.net/gh/Atlas-OS/Atlas@main/src/playbook/Executables/CLIENTCBS.ps1); pause

Thank you, that work. (need reboot)

from atlas.

he3als avatar he3als commented on July 17, 2024

Still going to keep this open as it's an issue some users have and I want to properly fix it

from atlas.

wuyilingwei avatar wuyilingwei commented on July 17, 2024

Still going to keep this open as it's an issue some users have and I want to properly fix it

Then it seems that it may have nothing to do with my restarting the MS account. I will modify the context.

Thanks your help.

from atlas.

he3als avatar he3als commented on July 17, 2024

It's due to the FeatureManagement overrides being cleared. See the script that disables the Settings ads for more info: https://github.com/Atlas-OS/Atlas/blob/main/src/playbook/Executables/CLIENTCBS.ps1

from atlas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.