5
5
Priority=MacAddress,DefaultGateway,Make,Model,Default
6
6
Properties=SavedJoinDomain,CaptureSection,Prefix,BgColor,TPMEnabled,TPMActivated,TPMOwned,CCTKPath,CCTKInstallerVersion,BIOSSettingsFile,NewBIOSPassword,BIOSPasswords(*),AssetTag,ForceUEFI,OSBootDiskOverrideWQL,EZTVURL,DVConfigFile,CFG_DisableConfigScript,CFG_UseLGPOForConfigs,LGPOPath,CFG_OptimizeForVDI,CFG_EnableVisualPerformance,CFG_InstallLogonScript,CFG_LogonScriptPath,CFG_EnableDarkTheme,CFG_EnableTaskbarAutoColor,CFG_DisableFontSmoothing,CFG_DisableCortana,CFG_DisableInternetSearch,CFG_EnableOfficeOneNote,CFG_DisableOneDrive,CFG_DisableWindowsFirstLoginAnimation,CFG_DisableIEFirstRunWizard,CFG_DisableWMPFirstRunWizard,CFG_ShowKnownExtensions,CFG_ShowHiddenFiles,CFG_ShowThisPCOnDesktop,CFG_ShowUserFolderOnDesktop,CFG_RemoveRecycleBinOnDesktop,CFG_Hide3DObjectsFromExplorer,CFG_DisableEdgeShortcut,CFG_DisableStoreOnTaskbar,CFG_DisableActivityHistory,CFG_SetSmartScreenFilter,CFG_EnableNumlockStartup,CFG_DisableAppSuggestions,CFG_InstallPSModules,CFG_SetPowerCFG,CFG_PowerCFGFilePath,CFG_EnableIEEnterpriseMode,CFG_IEEMSiteListPath,CFG_ApplyCustomHost,HostPath,CFG_EnableSecureLogonCAD,CFG_DisableAllNotifications,CFG_EnableVerboseMsg,CFG_DisableAutoRun,CFG_PreferIPv4OverIPv6,CFG_EnableAppsRunAsAdmin,CFG_HideDrives,CFG_DisableActionCenter,CFG_DisableFeedback,CFG_DisableWUP2P,CFG_DisablePreviewBuild,CFG_DisableDriverUpdates,CFG_DisableWindowsUpgrades,CFG_ApplyPrivacyMitigations,CFG_RemoveRebootOnLockScreen,CFG_RemoveUnusedPrinters,CFG_DisableSmartCardLogon,CFG_ForceStrictSmartCardLogon,CFG_EnableFIPS,CFG_EnableCredGuard,CFG_DisableUAC,CFG_EnableStrictUAC,CFG_EnableRDP,CFG_EnableWinRM,CFG_EnableRemoteRegistry,CFG_EnableUEV,CFG_EnableAppV,CFG_DisableIPv6,CFG_EnablePSLogging,CFG_EnableLinuxSubSystem,CFG_DisableAdminShares,CFG_DisableSchTasks,CFG_DisableDefender,CFG_DisableFirewall,CFG_DisableWireless,CFG_DisableBluetooth,CFG_DisableNewNetworkDialog,CFG_DisableInternetServices,CFG_DisabledUnusedServices,CFG_DisabledUnusedFeatures,CFG_DisableIndexing,CFG_RemoveActiveSetupComponents,CFG_PreCompileAssemblies,CFG_OptimizeNetwork,CFG_DisableAppScript,CFG_DisableOfficeAnimation,CFG_EnableIESoftwareRender,CFG_EnableLyncStartup,CFG_RemoveAppxPackages,CFG_RemoveFODPackages,CFG_ForceEdgeHomepage,CFG_ForceIEHomepage,CFG_ApplySTIGItems,CFG_ApplyEMETMitigations
7
7
8
-
9
-
10
8
' // GATWAY DETECTION
11
9
[DefaultGateway]
12
10
192.168.1.254 =WKS
@@ -39,14 +37,6 @@ SkipApplications=YES
39
37
' // Configuration Settings (Used by Win10OptimizeAndConfig.ps1)
40
38
CFG_VDIOptimizations=True
41
39
42
- ' // Configuration Settings (used with AppOptimizeAndConfig.ps1)
43
- CFG_DisableAppScript =False
44
- CFG_DisableOfficeAnimation =True
45
- CFG_EnableIESoftwareRender =True
46
- CFG_EnableLyncStartup =True
47
- CFG_RemoveAppxPackages =False
48
- CFG_RemoveFODPackages =False
49
-
50
40
51
41
' // DOMAIN SETTINGS
52
42
[WKS]
@@ -197,17 +187,25 @@ FinishAction=REBOOT
197
187
WSUSServer =http://WSUS.mydomain:8530
198
188
EventService =http://MDT.mydomain:9800
199
189
190
+ HomePage =http://www.sublynx.com
191
+
200
192
' // Configuration Settings (used with Win10OptimizeAndConfig.ps1)
201
- ' // Overall Settings
202
- CFG_DisableConfigScript=False
193
+ ' // Common Settings
203
194
CFG_UseLGPOForConfigs =True
204
195
CFG_PowerCFGFilePath =%DeployRoot%\Scripts\Custom\OS-Configs\Files\AlwaysOnPowerScheme.pow
205
- CFG_IEEMSiteListPath=\\ %JoinDomain%\N ETLOGON\I E_EM_List\S iteList.xml
206
196
CFG_ApplyCustomHost =False
207
197
HostPath =%DeployRoot%\Scripts\Custom\OS-Configs\Files\WindowsTelemetryhosts
208
198
209
- ' // VDI Performance
199
+ ' // LGPO SETTINGS ( used with ZTILGPOSettings.wsf AND Win10OptimizeAndConfig.ps1)
200
+ ' // Path to LGPO.exe
201
+ LGPOPath =%DeployRoot%\Scripts\Custom\OS-Configs\Tools\LGPO\
202
+
203
+ ' // Overall Configuation Script Control
210
204
CFG_OptimizeForVDI=False
205
+ CFG_DisableSTIGScript=True
206
+ CFG_DisableAppScript=False
207
+
208
+ ' // VDI Performance
211
209
CFG_EnableVisualPerformance =False
212
210
CFG_SetPowerCFG =Custom
213
211
@@ -262,16 +260,16 @@ CFG_RemoveUnusedPrinters=False
262
260
' //System Adv Settings
263
261
CFG_DisableSmartCardLogon=False
264
262
CFG_ForceStrictSmartCardLogon=False
265
- CFG_EnableFIPS=False
263
+ CFG_EnableFIPS=True
266
264
CFG_EnableCredGuard=True
267
265
CFG_DisableUAC=False
268
266
CFG_EnableStrictUAC=False
269
267
CFG_EnableRDP=True
270
268
CFG_EnableWinRM=True
271
269
CFG_EnableRemoteRegistry=True
272
- CFG_EnableUEV=False
270
+ CFG_EnableUEV=True
273
271
CFG_EnableAppV=True
274
- CFG_EnablePSLogging=False
272
+ CFG_EnablePSLogging=True
275
273
CFG_EnableLinuxSubSystem=False
276
274
CFG_DisableAdminShares=False
277
275
CFG_EnableLinuxSubSystem=False
@@ -282,18 +280,24 @@ CFG_DisableWireless=True
282
280
CFG_DisableBluetooth=True
283
281
CFG_DisableNewNetworkDialog=True
284
282
CFG_DisableInternetServices=True
285
- CFG_DisabledUnusedServices=False
283
+ CFG_DisabledUnusedServices=True
286
284
CFG_DisabledUnusedFeatures=True
287
285
CFG_DisableIndexing=False
288
286
CFG_RemoveActiveSetupComponents=True
289
287
CFG_PreCompileAssemblies=True
290
288
CFG_OptimizeNetwork=False
291
289
292
290
' // Configuration Settings ( used by: Win10STIGandMigration.ps1)
293
- CFG_DisableSTIGScript =True
294
291
CFG_UseLGPOForConfigs =True
295
- CFG_ApplySTIGItems =False
296
- CFG_ApplyEMETMitigations =False
292
+ CFG_ApplySTIGItems =True
293
+ CFG_ApplyEMETMitigations =True
297
294
298
295
' // Configuration Settings (used with AppOptimizeAndConfig.ps1)
299
- CFG_DisableAppScript=True
296
+ CFG_DisableOfficeAnimation=True
297
+ CFG_EnableIESoftwareRender=True
298
+ CFG_EnableLyncStartup=True
299
+ CFG_RemoveAppxPackages=True
300
+ CFG_RemoveFODPackages=True
301
+ CFG_ForceEdgeHomepage=True
302
+ CFG_ForceIEHomepage=True
303
+
0 commit comments