fkie-cad / fkie-cad/windowsScripts

gpedit-installer.bat

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Batchfile
Stars
29
Forks
6
PR merge metrics
No merged PRs in 30d

Description

**Fix for non-functional uninstall (with /NoRestart):**

Add the following to the `:un` section BEFORE `Remove-Package`:

```batch
DISM /Online /Disable-Feature /FeatureName:"GroupPolicy-ClientTools-Optional" /NoRestart
DISM /Online /Disable-Feature /FeatureName:"GroupPolicy-ClientExtensions-Optional" /NoRestart

This is an AI suggestion. :)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.