There’s an automatic “backoff” feature of Windows Indexing from Vista onward, which causes it to slow down and stop depending on other load. This can prevent Indexing from working altogether when load is high and/or searchable datasets are very big. To fix this, change this registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\Gathering Manager\DisableBackoff
to a numeral 1. You will probably have to change the owner of “Gathering Manager” to Administrators in order to do so. After this change is made, restart Windows Indexing.
Categories:
Windows OS-Level Issues
Categories:
Windows Installer, Updates, Patching
Windows OS-Level Issues
When you encounter a user account that spins forever trying to sign in on a computer that already has a local copy of their profile, here is a few steps to resolve the issues quickly without either data loss or the need to create a new Windows profile:
- Sign in on an account with Local Administrator rights
- Navigate to “C:\Users”
- Locate the profile folder of the user unable to sign in.
- Rename the folder (Usually I add “.old”)
- Sign out
- Sign in as the user who’s profile has not been working
- While signed in on this temporary profile, navigate back to “C:\Users”
- Rename their profile folder back to what it was originally
- Sign out
- You should now be able to sign in normally to that user with their profile intact.
Contributed by the excellent Joe Busby.
Categories:
Windows OS-Level Issues
Users and Profile Issues
To change it in local policy:
Local Computer Policy > Computer Configuration >Windows Settings > Security Settings > Network List Manager Policies >[properties of the the network name in question] >network location tab then pick your Location type.
Categories:
Windows OS-Level Issues
An excellent tool from The Windows Club. Found by the excellent Joe Busby.
https://www.thewindowsclub.com/ultimate-windows-tweaker-4-windows-10
Categories:
Tools
Windows OS-Level Issues
If your Active Directory dates back to Server 2003, you may have “Internet Explorer Maintenance” items in GPO. These are obsolete IE control specifications which can not be edited on newer servers. To delete these items:
support.microsoft.com/en-us/help/2722241/policy-reporting-tools-indicate-empty-internet-explorer-maintenance-po
Categories:
Windows OS-Level Issues
Group Policy
Tested under Windows 10 only, this works well for non-OEM:
(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey
and this appears to be good for OEM/sticker:
(GCIM SoftwareLicensingService).OA3xOriginalProductKey
Categories:
Windows OS-Level Issues
Updates are being distributed to Windows 10 via peer-to-peer methods, in addition to cloud-to-PC. This will be essential to handle the big build files, 4 gigabyte plus, at many sites.
https://docs.microsoft.com/en-us/windows/deployment/update/waas-delivery-optimization
Categories:
Windows Installer, Updates, Patching
Windows OS-Level Issues
If you see that Windows built-in search components (any of several, including the Indexer, Cortana, etc.) are using a lot of your disk bandwidth, run this in an administrative Powershell:
Add-AppxPackage -Path “C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\Appxmanifest.xml” -DisableDevelopmentMode -Register
It appears to reset or reload Cortana or a big chunk of it, and probably disable “Development Mode” too. One web reference stated that the above has to be run in a newly created local admin profile to work.
Also, if you’re in a former (or, God forbid, current) SBS environment, make sure the SBS client is removed, and make sure GPO isn’t automatically reinstalling it.
Categories:
Windows OS-Level Issues
Performance
This is easily done in Local Group Policy, on the machine with the RDS licensing server:
Computer Configuration/
Administrative Templates/
Windows Components/
Remote Desktop Services/
Remote Desktop Session Host/
Licensing
Categories:
Windows OS-Level Issues
Remote Access, Remote Desktop, Terminal Server