Coder Social home page Coder Social logo

Comments (9)

TheBossMagnus avatar TheBossMagnus commented on May 19, 2024 1

SophiApp-LENOVOIDEAPAD_3-132941793134422579.txt
Here you are!

from sophiapp.

farag2 avatar farag2 commented on May 19, 2024

I'll take a look at your logs on a business week. I think the 352 ID is the cause.

from sophiapp.

TheBossMagnus avatar TheBossMagnus commented on May 19, 2024

One drive is uninstalled with this script

If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive")) {
      New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive" | Out-Null
  }
  Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive" -Name "DisableFileSyncNGSC" -Type DWord -Value 1
  Write-Host "Uninstalling OneDrive..."
  Stop-Process -Name "OneDrive" -ErrorAction SilentlyContinue
  Start-Sleep -s 2
  $onedrive = "$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe"
  If (!(Test-Path $onedrive)) {
      $onedrive = "$env:SYSTEMROOT\System32\OneDriveSetup.exe"
  }
  Start-Process $onedrive "/uninstall" -NoNewWindow -Wait
  Start-Sleep -s 2
  Stop-Process -Name "explorer" -ErrorAction SilentlyContinue
  Start-Sleep -s 2
  Remove-Item -Path "$env:USERPROFILE\OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:PROGRAMDATA\Microsoft OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:SYSTEMDRIVE\OneDriveTemp" -Force -Recurse -ErrorAction SilentlyContinue
  If (!(Test-Path "HKCR:")) {
      New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT | Out-Null
  }
  Remove-Item -Path "HKCR:\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "HKCR:\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" -Recurse -ErrorAction SilentlyContinue
  Write-Host "Disabled OneDrive"
  $ResultText.text = "`r`n" +"`r`n" + "Deleted and Disabled OneDrive"

from sophiapp.

farag2 avatar farag2 commented on May 19, 2024

Ah, that was just our guess. Your log looks like legit. And the script you used too. We will get back to the bug on Monday.

from sophiapp.

TheBossMagnus avatar TheBossMagnus commented on May 19, 2024

Our guess seems to be wrong. I tested on a VM with Onedrive uninstalled with that script and everything went well. I was on windows 10 and Eset(my av) wasn't installed

from sophiapp.

farag2 avatar farag2 commented on May 19, 2024

We guessed about that too. We need more time to get to this issue. Is the issue reproduced with the 53 build?

from sophiapp.

TheBossMagnus avatar TheBossMagnus commented on May 19, 2024

Yes,
but the app generally work better: the animation are smother and it's more reactive

from sophiapp.

farag2 avatar farag2 commented on May 19, 2024

Attach please new log.

from sophiapp.

farag2 avatar farag2 commented on May 19, 2024

https://github.com/Sophia-Community/SophiApp/releases/tag/1.0.0.57

from sophiapp.

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.