Daily Archives: January 21, 2023
-
Group policy is cool but….
Stumbled across this video tonight from Linus Tech Tips (not Linux but Linus). The video is about enabling Group policy editor. BUT on a Home PC even enabling Group policy editor on Home doesn’t necessarily make Group policies work on Home skus. Some settings will work, some will not.
The video is a bit hard to follow but the command(*) to enable group policy editor can enable group policy editor on Windows 10/11 Home skus but that doesn’t mean that if you enable a setting that it actually WORKS on a Home sku.
Also be aware that you will need to have a computer that can support virtualization in order to run Linux on Windows (WSL).
There is a Github group policy editor tool but I honestly haven’t tested to see if it works.
Okay I’m a critic tonight because he’s glossing over a lot of the system requirements and details in this video. That said, it is showcasing that under the hood of Microsoft they aren’t just doing “Windows” but actively putting cross platform features into Windows 11.
What key tip or trick would you recommend others should know and probably don’t?
(*) Commands below:
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”)