[Script] Win 10 Toggle Tweaker (V4.0) -Official thread-

Discussion in 'Windows 10' started by Yasser Da Silva, Aug 12, 2015.

Tags:
?

How helpful is this Windows 10 Tweaker for you !

  1. 10/10 / Very handy (Must have tweaker)

    74.6%
  2. 5/10 / It's good.

    20.7%
  3. 0/10 :( / Not helpful at all

    4.7%
  1. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    I added an option to check for updates at the start of this script
    V2.0 will be Awesome

    any tweaks to add !!!
     
  2. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    814
    287
    30
    Is it possible to add a feature to add all or non of the Windows-Features via 1-click-action ?

    :)
     
  3. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    814
    287
    30
  4. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    Two things.

    Is there a certain order I have to do this in? Should I first do option 3 and then option 4? Or if I did 4, would it also do option 3 automatically?

    And then are you aware when you right click on a doc or icon on the desktop, you see in the shell SkyDrive and not OneDrive? I assume this is what you are talking about in option 3?
     
  5. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    #207 Yasser Da Silva, Aug 28, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)

    1 = disables Onedrive but leave it's files on you PC (you can not use it)
    2 = Undo the first option
    3 = remove Onedrive icon from File Explorer Side Panel
    4 = remove all Onedrive folders and apply option 3

    this is the code for option 4
    Code:
    set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe"
    set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe"
    echo.
    echo Closing OneDrive process.
    echo.
    taskkill /f /im OneDrive.exe > NUL 2>&1
    ping 127.0.0.1 -n 1,5 > NUL 2>&1
    
    echo Uninstalling OneDrive.
    echo.
    if exist %x64% (
    %x64% /uninstall
    ) else (
    %x86% /uninstall
    )
    ping 127.0.0.1 -n 1,5 > NUL 2>&1
    
    echo Removing OneDrive leftovers.
    echo.
    rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1
    rd "C:\OneDriveTemp" /Q /S > NUL 2>&1
    rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1
    rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 
    
    echo Removeing OneDrive from the Explorer Side Panel.
    echo.
    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
    R

    i didn't notice any sing of skydrive in Win 10
    it was renamed to onedrive
    can you show me a screenshot
     
  6. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    #208 SightUp, Aug 28, 2015
    Last edited by a moderator: Apr 20, 2017
    Sure! When I get home I will upload it.
     
  7. babuin12

    babuin12 MDL Member

    Jan 24, 2011
    112
    26
    10
    How can i enable show Caps Lock on display in windows 10 ? Can`t find keyboard options , thanks.
     
  8. u9076

    u9076 MDL Novice

    Aug 25, 2015
    11
    0
    0
    If you add the Desktop toolbar for the taskbar, there are still OneDrive entries there. Is it possible to remove those with a script/registry?
     
  9. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    can you show me screenshots or registry entries or something
    because i really can't see Onedrive any where right now
     
  10. u9076

    u9076 MDL Novice

    Aug 25, 2015
    11
    0
    0
    #212 u9076, Aug 29, 2015
    Last edited: Aug 29, 2015
    entry2.jpg entry1.jpg

    Disabling OneDrive or removing the icon with your script has no effect.
     
  11. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    #214 Yasser Da Silva, Aug 29, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks mate
    i will add to the current removing code
     
  12. u9076

    u9076 MDL Novice

    Aug 25, 2015
    11
    0
    0
    shewolf's script doesn't solve it for me. Anyone knows which registry entries apply to the Desktop toolbar icons of OneDrive?
     
  13. Xadiaris

    Xadiaris MDL Novice

    Apr 23, 2008
    34
    10
    0
    New version release date?
     
  14. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Downloads : 7000:clap: (only from the Mediafire link in this tread)