Skip to content

Applies optimizations and configurations for Windows 10

Notifications You must be signed in to change notification settings

PowerShellCrack/OS-Configs

Folders and files

NameName
Last commit message
Last commit date
Jun 5, 2019
Mar 8, 2019
Dec 14, 2018
Jun 19, 2019
Dec 14, 2018
May 10, 2019
Jun 21, 2019
May 31, 2019
Jun 19, 2019
Jun 21, 2019
Dec 8, 2019
Jun 21, 2019

Repository files navigation

Windows Optimization And Configurations

  • Applies all types of settings for Windows 10 and Server 16. Script variables can be set either internal (standalone) or using MDT/SCCM Task sequence custom properties. Ultimately MDT/SCCM properties will overwrite internal variable if set.

Project:

  • This is part of my MDT automation Project

Prerequisites

Add to MDT CustomSettings.ini

Properties=CFG_UseLGPOForConfigs,LGPOPath,CFG_SetPowerCFG,CFG_PowerCFGFilePath,CFG_EnableVerboseMsg,CFG_ApplySTIGItems,CFG_DisableAutoRun,CFG_CleanSampleFolders,CFG_DisableCortana,CFG_DisableInternetSearch,CFG_EnableVDIOptimizations,CFG_EnableOfficeOneNote,CFG_EnableRDP,CFG_DisableOneDrive,CFG_PreferIPv4OverIPv6,CFG_RemoveActiveSetupComponents,CFG_DisableWindowsFirstLoginAnimation,CFG_DisableIEFirstRunWizard,CFG_DisableWMPFirstRunWizard,CFG_DisableEdgeIconCreation,CFG_DisableNewNetworkDialog,CFG_DisableInternetServices,CFG_DisabledUnusedServices,CFG_DisabledUnusedFeatures,CFG_DisableSchTasks,CFG_DisableDefender,CFG_DisableFirewall,CFG_DisableWireless,CFG_DisableBluetooth, CFG_EnableRemoteRegistry,CFG_DisableFirewall,CFG_ApplyPrivacyMitigations,CFG_EnableCredGuard,CFG_InstallLogonScript,CFG_LogonScriptPath,CFG_EnableWinRM,CFG_EnableAppsRunAsAdmin,CFG_DisableUAC,CFG_DisableWUP2P,CFG_EnableIEEnterpriseMode,CFG_IEEMSiteListPath,CFG_PreCompileAssemblies,CFG_EnableSecureLogon,CFG_HideDrives,CFG_DisableAllNotifications,CFG_InstallPSModules,CFG_EnableVisualPerformance,CFG_EnableDarkTheme,CFG_EnableNumlockStartup,CFG_ShowKnownExtensions,CFG_ShowHiddenFiles,CFG_ShowThisPCOnDesktop,CFG_ShowUserFolderOnDesktop,CFG_Hide3DObjectsFromExplorer,CFG_DisableEdgeShortcut,SCCMSiteServer,AppVolMgrServer,AdminMenuConfigPath,CFG_SetSmartScreenFilter,CFG_EnableStrictUAC,CFG_ApplyCustomHost,HostPath,CFG_DisableStoreOnTaskbar,CFG_DisableActionCenter,CFG_DisableFeedback,CFG_DisableWindowsUpgrades

Configuration Settings (see CustomSettings.example.ini)

CFG_UseLGPOForConfigs=True
CFG_SetPowerCFG=[Custom|High Performance|Balanced]
CFG_PowerCFGFilePath=%DeployRoot%\Scripts\Custom\OS-Configs\AlwaysOnPowerScheme.pow
CFG_ApplySTIGItems=True
CFG_EnableVerboseMsg=True
CFG_EnablePSLogging=True
CFG_DisableAutoRun=True
CFG_CleanSampleFolders=True
CFG_DisableCortana=True
CFG_DisableInternetSearch=True
CFG_EnableVDIOptimizations=True
CFG_EnableOfficeOneNote=True
...

Releases

No releases published

Packages

No packages published