[SCRIPT] Customize your Windows 10

Discussion in 'Windows 10' started by a0a0, Dec 13, 2015.

  1. a0a0

    a0a0 MDL Novice

    Aug 16, 2009
    33
    11
    0
    #1 a0a0, Dec 13, 2015
    Last edited by a moderator: Apr 20, 2017
  2. Gharlane00

    Gharlane00 MDL Addicted

    Aug 26, 2009
    836
    296
    30
    I like some but not all of the options. You might put in an option to say Y or N for each and an option to just run them all.
     
  3. jazzar

    jazzar MDL Junior Member

    Aug 11, 2012
    50
    4
    0
    Interesting script, thanks.
     
  4. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,962
    904
    60
    Just delete what you don't want yourself. No need to complicate simple script. I'd hate to be prompted for every option, especially when the script grows...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. a0a0

    a0a0 MDL Novice

    Aug 16, 2009
    33
    11
    0
    #5 a0a0, Dec 19, 2015
    Last edited: Dec 19, 2015
    (OP)
    Yes this is a good idea, just remove or comment the line.

    There are options that can be added? Ideas?

    I would like to add:
    Show more Tiles on Start (but seems not reg key exists)
    Disable Onedrive when windows start
    Disable "System Protection"

    But I haven't found these keys
     
  6. e_sentinel

    e_sentinel MDL Novice

    Mar 3, 2009
    39
    7
    0
    Show more Tiles on Start
    • Yes, no registry key involved. Show less or show more updates the vedatamodel.edb file found in %LocalAppData%\TileDataLayer\Database

    Disable Onedrive when Windows start
    • [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
      "OneDrive"=-

    Disable System Protection
    • [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
      "RPSessionInterval"=dword:00000000
     
  7. a0a0

    a0a0 MDL Novice

    Aug 16, 2009
    33
    11
    0
    #7 a0a0, Dec 20, 2015
    Last edited: Jan 29, 2016
    (OP)
    Remove Onedrive at startup
    Turn Off System Restore
    Turn on show color on Start, taskbar, and action center

    options added.
     
  8. a0a0

    a0a0 MDL Novice

    Aug 16, 2009
    33
    11
    0
    ADDED:

    Turn on show color on title bar
     
  9. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Personally, I do not think this a wise choice. System Restore works very well, and has saved my butt on multiple occasions.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Joe C

    Joe C MDL Guru

    Jan 12, 2012
    3,522
    2,093
    120

    Then just delete
    rem Turn Off System Restore
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "RPSessionInterval" /t REG_DWORD /d 0 /f

    from the .bat file
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,585
    5,362
    210
    System Protection is System Restore:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. a0a0

    a0a0 MDL Novice

    Aug 16, 2009
    33
    11
    0
    Never used it. If it's useful for you just comment related command :D
    Ideas for new settings?