├── .gitattributes
├── README.md
├── Theme
├── Win10.theme
├── Win7.theme
└── README.md
├── Background
├── Background.bmp
├── LockScreen.jpg
├── Wallpaper.jpg
├── Web
│ ├── Wallpaper
│ │ └── Windows
│ │ │ └── img0.jpg
│ └── 4K
│ │ └── Wallpaper
│ │ └── Windows
│ │ ├── img0_1024x768.jpg
│ │ ├── img0_1200x1920.jpg
│ │ ├── img0_1366x768.jpg
│ │ ├── img0_1600x2560.jpg
│ │ ├── img0_2160x3840.jpg
│ │ ├── img0_2560x1600.jpg
│ │ ├── img0_3840x2160.jpg
│ │ ├── img0_768x1024.jpg
│ │ └── img0_768x1366.jpg
└── README.md
├── Zeta
├── README.md
└── Backup-Registry.ps1
├── Alpha
├── README.md
├── Remove-LocalPolicies.ps1
├── Remove-AppLockerPolicies.ps1
└── Backup-Registry.ps1
├── Scripts
├── README.md
├── Remove-OneDriveShortcut.ps1
├── Enable-RemoteRegistry.ps1
├── Set-OemModel.ps1
└── Disable-VmPasswordChange.ps1
├── Start
├── README.md
├── LayoutModificationWin10.xml
├── StartLayoutWin10.xml
└── StartLayoutDomainWin10.xml
├── RegistryXML
├── README.md
├── ImportXML
│ └── README.md
└── Library
│ ├── User
│ ├── User Console Quick Edit.xml
│ ├── Win10 User Accent Color Title Bar.xml
│ ├── Win10 User Remove OneDrive Setup.xml
│ ├── Win10 User AdvertisingID Apps Off.xml
│ ├── Win10 User Notifications AutoPlay Off.xml
│ ├── Win10 User Notifications Suggested Off.xml
│ ├── Win10 User Search Bing Off.xml
│ ├── Win10 User Start Menu Transparency Off.xml
│ ├── Win10 User Accent Color Start Taskbar ActionCenter.xml
│ ├── Win10 User Notifications Security Off.xml
│ ├── Win10 User Tailored Experiences Off.xml
│ ├── Win10 User Search Cortana Off.xml
│ ├── User Control Panel View.xml
│ ├── Win10 User Tablet Mode.xml
│ ├── User Desktop Icons.xml
│ ├── Win10 User Content Delivery Manager.xml
│ └── User Windows Explorer.xml
│ ├── Branding
│ ├── Branding User Background Color.xml
│ ├── Branding Computer Wallpaper.xml
│ ├── Branding Computer Theme.xml
│ ├── Branding Computer Background Color.xml
│ ├── Branding User IE Start Page.xml
│ ├── Branding Computer IE Start Page.xml
│ ├── Branding User Theme.xml
│ ├── Branding User Wallpaper.xml
│ └── Branding Computer OEM Information.xml
│ └── Computer
│ ├── Computer Disable Active Probing.xml
│ ├── Computer Right Click Copy To.xml
│ ├── Computer Right Click Move To.xml
│ ├── Computer This PC ComputerName.xml
│ ├── Computer Disable Logon Background Image.xml
│ ├── Computer Device Manager.xml
│ ├── Computer IE First Run.xml
│ ├── Computer Right Click Take Ownership.xml
│ └── Computer Crash Control.xml
├── Apps
├── README.md
├── AppAssocWin10.xml
└── Set-AppAssoc.ps1
├── LocalPolicy
├── ImportGPO
│ ├── README.md
│ ├── OSDeploy Win7
│ │ ├── {7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}
│ │ │ ├── gpreport.xml
│ │ │ ├── DomainSysvol
│ │ │ │ └── GPO
│ │ │ │ │ ├── OSDeploy Win7.htm
│ │ │ │ │ ├── Machine
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ ├── Comment.cmtx
│ │ │ │ │ └── Preferences
│ │ │ │ │ │ └── Registry
│ │ │ │ │ │ └── Registry.xml
│ │ │ │ │ └── User
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ ├── Comment.cmtx
│ │ │ │ │ └── Preferences
│ │ │ │ │ └── Registry
│ │ │ │ │ └── Registry.xml
│ │ │ ├── bkupInfo.xml
│ │ │ └── Backup.xml
│ │ └── manifest.xml
│ ├── OSDeploy Win10
│ │ ├── {895F7B98-B217-4F89-AE2C-541C97F8D43A}
│ │ │ ├── gpreport.xml
│ │ │ ├── DomainSysvol
│ │ │ │ └── GPO
│ │ │ │ │ ├── OSDeploy Win10.htm
│ │ │ │ │ ├── Machine
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ └── Comment.cmtx
│ │ │ │ │ └── User
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ └── Comment.cmtx
│ │ │ ├── bkupInfo.xml
│ │ │ └── Backup.xml
│ │ └── manifest.xml
│ ├── OSDeploy Branding
│ │ ├── {8A659800-9817-4543-B305-5D209CD36399}
│ │ │ ├── gpreport.xml
│ │ │ ├── DomainSysvol
│ │ │ │ └── GPO
│ │ │ │ │ ├── OSDeploy Branding.htm
│ │ │ │ │ ├── User
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ ├── Comment.cmtx
│ │ │ │ │ └── Preferences
│ │ │ │ │ │ └── Registry
│ │ │ │ │ │ └── Registry.xml
│ │ │ │ │ └── Machine
│ │ │ │ │ ├── registry.pol
│ │ │ │ │ ├── Comment.cmtx
│ │ │ │ │ └── Preferences
│ │ │ │ │ └── Registry
│ │ │ │ │ └── Registry.xml
│ │ │ ├── bkupInfo.xml
│ │ │ └── Backup.xml
│ │ └── manifest.xml
│ └── Backup-GPO.ps1
├── ImportTXT
│ ├── README.md
│ └── OEM Information.txt
├── LGPO
│ └── README.md
└── README.md
└── OSConfig.ps1
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # OSConfig
2 |
3 | For proper usage, review https://www.osdeploy.com/osconfig
--------------------------------------------------------------------------------
/Theme/Win10.theme:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Theme/Win10.theme
--------------------------------------------------------------------------------
/Theme/Win7.theme:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Theme/Win7.theme
--------------------------------------------------------------------------------
/Background/Background.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Background.bmp
--------------------------------------------------------------------------------
/Background/LockScreen.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/LockScreen.jpg
--------------------------------------------------------------------------------
/Background/Wallpaper.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Wallpaper.jpg
--------------------------------------------------------------------------------
/Zeta/README.md:
--------------------------------------------------------------------------------
1 | # Zeta
2 |
3 | Powershell Scripts (*.ps1) in this directory will be executed last
4 |
--------------------------------------------------------------------------------
/Alpha/README.md:
--------------------------------------------------------------------------------
1 | # Alpha
2 |
3 | Powershell Scripts (*.ps1) in this directory will be executed first
4 |
--------------------------------------------------------------------------------
/Scripts/README.md:
--------------------------------------------------------------------------------
1 | # Scripts
2 |
3 | Powershell Scripts (*.ps1) in this directory do not relate to any other category
--------------------------------------------------------------------------------
/Theme/README.md:
--------------------------------------------------------------------------------
1 | # Theme
2 |
3 | Powershell Scripts (*.ps1) and files in this directory relate to the Windows Theme
--------------------------------------------------------------------------------
/Start/README.md:
--------------------------------------------------------------------------------
1 | # Start
2 |
3 | Powershell Scripts (*.ps1) and files in this directory relate to the Windows Start Menu
--------------------------------------------------------------------------------
/RegistryXML/README.md:
--------------------------------------------------------------------------------
1 | # RegistryXML
2 |
3 | Contains GPP Registry XML files that will be imported using Import-RegistryXML.ps1
4 |
--------------------------------------------------------------------------------
/Background/Web/Wallpaper/Windows/img0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/Wallpaper/Windows/img0.jpg
--------------------------------------------------------------------------------
/RegistryXML/ImportXML/README.md:
--------------------------------------------------------------------------------
1 | # RegistryXML
2 |
3 | ## Import
4 | Contains GPP Registry XML files that will be imported using Import-RegistryXML.ps1
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_1024x768.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_1024x768.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_1200x1920.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_1200x1920.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_1366x768.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_1366x768.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_1600x2560.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_1600x2560.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_2160x3840.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_2160x3840.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_2560x1600.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_2560x1600.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_3840x2160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_3840x2160.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_768x1024.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_768x1024.jpg
--------------------------------------------------------------------------------
/Background/Web/4K/Wallpaper/Windows/img0_768x1366.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/Background/Web/4K/Wallpaper/Windows/img0_768x1366.jpg
--------------------------------------------------------------------------------
/Apps/README.md:
--------------------------------------------------------------------------------
1 | # Apps
2 |
3 | Powershell Scripts (*.ps1) in this directory relate to Apps
4 | Application Associations
5 | Appx Packages
6 | Provisioned Appx Packages
7 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/README.md:
--------------------------------------------------------------------------------
1 | # LocalPolicy
2 |
3 | ## ImportGPO
4 | Contains GPO files that will be imported using Import-GPO.ps1
5 | Requires LocalPolicy\LGPO\LGPO.exe
--------------------------------------------------------------------------------
/LocalPolicy/ImportTXT/README.md:
--------------------------------------------------------------------------------
1 | # LocalPolicy
2 |
3 | ## ImportTXT
4 | Contains LGPO TXT files that will be imported using Import-TXT.ps1
5 | Requires LocalPolicy\LGPO\LGPO.exe
--------------------------------------------------------------------------------
/Background/README.md:
--------------------------------------------------------------------------------
1 | # Background
2 |
3 | Powershell Scripts (*.ps1) and files in this directory relate to Windows Background
4 | LockScreen Background
5 | Logon Background
6 | Desktop Wallpaper
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/gpreport.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/gpreport.xml
--------------------------------------------------------------------------------
/LocalPolicy/LGPO/README.md:
--------------------------------------------------------------------------------
1 | # LocalPolicy
2 |
3 | ## LGPO
4 | Contains LGPO.exe (Microsoft Security Compliance Toolkit)
5 | Download and Extract LGPO.zip from https://www.microsoft.com/en-us/download/details.aspx?id=55319
6 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/gpreport.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/gpreport.xml
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/gpreport.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/gpreport.xml
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/DomainSysvol/GPO/OSDeploy Win7.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/DomainSysvol/GPO/OSDeploy Win7.htm
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/DomainSysvol/GPO/OSDeploy Win10.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/DomainSysvol/GPO/OSDeploy Win10.htm
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/DomainSysvol/GPO/Machine/registry.pol:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/DomainSysvol/GPO/Machine/registry.pol
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/DomainSysvol/GPO/Machine/registry.pol:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/DomainSysvol/GPO/Machine/registry.pol
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/DomainSysvol/GPO/OSDeploy Branding.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OSDeploy/OSConfig/HEAD/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/DomainSysvol/GPO/OSDeploy Branding.htm
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/DomainSysvol/GPO/User/registry.pol:
--------------------------------------------------------------------------------
1 | PReg [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ P e r s o n a l i z a t i o n ; T h e m e F i l e ; ; T ; % P r o g r a m D a t a % \ O S C o n f i g \ T h e m e \ C u s t o m . t h e m e ]
--------------------------------------------------------------------------------
/LocalPolicy/ImportTXT/OEM Information.txt:
--------------------------------------------------------------------------------
1 | ;======================================================================================
2 | ; Author: David Segura
3 | ; Version: 18.8.27
4 | ; https://www.osdeploy.com/
5 | ; This is a LGPO (Local GPO) file
6 | ;======================================================================================
7 | Computer
8 | SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
9 | Manufacturer
10 | OSDeploy
--------------------------------------------------------------------------------
/LocalPolicy/README.md:
--------------------------------------------------------------------------------
1 | # LocalPolicy
2 |
3 | ## ImportGPO
4 | Contains GPO files that will be imported using Import-GPO.ps1
5 | Requires LocalPolicy\LGPO\LGPO.exe
6 |
7 | ## ImportTXT
8 | Contains LGPO TXT files that will be imported using Import-TXT.ps1
9 | Requires LocalPolicy\LGPO\LGPO.exe
10 |
11 | ## LGPO
12 | Contains LGPO.exe (Microsoft Security Compliance Toolkit)
13 | Download and Extract LGPO.zip from https://www.microsoft.com/en-us/download/details.aspx?id=55319
14 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/User Console Quick Edit.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Accent Color Title Bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding User Background Color.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Remove OneDrive Setup.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer Disable Active Probing.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win10/{895F7B98-B217-4F89-AE2C-541C97F8D43A}/bkupInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win7/{7DBA9830-2CDC-4DD9-8EFA-66351CE5798B}/bkupInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer Right Click Copy To.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer Right Click Move To.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/bkupInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer This PC ComputerName.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer Disable Logon Background Image.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding Computer Wallpaper.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User AdvertisingID Apps Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win10/manifest.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Win7/manifest.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Notifications AutoPlay Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Notifications Suggested Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Search Bing Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Start Menu Transparency Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/manifest.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding Computer Theme.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Accent Color Start Taskbar ActionCenter.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Notifications Security Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Tailored Experiences Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding Computer Background Color.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/DomainSysvol/GPO/User/Comment.cmtx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | OSDeploy Branding
14 |
15 |
16 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding User IE Start Page.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding Computer IE Start Page.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/Win10 User Search Cortana Off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/RegistryXML/Library/User/User Control Panel View.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/Backup-GPO.ps1:
--------------------------------------------------------------------------------
1 | #======================================================================================
2 | # Author: David Segura
3 | # Version: 18.9.3
4 | # https://www.osdeploy.com/
5 | #======================================================================================
6 | # Backup-GPO will backup OSDeploy GPO's into this directory
7 | #======================================================================================
8 | $DomainGPOs = 'OSDeploy Branding','OSDeploy Win7','OSDeploy Win10'
9 |
10 | foreach ($GPO in $DomainGPOs) {
11 | if (Test-Path "$PSScriptRoot\$GPO") {
12 | Write-Host "Removing $PSScriptRoot\$GPO" -ForegroundColor Cyan
13 | Remove-Item -Path "$PSScriptRoot\$GPO" -Recurse -Force
14 | }
15 |
16 | if (!(Test-Path "$PSScriptRoot\$GPO")) {
17 | Write-Host "Creating $PSScriptRoot\$GPO" -ForegroundColor Cyan
18 | New-Item -Path "$PSScriptRoot" -Name $GPO -ItemType Directory
19 | }
20 |
21 | Write-Host "Backing up $PSScriptRoot\$GPO" -ForegroundColor Yellow
22 | Backup-Gpo -Name $GPO -Path "$PSScriptRoot\$GPO"
23 | }
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding User Theme.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Computer/Computer Device Manager.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/RegistryXML/Library/Branding/Branding User Wallpaper.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/LocalPolicy/ImportGPO/OSDeploy Branding/{8A659800-9817-4543-B305-5D209CD36399}/DomainSysvol/GPO/Machine/registry.pol:
--------------------------------------------------------------------------------
1 | PReg [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ M i c r o s o f t E d g e \ I n t e r n e t S e t t i n g s ; P r o v i s i o n e d H o m e P a g e s ; ; &