Windows 10: Need Help to uninstall onedrive from domain user accounts

Discus and support Need Help to uninstall onedrive from domain user accounts in Windows 10 Customization to solve the problem; Hi Legends, Requirement: One drive should be uninstalled from user profiles by logon script. I hope everyone knows that one drive is getting... Discussion in 'Windows 10 Customization' started by nagapandi, Mar 8, 2019.

  1. nagapandi Win User

    Need Help to uninstall onedrive from domain user accounts


    Hi Legends,

    Requirement: One drive should be uninstalled from user profiles by logon script.


    I hope everyone knows that one drive is getting installed in user profile from the setup available in

    "Systemroot/syswow or system32/onedrivesetup.exe".

    I am trying to uninstall from one drive from user profiles by creating a batch script. But, we are unable to pass admin credentials in script for allowing logon script to uninstall onedrive. It popsup UAC and it is not possible to enter credentials on all user machines and profiles manually.

    Is there a way to achieve it instead of disabling or blocking through group policy?

    :)
     
    nagapandi, Mar 8, 2019
    #1

  2. Windows 10 - OneDrive

    Right click on the app and one of the properties has an option to not automatically start it. Uncheck, restart the computer, and it should stop. If you want to go another step further, find the OneDrive app in the start menu, right click on it and uninstall.

    If that is still insufficient, there is a batch uninstaller for OneDrive available online. I can copy the code here if you need it.
     
    FordGT90Concept, Mar 8, 2019
    #2
  3. Forum users with Hotmail/Outlook/Exchange account

    The two-step verification emails show up in my inbox but I added a rule to mark the domain name safe a long time ago (verified that "techpowerup.com" is still in the safe sender list).
     
    FordGT90Concept, Mar 8, 2019
    #3
  4. Vesao Win User

    Need Help to uninstall onedrive from domain user accounts

    Remove account


    I suggest you backup your personalized files first before removing the account.
    To delete an account, follow these steps:
    1. Press WIN + X keys and click Command Prompt (Admin) from the menu.
    2. Type the following command and press Enter. Replace test with the name of your sister's account. Code:
      Code:
      net user test /del
     
    Vesao, Mar 8, 2019
    #4
Thema:

Need Help to uninstall onedrive from domain user accounts

Loading...
  1. Need Help to uninstall onedrive from domain user accounts - Similar Threads - Need Help uninstall

  2. need help in uninstalling

    in Windows 10 Gaming
    need help in uninstalling: how to uninstall GameBar https://answers.microsoft.com/en-us/windows/forum/all/need-help-in-uninstalling/e706f266-bfd5-47d5-a443-8cb852df5ff3
  3. need help in uninstalling

    in Windows 10 Software and Apps
    need help in uninstalling: how to uninstall GameBar https://answers.microsoft.com/en-us/windows/forum/all/need-help-in-uninstalling/e706f266-bfd5-47d5-a443-8cb852df5ff3
  4. need help in uninstalling

    in Windows 10 Installation and Upgrade
    need help in uninstalling: how to uninstall GameBar https://answers.microsoft.com/en-us/windows/forum/all/need-help-in-uninstalling/e706f266-bfd5-47d5-a443-8cb852df5ff3
  5. How to copy a directory from a OneDrive user account to another OneDrive user account

    in Windows 10 Network and Sharing
    How to copy a directory from a OneDrive user account to another OneDrive user account: My family purchased the Office 365 subscription with provision for six 6 1TB OneDrive user accounts. I am wanting to transfer my copy of the family photos to another family member. I don't want to download all the photos from my account and then upload them at 1/10th the...
  6. How to uninstall OneDrive and close 2 user accounts

    in Windows 10 Software and Apps
    How to uninstall OneDrive and close 2 user accounts: When I installed Windows 10 I created the user account Kenneth Cavanaugh. Administrator. For some reason now there are two users in C:/Users; one of them appears in Advanced User Profiles. Kenneth Cavanaugh, Administrator still appears in Control Panel / Users. I would like...
  7. Need help deleting a user folder that has no user account

    in Windows 10 Ask Insider
    Need help deleting a user folder that has no user account: I already deleted a user account, I chose the option to delete files along with the user but for some reason the folder stays and the appdata is still there taking up 31gb of space. I'm trying to delete it but it is not working at all. I tried taking ownership, disable read...
  8. User@Domain / Domain\User problem

    in Windows 10 Ask Insider
    User@Domain / Domain\User problem: So I was checking my Windows 10 computer and saw that there was no domain, it was in a WORKGROUP. I needed to use the format "User@Domain" or "Domain\User" for something, and I do not know what to put. The username is just "User" and there is no password. submitted by...
  9. Need help with the User account and removing email.

    in Windows 10 Ask Insider
    Need help with the User account and removing email.: So basically the email that my user account is using is disabled and blocked from entry, so i keep getting these "don't miss out! sign in to a Microsoft account" pop ups because of that, it pulls me out of games, and is a really big nuisance, Is there ANY way i can remove the...
  10. Unable to uninstall OneDrive from Domain computer using a batch script

    in Windows 10 Customization
    Unable to uninstall OneDrive from Domain computer using a batch script: Hi Legends, Requirement: One drive should be uninstalled from user profiles by logon script. I hope everyone knows that one drive is getting installed in user profile from the setup available in "Systemroot/syswow or system32/onedrivesetup.exe". I am trying to uninstall...