2020-10-29 02:50:05 +08:00
|
|
|
# gpupdate
|
|
|
|
|
|
|
|
> A tool to check and apply Windows Group Policy settings.
|
2022-10-04 20:36:23 +05:30
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>.
|
2020-10-29 02:50:05 +08:00
|
|
|
|
|
|
|
- Check and apply updated Group Policy settings:
|
|
|
|
|
|
|
|
`gpupdate`
|
|
|
|
|
|
|
|
- Specify the target Group Policy settings to check for update:
|
|
|
|
|
2021-10-09 14:47:43 +02:00
|
|
|
`gpupdate /target:{{computer|user}}`
|
2020-10-29 02:50:05 +08:00
|
|
|
|
|
|
|
- Force all Group Policy settings to be reapplied:
|
|
|
|
|
|
|
|
`gpupdate /force`
|
|
|
|
|
|
|
|
- Display detailed usage information:
|
|
|
|
|
|
|
|
`gpupdate /?`
|