Windows 10: OneDrive configuration via PowerShell

Discus and support OneDrive configuration via PowerShell in Windows 10 Installation and Upgrade to solve the problem; Hi, after first launch and configuration of Win10, the last part which is not done automatically in my Script is OneDrive configuration. Is it... Discussion in 'Windows 10 Installation and Upgrade' started by Shuguy, May 24, 2019.

  1. Shuguy Win User

    OneDrive configuration via PowerShell


    Hi,

    after first launch and configuration of Win10, the last part which is not done automatically in my Script is OneDrive configuration. Is it possible to somehow run OneDrive from PS and then let it configure itself with already registered credentials for Outlook(practically credentials for whole Office packet)?


    I just don't want always do it manually like:

    1. Run One Drive

    2. Put the login of user

    3. Connect

    :)
     
    Shuguy, May 24, 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, May 24, 2019
    #2
  3. Windows Powershell auto opens when booting up

    Hi Victor,

    To stop Windows Powershell to start whenever you boot up your laptop, we suggest you to follow the steps listed below for selecting the services you want to run at startup:

    • Search System Configurationfrom the taskbar.
    • Select the top result, System Configuration desktop app.
    • Go to the Startup tab on the System Configuration main window.
    • Uncheck the box next to Windows Powershell program.
    • Click OK.
    • Click Restart to restart your computer.

    Let us know how it goes.

    Regards.
     
    Angela Pun, May 24, 2019
    #3
  4. Solaris17 Win User

    OneDrive configuration via PowerShell

    is there any demand for a system configurator?

    Processor(V) <--drop down arrow
    -AMD(V)
    --Socket(V)
    ---AM2(V)
    ----List of cpu's
    ---939(V)
    ----List of CPU's
    -Intel(V)
    --Socket(V)
    ---775(V)
    ----List of cpu's
    ---771(V)
    ----List of CPU's


    etc etc.
     
    Solaris17, May 24, 2019
    #4
Thema:

OneDrive configuration via PowerShell

Loading...
  1. OneDrive configuration via PowerShell - Similar Threads - OneDrive configuration via

  2. Download preferred language via PowerShell

    in Windows 10 Software and Apps
    Download preferred language via PowerShell: I have a number of Windows 10 20H2 computers that have a preferred language set to en-IE, but because the language pack is not downloaded the Windows Display language is set to the default of en-US. If I set the WinHTTP proxy and download the en-IE pack manually then I can...
  3. DNS Address Configuration, Registry, PowerShell

    in Windows 10 Gaming
    DNS Address Configuration, Registry, PowerShell: Does anybody know where the registry keys for these settings are located?"Obtain DNS server address automatically""Use the following DNS server addresses:"I couldn't find the settings registry keys or a command to find the source of the DNS address through Powershell or...
  4. DNS Address Configuration, Registry, PowerShell

    in Windows 10 Software and Apps
    DNS Address Configuration, Registry, PowerShell: Does anybody know where the registry keys for these settings are located?"Obtain DNS server address automatically""Use the following DNS server addresses:"I couldn't find the settings registry keys or a command to find the source of the DNS address through Powershell or...
  5. DNS Address Configuration, Registry, PowerShell

    in Windows 10 Network and Sharing
    DNS Address Configuration, Registry, PowerShell: Does anybody know where the registry keys for these settings are located?"Obtain DNS server address automatically""Use the following DNS server addresses:"I couldn't find the settings registry keys or a command to find the source of the DNS address through Powershell or...
  6. cleanmgr.exe via Powershell

    in Windows 10 Support
    cleanmgr.exe via Powershell: Hello, I would like to hear some tips on how to fix the PowerShell script. Generally, it works fine but I want to add something like a timer that I can run a script and it will stop in 15 min anyway! (that the time, when 'clearmgr' usually will complete the task) Why I need...
  7. Automate OneDrive 'User Login' Sign-in Process via Powershell

    in Microsoft Office and 365
    Automate OneDrive 'User Login' Sign-in Process via Powershell: Hi, At the moment, when a user logs into a computer for the first time, OneDrive is running in the background as a process but doesn't appear in the foreground. When the 'grey cloud' icon in the system tray is clicked, the user is prompted to enter their email address to...
  8. How To Permanently Change PowerShell's Configuration?

    in Windows 10 Support
    How To Permanently Change PowerShell's Configuration?: My Power Shell got screwed up - the input colours got changed to yellow and I couldn't find a way to change them back... And on my old monitor I can't read the yellow. Lots of stuff on the web about it. Recurring problem. Solutions here and there that don't work. Finally...
  9. Install Debian LXSS via PowerShell

    in Windows 10 Installation and Upgrade
    Install Debian LXSS via PowerShell: Hello, I googled and found instructions on how to install Ubuntu LXSS via PowerShell with Code: Get-AppxPackage https://aka.ms/Ubuntu...[/quote] (I dont rememer exact wording here). Now I want to do the same with Debian? Which command to be used to LIST SEARCH Debian LXSS...
  10. Configuring Windows Defender/Update via Powershell/registry:

    in AntiVirus, Firewalls and System Security
    Configuring Windows Defender/Update via Powershell/registry:: I have the following powershell script Code: Set-ItemProperty "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" -Name DisableAntiSpyware -Value 0x00000001 New-Item -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows" -name...