Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/windows-branding-script
A simple script to assist with configuring branding on Windows 10 and Windows Server 2016/2019
https://github.com/simeononsecurity/windows-branding-script
automation branding powershell script windows windows10 windowsbranding windowsserver
Last synced: about 2 months ago
JSON representation
A simple script to assist with configuring branding on Windows 10 and Windows Server 2016/2019
- Host: GitHub
- URL: https://github.com/simeononsecurity/windows-branding-script
- Owner: simeononsecurity
- License: mit
- Created: 2020-08-14T03:34:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T23:09:22.000Z (5 months ago)
- Last Synced: 2024-07-27T00:24:57.350Z (5 months ago)
- Topics: automation, branding, powershell, script, windows, windows10, windowsbranding, windowsserver
- Language: PowerShell
- Homepage: https://simeononsecurity.com/github//windows-10-branding/
- Size: 2.72 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup branding on Windows 10 and Server 2016/2019/2022 Systems
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![VirusTotal Scan](https://github.com/simeononsecurity/Windows-Branding-Script/actions/workflows/virustotal.yml/badge.svg)](https://github.com/simeononsecurity/Windows-Branding-Script/actions/workflows/virustotal.yml)
## How to set up the branding files
- [X] Replace all images with your branding images
- [X] OEM logo must be either 95x95 or 120x20 and in ".bmp" format
- [X] Generate the User Image along with 32x32, 40x40, 48x48, 192x192 variants.
- [X] Generate or copy user image for guest image.
## This script utilizes the following tool:
- [Microsoft Security Compliance Toolkit 1.0 - LGPO](https://www.microsoft.com/en-us/download/details.aspx?id=55319)## How to run the script
### Manual Install:
If manually downloaded, the script must be launched from an administrative powershell in the directory containing all the files from the [GitHub Repository](https://github.com/simeononsecurity/Windows-Branding-Script)
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-copybranding.ps1
```
### Automated Install:
The script may be launched from the extracted GitHub download like this:
```powershell
iwr -useb 'https://simeononsecurity.ch/scripts/sosbranding.ps1'|iex
```## Learn more about [Branding Windows Systems](https://simeononsecurity.ch/github//windows-10-branding/)
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)