Windows 10 Tweaks & Fixes

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

  1. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Joined:
    Jun 5, 2015
    Messages:
    66
    Likes Received:
    81
    Trophy Points:
    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

    Joined:
    Jan 9, 2017
    Messages:
    396
    Likes Received:
    230
    Trophy Points:
    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

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
  4. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
  5. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
    ^ hi bro how's your W10 1809 LTSC ?? no problems? :p:D
     
  6. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
    Yeah still running like a charm man :)
     
  7. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
    ok congrats dude :):D
     
  8. foo3495

    foo3495 MDL Senior Member

    Joined:
    Nov 6, 2015
    Messages:
    311
    Likes Received:
    158
    Trophy Points:
    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

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
  10. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
  11. Tazgrump2

    Tazgrump2 MDL Novice

    Joined:
    Dec 7, 2013
    Messages:
    30
    Likes Received:
    2
    Trophy Points:
    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. MIMMO61

    MIMMO61 MDL Senior Member

    Joined:
    Aug 19, 2009
    Messages:
    254
    Likes Received:
    63
    Trophy Points:
    10
  13. scaramonga

    scaramonga MDL Member

    Joined:
    Oct 27, 2012
    Messages:
    248
    Likes Received:
    118
    Trophy Points:
    10
    Is there a registry tweak for disabling the notification bar completely, or can it be done via Group Policy? LTSC here. Thx.
     
  14. klarkkent

    klarkkent MDL Novice

    Joined:
    Aug 17, 2012
    Messages:
    46
    Likes Received:
    10
    Trophy Points:
    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"=-
     
  15. uaaysakk112

    uaaysakk112 MDL Novice

    Joined:
    Jan 21, 2018
    Messages:
    22
    Likes Received:
    4
    Trophy Points:
    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?
     
  16. bay12

    bay12 MDL Junior Member

    Joined:
    Nov 30, 2014
    Messages:
    84
    Likes Received:
    13
    Trophy Points:
    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
     
  17. klarkkent

    klarkkent MDL Novice

    Joined:
    Aug 17, 2012
    Messages:
    46
    Likes Received:
    10
    Trophy Points:
    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.
     
  18. PsychedelicShaman

    PsychedelicShaman MDL Member

    Joined:
    Dec 4, 2017
    Messages:
    133
    Likes Received:
    315
    Trophy Points:
    10
  19. MIMMO61

    MIMMO61 MDL Senior Member

    Joined:
    Aug 19, 2009
    Messages:
    254
    Likes Received:
    63
    Trophy Points:
    10
  20. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
    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.