Windows stuff and what the heck am I doing wrong?

I’m in CMD and trying to enable group policy on my home version of win 10. what am I doing wrong here?

FOR %F IN (“%SstemRoot%\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”)
FOR was unexpected at this time.

Did I miss something in the syntax?

Why not just upgrade to Windows 10 Pro?

IDK, does it cost $$? And I’ve already have home installed.

Didnt one of the recent windows 10 ‘feature packs’ remove the ability to enable this?

Ask somone in an i.t. department if they have an extra win 7 pro key you can have. Then change the key on your install and it will convert to pro.

You can upgrade to Windows 10 Pro without a fresh install. Just get the key, activate it, and Windows will install all the missing features on top of Windows 10.

Yes.

2 Likes

I just watched a Linus Tech Tips video which included how to enable this (sorry I can’t remember how - I just had it on in the background) and I think a tool to help manage it as well.

Hope this helps!

3 Likes

yeah I was going off that video actually.