Windows 10 - No group policy editor? Policy Plus!

Discussion in 'other software & services' started by Mrkvonic, Oct 20, 2018.

  1. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Registry, open! Here be a long, detailed tutorial on how to use Policy Plus, a standalone local Group Policy editor for all versions of Windows, including basic and advanced usage, search and filtering, sematics policy fragment, element inspect, extra ADMX templates, other options, and more. Take a look.

    https://www.dedoimedo.com/computers/windows-10-policy-plus.html


    Cheers,
    Mrk
     
  2. kaljukass

    kaljukass Registered Member

    Joined:
    Apr 27, 2011
    Posts:
    244
    Sorry, but I do not understand well - it's a joke or what it is.
    Advertisement?
     
  3. Infected

    Infected Registered Member

    Joined:
    Feb 9, 2015
    Posts:
    1,138
    It's not hard to understand. Home versions of Windows, you can't edit group policy. This is a UI for group policy...
     
  4. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Kaljukass, did you read the article?
    Mrk
     
  5. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    @Mrkvonic Thanks.

    What do you think about this script? Guess it does the same thing:
    Code:
    @echo off
    pushd "%~dp0"
    dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
    dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
    
    for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i"
    pause
     
  6. EASTER

    EASTER Registered Member

    Joined:
    Jul 28, 2007
    Posts:
    11,126
    Location:
    U.S.A. (South)
    Funny Mrk that you should pop out this topic of all days today where i'm trying to get the full install of PowerShell onto Windows 8 (and update to 5.1) which is showing version 4.0 clear as a bell but NOT showing in Group Policy Settings under Windows Components.

    Lucky this is a Windows 8 ordeal which makes finding proper resources and solutions far easier.

    You're a real champ and bit of a mind reader too. :geek:
     
  7. Joxx

    Joxx Registered Member

    Joined:
    Sep 5, 2012
    Posts:
    1,718
    @Mrkvonic
    Typo in the first paragraph
     
  8. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Mrk.X, not sure what effect that's going to have on win10 home.
    Thanks, Easter, Joxx.
    Mrk
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.