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
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.
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
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?
Is there a registry tweak for disabling the notification bar completely, or can it be done via Group Policy? LTSC here. Thx.
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"=-
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?
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
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.
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.