FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

simeononsecurity/Windows-Branding-Script: A simple script to assist with configuring branding on Windows 10 and Windows Server 2016/2019 · GitHub

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup branding on Windows 10 and Server 2016/2019/2022 Systems

How to set up the branding files

  • Replace all images with your branding images
    • OEM logo must be either 95x95 or 120x20 and in ".bmp" format
    • Generate the User Image along with 32x32, 40x40, 48x48, 192x192 variants.
    • Generate or copy user image for guest image.

This script utilizes the following tool:

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

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:

iwr -useb 'https://simeononsecurity.ch/scripts/sosbranding.ps1'|iex

Learn more about Branding Windows Systems

   

Links:

About

A simple script to assist with configuring branding on Windows 10 and Windows Server 2016/2019

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL