Enable or Install Group Policy Editor on Windows 10/11 Home

Normally you can’t run the Group Policy Editor on Windows Home editions. But there is a way to enable it.

First, open up a Command Prompt (Not Terminal) as Administrator

Open Command Prompt as Administrator

Now copy and paste each of the commands.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")

Now we can launch Group Policy Editor by typing in the following

gpedit.msc
Group Policy Editor on Windows Home

More details can be found at the following sites

https://linustechtips.com/topic/1482968-windows-doesn%E2%80%99t-suck-microsoft-just-wants-you-to-think-so%E2%80%A6/#comment-15762053

https://www.itechtics.com/enable-gpedit-msc-windows-11/

Disable Telemetry on Windows 10/11

If you are on Windows Home, you will need to enable the Group Policy Editor
Enable Group Policy Editor on Windows 10 or 11

Open up gpedit.msc

Computer Configuration -> Windows Components -> Data Collection and Preview Builds -> Allow Diagnostic Data

Windows Group Policy Editor – Disable Telemetry

Double click on Allow Diagnostic Data to bring up the window. Set it to Enabled, and then under Options, set Diagnostic data off

Hit Apply and your good to go.

Fix White Bar on Windows Explorer in Dark Mode – Windows 10

White bar on Windows Explorer

For some reason you can sometimes have this white bar appear on Windows File Explorer. Fortunately it is an easy fix. Launch Internet Explorer, Yes IE, some of the configuration settings affect both Internet Explorer and Windows File Explorer.

Right click on the Title bar and check the box on Lock the toolbars.

Lock the toolbars to get rid of white bar in Windows File Explorer

Close any open File Explorer windows and relaunch it. It should now be gone.

Windows Explorer without the white bar

Windows 10 – Super slow copy speeds

It looks like the Windows Defender Real-time protection can cause issues when trying to copy files on a local drive even if the drive is an SSD.  Typically a copy seems to start out great, but then slows down to a crawl less then 1MB/s copy rate.  Probably has to do with Defender having to scan every file as it is copied.

To fix/increase the copy speeds you can turn off Real-time protection.

To turn off Windows Defender Real-time protection, open up Settings > Update and Security > Windows Security > Virus & threat protection “That should open up the Windows Defender Security Center” > Virus & threat protection settings

Now Turn Real-time protection off.