# GPO

Published articles for GPO.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Change default WSUS port from 8530 to 80 on Windows Server 2012

DevFeed: [Change default WSUS port from 8530 to 80 on Windows Server 2012](<https://devfeed.tech/articles/change-default-wsus-port-from-8530-to-80-on-windows-server-2012-27602.md>)

Original publisher: [Read original article](<https://gagor.pro/2014/01/change-default-wsus-port-from-8530-to-80-on-windows-server-2012/>)

Author: Tom

Published: 2014-01-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Windows](<https://devfeed.tech/topics/windows.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [active-directory](<https://devfeed.tech/tags/active-directory.md>), [active-directory-wsus](<https://devfeed.tech/tags/active-directory-wsus.md>), [change-wsus-port](<https://devfeed.tech/tags/change-wsus-port.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [gpo](<https://devfeed.tech/tags/gpo.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [port](<https://devfeed.tech/tags/port.md>), [windows](<https://devfeed.tech/tags/windows.md>), [windows-server-2012-wsus](<https://devfeed.tech/tags/windows-server-2012-wsus.md>), [wsus](<https://devfeed.tech/tags/wsus.md>), [wsus-configuration](<https://devfeed.tech/tags/wsus-configuration.md>), [wsus-ipv6-issue](<https://devfeed.tech/tags/wsus-ipv6-issue.md>), [wsus-port-80](<https://devfeed.tech/tags/wsus-port-80.md>)

### AI overview

A tutorial explains how to change the default WSUS port from 8530 to port 80 on Windows Server 2012. It addresses an IPv6-only configuration and compatibility with older configurations.

### Source excerpt

Learn how to change the default WSUS port from 8530 to 80 on Windows Server 2012, ensuring compatibility with older configurations and resolving IPv6-only issues.

## GPO: Instalacja GIMP'a 2.8

DevFeed: [GPO: Instalacja GIMP'a 2.8](<https://devfeed.tech/articles/gpo-instalacja-gimp-a-2-8-27572.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/08/gpo-instalacja-gimpa-2-8/>)

Author: Tom

Published: 2013-08-06T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Batch file](<https://devfeed.tech/topics/batch-file.md>), [active directory](<https://devfeed.tech/topics/active-directory.md>), [enterprise deployment](<https://devfeed.tech/topics/enterprise-deployment.md>), [Script](<https://devfeed.tech/topics/script.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [active-directory](<https://devfeed.tech/tags/active-directory.md>), [code](<https://devfeed.tech/tags/code.md>), [gpo](<https://devfeed.tech/tags/gpo.md>), [install](<https://devfeed.tech/tags/install.md>), [installation](<https://devfeed.tech/tags/installation.md>), [policies](<https://devfeed.tech/tags/policies.md>), [startup](<https://devfeed.tech/tags/startup.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A Polish tutorial explains how to deploy GIMP 2.8 through an Active Directory Group Policy startup script on Windows. The batch script checks whether GIMP is installed, silently removes an earlier manually installed version, and installs GIMP 2.8 from a network share.

### Source excerpt

Raz na jakiś czas trzeba coś niestandardowego wrzucić do instalacji w Active Directory a że nie wszystkie aplikacje mają dostępne paczki MSI to trzeba się nieco natrudzić. Poniżej wrzucam skrypt, który instaluje GIMP'a 2.8 z domyślnego instalatora (wersja InnoSetup) przy okazji odinstalowując wcześniejsze wersje zainstalowane ręcznie. Zapisujemy poniższy kod jako np. gimp-install.cmd @echo off REM Installs GIMP cls echo ---------------------------------------------------- echo . echo . echo . Installing/Updating GIMP - Please Wait echo . echo . echo ---------------------------------------------------- REM Test if actual IF exist "%ProgramFiles%\GIMP\bin\gimp-2.8.exe" GOTO SkipInstall REM Exit the application taskkill.exe /F /FI "IMAGENAME eq gimp-2.8.exe" >nul REM Uninstall existing GIMP version, delete folder if exist "%ProgramFiles%\GIMP 2\uninst\unins000.exe" "%ProgramFiles%\GIMP 2\uninst\unins000.exe" /VERYSILENT :: Wait for 20 seconds ping -n 40 127.0.0.1 > NUL if exist "%ProgramFiles%\GIMP 2\" rd "%ProgramFiles%\GIMP 2\" /Q /S REM Install new version "\\serwerplikow.local\Instalki\GIMP\gimp-2.8.4-setup.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP 2.8" REM Skip installation if acctuall :SkipInstall REM Return exit code to SCCM exit /B %EXIT_CODE% Tworzymy nową regułkę GPO i zmierzamy do: Computer Configuration\Policies\Windows Settings\Scripts\Startup W nowym okienku wybieramy Show Files... Wklejamy plik skryptu do tego folderu i teraz możemy dodać go w tym samym oknie (Add...) - dzięki wrzuceniu skryptu w tym miejscu będzie się on automatycznie replikować na inne kontrolery. Skrypt będzie co prawda uruchamiany przy każdym starcie komputera ale pierwszy warunek będzie sprawdzać czy aplikacja jest zainstalowana więc nie spowolni to znacznie startu.

## GPO: Windows 7 - postęp przetwarzania polityk przy starcie systemu

DevFeed: [GPO: Windows 7 - postęp przetwarzania polityk przy starcie systemu](<https://devfeed.tech/articles/gpo-windows-7-postep-przetwarzania-polityk-przy-starcie-systemu-27538.md>)

Original publisher: [Read original article](<https://gagor.pro/2012/09/gpo-windows-7-postep-przetwarzania-polityk-przy-starcie-systemu/>)

Author: Tom

Published: 2012-09-20T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [active-directory](<https://devfeed.tech/tags/active-directory.md>), [gpo](<https://devfeed.tech/tags/gpo.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A tutorial explains how to enable verbose startup status messages on Windows 7 computers through Group Policy. The setting displays more information about policy processing, software installation, and other operations during startup, helping users recognize that the system is still working.

### Source excerpt

Dziś TIP z przeciwnego obozu - oprócz linuksowych systemów administruję również paroma serwerami windowsowymi i tutaj również (a czasem nawet bardziej) uda mi się znaleźć coś wartego zapamiętania. Jedna z najbardziej charakterystycznych rzeczy na komputerach przyłączonych do domeny Windows to wyświetlanie "różnych dziwnych rzeczy" przy starcie systemu. Zarówno na Windowsie 2000 jak i na XP'ku na małym okienku przewijają informacje o aktualizacji polityk, instalacji oprogramowania itp... Zachowanie to zmieniło się na Vistach i 7-kach, które są nieco mniej rozmowne i wyświetlają jedynie komunikat typu "Trwa uruchamianie systemu..." i tyla... Załóżmy że wrzucimy do instalacji kilka paczek i jeszcze zmienimy kilka polityk i przez to komputer na tym napisie zatrzyma się na 5~10 minut - co zrobi użyszkodnik po 3 minutach? Dojdzie do wniosku że "coś się zwiesiło" i zresetuje komputer, a że akurat było nieco operacji dyskowych to mamy praktycznie pewną rozwałkę tego systemu.