A very nice downloader provided by Microsoft:
Category: Windows OS-Level Issues
Download current ISOs for Windows 7, 8.1, and 10
article #1015, updated 2864 days ago
Windows Update freezes / gets stuck while searching for updates, in Windows 7 and Windows Server 2008 R2
article #1000, updated 2916 days ago
This has been happening on long-installed machines for quite a while. But in the last week, four different sets of Windows 7 64-bit install media, over seven different reloads, have had Windows Update get stuck, or freeze, while searching for Windows updates, eating 100% of one CPU core. Several changes in reload pattern were attempted, some of which included WSUSoffline, without success. Profoundly expert help provided the following. Before deliberately attempting Windows Update, we are to install these, in this order:
- Servicing stack update for Windows 7 SP1 and Windows Server 2008 R2 SP1: September 20, 2016:
https://support.microsoft.com/en-us/kb/3177467
- July 2016 update rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1:
https://support.microsoft.com/en-us/kb/3172605
- September 2016 update rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1:
https://support.microsoft.com/en-us/kb/3185278
Windows Update may get stuck again, searching for new updates, the first time any of the above is attempted. If this occurs, each time, we do this:
- In TASKMGR, terminate process
wusa.exe
- Restart service
wuauserv
- Try the install again.
The second time we do each install (after the termination and service restart), the popup for searching for Windows updates comes up for 3-10 seconds, and then we are asked whether we want to install. We then say yes, and it installs. Then we move to the next one of the three!
NIC Performance Settings
article #1007, updated 2924 days ago
Here are settings useful to maximize performance of a hardware network interface. Virtual guests benefit by these being applied to their virtual host, only. Not all of these exist on every NIC. There are also many settings which should not be touched, or should be touched only when the toucher knows what they are doing! The below have always helped when this writer has found them available to try. Do be warned, the NIC will go offline for 2-10 seconds after you Apply most of these.
- Install the most current drivers for NICs and also motherboard chipset. In at least one case, the server vendor had only an outdated and unreliable driver available for download, the one which worked well for years came from Intel’s web site.
- “DMA Coalescing” on.
- “Enable PME” off.
- “Energy Efficient Ethernet” off.
- “Green Ethernet” off.
- “Gigabit Lite” off.
- “Adaptive Inter-Frame Spacing” on.
- All offloading on.
- “Interrupt Moderation” on.
- “Interrupt Moderation Rate” should be “Adaptive”.
- “Scaling”, should be “on” or “Enabled”.
- “Receive Side Scaling” on.
- “Receive Side Scaling Queues” to maximum.
- There are cache settings on all server-class NICs, separate for send and receive. They are usually called “Receive Buffers” and “Transmit Buffers”, or “Receive Descriptors” and “Transmit Descriptors”. Set them to the maximum. For current Intel server NICs the defaults are usually 256 or 512, and the maximums are 2048; for a few other kinds, one or the other is 5000 or more; for others it is much less. Each descriptor takes 2K of RAM, which in today’s multigigabyte world is well worthwhile. Some older Broadcom gigabit NICs will yellow-flag if they are set to 2048; for these, set receive to 750, transmit to 1500.
- In the NIC’s “Power Management” tab, turn everything off. This may have to be abridged if Wake-On-LAN is used. Some NICs, notably some Realtek, will automatically turn power management back on at boot; this needs to be fixed through group policy.
- In SBS 2008, only one NIC (or one NIC team) is permitted to represent the server on the network. If there are two active NICs, you will have to turn one off, or crashes and unpredictable behavior will result sooner or later.
The Davidic User Profile Lesson
article #997, updated 2958 days ago
The amazing David Lewis recently discovered something very close to unbelievable. A user profile on a PC — not a user, not a PC — had full administrative rights to a folder on a server on the domain, where the user was explicitly denied such rights. Deletion and replacement of the user profile, eliminated the problem.
Download Internet Explorer 11
article #996, updated 2960 days ago
Today I found it ridiculously difficult to download IE11 on a Windows 7 box which had not seen updates in a while. If you suffer so, browse here:
https://support.microsoft.com/en-us/help/18520/download-internet-explorer-11-offline-installer
Offline installers in many languages.
Enable, Disable, and Delete Windows Explorer Shell Extensions
article #995, updated 2961 days ago
Rather a neat tool:
http://www.nirsoft.net/utils/shexview.html
Can eliminate a lot of issues in Explorer.
Troubleshooting and Fixing Windows VSS
article #274, updated 2979 days ago
Some very interesting info:
https://msdn.microsoft.com/en-us/library/windows/desktop/bb891959#mindiffareafilesize
Here are some steps and info:
http://www.storagecraft.com/support/kb/article/32
Here is a Fix-It from Microsoft for Server 2003, which runs quite a few steps automatically, and does not (this is new) necessarily require a reboot:
http://support.microsoft.com/kb/940184
And lastly, here is a patch from Microsoft which can help a lot in Server 2003, even on fully-updated machines:
http://support.microsoft.com/default.aspx?scid=kb;en-us;891957
"Complete Internet Repair" tool
article #982, updated 3009 days ago
This can do a lot of good:
https://www.rizonesoft.com/download/complete-internet-repair/
Login to blank screen, from Vista/2008 through 8.1/2012R2
article #981, updated 3010 days ago
If you find that login occurs, but no desktop just blackscreen, add the local users “Interactive” and “Authenticated Users” to the local group “Users”, i.e.:
net localgroup Users Interactive /add net localgroup Users "Authenticated Users" /add
Disable 8.3 Filename Generation
article #978, updated 3038 days ago
If your software is all new, let’s say 2013 and after, it probably makes sense to disable 8.3 filename generation, for a nice kick of speed.
To do it once for all drives, just do this:
fsutil behavior set Disable8dot3 1
If you want to do it for one select drive, say E:, first do a registry edit in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
you’ll want to change NtfsDisable8dot3NameCreation
to 2. Then you will need to reboot, and in an administrative command prompt:
fsutil behavior set E: 1
and reboot again, and it’s done.