Sophia.psd1

@{
    RootModule            = 'Sophia.psm1'
    ModuleVersion         = '5.3.2'
    GUID                  = '109cc881-c42b-45af-a74a-550781989d6a'
    Author                = 'Dmitry "farag" Nefedov'
    Copyright             = '(c) 2015–2021 farag & oZ-Zo. All rights reserved.'
    Description           = 'Module for Windows 10 fine-tuning and automating the routine tasks'
    PowerShellVersion     = '5.1'
    ProcessorArchitecture = 'AMD64'
    FunctionsToExport     = '3DObjects',
                            'AddAppControlledFolder',
                            'AddDefenderExclusionFile',
                            'AddDefenderExclusionFolder',
                            'AddProtectedFolders',
                            'AdminApprovalMode',
                            'AdvertisingID',
                            'AppMode',
                            'AppsLanguageSwitch',
                            'AppsSilentInstalling',
                            'AppsSmartScreen',
                            'AppSuggestions',
                            'AuditCommandLineProcess',
                            'AuditProcess',
                            'Autoplay',
                            'BackgroundUWPApps',
                            'BingSearch',
                            'BitLockerContext',
                            'BitmapImageNewContext',
                            'BSoDStopError',
                            'CABInstallContext',
                            'CapsLock',
                            'CastToDeviceContext',
                            'CheckBoxes',
                            'Checkings',
                            'CheckUWPAppsUpdates',
                            'CleanUpTask',
                            'CompressedFolderNewContext',
                            'ControlPanelView',
                            'CortanaAutostart',
                            'CortanaButton',
                            'CreateANewVideoContext',
                            'CreateRestorePoint',
                            'DefenderSandbox',
                            'DeliveryOptimization',
                            'DeviceRestartAfterUpdate',
                            'DiagnosticDataLevel',
                            'DismissMSAccount',
                            'DismissSmartScreenFilter',
                            'EditWithPaint3DContext',
                            'EditWithPhotosContext',
                            'EnableWSL2',
                            'ErrorReporting',
                            'Errors',
                            'EventViewerCustomView',
                            'F1HelpPage',
                            'FileExplorerRibbon',
                            'FileExtensions',
                            'FileTransferDialog',
                            'FirstLogonAnimation',
                            'FoldersLaunchSeparateProcess',
                            'GPUScheduling',
                            'Hibernate',
                            'HiddenItems',
                            'ImagesEditContext',
                            'IncludeInLibraryContext',
                            'InstallHEVC',
                            'InstallOneDrive',
                            'JPEGWallpapersQuality',
                            'LanguageListAccess',
                            'LatestInstalled.NET',
                            'Logging',
                            'MappedDrivesAppElevatedAccess',
                            'MergeConflicts',
                            'MSIExtractContext',
                            'MultipleInvokeContext',
                            'NetworkDiscovery',
                            'NetworkProtection',
                            'NewAppInstalledNotification',
                            'NumLock',
                            'OneDriveFileExplorerAd',
                            'OpenFileExplorerTo',
                            'PCTurnOffDevice',
                            'PeopleTaskbar',
                            'PinCommandPrompt',
                            'PinControlPanel',
                            'PinDevicesPrinters',
                            'PowerManagementScheme',
                            'PowerShellModulesLogging',
                            'PowerShellScriptsLogging',
                            'PreviousVersionsPage',
                            'PrintCMDContext',
                            'PrtScnSnippingTool',
                            'PUAppsDetection',
                            'QuickAccessFrequentFolders',
                            'QuickAccessRecentFiles',
                            'RecentlyAddedApps',
                            'RecommendedTroubleshooting',
                            'RecycleBinDeleteConfirmation',
                            'Refresh',
                            'RemoveAllowedAppsControlledFolder',
                            'RemoveDefenderExclusionFiles',
                            'RemoveDefenderExclusionFolders',
                            'RemoveProtectedFolders',
                            'ReservedStorage',
                            'RestartNotification',
                            'RichTextDocumentNewContext',
                            'RunAsDifferentUserContext',
                            'RunCMDShortcut',
                            'SaveRestartableApps',
                            'SaveZoneInformation',
                            'ScheduledTasks',
                            'SecondsInSystemClock',
                            'SendToContext',
                            'SetAppGraphicsPerformance',
                            'SetInputMethod',
                            'SettingsSuggestedContent',
                            'SetUserShellFolderLocation',
                            'ShareAcrossDevices',
                            'ShareContext',
                            'ShortcutsSuffix',
                            'SigninInfo',
                            'SmartActiveHours',
                            'SnapAssist',
                            'SoftwareDistributionTask',
                            'StickyShift',
                            'StorageSense',
                            'StorageSenseFrequency',
                            'StorageSenseRecycleBin',
                            'StorageSenseTempFiles',
                            'syspin',
                            'TailoredExperiences',
                            'TaskbarSearch',
                            'TaskManagerWindow',
                            'TaskViewButton',
                            'TelemetryService',
                            'TempFolder',
                            'TempTask',
                            'ThisPC',
                            'ThumbnailCacheRemoval',
                            'TrayIcons',
                            'UninstallOneDrive',
                            'UninstallUWPApps',
                            'UnpinAllStartTiles',
                            'UnpinTaskbarEdgeStore',
                            'UpdateMicrosoftProducts',
                            'UseStoreOpenWith',
                            'WaitNetworkStartup',
                            'WhatsNewInWindows',
                            'Win32LongPathLimit',
                            'WindowsCapabilities',
                            'WindowsColorScheme',
                            'WindowsFeatures',
                            'WindowsFeedback',
                            'WindowsInkWorkspace',
                            'WindowsManageDefaultPrinter',
                            'WindowsSandbox',
                            'WindowsScriptHost',
                            'WindowsTips',
                            'WindowsWelcomeExperience',
                            'WinPrtScrFolder',
                            'WSL',
                            'WSLSwap',
                            'XboxGameBar',
                            'XboxGameTips'

    PrivateData = @{
        PSData = @{
            Tags          = @('Windows10', 'Utilities', 'Debloat', 'Sophia', 'Script', 'Fine-tuning')
            LicenseUri    = 'https://github.com/farag2/Windows-10-Sophia-Script/blob/master/LICENSE'
            ProjectUri    = 'https://github.com/farag2/Windows-10-Sophia-Script'
            IconUri       = 'https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/img/Sophia.png'
        }
    }
}