Windows 10 Tweaks & Fixes

Discussion in 'Windows 10' started by Zardoc, Jul 17, 2015.

  1. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Jun 5, 2015
    66
    81
    0
    You can use this registry key to disable/delay it.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ExtendedUIHoverTime"=dword:00002710
     
  2. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    #1242 Krager, Dec 15, 2018
    Last edited: Dec 15, 2018
    I use that one, necessity when using full buttons (never combine taskbar buttons). I set it to around sixty seconds (dword:00010000). The number itself is hex in milliseconds.
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    ^ hi bro how's your W10 1809 LTSC ?? no problems? :p:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Yeah still running like a charm man :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    ok congrats dude :):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. foo3495

    foo3495 MDL Senior Member

    Nov 6, 2015
    315
    161
    10
    Same Here
    Stable enough now to replace the old faithful ltsb if you can handle it ;)
    Same Here
    Stable enough now to replace the old faithful ltsb if you can handle it ;)
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Tazgrump2

    Tazgrump2 MDL Junior Member

    Dec 7, 2013
    54
    4
    0
    Does anyone know how to remove the User Account Profile Logo (Stick figure) above user name and email at Lock screen in 1809? There must be a tool or resgitry line command to remove this and keep the lock screen background in tact?
     
  12. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    262
    10
    Is there a registry tweak for disabling the notification bar completely, or can it be done via Group Policy? LTSC here. Thx.
     
  13. klarkkent

    klarkkent MDL Novice

    Aug 17, 2012
    46
    10
    0
    Windows Registry Editor Version 5.00

    ;Created by Vishal Gupta for AskVG.com
    ;Disable Notification Center Completely in Windows 10

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
    "DisableNotificationCenter"=dword:00000001


    and if you want it back again


    Windows Registry Editor Version 5.00

    ;Created by Vishal Gupta for AskVG.com
    ;Enable Notification Center in Windows 10

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
    "DisableNotificationCenter"=-
     
  14. uaaysakk112

    uaaysakk112 MDL Novice

    Jan 21, 2018
    22
    4
    0
    I've turned off all of the SmartScreen settings, but I have noticed that smartscreen still calls home every time I open a program - because my firewall pops up a message each time.
    I saw a little script for deleting the exe, but is there not just a service we can disable?
     
  15. bay12

    bay12 MDL Junior Member

    Nov 30, 2014
    84
    13
    0
    Hi all,
    does everyone know the registry key to set the value of "Input indicator" to off in "Turn System Icons on or off" in windows 1809?
    I want to get rid of the "ENG" language bar but the old setting used for 1803 :

    [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
    "ShowStatus"=dword:00000003

    doesn't work.

    thanks all
     
  16. klarkkent

    klarkkent MDL Novice

    Aug 17, 2012
    46
    10
    0
    You might still have something left in task scheduler that's causing that problem. Also have you used Autoruns? Type defender in the search box and un check defender entries, (unless you'er not trying to get rid of defender totally.). Also if you use Autoruns beeeecareful, an un check in the wrong place and you might have to reinstall\reset, (whatever), the OS.
     
  17. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    372
    107
    10
  18. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,773
    7,712
    210
    AFAIK, for fresh installs, the MU service must be enabled first, e. g. with Powershell:

    Code:
    (new-object -c "microsoft.update.servicemanager").addservice2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")
    The registry key has no meaning until both services (WU and MU) are available.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...