Robocop
Member
I had access to gpedit.msc before but it isn't there anymore.
I have run this batch file
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum >gpedit-install.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum >>gpedit-install.txt
for /f %%i in ('findstr /i . gpedit-install.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause
and it gave me the gpeditor but only showing <software settings & windows setting plus an un-named directory>
I then ran
[note: the instal file ran correctly but I can not find that it installed any .admx files]
Under the 'un-named' directory there is no windows update entry.
Is there a simple way to get this back? I feel this is about the 24H2 update because it was OK before.
Any advice?
p.s. I have also found some instructions that say Group Policy Management needs to be checked. I went to 'Turn Windows Features On or Off' but there is no <Group Policy Management> entry
I have run this batch file
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum >gpedit-install.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum >>gpedit-install.txt
for /f %%i in ('findstr /i . gpedit-install.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause
and it gave me the gpeditor but only showing <software settings & windows setting plus an un-named directory>
I then ran
Administrative Templates (.admx) for Windows 11 2024 Update (24H2)
from the MS web site but it hasn't changed the GPEDIT screen, even after a reset.[note: the instal file ran correctly but I can not find that it installed any .admx files]
Under the 'un-named' directory there is no windows update entry.
Is there a simple way to get this back? I feel this is about the 24H2 update because it was OK before.
Any advice?
p.s. I have also found some instructions that say Group Policy Management needs to be checked. I went to 'Turn Windows Features On or Off' but there is no <Group Policy Management> entry
Last edited:
My Computer
At a glance
windows 11
- OS
- windows 11
- Computer type
- PC/Desktop
- Manufacturer/Model
- dell






