{"id":14063735,"url":"https://github.com/PowerShellCrack/OS-Configs","last_synced_at":"2025-07-29T16:31:28.820Z","repository":{"id":111449953,"uuid":"158415014","full_name":"PowerShellCrack/OS-Configs","owner":"PowerShellCrack","description":"Applies optimizations and configurations for Windows 10","archived":false,"fork":false,"pushed_at":"2019-12-08T00:36:28.000Z","size":1392,"stargazers_count":51,"open_issues_count":0,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-23T01:42:33.675Z","etag":null,"topics":["configuration-management","mdt","optimization","powershell","sccm","vdi","windows10"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PowerShellCrack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-11-20T15:55:11.000Z","updated_at":"2024-08-25T06:23:31.000Z","dependencies_parsed_at":"2023-09-28T10:12:36.680Z","dependency_job_id":"c67c22ce-e47e-4c9a-815e-95609939fdfa","html_url":"https://github.com/PowerShellCrack/OS-Configs","commit_stats":{"total_commits":77,"total_committers":2,"mean_commits":38.5,"dds":"0.18181818181818177","last_synced_commit":"b4851a1071ee80a87cb204aba87290dee528196e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FOS-Configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FOS-Configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FOS-Configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FOS-Configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShellCrack","download_url":"https://codeload.github.com/PowerShellCrack/OS-Configs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028620,"owners_count":17858419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration-management","mdt","optimization","powershell","sccm","vdi","windows10"],"created_at":"2024-08-13T07:03:29.052Z","updated_at":"2024-12-04T01:31:23.271Z","avatar_url":"https://github.com/PowerShellCrack.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Windows Optimization And Configurations\n - 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. \n\n## Project: \n - This is part of my \u003cb\u003eMDT automation Project\u003c/b\u003e\n \n## Prerequisites\n - Group Policy Support - download LGPO (https://www.microsoft.com/en-us/download/confirmation.aspx?id=55319) and place it ins the Tools folder\n - CredGuard Support - download creadguard script by Microsoft (https://www.microsoft.com/en-us/download/confirmation.aspx?id=53337)\n - Modules Install - Any Modules, place in PSModules directory\n \n## Add to MDT CustomSettings.ini   \nProperties=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,\nCFG_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\n\n\n## Configuration Settings (see CustomSettings.example.ini)\n    CFG_UseLGPOForConfigs=True\n    CFG_SetPowerCFG=[Custom|High Performance|Balanced]\n    CFG_PowerCFGFilePath=%DeployRoot%\\Scripts\\Custom\\OS-Configs\\AlwaysOnPowerScheme.pow\n    CFG_ApplySTIGItems=True\n    CFG_EnableVerboseMsg=True\n    CFG_EnablePSLogging=True\n    CFG_DisableAutoRun=True\n    CFG_CleanSampleFolders=True\n    CFG_DisableCortana=True\n    CFG_DisableInternetSearch=True\n    CFG_EnableVDIOptimizations=True\n    CFG_EnableOfficeOneNote=True\n    ...\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FOS-Configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPowerShellCrack%2FOS-Configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FOS-Configs/lists"}