OneDrive.bat out of date?

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 7,606
    Windows 10 Home 20H2
       #21

    TairikuOkami said:
    It is a hidden service.
    REG QUERY "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc" /V "DelayedAutoStart"

    I ran the above and got the following:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc
    DelayedAutoStart REG_DWORD 0x1


    Does "0x1" denote "Enabled"?
      My Computer


  2. Posts : 5,442
    Windows 11 Home
       #22

    DelayedAutoStart means, it will wait till all Windows services are started.
    Start entry indicates, whenever it will start (2-Auto/3-Manual/4-Disabled).
    Code:
    REG QUERY "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc" /V "Start"
      My Computer


  3. Posts : 7,606
    Windows 10 Home 20H2
       #23

    @TairikuOkami,
    In this post, you wrote "The service is used by OneDrive and by Microsoft Accout for syncing".
    Will the disabling of OneSyncSvc break the link between my account and my digital license?
      My Computer


  4. Posts : 5,442
    Windows 11 Home
       #24

    Matthew Wai said:
    Will the disabling of OneSyncSvc break the link between my account and my digital license?
    MS changes services with an each upgrade, so who knows. Anyway, this is description:
    This service synchronizes mail, contacts, calendar and various other user data. Mail and other applications dependent on this functionality will not work properly when this service is not running.
      My Computer


  5. Posts : 194
    Windows 10
    Thread Starter
       #25

    Hi. So, I still haven't really received an answer. To reiterate the questions at hand:

    1) Between my .bat and his, is his missing anything from mine?
    2) TairikuOkami's has a lot of "reg add" commands in his .bat. Why? Is it adding or removing entries?
      My Computer


  6. Posts : 7,606
    Windows 10 Home 20H2
       #26

    SightUp said:
    2) TairikuOkami's has a lot of "reg add" commands in his .bat. Why? Is it adding or removing entries?
    Take the following one as an example:
    Code:
    reg add "HKLM\Software\Policies\Microsoft\OneDrive" /v "PreventNetworkTrafficPreUserSignIn" /t REG_DWORD /d "1" /f
    To my knowledge, it will set the DWORD value data as "1".
      My Computer


  7. Posts : 194
    Windows 10
    Thread Starter
       #27

    Matthew Wai said:
    Take the following one as an example:
    Code:
    reg add "HKLM\Software\Policies\Microsoft\OneDrive" /v "PreventNetworkTrafficPreUserSignIn" /t REG_DWORD /d "1" /f
    To my knowledge, it will set the DWORD value data as "1".
    So that means the reg that it's making that value for already exist? Why not just delete it? And I assume 1 disables something and 0 is enabled?
      My Computer


  8. Posts : 7,606
    Windows 10 Home 20H2
       #28

    Google found the following:

    Enabling this policy sets the following registry key value to 1.[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"PreventNetworkTrafficPreUserSignIn"="dword:00000001"

    Source: https://docs.microsoft.com/en-us/one...e-group-policy
      My Computer


  9. Posts : 194
    Windows 10
    Thread Starter
       #29

    To confirm it's enabling when set to 1?
      My Computer


  10. Posts : 7,606
    Windows 10 Home 20H2
       #30

    You are asking a poorly-educated Chinese guy to confirm the meaning of an English sentence.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:20.
Find Us




Windows 10 Forums