Once more unto the breach, dear friends, once more. In preparation for tomorrow’s Patch Tuesday, we’re at MS-DEFCON 2: Patch reliability is unclear. U
[See the full post at: MS-DEFCON 2: March Patch Tuesday is right around the corner — turn off Auto Update]
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
MS-DEFCON 2: March Patch Tuesday is right around the corner — turn off Auto Update
Home » Forums » Newsletter and Homepage topics » MS-DEFCON 2: March Patch Tuesday is right around the corner — turn off Auto Update
- This topic has 34 replies, 14 voices, and was last updated 5 years, 2 months ago by
anonymous.
AuthorTopicwoody
ManagerViewing 19 reply threadsAuthorReplies-
woody
ManagerNow this should give you pause. I got a message from an experienced Windows guy (which is to say, a victim, like many of us), who described his method for installing Win10 on a new computer. Here’s his checklist.
My procedure for to get a working windows 10 (assuming they don’t want to (/can’t) return the computer and get a good computer (refurbished Windows 7/8.1, a Mac, convert to Linux)
Install 10_1709 (I didn’t have any unexpected problems with 1709 — only the normal massive windows 10 problems)
Start disconnected from the internet and stay that way until prelim settings are set.
bcdedit /set {default} bootmenupolicy legacy (re-enables F8)
display delete confirm dialog (recycle bin) — when I try to delete a file, please ask if I am sure rather than silently succeeding!
“hide merge conflicts” — If I combine to folders don’t overwrite the files with the same name without confirmation.
“underline keyboard shortcuts” — always good (unless most of windows 10 doesn’t have shortcut and/or don’t do “underlines”)
“always show menus” — don’t hide the menus!
“don’t hide extensions” — “something.exe” (with a notepad icon) is NOT the same as “something.txt”!
taskbar: never combine icons on task bar (just adds to confusion)
“Allow troubleshooting to begin immediately” — off, don’t try to solve the “problem” you have “detected” before you’ve told me what it is!
UAC — max (UAC is not perfect, but don’t make it have big obvious flaws by turning it down)
Enable 64-bit and appcontainer modes in IE (for those who use IE)
Hide “edge” because it’s icon looks too much like IE, and someone might try to use it.
Disable the “dnscache” service (historically caused glitchy DNS behavior, plus we don’t need ANOTHER layer of DNS caching: ISP->router->OS->dnscache windows service->browser) — bonus you never need “ipconfig /flushdns” again.
Disable the “WMPNetworkSvc” service (glitchy, useless)
Disable WinHttpAutoProxySvc and iphlpsvc (windows 10 might fight you). — found my own post when I searched about this WPAD (forgot I even posted it — I was recomposing the same way I posted the first time).
set (in the hosts file):
255.255.255.255 WPADSet computer not to auto reboot on BSoD. — if an unattended BSoD happens (and recurs on boot) it could allow win10 to start “fixing” the problem before you even see it (aka causing second and third problems)
Set system restore to reasonable size (windows 10 deletes system restore points crazy often, this may not be super helpful anymore, also deletes ALL restore points on “massive upgrade” every 6 months)
Disable hybrid shutdown / fast startup. May / will re-enable every 6 months. (Maybe I should write a script to disable it)
Disable ANY drivers from windows updates (I will install drivers from the OEM thank you — if there are none then windows 10 isn’t supported on this hardware — drivers are installed before connecting to the internet)
DriverSearching: “DontSearchWindowsUpdate:1”, “DriverUpdateWizardWuSearchEnabled:0”, “SearchOrderConfig:0” and “ExcludeWUDriversInQualityUpdate:1” (last one barely does anything)
Device Metadata – PreventDeviceMetadataFromNetwork: 1–WindowsUpdate Settings:
Enable “microsoft update” — why is this separate and off by default!?
ActiveHours: 7AM-1AM (why can’t I set 24 hours..)
BranchReadinessLevel: 0x20 (for whatever good it will do)
DeferFeatureUpdatesPeriodInDays: 125 (one could hope)
RestartNotificationsAllowed: 1 — “please tell me right away if windows updates are partially installed and I should drop everything and reboot — I would have rather STARTED the installed at my leisure, but at least I won’t be doing a clean install of my antivirus only to find I am half way through a windows update”–DeliveryOptimization:
DODownloadMode: 100 (0x64) bypass, which means don’t use “DO”, instead use BITS, download from microsoft not P2P (if you don’t set this even if you have disabled UPLOAD to P2P you may still be DOWNLOADING from there)
Config DODownloadMode: 100 (0x64)
Settings DODownloadMode: 100 (0x64)–WindowsStore:
AutoDownload: 2 (prompt to update store apps)Disable windows defender, including services and drivers if a good antivirus will be replacing it (prevents limited periodic scanning from activating) — I had reports that LPS also triggers your normal antivirus to do a full system scan several times a day (to make it look bad?).
–DataCollection:
AllowTelemetry: 0
DoNotShowFeedbackNotifications: 1–“Siuf Rules” aka feedback and diag (a bug in the first release of 1709 prevents this from saving from the GUI, which always set it to “full” and “always”):
NumberOfSIUFInPeriod: 0
PeriodInNanoSeconds: 0AdvertisingInfo: 0
–Privacy:
TailoredExperiencesWithDiagnosticDataEnabled: 0–Windows Search:
AllowCortana: 0
AllowSearchToUseLocation: 0
DisableWebSearch: 1
ConnectedSearchUseWeb: 0
AllowCloudSearch: 0–disable,stop (don’t delete it…):
DiagTrack
dmwappushserviceWMI Autologger AutoLogger-Diagtrack-Listener – Start: 0 (collects ETL for DiagTrack)
–Bluetooth:
AllowAdvertising: 0AllowExperimentation: 0
NoLockScreenCamera: 1
–Per user:
Search:
CortanaConsent: 0
BingSearchEnabled: 0
DeviceHistoryEnabled: 0
CortanaInAmbientMode: 0
SearchboxTaskbarMode: 0
AnyAboveLockAppsActive: 0
IsWindowsHelloActive: 0
IsAssignedAccess: 0
IsMicrophoneAvailable: 0Explorer Advanced:
ShowSyncProviderNotifications: 0 (ads in explorer)
Start_TrackProgs: 0ContentDeliveryManager:
RotatingLockScreenEnabled: 0
RotatingLockScreenOverlayEnabled: 0
SilentInstalledAppsEnabled: 0
SoftLandingEnabled: 0
SystemPaneSuggestionsEnabled: 0And all the obvious setting in the privacy control panel. (there are more what I listed above, this was just the easy to explain list)
Turn on Exploit Protection (emet) for hand selected and tested set of processes, including office. Office 2016 (2013 too probably) DELETES all the Exploit Protection settings for office after any repair and/or update so make a Scheduled Task to re-apply them.
Keeping in mind that “Don’t Use High Entropy” (on) means “Do Use High Entropy”. So the setting is backwards!
https://msdnshared.blob.core.windows.net/media/2017/11/WDEGConfig.pngAlso set to bits to make this system default.
Turn all the “System setting” to on (since windows 10 is a little more lax in applying force rand ASLR it doesn’t break things)
Also this a clean install so a broken system is a system restore away from fixed (also ENABLE system restore!).Repeat after every massive update (every 6 months), always make a full system backup. — You never know when your settings/preferences will be lost
Comments?
-
bobcat5536
AskWoody Lounger -
geekdom
AskWoody_MVPOuch! That reads like “Gone With The Wind”
Naaahhh, more like War and Peace meets Iliad.
Carpe Diem {with backup and coffee}
offline▸ Win10Pro 2004.19041.572 x64 i3-3220 RAM8GB HDD Firefox83.0b3 WindowsDefender
offline▸ Acer TravelMate P215-52 RAM8GB Win11Pro 22H2.22621.1265 x64 i5-10210U SSD Firefox106.0 MicrosoftDefender
online▸ Win11Pro 22H2.22621.1778 x64 i5-9400 RAM16GB HDD Firefox114.0b8 MicrosoftDefender1 user thanked author for this post.
-
AJNorth
AskWoody Plus
-
-
-
Jan K.
AskWoody Lounger -
zero2dash
AskWoody LoungerGood Lord that’s a lot of stuff.
I have a PowerShell script I run on all my Win10 machines, seems to do the trick. As time’s went on, I’ve commented out a lot of it (with #) because I’ve adjusted things elsewhere, but, it works. Quick and easy. https://pastebin.com/JdyJqhjfIt’s a shame “this is what we have to resort to” in order to make Win10 tolerable.
-
MrJimPhelps
AskWoody MVPNow this should give you pause. I got a message from an experienced Windows guy (which is to say, a victim, like many of us), who described his method for installing Win10 on a new computer. Here’s his checklist….
When I perused through that list, I was immediately reminded of the “I’m a PC / I’m a MAC” commercials. Everything about Windows was such a hassle, while the MAC was simplicity.
I continually wonder when all of the IT folks will get fed up with the whole song and dance that Microsoft makes them do continually just for the privilege of being an unpaid Windows “10” beta tester.
Group "L" (Linux Mint)
with Windows 8.1 running in a VM -
woody
ManagerA follow-up from the anonymous poster:
the format I presented was more of a “if you already know about these settings” rather than actual instructions (exact registry key locations were not included, etc..).
Some highlights include:
re-enable F8
enable system restore (disabled by default? cleared after massive upgrades[1803 if the pattern holds]. limited number of restore points on win10 — to marginally improve performance just when that’s NOT what we need)
Disable hybrid shutdown / fast startup (why would I want my shutdown button to turn into a “log off, then hibernate button” when I already have a hibernate button?)
Disable auto driver update (which isn’t easy, most instructions are faulty)
the privacy settings (half the list)Interesting:
With hybrid shutdown / fast startup “revision 1.0” (you know at microsoft where marketing invents an idea, announces it to the public, then tells the developers to make it happen)
In the first mention of this idea (pre Windows 8.0 release) it would “log off(exiting processes running under your[all?] users, exit all or most windows services leaving pretty much only system/kernel running (possibly unmount the filesystem), then hibernate”. Either they couldn’t actually accomplish this from a technical standpoint or it didn’t work well (buggy or no benefit), so instead we are left with hybrid shutdown / fast startup v2.0 (log off, hibernate) which doesn’t do anything worth while.“Don’t Use High Entropy” (sliderbox-on) means “Do Use High Entropy”.
https://msdnshared.blob.core.windows.net/media/2017/11/WDEGConfig.png
I don’t see this discussed anywhere. Either I’m the only one to notice or I can’t find the right phrasing to find the others (google used to work so much better a long time ago — now, sometimes your number 1,2,&3 search results contained none of your search terms)Another gotcha for 1709’s version of emet (WDEP – Windows Defender Exploit Protection) is “Audit”. If this box is checked that exploit mitigation is DISABLED. (the protection may as well be off, a few will log but not block an exploit with audit set)
Rick59
AskWoody Loungerdononline
AskWoody LoungerJan K.
AskWoody Loungeranonymous
GuestRidiculous.
That list, documenting how to “defang” Windows 10, shows how far beyond the mark Windows has fallen. Windows used to be a reliable operating system, one that people trusted to help them work and play. Now? Well, I don’t even think Microsoft knows what a good operating system is anymore.
Microsoft will do the bare minimum needed to appease the enterprise. For everyone else, welcome to the Wild West.
anonymous
GuestI can’t wait for another force-feeding from “Father Knows Best” Microsoft. Plus, 1803 is right around the corner, so…you know…put your head back and say “ahhhhh.”
A fitting quote from Ian Fleming: “Once is happenstance. Twice is coincidence. Three times is enemy action.”
What are we up to now, three times for 1709? And that’s not even including GWX, “clicking X means give it to me, baby,” the mandatory telemetry vaccinations included in the rollups, or the other bone-headed decisions from On High.
I didn’t used to be this jaded. Really.
1 user thanked author for this post.
anonymous
Guestanonymous
GuestI have a question about “turn off Auto Update” said every month: who has still turned on auto update? 😀
On my windows 7/8.1 machines auto update is deactivated since 2015, it will never ever be turned on again. So in my case there’s no need for turning something off which already is turned off for three years… 😀
-
Cascadian
AskWoody LoungerThere are newcomers arriving to this sanctuary every day. Somewhere Woody must have tucked away a little memo to himself to always write this first step caution so that all newcomers can see the wisdom. Hopefully it causes them to delve in and read more. Every new convert may eventually find the confidence to contribute. Or at least tell their friends where to find good advice.
-
anonymous
Guest
-
geekdom
AskWoody_MVPPatches are designed to provide security, performance, and enhancements.
Instead, users must choose between:
- patching for known vulnerabilities
- potential crashes after installing patches
Procedures for picking, choosing, debating, removing, and deferring patches are required and avoidance of patches has become normal.
Carpe Diem {with backup and coffee}
offline▸ Win10Pro 2004.19041.572 x64 i3-3220 RAM8GB HDD Firefox83.0b3 WindowsDefender
offline▸ Acer TravelMate P215-52 RAM8GB Win11Pro 22H2.22621.1265 x64 i5-10210U SSD Firefox106.0 MicrosoftDefender
online▸ Win11Pro 22H2.22621.1778 x64 i5-9400 RAM16GB HDD Firefox114.0b8 MicrosoftDefender1 user thanked author for this post.
Pepsiboy
AskWoody LoungerA fitting quote from Ian Fleming: “Once is happenstance. Twice is coincidence. Three times is enemy action.”
And to quote Gibbs (NCIS), “There is no such thing as coincidence.”
This is just another case of MS force feeding stuff the VERY FEW people, if any, REALLY want ! !
Dave
anonymous
Guestanonymous
GuestWhen is the world / Corporations going to decide ENOUGH of this forced Windows garbage. Take almost any flavor of Linux. It’s capable of doing 95% of business and personal use stuff yesterday. Also a whole lot easier to manage.
I use an older CentOS 6.x. I install a new box, issue ONE ‘yum update’ and I get a completely patched system in the FIRST Round. No constant reboots. NO forced games, applications, etc. Privacy concerns generally NOT an issue in Linux.
Why does the world continue to insist on the M$ bull___t train of privacy violations. WHY doies M$ feel Windows 10 PRO users NEED Candy Crush, etc.
5 users thanked author for this post.
anonymous
Guestanonymous
Guestanonymous
GuestMicrofix
AskWoody MVPEP
AskWoody_MVPUh-oh. New CU for Win7 (KB4088875) has known potential BSOD (blue screen) problems documented by MS-
stop error or BSOD on non-SSE2 machines and 32bit/x86 computers with Physical Address Extension (PAE) mode disabled
https://support.microsoft.com/en-us/help/4088875/windows-7-update-kb4088875
definitely avoid installing this new Win7 update on older systems using non-SSE2 CPUs and those with PAE disabled
-
anonymous
Guest -
anonymous
Guest -
Cascadian
AskWoody Loungeranonymous, you have had a very good run with your system. And if you have had no problems so far, it is also likely that with your current use patterns you may continue with uninterrupted use until Microsoft decides that your hardware has aged out of their plans. Many millions of users are having the same experience you describe. I am glad you find humor in a few other peoples misfortunes.
A recent new voice seems intelligent and strongly displeased. I take McLachT at their word in #post-175673, a well written expression of frustration.
Also Woody has displayed his usual high level of composure in #post-175524 where he points out the ratio of success or failure does not help the person struggling with an interruption caused by Microsoft.
I have interpreted your ‘XD’ to mean raucous laughter at the expense of someone who may actually have learned a difficult lesson in trust. If instead your name is Xavier Daniels, I have misunderstood and offer my apologies.
-
anonymous
Guest -
anonymous
GuestOh no no no I wasn’t laughing a the expense of anyone, I would never do that.
I’m genuinely afraid with windows uptades since I discovered this website, the “XD” was just here to say that I find it funny because like I said, before I wasn’t even thinking about it and I could have “killed” my PC.
Now I’m waiting to know if I can install KB4088875 🙂
-
-
anonymous
Guestanonymous
GuestJohnW
AskWoody PlusViewing 19 reply threads - This topic has 34 replies, 14 voices, and was last updated 5 years, 2 months ago by
-

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Just a fyi – I think I’ll skip on an Apple Vision Pro hardware section
by
Susan Bradley
5 hours, 49 minutes ago -
What’s wrong with Windows 11?
by
Ascaris
3 hours, 59 minutes ago -
Streaming an iPad to a standard TV
by
MrJimPhelps
1 hour, 40 minutes ago -
clone to make backup laptop
by
greenbergman
10 hours, 29 minutes ago -
Problems with sound and USB ports
by
StavRoss
9 hours, 55 minutes ago -
Can you use WUShowHide on Windows 11 version 21H2?
by
southieguy
6 hours, 23 minutes ago -
Can we control the changes to our operating systems?
by
Susan Bradley
6 hours, 24 minutes ago -
Watch out for fake ‘Windows Defender’ scare
by
B. Livingston
5 hours, 45 minutes ago -
Diagnostics and testing? Get it all done in a flash.
by
Ben Myers
59 minutes ago -
Dip your toe into Visio Online
by
Peter Deegan
10 hours, 4 minutes ago -
Updating Win 10 Pro 21H2 to 22H2
by
bsqrd
8 hours, 6 minutes ago -
Changing mouse pointer options.
by
Artie
11 hours, 22 minutes ago -
Desktop or Laptop? What’s your choice?
by
Susan Bradley
2 hours, 5 minutes ago -
Anyone use Auslogics Bitreplica
by
WSjcgc50
1 day, 21 hours ago -
Unleashing the Gaming Revolution: CrossOver Mac’s DirectX 12 Support Update!
by
Alex5723
2 days, 10 hours ago -
Defender’s Offline Scan Fails to Run
by
E Pericoloso Sporgersi
1 day, 16 hours ago -
Mouse problem : cannot grab a window without maximizing it
by
Andy M
1 day, 23 hours ago -
End of support for Cortana in Windows
by
Alex5723
1 day, 9 hours ago -
Microsoft is really missing an advertising trick
by
Sky
2 days, 9 hours ago -
New MOVEit Transfer zero-day mass-exploited in data theft attacks
by
Alex5723
3 days, 9 hours ago -
Windows 11 Insider Preview build 25381 released to Canary
by
joep517
3 days, 9 hours ago -
Authenticating Email Address
by
IreneLinda
3 hours, 31 minutes ago -
Confusion about password protecting a folder in W10
by
Cthru
3 days, 12 hours ago -
I broke my right arm yesterday
by
Alex5723
1 day, 12 hours ago -
Kaspersky : iOS devices targeted with previously unknown malware
by
Alex5723
3 days, 8 hours ago -
Which Updates From Each List Are Safe to Install ?
by
TheFamilyIT
1 day ago -
AOL changes its web based email
by
Charlie
3 days, 7 hours ago -
Windows 11 Insider Preview build 23471 released to DEV
by
joep517
4 days, 9 hours ago -
Windows 11 Insider Preview Build 22621.1830 and 22624.1830 released to BETA
by
joep517
4 days, 9 hours ago -
Spyboy Defense Evasion Tool Advertised Online
by
Alex5723
4 days, 17 hours ago
Recent blog posts
- Can we control the changes to our operating systems?
- Watch out for fake ‘Windows Defender’ scare
- Diagnostics and testing? Get it all done in a flash.
- Dip your toe into Visio Online
- Desktop or Laptop? What’s your choice?
- Beware of Google’s .ZIP domain and password-embedded URLs
- Longstanding feature requests, and their status
- Three typing tutors — no more “hunt and peck”
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2023 by AskWoody Tech LLC. All Rights Reserved.