├── .vscode └── settings.json ├── LICENSE ├── README.md ├── Run_WindowsMize.cmd ├── WindowsMize.mini.ps1 ├── WindowsMize.ps1 ├── img └── WindowsMizeHeader.png ├── scripts ├── apps_management │ ├── debloat.ps1 │ └── install.ps1 ├── apps_settings │ ├── Acrobat_Reader.ps1 │ ├── Brave_VLC_Others.ps1 │ ├── MS_Office.ps1 │ ├── MS_Store_&_Edge.ps1 │ ├── Notepad_Photos_SnippingTool.ps1 │ └── Terminal.ps1 ├── network_&_internet │ ├── firewall.ps1 │ ├── network_&_internet.ps1 │ └── protocol.ps1 ├── system_&_tweaks │ ├── file_explorer.ps1 │ ├── power_&_battery.ps1 │ ├── ramdisk.ps1 │ ├── services_and_scheduled_tasks.ps1 │ ├── system_properties.ps1 │ └── tweaks.ps1 ├── telemetry_&_annoyances │ ├── defender_security_center.ps1 │ ├── notifications.ps1 │ ├── privacy_&_security.ps1 │ ├── start_&_taskbar.ps1 │ └── telemetry.ps1 └── win_settings_app │ ├── accessibility.ps1 │ ├── accounts.ps1 │ ├── apps.ps1 │ ├── bluetooth_&_devices.ps1 │ ├── gaming.ps1 │ ├── personnalization.ps1 │ ├── system.ps1 │ ├── time_&_language.ps1 │ └── windows_update.ps1 ├── src └── modules │ ├── applications │ ├── management │ │ ├── management.psd1 │ │ ├── management.psm1 │ │ ├── private │ │ │ ├── AppsList.ps1 │ │ │ ├── Install-BraveBrowser.ps1 │ │ │ └── PreinstalledAppsList.ps1 │ │ └── public │ │ │ ├── Export-DefaultAppxPackagesNames.ps1 │ │ │ ├── Get-ApplicationInfo.ps1 │ │ │ ├── config │ │ │ ├── Set-Copilot.ps1 │ │ │ ├── Set-Cortana.ps1 │ │ │ ├── Set-MicrosoftStorePushToInstall.ps1 │ │ │ ├── Set-OneDriveNewUserAutoInstall.ps1 │ │ │ ├── Set-Recall.ps1 │ │ │ ├── Set-StartMenuBingSearch.ps1 │ │ │ └── Set-Widgets.ps1 │ │ │ ├── install │ │ │ ├── Install-Application.ps1 │ │ │ ├── Install-ApplicationWithWinget.ps1 │ │ │ └── Install-WindowsSubsystemForLinux.ps1 │ │ │ └── remove │ │ │ ├── Remove-AllDesktopShortcuts.ps1 │ │ │ ├── Remove-ApplicationPackage.ps1 │ │ │ ├── Remove-MSMaliciousSoftwareRemovalTool.ps1 │ │ │ ├── Remove-MicrosoftEdge.ps1 │ │ │ ├── Remove-OneDrive.ps1 │ │ │ ├── Remove-PreinstalledAppPackage.ps1 │ │ │ └── Remove-StartMenuPromotedApps.ps1 │ └── settings │ │ ├── classes │ │ └── Enums.ps1 │ │ ├── config_files │ │ ├── Git.ini │ │ ├── KeePassXC.ini │ │ ├── VLC.ini │ │ ├── VSCode.json │ │ └── qBittorrent.ini │ │ ├── private │ │ ├── AdobeAcrobatReader │ │ │ ├── documents │ │ │ │ └── Set-AcrobatReaderShowToolsPane.ps1 │ │ │ ├── email_accounts │ │ │ │ └── Set-AcrobatReaderWebmail.ps1 │ │ │ ├── general │ │ │ │ ├── Set-AcrobatReaderSendCrashReports.ps1 │ │ │ │ ├── Set-AcrobatReaderShowCloudStorage.ps1 │ │ │ │ ├── Set-AcrobatReaderShowMessagesAtLaunch.ps1 │ │ │ │ └── Set-AcrobatReaderShowMessagesWhenViewingPdf.ps1 │ │ │ ├── javascript │ │ │ │ ├── Set-AcrobatReaderJavascript.ps1 │ │ │ │ ├── Set-AcrobatReaderJavascriptGlobalObjectSecurity.ps1 │ │ │ │ └── Set-AcrobatReaderJavascriptMenuItemsExecution.ps1 │ │ │ ├── miscellaneous │ │ │ │ ├── Remove-AcrobatToolFromToolsTab.ps1 │ │ │ │ ├── Set-AcrobatReaderAcceptEULA.ps1 │ │ │ │ ├── Set-AcrobatReaderChromeExtension.ps1 │ │ │ │ ├── Set-AcrobatReaderCrashReporterDialog.ps1 │ │ │ │ ├── Set-AcrobatReaderHomeTopBanner.ps1 │ │ │ │ ├── Set-AcrobatReaderOnlineServices.ps1 │ │ │ │ ├── Set-AcrobatReaderOutlookPlugin.ps1 │ │ │ │ ├── Set-AcrobatReaderShareFile.ps1 │ │ │ │ ├── Set-AcrobatReaderTelemetry.ps1 │ │ │ │ ├── Set-AdobeSynchronizer.ps1 │ │ │ │ ├── ads │ │ │ │ │ ├── Set-AcrobatReaderUpsell.ps1 │ │ │ │ │ └── Set-AcrobatReaderUpsellMobileApp.ps1 │ │ │ │ ├── cloud_storage │ │ │ │ │ ├── Set-AcrobatReaderAdobeCloudStorage.ps1 │ │ │ │ │ ├── Set-AcrobatReaderSharePoint.ps1 │ │ │ │ │ └── Set-AcrobatReaderThirdPartyCloudStorage.ps1 │ │ │ │ └── tips │ │ │ │ │ ├── Set-AcrobatReaderFirstLaunchExperience.ps1 │ │ │ │ │ ├── Set-AcrobatReaderOnboardingDialogs.ps1 │ │ │ │ │ └── Set-AcrobatReaderPopupTips.ps1 │ │ │ ├── reviewing │ │ │ │ └── Set-AcrobatReaderSharedReviewWelcomeDialog.ps1 │ │ │ ├── security │ │ │ │ ├── Set-AcrobatReaderAppContainer.ps1 │ │ │ │ ├── Set-AcrobatReaderEnhancedSecurity.ps1 │ │ │ │ ├── Set-AcrobatReaderProtectedMode.ps1 │ │ │ │ ├── Set-AcrobatReaderProtectedView.ps1 │ │ │ │ ├── Set-AcrobatReaderTrustCertifiedDocuments.ps1 │ │ │ │ ├── Set-AcrobatReaderTrustOSTrustedSites.ps1 │ │ │ │ ├── Set-AcrobatReaderTrustedFilesFolders.ps1 │ │ │ │ └── Set-AcrobatReaderTrustedSites.ps1 │ │ │ ├── trust_manager │ │ │ │ ├── Set-AcrobatReaderInternetAccess.ps1 │ │ │ │ ├── Set-AcrobatReaderInternetAccessUnknownUrl.ps1 │ │ │ │ └── Set-AcrobatReaderOpenFileAttachments.ps1 │ │ │ └── units │ │ │ │ └── Set-AcrobatReaderPageUnits.ps1 │ │ ├── Merge-Hashtable.ps1 │ │ ├── MicrosoftOffice │ │ │ ├── Set-MSOfficeAcceptEULAs.ps1 │ │ │ ├── Set-MSOfficeBlockSignin.ps1 │ │ │ ├── Set-MSOfficeConnectedExperiences.ps1 │ │ │ ├── Set-MSOfficeLinkedinFeatures.ps1 │ │ │ ├── Set-MSOfficeShowStartScreen.ps1 │ │ │ ├── Set-MSOfficeTeachingTips.ps1 │ │ │ └── privacy │ │ │ │ ├── Set-MSOfficeAILocalTraining.ps1 │ │ │ │ ├── Set-MSOfficeCeip.ps1 │ │ │ │ ├── Set-MSOfficeDiagnostics.ps1 │ │ │ │ ├── Set-MSOfficeDiscountProgramNotifs.ps1 │ │ │ │ ├── Set-MSOfficeErrorReporting.ps1 │ │ │ │ ├── Set-MSOfficeFeedback.ps1 │ │ │ │ ├── Set-MSOfficeFirstRunAboutSignin.ps1 │ │ │ │ ├── Set-MSOfficeFirstRunOptinWizard.ps1 │ │ │ │ ├── Set-MSOfficeSendPersonalInfo.ps1 │ │ │ │ ├── Set-MSOfficeSurveys.ps1 │ │ │ │ └── Set-MSOfficeTelemetry.ps1 │ │ ├── New-BraveBrowserConfigData.ps1 │ │ ├── Set-UwpAppSetting.ps1 │ │ └── Test-FileLock.ps1 │ │ ├── public │ │ ├── Set-AdobeAcrobatReaderSetting.ps1 │ │ ├── Set-BraveBrowserSettings.ps1 │ │ ├── Set-KeePassXCRunAtStartup.ps1 │ │ ├── Set-MicrosoftOfficeSetting.ps1 │ │ ├── Set-MyAppsSetting.ps1 │ │ └── default_win_apps │ │ │ ├── Set-MicrosoftEdgePolicy.ps1 │ │ │ ├── Set-MicrosoftStoreSetting.ps1 │ │ │ ├── Set-WindowsNotepadSetting.ps1 │ │ │ ├── Set-WindowsPhotosSetting.ps1 │ │ │ ├── Set-WindowsSnippingToolSetting.ps1 │ │ │ └── Set-WindowsTerminalSetting.ps1 │ │ ├── settings.psd1 │ │ └── settings.psm1 │ ├── file_explorer │ ├── classes │ │ ├── Enums.ps1 │ │ └── RegistryExplorer.ps1 │ ├── file_explorer.psd1 │ ├── file_explorer.psm1 │ ├── private │ │ ├── general │ │ │ ├── Set-FileExplorerLaunchTo.ps1 │ │ │ ├── Set-FileExplorerOpenFolder.ps1 │ │ │ ├── Set-FileExplorerOpenFolderInNewTab.ps1 │ │ │ ├── Set-FileExplorerOpenItem.ps1 │ │ │ ├── Set-FileExplorerShowCloudFiles.ps1 │ │ │ ├── Set-FileExplorerShowFrequentFolders.ps1 │ │ │ ├── Set-FileExplorerShowRecentFiles.ps1 │ │ │ └── Set-FileExplorerShowRecommendedSection.ps1 │ │ ├── miscellaneous │ │ │ ├── Set-FileExplorerAutoFolderTypeDetection.ps1 │ │ │ ├── Set-FileExplorerMaxIconCacheSize.ps1 │ │ │ ├── Set-FileExplorerNavigationPane.ps1 │ │ │ ├── Set-FileExplorerShowGallery.ps1 │ │ │ ├── Set-FileExplorerShowHome.ps1 │ │ │ ├── Set-FileExplorerShowRemovableDrivesOnlyInThisPC.ps1 │ │ │ ├── Set-FileExplorerUndoRedo.ps1 │ │ │ ├── Set-RecycleBin.ps1 │ │ │ └── Set-RecycleBinConfirmFileDelete.ps1 │ │ ├── search │ │ │ ├── Set-FileExplorerDontUseSearchIndex.ps1 │ │ │ ├── Set-FileExplorerIncludeCompressedFiles.ps1 │ │ │ ├── Set-FileExplorerIncludeSystemFolders.ps1 │ │ │ └── Set-FileExplorerSearchFileNamesAndContents.ps1 │ │ └── view │ │ │ ├── files_and_folders │ │ │ ├── Set-FileExplorerColorEncryptedAndCompressedFiles.ps1 │ │ │ ├── Set-FileExplorerCompactView.ps1 │ │ │ ├── Set-FileExplorerHideEmptyDrives.ps1 │ │ │ ├── Set-FileExplorerHideFileExtensions.ps1 │ │ │ ├── Set-FileExplorerHideFolderMergeConflicts.ps1 │ │ │ ├── Set-FileExplorerHideProtectedSystemFiles.ps1 │ │ │ ├── Set-FileExplorerItemCheckBox.ps1 │ │ │ ├── Set-FileExplorerLaunchFolderInSeparateProcess.ps1 │ │ │ ├── Set-FileExplorerPrelaunch.ps1 │ │ │ ├── Set-FileExplorerRestorePreviousFoldersAtLogon.ps1 │ │ │ ├── Set-FileExplorerSharingWizard.ps1 │ │ │ ├── Set-FileExplorerShowDriveLetters.ps1 │ │ │ ├── Set-FileExplorerShowFileIconOnThumbnails.ps1 │ │ │ ├── Set-FileExplorerShowFileSizeInFolderTips.ps1 │ │ │ ├── Set-FileExplorerShowFullPathInTitleBar.ps1 │ │ │ ├── Set-FileExplorerShowHiddenItems.ps1 │ │ │ ├── Set-FileExplorerShowIconsOnly.ps1 │ │ │ ├── Set-FileExplorerShowItemsInfoPopup.ps1 │ │ │ ├── Set-FileExplorerShowPreviewHandlers.ps1 │ │ │ ├── Set-FileExplorerShowStatusBar.ps1 │ │ │ ├── Set-FileExplorerShowSyncProviderNotifications.ps1 │ │ │ └── Set-FileExplorerTypingIntoListViewBehavior.ps1 │ │ │ └── navigation_pane │ │ │ ├── Set-FileExplorerExpandToCurrentFolder.ps1 │ │ │ ├── Set-FileExplorerShowAllFolders.ps1 │ │ │ ├── Set-FileExplorerShowCloudStatesOnNavPane.ps1 │ │ │ ├── Set-FileExplorerShowLibraries.ps1 │ │ │ ├── Set-FileExplorerShowNetwork.ps1 │ │ │ └── Set-FileExplorerShowThisPC.ps1 │ └── public │ │ └── Set-FileExplorerSetting.ps1 │ ├── helper_functions │ ├── classes │ │ ├── RegistrySetting.ps1 │ │ └── State_enums.ps1 │ ├── general │ │ ├── general.psd1 │ │ ├── general.psm1 │ │ └── public │ │ │ ├── Add-DynamicParameter.ps1 │ │ │ ├── Get-HashtableSubset.ps1 │ │ │ ├── Get-LogPath.ps1 │ │ │ ├── New-ParentPath.ps1 │ │ │ ├── Set-ByteBitFlag.ps1 │ │ │ ├── Set-FileSystemAdminsFullControl.ps1 │ │ │ ├── Set-KeyboardHotkey.ps1 │ │ │ ├── Set-RegistryEntry.ps1 │ │ │ ├── Write-InsufficientParameterCount.ps1 │ │ │ └── Write-Section.ps1 │ └── logged_on_user_info │ │ ├── logged_on_user_info.psd1 │ │ ├── logged_on_user_info.psm1 │ │ ├── private │ │ ├── Get-UserInfo.ps1 │ │ ├── Get-UserSid.ps1 │ │ └── Invoke-RegLoadUserHive.ps1 │ │ └── public │ │ ├── Get-LoggedOnUserEnvVariable.ps1 │ │ ├── Get-LoggedOnUserInfo.ps1 │ │ ├── Get-LoggedOnUserItemPropertyValue.ps1 │ │ └── Get-LoggedOnUserShellFolder.ps1 │ ├── network │ ├── network.psd1 │ ├── network.psm1 │ ├── private │ │ ├── NetFirewallRules.ps1 │ │ ├── Set-NetAdapterProtocolState.ps1 │ │ ├── Set-NetProtocol6to4.ps1 │ │ ├── Set-NetProtocolIPHttps.ps1 │ │ ├── Set-NetProtocolIsatap.ps1 │ │ └── Set-NetProtocolTeredo.ps1 │ └── public │ │ ├── Block-DefenderFirewallInboundRule.ps1 │ │ ├── Export-DefaultNetAdapterProtocolsState.ps1 │ │ ├── Set-DefenderFirewallRule.ps1 │ │ ├── Set-NetAdapterProtocol.ps1 │ │ ├── Set-NetBiosOverTcpIP.ps1 │ │ ├── Set-NetIPSourceRouting.ps1 │ │ ├── Set-NetIPv6Transition.ps1 │ │ ├── Set-NetIcmpRedirects.ps1 │ │ ├── Set-NetLlmnr.ps1 │ │ ├── Set-NetLmhosts.ps1 │ │ ├── Set-NetMulicastDns.ps1 │ │ ├── Set-NetProxyAutoDetect.ps1 │ │ └── Set-NetSmhnr.ps1 │ ├── power_options │ ├── classes │ │ └── Enums.ps1 │ ├── power_options.psd1 │ ├── power_options.psm1 │ └── public │ │ ├── Set-AdvancedBatterySetting.ps1 │ │ ├── Set-FastStartup.ps1 │ │ ├── Set-HardDiskTimeout.ps1 │ │ ├── Set-Hibernate.ps1 │ │ └── Set-ModernStandbyNetworkConnectivity.ps1 │ ├── ramdisk │ ├── classes │ │ └── Enums.ps1 │ ├── private │ │ ├── Copy-BraveDataForSymlink.ps1 │ │ ├── Copy-BravePersistentData.ps1 │ │ ├── Copy-Data.ps1 │ │ ├── Get-BraveBrowserPathInfo.ps1 │ │ ├── Get-DataToSymlink.ps1 │ │ ├── Get-DrivePath.ps1 │ │ ├── New-RamDisk.ps1 │ │ ├── New-RamDiskUserProfile.ps1 │ │ ├── New-SymbolicLink.ps1 │ │ ├── New-SymbolicLinksPair.ps1 │ │ ├── Remove-SymbolicLink.ps1 │ │ ├── Set-DataToRamDisk.ps1 │ │ ├── app_data │ │ │ ├── BraveBrowserData.ps1 │ │ │ └── VSCodeData.ps1 │ │ ├── scheduled_tasks │ │ │ ├── New-ScheduledTaskRamDiskCreation.ps1 │ │ │ ├── New-ScheduledTaskRamDiskSetData.ps1 │ │ │ └── New-ScheduledTaskScript.ps1 │ │ └── scripts │ │ │ ├── New-GpoScript.ps1 │ │ │ ├── New-GpoScriptBackupBravePersistentData.ps1 │ │ │ ├── New-ScriptBackupBravePersistentData.ps1 │ │ │ ├── New-ScriptRamDiskCreation.ps1 │ │ │ ├── New-ScriptRamDiskSetData.ps1 │ │ │ ├── Test-GpoScript.ps1 │ │ │ ├── Write-Function.ps1 │ │ │ ├── Write-ScriptBackupBravePersistentData.ps1 │ │ │ ├── Write-ScriptRamDiskCreation.ps1 │ │ │ └── Write-ScriptRamDiskSetData.ps1 │ ├── public │ │ ├── Install-OSFMount.ps1 │ │ └── Set-RamDisk.ps1 │ ├── ramdisk.psd1 │ └── ramdisk.psm1 │ ├── scheduled_tasks │ ├── private │ │ ├── AdobeAcrobat.ps1 │ │ ├── Diagnostic.ps1 │ │ ├── Features.ps1 │ │ ├── MicrosoftOffice.ps1 │ │ ├── Miscellaneous.ps1 │ │ ├── SystemDrivers.ps1 │ │ └── Telemetry.ps1 │ ├── public │ │ ├── Export-DefaultScheduledTasksState.ps1 │ │ ├── Set-ScheduledTaskState.ps1 │ │ └── Set-ScheduledTaskStateGroup.ps1 │ ├── scheduled_tasks.psd1 │ └── scheduled_tasks.psm1 │ ├── services │ ├── private │ │ ├── AdobeAcrobat.ps1 │ │ ├── Autoplay.ps1 │ │ ├── Bluetooth.ps1 │ │ ├── CastAndProject.ps1 │ │ ├── DefenderPhishingProtection.ps1 │ │ ├── Deprecated.ps1 │ │ ├── DiagnosticAndUsage.ps1 │ │ ├── Features.ps1 │ │ ├── FileAndPrinterSharing.ps1 │ │ ├── HyperV.ps1 │ │ ├── Intel.ps1 │ │ ├── MicrosoftEdge.ps1 │ │ ├── MicrosoftOffice.ps1 │ │ ├── MicrosoftStore.ps1 │ │ ├── Miscellaneous.ps1 │ │ ├── Network.ps1 │ │ ├── NetworkDiscovery.ps1 │ │ ├── Nvidia.ps1 │ │ ├── OthersServices.ps1 │ │ ├── Printer.ps1 │ │ ├── RemoteDesktop.ps1 │ │ ├── Sensor.ps1 │ │ ├── SmartCard.ps1 │ │ ├── SystemDrivers.ps1 │ │ ├── Telemetry.ps1 │ │ ├── VirtualReality.ps1 │ │ ├── Vpn.ps1 │ │ ├── Webcam.ps1 │ │ ├── WindowsBackupAndSystemRestore.ps1 │ │ ├── WindowsSearch.ps1 │ │ ├── WindowsSubsystemForLinux.ps1 │ │ └── Xbox.ps1 │ ├── public │ │ ├── Export-DefaultServicesStartupType.ps1 │ │ ├── Export-DefaultSystemDriversStartupType.ps1 │ │ ├── Get-ServiceNotHandledInModule.ps1 │ │ ├── Set-ServiceStartupType.ps1 │ │ └── Set-ServiceStartupTypeGroup.ps1 │ ├── services.psd1 │ └── services.psm1 │ ├── settings_app │ ├── accessibility │ │ ├── accessibility.psd1 │ │ ├── accessibility.psm1 │ │ ├── private │ │ │ ├── Get-UpdatedIntegerBitFlag.ps1 │ │ │ ├── contrast_themes │ │ │ │ └── Set-ContrastThemesKeyboardShorcut.ps1 │ │ │ ├── keyboard │ │ │ │ ├── Set-KeyboardFilterKeys.ps1 │ │ │ │ ├── Set-KeyboardPrintScreenKeyOpenScreenCapture.ps1 │ │ │ │ ├── Set-KeyboardStickyKeys.ps1 │ │ │ │ └── Set-KeyboardToggleKeysTone.ps1 │ │ │ ├── mouse │ │ │ │ └── Set-MouseKeys.ps1 │ │ │ ├── narrator │ │ │ │ ├── Set-NarratorAutoSendTelemetry.ps1 │ │ │ │ └── Set-NarratorKeyboardShorcut.ps1 │ │ │ ├── speech │ │ │ │ └── Set-VoiceTypingKeyboardShorcut.ps1 │ │ │ └── visual_effects │ │ │ │ ├── Set-VisualEffectsAlwaysShowScrollbars.ps1 │ │ │ │ ├── Set-VisualEffectsAnimation.ps1 │ │ │ │ └── Set-VisualEffectsNotificationsDuration.ps1 │ │ └── public │ │ │ └── Set-AccessibilitySetting.ps1 │ ├── accounts │ │ ├── accounts.psd1 │ │ ├── accounts.psm1 │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── private │ │ │ ├── sign-in_options │ │ │ │ ├── Set-SigninAutoFinishSettingUpAfterUpdate.ps1 │ │ │ │ ├── Set-SigninAutoRestartApps.ps1 │ │ │ │ ├── Set-SigninBiometrics.ps1 │ │ │ │ ├── Set-SigninDynamicLock.ps1 │ │ │ │ ├── Set-SigninOnlyWindowsHelloForMSAccount.ps1 │ │ │ │ ├── Set-SigninRequiredIfAway.ps1 │ │ │ │ ├── Set-SigninShowAccountDetails.ps1 │ │ │ │ └── Set-SigninWithExternalDevice.ps1 │ │ │ ├── windows_backup │ │ │ │ └── Set-WinBackupRememberAppsAndPrefs.ps1 │ │ │ └── your_info │ │ │ │ └── Set-YourInfoBlockMicrosoftAccounts.ps1 │ │ └── public │ │ │ ├── Set-SigninOptionsSetting.ps1 │ │ │ ├── Set-WinBackupSetting.ps1 │ │ │ └── Set-YourInfoSetting.ps1 │ ├── apps │ │ ├── apps.psd1 │ │ ├── apps.psm1 │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── private │ │ │ ├── advanced_app_settings │ │ │ │ ├── Set-AppsAutoArchive.ps1 │ │ │ │ ├── Set-AppsShareAcrossDevices.ps1 │ │ │ │ └── Set-ChooseWhereToGetApps.ps1 │ │ │ ├── apps_for_websites │ │ │ │ └── Set-AppsOpenLinksInsteadOfBrowser.ps1 │ │ │ ├── offline_maps │ │ │ │ ├── Set-OfflineMapsAutoUpdateOnACAndWifi.ps1 │ │ │ │ └── Set-OfflineMapsDownloadOverMeteredConnection.ps1 │ │ │ └── resume │ │ │ │ └── Set-AppsResume.ps1 │ │ └── public │ │ │ ├── Set-GeneralAppsSetting.ps1 │ │ │ └── Set-OfflineMapsSetting.ps1 │ ├── bluetooth_&_devices │ │ ├── bluetooth_&_devices.psd1 │ │ ├── bluetooth_&_devices.psm1 │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── private │ │ │ ├── autoplay │ │ │ │ ├── Set-AutoPlay.ps1 │ │ │ │ ├── Set-AutoPlayMemoryCard.ps1 │ │ │ │ └── Set-AutoPlayRemovableDrive.ps1 │ │ │ ├── devices │ │ │ │ ├── Set-Bluetooth.ps1 │ │ │ │ ├── Set-BluetoothDiscoveryMode.ps1 │ │ │ │ ├── Set-BluetoothLowEnergyAudio.ps1 │ │ │ │ ├── Set-BluetoothShowQuickPairConnectionNotif.ps1 │ │ │ │ └── Set-DevicesDownloadOverMeteredConnections.ps1 │ │ │ ├── mobile_devices │ │ │ │ ├── Set-MobileDevices.ps1 │ │ │ │ ├── Set-MobileDevicesPhoneLink.ps1 │ │ │ │ └── Set-MobileDevicesShowUsageSuggestions.ps1 │ │ │ ├── mouse │ │ │ │ ├── Set-MouseEnhancedPointerPrecision.ps1 │ │ │ │ ├── Set-MousePointerSpeed.ps1 │ │ │ │ ├── Set-MousePrimaryButton.ps1 │ │ │ │ ├── Set-MouseScrollInactiveWindowsOnHover.ps1 │ │ │ │ ├── Set-MouseScrollingDirection.ps1 │ │ │ │ └── Set-MouseWheelScroll.ps1 │ │ │ ├── printers_&_scanners │ │ │ │ └── Set-DefaultPrinterSystemManaged.ps1 │ │ │ ├── touchpad │ │ │ │ ├── Set-Touchpad.ps1 │ │ │ │ ├── Set-TouchpadCursorSpeed.ps1 │ │ │ │ ├── Set-TouchpadGesturesAdvancedFingersSwipes.ps1 │ │ │ │ ├── Set-TouchpadGesturesFourFingersSwipes.ps1 │ │ │ │ ├── Set-TouchpadGesturesFourFingersTap.ps1 │ │ │ │ ├── Set-TouchpadGesturesThreeFingersSwipes.ps1 │ │ │ │ ├── Set-TouchpadGesturesThreeFingersTap.ps1 │ │ │ │ ├── Set-TouchpadLeaveOnWithMouse.ps1 │ │ │ │ ├── Set-TouchpadPinchToZoom.ps1 │ │ │ │ ├── Set-TouchpadRightClickButton.ps1 │ │ │ │ ├── Set-TouchpadScrollingDirection.ps1 │ │ │ │ ├── Set-TouchpadSensitivity.ps1 │ │ │ │ ├── Set-TouchpadSingleFingerTapToClick.ps1 │ │ │ │ ├── Set-TouchpadTapTwiceAndDragToMultiSelect.ps1 │ │ │ │ ├── Set-TouchpadTwoFingersTapToRightClick.ps1 │ │ │ │ └── Set-TouchpadTwoFingersToScroll.ps1 │ │ │ └── usb │ │ │ │ ├── Set-UsbBatterySaver.ps1 │ │ │ │ ├── Set-UsbNotificationOnErrors.ps1 │ │ │ │ └── Set-UsbNotificationOnWeakCharger.ps1 │ │ └── public │ │ │ ├── Set-AutoPlaySetting.ps1 │ │ │ ├── Set-BluetoothSetting.ps1 │ │ │ ├── Set-DevicesSetting.ps1 │ │ │ ├── Set-MobileDevicesSetting.ps1 │ │ │ ├── Set-MouseSetting.ps1 │ │ │ ├── Set-TouchpadSetting.ps1 │ │ │ └── Set-UsbSetting.ps1 │ ├── defender_security_center │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── defender_security_center.psd1 │ │ ├── defender_security_center.psm1 │ │ ├── private │ │ │ ├── account_protection │ │ │ │ └── Set-DefenderAdminProtection.ps1 │ │ │ ├── app_&_browser_control │ │ │ │ ├── Set-DefenderCheckAppsAndFiles.ps1 │ │ │ │ ├── Set-DefenderPhishingProtection.ps1 │ │ │ │ ├── Set-DefenderSmartAppControl.ps1 │ │ │ │ ├── Set-DefenderSmartScreenForEdge.ps1 │ │ │ │ ├── Set-DefenderSmartScreenForStoreApps.ps1 │ │ │ │ └── Set-DefenderUnwantedAppBlocking.ps1 │ │ │ ├── miscellaneous │ │ │ │ └── Set-DefenderWatsonEventsReport.ps1 │ │ │ ├── notifications │ │ │ │ ├── Set-DefenderAccountNotifs.ps1 │ │ │ │ ├── Set-DefenderNotifsDynamicLock.ps1 │ │ │ │ ├── Set-DefenderNotifsFilesOrActivitiesBlocked.ps1 │ │ │ │ ├── Set-DefenderNotifsRecentActivityAndScanResults.ps1 │ │ │ │ ├── Set-DefenderNotifsThreatsFoundNoActionNeeded.ps1 │ │ │ │ ├── Set-DefenderNotifsWindowsHello.ps1 │ │ │ │ ├── Set-DefenderVirusAndThreatNotifs.ps1 │ │ │ │ └── Test-DefenderNotifsEnabled.ps1 │ │ │ └── virus_&_threat_protection │ │ │ │ ├── Set-DefenderAutoSampleSubmission.ps1 │ │ │ │ └── Set-DefenderCloudDeliveredProtection.ps1 │ │ └── public │ │ │ ├── Set-DefenderNotificationsSetting.ps1 │ │ │ └── Set-DefenderSetting.ps1 │ ├── gaming │ │ ├── gaming.psd1 │ │ ├── gaming.psm1 │ │ ├── private │ │ │ ├── Set-GameBarOpenWithController.ps1 │ │ │ ├── Set-GameBarUseViewMenuAsGuideButtonInApps.ps1 │ │ │ ├── Set-GameMode.ps1 │ │ │ └── Set-GameRecording.ps1 │ │ └── public │ │ │ └── Set-GamingSetting.ps1 │ ├── network_&_internet │ │ ├── network_&_internet.psd1 │ │ ├── network_&_internet.psm1 │ │ ├── private │ │ │ ├── DnsProvidersList.ps1 │ │ │ ├── Set-NetConnectedDevicesAutoSetup.ps1 │ │ │ ├── Set-ProxyAutoDetectSettings.ps1 │ │ │ ├── Set-VpnOverMeteredNetworks.ps1 │ │ │ └── Set-VpnWhileRoaming.ps1 │ │ └── public │ │ │ ├── Set-DnsServer.ps1 │ │ │ ├── Set-NetworkSetting.ps1 │ │ │ └── Set-NetworkSharingSetting.ps1 │ ├── optional_features │ │ ├── optional_features.psd1 │ │ ├── optional_features.psm1 │ │ ├── private │ │ │ ├── WindowsCapabilitiesList.ps1 │ │ │ └── WindowsOptionalFeaturesList.ps1 │ │ └── public │ │ │ ├── Export-EnabledWindowsOptionalFeaturesNames.ps1 │ │ │ ├── Export-InstalledWindowsCapabilitiesNames.ps1 │ │ │ ├── Remove-PreinstalledOptionalFeature.ps1 │ │ │ ├── Set-WindowsCapability.ps1 │ │ │ └── Set-WindowsOptionalFeature.ps1 │ ├── personnalization │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── personnalization.psd1 │ │ ├── personnalization.psm1 │ │ ├── private │ │ │ ├── background │ │ │ │ ├── Set-BackgroundWallpaper.ps1 │ │ │ │ └── Set-BackgroundWallpaperStyle.ps1 │ │ │ ├── colors │ │ │ │ ├── Set-AccentColorMode.ps1 │ │ │ │ ├── Set-AccentColorShowOnStartAndTaskbar.ps1 │ │ │ │ ├── Set-AccentColorShowOnTitleAndBorders.ps1 │ │ │ │ ├── Set-ColorsTheme.ps1 │ │ │ │ └── Set-ColorsTransparency.ps1 │ │ │ ├── dynamic_lighting │ │ │ │ ├── Set-DynamicLighting.ps1 │ │ │ │ └── Set-DynamicLightingControlledByForegroundApp.ps1 │ │ │ ├── lock_screen │ │ │ │ ├── Set-LockScreenGetFunFactsTipsTricks.ps1 │ │ │ │ ├── Set-LockScreenShowPictureOnSigninScreen.ps1 │ │ │ │ ├── Set-LockScreenToPicture.ps1 │ │ │ │ └── Set-LockScreenYourWidgets.ps1 │ │ │ ├── start │ │ │ │ ├── Set-StartFoldersNextToPowerButton.ps1 │ │ │ │ ├── Set-StartLayoutMode.ps1 │ │ │ │ ├── Set-StartShowAccountNotifications.ps1 │ │ │ │ ├── Set-StartShowAllPins.ps1 │ │ │ │ ├── Set-StartShowMobileDevice.ps1 │ │ │ │ ├── Set-StartShowMostUsedApps.ps1 │ │ │ │ ├── Set-StartShowRecentlyAddedApps.ps1 │ │ │ │ ├── Set-StartShowRecentlyOpenedItems.ps1 │ │ │ │ ├── Set-StartShowRecommendations.ps1 │ │ │ │ └── Set-StartShowWebsitesFromHistory.ps1 │ │ │ ├── taskbar │ │ │ │ ├── behaviors │ │ │ │ │ ├── Set-TaskbarAlignment.ps1 │ │ │ │ │ ├── Set-TaskbarAutoHide.ps1 │ │ │ │ │ ├── Set-TaskbarCombineButtonsAndHideLabels.ps1 │ │ │ │ │ ├── Set-TaskbarFarCornerToShowDesktop.ps1 │ │ │ │ │ ├── Set-TaskbarShareAnyWindow.ps1 │ │ │ │ │ ├── Set-TaskbarShowAppsBadges.ps1 │ │ │ │ │ ├── Set-TaskbarShowAppsFlashing.ps1 │ │ │ │ │ ├── Set-TaskbarShowAppsOnMultipleDisplays.ps1 │ │ │ │ │ ├── Set-TaskbarShowJumplistOnHover.ps1 │ │ │ │ │ ├── Set-TaskbarShowOnAllDisplays.ps1 │ │ │ │ │ ├── Set-TaskbarShowSmallerButtons.ps1 │ │ │ │ │ └── Set-TaskbarTouchOptimized.ps1 │ │ │ │ └── items_&_tray_icons │ │ │ │ │ ├── Set-TaskbarAskCopilot.ps1 │ │ │ │ │ ├── Set-TaskbarEmojiAndMore.ps1 │ │ │ │ │ ├── Set-TaskbarHiddenIconMenu.ps1 │ │ │ │ │ ├── Set-TaskbarPenMenu.ps1 │ │ │ │ │ ├── Set-TaskbarResumeAppNotif.ps1 │ │ │ │ │ ├── Set-TaskbarSearchBox.ps1 │ │ │ │ │ ├── Set-TaskbarTaskView.ps1 │ │ │ │ │ ├── Set-TaskbarTouchKeyboard.ps1 │ │ │ │ │ ├── Set-TaskbarVirtualTouchpad.ps1 │ │ │ │ │ └── Set-TaskbarWidgets.ps1 │ │ │ └── themes │ │ │ │ ├── Set-ThemesCanChangeDesktopIcons.ps1 │ │ │ │ └── Set-ThemesDesktopIcons.ps1 │ │ └── public │ │ │ ├── Set-BackgroundSetting.ps1 │ │ │ ├── Set-ColorsSetting.ps1 │ │ │ ├── Set-DeviceUsageSetting.ps1 │ │ │ ├── Set-DynamicLightingSetting.ps1 │ │ │ ├── Set-LockScreenSetting.ps1 │ │ │ ├── Set-StartSetting.ps1 │ │ │ ├── Set-TaskbarSetting.ps1 │ │ │ └── Set-ThemesSetting.ps1 │ ├── privacy_&_security │ │ ├── classes │ │ │ ├── AppPermissions.ps1 │ │ │ └── Enums.ps1 │ │ ├── privacy_&_security.psd1 │ │ ├── privacy_&_security.psm1 │ │ ├── private │ │ │ ├── app_permissions │ │ │ │ ├── General │ │ │ │ │ ├── Set-AppPermissionsBackgroundApps.ps1 │ │ │ │ │ ├── Set-AppPermissionsCamera.ps1 │ │ │ │ │ ├── Set-AppPermissionsLocation.ps1 │ │ │ │ │ ├── Set-AppPermissionsLocationAllowOverride.ps1 │ │ │ │ │ ├── Set-AppPermissionsLocationAppsRequestNotif.ps1 │ │ │ │ │ ├── Set-AppPermissionsMicrophone.ps1 │ │ │ │ │ ├── Set-AppPermissionsNotifications.ps1 │ │ │ │ │ ├── Set-AppPermissionsTextAndImageGeneration.ps1 │ │ │ │ │ └── Set-AppPermissionsVoiceActivation.ps1 │ │ │ │ ├── Tablet │ │ │ │ │ ├── Set-AppPermissionsCellularData.ps1 │ │ │ │ │ ├── Set-AppPermissionsEyeTracker.ps1 │ │ │ │ │ ├── Set-AppPermissionsMotion.ps1 │ │ │ │ │ ├── Set-AppPermissionsPresenceSensing.ps1 │ │ │ │ │ └── Set-AppPermissionsUserMovement.ps1 │ │ │ │ ├── UserData │ │ │ │ │ ├── Set-AppPermissionsAccountInfo.ps1 │ │ │ │ │ ├── Set-AppPermissionsAppDiagnostics.ps1 │ │ │ │ │ ├── Set-AppPermissionsCalendar.ps1 │ │ │ │ │ ├── Set-AppPermissionsCallHistory.ps1 │ │ │ │ │ ├── Set-AppPermissionsContacts.ps1 │ │ │ │ │ ├── Set-AppPermissionsDevicesSyncWithUnpaired.ps1 │ │ │ │ │ ├── Set-AppPermissionsDevicesTrustedHadware.ps1 │ │ │ │ │ ├── Set-AppPermissionsEmail.ps1 │ │ │ │ │ ├── Set-AppPermissionsMessaging.ps1 │ │ │ │ │ ├── Set-AppPermissionsPhoneCalls.ps1 │ │ │ │ │ ├── Set-AppPermissionsRadios.ps1 │ │ │ │ │ └── Set-AppPermissionsTasks.ps1 │ │ │ │ └── UserFiles │ │ │ │ │ ├── Set-AppPermissionsDocuments.ps1 │ │ │ │ │ ├── Set-AppPermissionsDownloadsFolder.ps1 │ │ │ │ │ ├── Set-AppPermissionsFileSystem.ps1 │ │ │ │ │ ├── Set-AppPermissionsMusicLibrary.ps1 │ │ │ │ │ ├── Set-AppPermissionsPasskeys.ps1 │ │ │ │ │ ├── Set-AppPermissionsPasskeysAutofill.ps1 │ │ │ │ │ ├── Set-AppPermissionsPictures.ps1 │ │ │ │ │ ├── Set-AppPermissionsScreenshotBorders.ps1 │ │ │ │ │ ├── Set-AppPermissionsScreenshotsAndRecording.ps1 │ │ │ │ │ └── Set-AppPermissionsVideos.ps1 │ │ │ └── windows_permissions │ │ │ │ ├── ai │ │ │ │ ├── Set-WinPermissionsClickToDo.ps1 │ │ │ │ ├── Set-WinPermissionsInkingAndTypingPersonalization.ps1 │ │ │ │ ├── Set-WinPermissionsSpeechRecognition.ps1 │ │ │ │ └── recall │ │ │ │ │ ├── Set-WinPermissionsRecallFilteringTelemetry.ps1 │ │ │ │ │ ├── Set-WinPermissionsRecallPersonalizedHomepage.ps1 │ │ │ │ │ └── Set-WinPermissionsRecallSnapshots.ps1 │ │ │ │ ├── search │ │ │ │ ├── Set-WinPermissionsCloudFileContentSearch.ps1 │ │ │ │ ├── Set-WinPermissionsCloudSearch.ps1 │ │ │ │ ├── Set-WinPermissionsFindMyFiles.ps1 │ │ │ │ ├── Set-WinPermissionsIndexEncryptedFiles.ps1 │ │ │ │ ├── Set-WinPermissionsSafesearch.ps1 │ │ │ │ ├── Set-WinPermissionsSearchHighlights.ps1 │ │ │ │ ├── Set-WinPermissionsSearchHistory.ps1 │ │ │ │ └── Set-WinPermissionsStartMenuWebSearch.ps1 │ │ │ │ ├── telemetry │ │ │ │ ├── Set-WinPermissionsDeleteDiagnosticData.ps1 │ │ │ │ ├── Set-WinPermissionsDiagnosticData.ps1 │ │ │ │ ├── Set-WinPermissionsDiagnosticDataViewer.ps1 │ │ │ │ ├── Set-WinPermissionsFeedbackFrequency.ps1 │ │ │ │ └── Set-WinPermissionsImproveInkingAndTyping.ps1 │ │ │ │ └── user data │ │ │ │ ├── Set-SecurityFindMyDevice.ps1 │ │ │ │ ├── Set-WinPermissionsActivityHistory.ps1 │ │ │ │ ├── Set-WinPermissionsAdvertisingID.ps1 │ │ │ │ ├── Set-WinPermissionsLanguageListAccess.ps1 │ │ │ │ ├── Set-WinPermissionsPersonalizedOffers.ps1 │ │ │ │ ├── Set-WinPermissionsShowAdsInSettingsApp.ps1 │ │ │ │ ├── Set-WinPermissionsShowNotifsInSettingsApp.ps1 │ │ │ │ └── Set-WinPermissionsTrackAppLaunches.ps1 │ │ └── public │ │ │ ├── Set-AppPermissionsSetting.ps1 │ │ │ └── Set-WinPermissionsSetting.ps1 │ ├── system │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── private │ │ │ ├── advanced │ │ │ │ ├── Set-SudoCommand.ps1 │ │ │ │ └── Set-TaskbarEndTask.ps1 │ │ │ ├── clipboard │ │ │ │ ├── Set-ClipboardHistory.ps1 │ │ │ │ ├── Set-ClipboardSuggestedActions.ps1 │ │ │ │ └── Set-ClipboardSyncAcrossDevices.ps1 │ │ │ ├── display │ │ │ │ ├── Set-DisplayBrightness.ps1 │ │ │ │ ├── Set-DisplayBrightnessAdjustBasedOnContent.ps1 │ │ │ │ ├── Set-DisplayBrightnessAdjustOnLightingChanges.ps1 │ │ │ │ ├── Set-DisplayGraphics.ps1 │ │ │ │ └── Set-DisplayGraphicsGpuScheduling.ps1 │ │ │ ├── multitasking │ │ │ │ ├── Set-MultitaskingShowAppsTabsOnSnapAndAltTab.ps1 │ │ │ │ ├── Set-SnapBeforeReachingScreenEdge.ps1 │ │ │ │ ├── Set-SnapShowLayoutOnMaxButtonHover.ps1 │ │ │ │ ├── Set-SnapShowLayoutOnTopScreen.ps1 │ │ │ │ ├── Set-SnapShowSnappedWindowGroup.ps1 │ │ │ │ ├── Set-SnapSuggestions.ps1 │ │ │ │ ├── Set-SnapWindows.ps1 │ │ │ │ ├── Set-TitleBarWindowShake.ps1 │ │ │ │ ├── Set-VirtualDesktopShowAllWindowsOnAltTab.ps1 │ │ │ │ └── Set-VirtualDesktopShowAllWindowsOnTaskbar.ps1 │ │ │ ├── nearby_sharing │ │ │ │ ├── Set-NearbySharing.ps1 │ │ │ │ ├── Set-NearbySharingDragTray.ps1 │ │ │ │ └── Set-NearbySharingFileSaveLocation.ps1 │ │ │ ├── notifications │ │ │ │ ├── Set-Notifications.ps1 │ │ │ │ ├── Set-NotificationsAppsAndOtherSenders.ps1 │ │ │ │ ├── Set-NotificationsPlaySounds.ps1 │ │ │ │ ├── Set-NotificationsScreenIndicatorsPosition.ps1 │ │ │ │ ├── Set-NotificationsShowBellIcon.ps1 │ │ │ │ ├── Set-NotificationsShowOnLockScreen.ps1 │ │ │ │ ├── Set-NotificationsShowRemindersAndIncomingCallsOnLockScreen.ps1 │ │ │ │ ├── Set-NotificationsShowWelcomeExperience.ps1 │ │ │ │ ├── Set-NotificationsSuggestWaysToFinishConfig.ps1 │ │ │ │ └── Set-NotificationsTipsAndSuggestions.ps1 │ │ │ ├── power_&_battery │ │ │ │ ├── Set-EnergySaverAlwaysOn.ps1 │ │ │ │ ├── Set-EnergySaverLowerBrightness.ps1 │ │ │ │ ├── Set-EnergySaverTurnOnAtBatteryLevel.ps1 │ │ │ │ ├── Set-PowerBatteryPercentage.ps1 │ │ │ │ ├── Set-PowerButtonControls.ps1 │ │ │ │ ├── Set-PowerMode.ps1 │ │ │ │ └── Set-PowerStateTimeout.ps1 │ │ │ ├── recovery │ │ │ │ └── Get-QuickMachineRecoverySetting.ps1 │ │ │ ├── remote_desktop │ │ │ │ ├── Set-RemoteDesktop.ps1 │ │ │ │ ├── Set-RemoteDesktopNetworkLevelAuthentication.ps1 │ │ │ │ └── Set-RemoteDesktopPortNumber.ps1 │ │ │ ├── sound │ │ │ │ └── Set-SoundAdjustVolumeOnCommunication.ps1 │ │ │ └── storage_sense │ │ │ │ ├── Set-StorageSense.ps1 │ │ │ │ └── Set-StorageSenseCleanupTempFiles.ps1 │ │ ├── public │ │ │ ├── Set-ClipboardSetting.ps1 │ │ │ ├── Set-DisplayBrightnessSetting.ps1 │ │ │ ├── Set-DisplayGraphicsSetting.ps1 │ │ │ ├── Set-EnergySaverSetting.ps1 │ │ │ ├── Set-MultitaskingSetting.ps1 │ │ │ ├── Set-NearbySharingSetting.ps1 │ │ │ ├── Set-NotificationsSetting.ps1 │ │ │ ├── Set-PowerSetting.ps1 │ │ │ ├── Set-ProjectingToThisPC.ps1 │ │ │ ├── Set-QuickMachineRecovery.ps1 │ │ │ ├── Set-RemoteDesktopSetting.ps1 │ │ │ ├── Set-SnapWindowsSetting.ps1 │ │ │ ├── Set-SoundSetting.ps1 │ │ │ ├── Set-StorageSenseSetting.ps1 │ │ │ ├── Set-SystemAdvancedSetting.ps1 │ │ │ └── Set-TroubleshooterPreference.ps1 │ │ ├── system.psd1 │ │ └── system.psm1 │ ├── time_&_language │ │ ├── classes │ │ │ └── Enums.ps1 │ │ ├── private │ │ │ ├── date_&_time │ │ │ │ ├── Set-DateAndTimeShowAbbreviatedValue.ps1 │ │ │ │ ├── Set-DateAndTimeShowInSystemTray.ps1 │ │ │ │ ├── Set-DateAndTimeShowSecondsInSystemClock.ps1 │ │ │ │ ├── Set-DateAndTimeShowTimeInNotifCenter.ps1 │ │ │ │ ├── Set-TimeAutomatically.ps1 │ │ │ │ ├── Set-TimeServer.ps1 │ │ │ │ └── Set-TimeZoneAutomatically.ps1 │ │ │ ├── language_&_region │ │ │ │ ├── Set-RegionalFormatDate.ps1 │ │ │ │ └── Set-SystemLocaleUtf8ForNonUnicodePrograms.ps1 │ │ │ └── typing │ │ │ │ ├── Set-KeyboardHotKeySwitchInputLanguage.ps1 │ │ │ │ ├── Set-KeyboardHotKeySwitchKeyboardLayout.ps1 │ │ │ │ ├── Set-KeyboardLanguageBar.ps1 │ │ │ │ ├── Set-KeyboardUseDifferentInputMethodForEachApp.ps1 │ │ │ │ ├── Set-TextSuggestionsMultilingual.ps1 │ │ │ │ ├── Set-TextSuggestionsOnPhysicalKeyboard.ps1 │ │ │ │ ├── Set-TextSuggestionsOnSoftwareKeyboard.ps1 │ │ │ │ ├── Set-TypingAutocorrectMisspelledWords.ps1 │ │ │ │ ├── Set-TypingHighlightMisspelledWords.ps1 │ │ │ │ └── Set-TypingInsights.ps1 │ │ ├── public │ │ │ ├── Set-DateAndTimeSetting.ps1 │ │ │ ├── Set-LanguageAndRegionSetting.ps1 │ │ │ ├── Set-LanguageFeatures.ps1 │ │ │ └── Set-TypingSetting.ps1 │ │ ├── time_&_language.psd1 │ │ └── time_&_language.psm1 │ └── windows_update │ │ ├── classes │ │ └── Enums.ps1 │ │ ├── private │ │ ├── Set-WinUpdateActiveHours.ps1 │ │ ├── Set-WinUpdateDeliveryOptimization.ps1 │ │ ├── Set-WinUpdateGetLatestAsSoonAsAvailable.ps1 │ │ ├── Set-WinUpdateGetMeUpToDate.ps1 │ │ ├── Set-WinUpdateInsiderProgramPageVisibility.ps1 │ │ ├── Set-WinUpdateOtherMicrosoftProducts.ps1 │ │ ├── Set-WinUpdateOverMeteredConnections.ps1 │ │ ├── Set-WinUpdatePauseUpdates.ps1 │ │ └── Set-WinUpdateRestartNotification.ps1 │ │ ├── public │ │ └── Set-WinUpdateSetting.ps1 │ │ ├── windows_update.psd1 │ │ └── windows_update.psm1 │ ├── system_properties │ ├── classes │ │ └── Enums.ps1 │ ├── private │ │ ├── RemoteAssistance.ps1 │ │ ├── VisualEffectsCustomSetting.ps1 │ │ └── system_failure │ │ │ ├── Set-SystemFailureAlwaysKeepMemoryDump.ps1 │ │ │ ├── Set-SystemFailureAutoRestart.ps1 │ │ │ ├── Set-SystemFailureOverwriteExistingDebugFile.ps1 │ │ │ ├── Set-SystemFailureWriteDebugInfo.ps1 │ │ │ └── Set-SystemFailureWriteEventToSystemLog.ps1 │ ├── public │ │ ├── Set-DataExecutionPrevention.ps1 │ │ ├── Set-ManufacturerAppsAutoDownload.ps1 │ │ ├── Set-PagingFileSize.ps1 │ │ ├── Set-RemoteAssistance.ps1 │ │ ├── Set-SystemFailureSetting.ps1 │ │ ├── Set-SystemRestore.ps1 │ │ └── Set-VisualEffects.ps1 │ ├── system_properties.psd1 │ └── system_properties.psm1 │ ├── telemetry │ ├── private │ │ ├── Disable-NvidiaGameSessionTelemetry.ps1 │ │ └── Set-DiagnosticTracing.ps1 │ ├── public │ │ ├── Disable-DotNetTelemetry.ps1 │ │ ├── Disable-NvidiaTelemetry.ps1 │ │ ├── Disable-PowerShellTelemetry.ps1 │ │ ├── Set-AppAndDeviceInventory.ps1 │ │ ├── Set-ApplicationCompatibility.ps1 │ │ ├── Set-Ceip.ps1 │ │ ├── Set-CloudContent.ps1 │ │ ├── Set-ConsumerExperience.ps1 │ │ ├── Set-DiagnosticLogAndDumpCollectionLimit.ps1 │ │ ├── Set-DiagnosticsAutoLogger.ps1 │ │ ├── Set-ErrorReporting.ps1 │ │ ├── Set-GroupPolicySettingsLogging.ps1 │ │ ├── Set-HandwritingPersonalization.ps1 │ │ ├── Set-KmsClientActivationDataSharing.ps1 │ │ ├── Set-MsrtDiagnosticReport.ps1 │ │ ├── Set-OneSettingsDownloads.ps1 │ │ └── Set-UserInfoSharing.ps1 │ ├── telemetry.psd1 │ └── telemetry.psm1 │ └── tweaks │ ├── public │ ├── security_privacy_and_networking │ │ ├── Set-HomeGroup.ps1 │ │ ├── Set-Hotspot2.ps1 │ │ ├── Set-LocalAccountsSecurityQuestions.ps1 │ │ ├── Set-LockScreenCameraAccess.ps1 │ │ ├── Set-MessagingCloudSync.ps1 │ │ ├── Set-NotificationsNetworkUsage.ps1 │ │ ├── Set-PasswordExpiration.ps1 │ │ ├── Set-PasswordRevealButton.ps1 │ │ ├── Set-PrinterDriversDownloadOverHttp.ps1 │ │ ├── Set-PrintingOverHttp.ps1 │ │ ├── Set-WifiSense.ps1 │ │ └── Set-Wpbt.ps1 │ ├── system_and_performance │ │ ├── Set-FirstSigninAnimation.ps1 │ │ ├── Set-FullscreenOptimizations.ps1 │ │ ├── Set-LongPaths.ps1 │ │ ├── Set-NtfsLastAccessTime.ps1 │ │ ├── Set-NumLockAtStartup.ps1 │ │ ├── Set-ServiceHostSplitting.ps1 │ │ ├── Set-Short8Dot3FileName.ps1 │ │ ├── Set-StartupAppsDelay.ps1 │ │ └── Set-StartupShutdownVerboseStatusMessages.ps1 │ ├── user_interface_and_experience │ │ ├── Disable-GameBarLinks.ps1 │ │ ├── Set-ActionCenterLayout.ps1 │ │ ├── Set-CopyPasteDialogShowMoreDetails.ps1 │ │ ├── Set-HelpTips.ps1 │ │ ├── Set-MenuShowDelay.ps1 │ │ ├── Set-OnlineTips.ps1 │ │ ├── Set-ShortcutNameSuffix.ps1 │ │ ├── Set-StartMenuAllAppsViewMode.ps1 │ │ ├── Set-StartMenuRecommendedSection.ps1 │ │ ├── Set-SuggestedContent.ps1 │ │ ├── Set-WindowsExperimentation.ps1 │ │ ├── Set-WindowsInputExperience.ps1 │ │ ├── Set-WindowsPrivacySettingsExperience.ps1 │ │ ├── Set-WindowsSettingsSearchAgent.ps1 │ │ ├── Set-WindowsSharedExperience.ps1 │ │ └── Set-WindowsSpotlight.ps1 │ └── windows_features_and_settings │ │ ├── Move-CharacterMapShortcutToWindowsTools.ps1 │ │ ├── Set-DisplayModeChangeAnimation.ps1 │ │ ├── Set-EaseOfAccessReadScanSection.ps1 │ │ ├── Set-EventLogLocation.ps1 │ │ ├── Set-FileHistory.ps1 │ │ ├── Set-FontProviders.ps1 │ │ ├── Set-HomeSettingPageVisibility.ps1 │ │ ├── Set-LocationPermission.ps1 │ │ ├── Set-LocationScriptingPermission.ps1 │ │ ├── Set-OpenWithDialogStoreAccess.ps1 │ │ ├── Set-SensorsPermission.ps1 │ │ ├── Set-TaskbarLastActiveClick.ps1 │ │ ├── Set-WindowsHelpSupportSetting.ps1 │ │ ├── Set-WindowsMediaDrmOnlineAccess.ps1 │ │ └── Set-WindowsUpdateSearchDrivers.ps1 │ ├── tweaks.psd1 │ └── tweaks.psm1 ├── todo_manually.md └── tools ├── Download_WindowsMize.ps1 ├── MsOffice365_Install.cmd ├── New-WindowsAnswerFile.ps1 └── autounattend.xml /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/README.md -------------------------------------------------------------------------------- /Run_WindowsMize.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/Run_WindowsMize.cmd -------------------------------------------------------------------------------- /WindowsMize.mini.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/WindowsMize.mini.ps1 -------------------------------------------------------------------------------- /WindowsMize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/WindowsMize.ps1 -------------------------------------------------------------------------------- /img/WindowsMizeHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/img/WindowsMizeHeader.png -------------------------------------------------------------------------------- /scripts/apps_management/debloat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_management/debloat.ps1 -------------------------------------------------------------------------------- /scripts/apps_management/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_management/install.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/Acrobat_Reader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/Acrobat_Reader.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/Brave_VLC_Others.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/Brave_VLC_Others.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/MS_Office.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/MS_Office.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/MS_Store_&_Edge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/MS_Store_&_Edge.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/Notepad_Photos_SnippingTool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/Notepad_Photos_SnippingTool.ps1 -------------------------------------------------------------------------------- /scripts/apps_settings/Terminal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/apps_settings/Terminal.ps1 -------------------------------------------------------------------------------- /scripts/network_&_internet/firewall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/network_&_internet/firewall.ps1 -------------------------------------------------------------------------------- /scripts/network_&_internet/network_&_internet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/network_&_internet/network_&_internet.ps1 -------------------------------------------------------------------------------- /scripts/network_&_internet/protocol.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/network_&_internet/protocol.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/file_explorer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/file_explorer.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/power_&_battery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/power_&_battery.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/ramdisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/ramdisk.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/services_and_scheduled_tasks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/services_and_scheduled_tasks.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/system_properties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/system_properties.ps1 -------------------------------------------------------------------------------- /scripts/system_&_tweaks/tweaks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/system_&_tweaks/tweaks.ps1 -------------------------------------------------------------------------------- /scripts/telemetry_&_annoyances/defender_security_center.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/telemetry_&_annoyances/defender_security_center.ps1 -------------------------------------------------------------------------------- /scripts/telemetry_&_annoyances/notifications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/telemetry_&_annoyances/notifications.ps1 -------------------------------------------------------------------------------- /scripts/telemetry_&_annoyances/privacy_&_security.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/telemetry_&_annoyances/privacy_&_security.ps1 -------------------------------------------------------------------------------- /scripts/telemetry_&_annoyances/start_&_taskbar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/telemetry_&_annoyances/start_&_taskbar.ps1 -------------------------------------------------------------------------------- /scripts/telemetry_&_annoyances/telemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/telemetry_&_annoyances/telemetry.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/accessibility.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/accessibility.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/accounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/accounts.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/apps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/apps.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/bluetooth_&_devices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/bluetooth_&_devices.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/gaming.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/gaming.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/personnalization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/personnalization.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/system.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/system.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/time_&_language.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/time_&_language.ps1 -------------------------------------------------------------------------------- /scripts/win_settings_app/windows_update.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/scripts/win_settings_app/windows_update.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/management.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/management.psd1 -------------------------------------------------------------------------------- /src/modules/applications/management/management.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/management.psm1 -------------------------------------------------------------------------------- /src/modules/applications/management/private/AppsList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/private/AppsList.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/private/Install-BraveBrowser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/private/Install-BraveBrowser.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/private/PreinstalledAppsList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/private/PreinstalledAppsList.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/Export-DefaultAppxPackagesNames.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/Export-DefaultAppxPackagesNames.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/Get-ApplicationInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/Get-ApplicationInfo.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-Copilot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-Copilot.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-Cortana.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-Cortana.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-MicrosoftStorePushToInstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-MicrosoftStorePushToInstall.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-OneDriveNewUserAutoInstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-OneDriveNewUserAutoInstall.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-Recall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-Recall.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-StartMenuBingSearch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-StartMenuBingSearch.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/config/Set-Widgets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/config/Set-Widgets.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/install/Install-Application.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/install/Install-Application.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/install/Install-ApplicationWithWinget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/install/Install-ApplicationWithWinget.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/install/Install-WindowsSubsystemForLinux.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/install/Install-WindowsSubsystemForLinux.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-AllDesktopShortcuts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-AllDesktopShortcuts.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-ApplicationPackage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-ApplicationPackage.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-MSMaliciousSoftwareRemovalTool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-MSMaliciousSoftwareRemovalTool.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-MicrosoftEdge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-MicrosoftEdge.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-OneDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-OneDrive.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-PreinstalledAppPackage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-PreinstalledAppPackage.ps1 -------------------------------------------------------------------------------- /src/modules/applications/management/public/remove/Remove-StartMenuPromotedApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/management/public/remove/Remove-StartMenuPromotedApps.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/config_files/Git.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/config_files/Git.ini -------------------------------------------------------------------------------- /src/modules/applications/settings/config_files/KeePassXC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/config_files/KeePassXC.ini -------------------------------------------------------------------------------- /src/modules/applications/settings/config_files/VLC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/config_files/VLC.ini -------------------------------------------------------------------------------- /src/modules/applications/settings/config_files/VSCode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/config_files/VSCode.json -------------------------------------------------------------------------------- /src/modules/applications/settings/config_files/qBittorrent.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/config_files/qBittorrent.ini -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/documents/Set-AcrobatReaderShowToolsPane.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/documents/Set-AcrobatReaderShowToolsPane.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/email_accounts/Set-AcrobatReaderWebmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/email_accounts/Set-AcrobatReaderWebmail.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/general/Set-AcrobatReaderSendCrashReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/general/Set-AcrobatReaderSendCrashReports.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/general/Set-AcrobatReaderShowCloudStorage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/general/Set-AcrobatReaderShowCloudStorage.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/javascript/Set-AcrobatReaderJavascript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/javascript/Set-AcrobatReaderJavascript.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderAcceptEULA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderAcceptEULA.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderShareFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderShareFile.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AcrobatReaderTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AdobeSynchronizer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/miscellaneous/Set-AdobeSynchronizer.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/security/Set-AcrobatReaderAppContainer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/security/Set-AcrobatReaderAppContainer.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/security/Set-AcrobatReaderTrustedSites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/security/Set-AcrobatReaderTrustedSites.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/AdobeAcrobatReader/units/Set-AcrobatReaderPageUnits.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/AdobeAcrobatReader/units/Set-AcrobatReaderPageUnits.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/Merge-Hashtable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/Merge-Hashtable.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeAcceptEULAs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeAcceptEULAs.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeBlockSignin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeBlockSignin.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeConnectedExperiences.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeConnectedExperiences.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeLinkedinFeatures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeLinkedinFeatures.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeShowStartScreen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeShowStartScreen.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeTeachingTips.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/Set-MSOfficeTeachingTips.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeAILocalTraining.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeAILocalTraining.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeCeip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeCeip.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeDiagnostics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeDiagnostics.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeDiscountProgramNotifs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeDiscountProgramNotifs.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeErrorReporting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeErrorReporting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFeedback.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFeedback.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFirstRunAboutSignin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFirstRunAboutSignin.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFirstRunOptinWizard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeFirstRunOptinWizard.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeSendPersonalInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeSendPersonalInfo.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeSurveys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeSurveys.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/MicrosoftOffice/privacy/Set-MSOfficeTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/New-BraveBrowserConfigData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/New-BraveBrowserConfigData.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/Set-UwpAppSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/Set-UwpAppSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/private/Test-FileLock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/private/Test-FileLock.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/Set-AdobeAcrobatReaderSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/Set-AdobeAcrobatReaderSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/Set-BraveBrowserSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/Set-BraveBrowserSettings.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/Set-KeePassXCRunAtStartup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/Set-KeePassXCRunAtStartup.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/Set-MicrosoftOfficeSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/Set-MicrosoftOfficeSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/Set-MyAppsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/Set-MyAppsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-MicrosoftEdgePolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-MicrosoftEdgePolicy.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-MicrosoftStoreSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-MicrosoftStoreSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-WindowsNotepadSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-WindowsNotepadSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-WindowsPhotosSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-WindowsPhotosSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-WindowsSnippingToolSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-WindowsSnippingToolSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/public/default_win_apps/Set-WindowsTerminalSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/public/default_win_apps/Set-WindowsTerminalSetting.ps1 -------------------------------------------------------------------------------- /src/modules/applications/settings/settings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/settings.psd1 -------------------------------------------------------------------------------- /src/modules/applications/settings/settings.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/applications/settings/settings.psm1 -------------------------------------------------------------------------------- /src/modules/file_explorer/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/classes/RegistryExplorer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/classes/RegistryExplorer.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/file_explorer.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/file_explorer.psd1 -------------------------------------------------------------------------------- /src/modules/file_explorer/file_explorer.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/file_explorer.psm1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerLaunchTo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerLaunchTo.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerOpenFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerOpenFolder.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerOpenFolderInNewTab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerOpenFolderInNewTab.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerOpenItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerOpenItem.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerShowCloudFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerShowCloudFiles.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerShowFrequentFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerShowFrequentFolders.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerShowRecentFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerShowRecentFiles.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/general/Set-FileExplorerShowRecommendedSection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/general/Set-FileExplorerShowRecommendedSection.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerAutoFolderTypeDetection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerAutoFolderTypeDetection.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerMaxIconCacheSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerMaxIconCacheSize.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerNavigationPane.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerNavigationPane.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowGallery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowGallery.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowHome.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowHome.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowRemovableDrivesOnlyInThisPC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerShowRemovableDrivesOnlyInThisPC.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-FileExplorerUndoRedo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-FileExplorerUndoRedo.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-RecycleBin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-RecycleBin.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/miscellaneous/Set-RecycleBinConfirmFileDelete.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/miscellaneous/Set-RecycleBinConfirmFileDelete.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/search/Set-FileExplorerDontUseSearchIndex.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/search/Set-FileExplorerDontUseSearchIndex.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/search/Set-FileExplorerIncludeCompressedFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/search/Set-FileExplorerIncludeCompressedFiles.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/search/Set-FileExplorerIncludeSystemFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/search/Set-FileExplorerIncludeSystemFolders.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/search/Set-FileExplorerSearchFileNamesAndContents.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/search/Set-FileExplorerSearchFileNamesAndContents.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerCompactView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerCompactView.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideEmptyDrives.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideEmptyDrives.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideFileExtensions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideFileExtensions.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideFolderMergeConflicts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideFolderMergeConflicts.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideProtectedSystemFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerHideProtectedSystemFiles.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerItemCheckBox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerItemCheckBox.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerPrelaunch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerPrelaunch.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerSharingWizard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerSharingWizard.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowDriveLetters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowDriveLetters.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFileIconOnThumbnails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFileIconOnThumbnails.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFileSizeInFolderTips.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFileSizeInFolderTips.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFullPathInTitleBar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowFullPathInTitleBar.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowHiddenItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowHiddenItems.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowIconsOnly.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowIconsOnly.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowItemsInfoPopup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowItemsInfoPopup.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowPreviewHandlers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowPreviewHandlers.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowStatusBar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerShowStatusBar.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerTypingIntoListViewBehavior.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/files_and_folders/Set-FileExplorerTypingIntoListViewBehavior.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerExpandToCurrentFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerExpandToCurrentFolder.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowAllFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowAllFolders.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowCloudStatesOnNavPane.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowCloudStatesOnNavPane.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowLibraries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowLibraries.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowNetwork.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowNetwork.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowThisPC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/private/view/navigation_pane/Set-FileExplorerShowThisPC.ps1 -------------------------------------------------------------------------------- /src/modules/file_explorer/public/Set-FileExplorerSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/file_explorer/public/Set-FileExplorerSetting.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/classes/RegistrySetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/classes/RegistrySetting.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/classes/State_enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/classes/State_enums.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/general.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/general.psd1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/general.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/general.psm1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Add-DynamicParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Add-DynamicParameter.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Get-HashtableSubset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Get-HashtableSubset.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Get-LogPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Get-LogPath.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/New-ParentPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/New-ParentPath.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Set-ByteBitFlag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Set-ByteBitFlag.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Set-FileSystemAdminsFullControl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Set-FileSystemAdminsFullControl.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Set-KeyboardHotkey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Set-KeyboardHotkey.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Set-RegistryEntry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Set-RegistryEntry.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Write-InsufficientParameterCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Write-InsufficientParameterCount.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/general/public/Write-Section.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/general/public/Write-Section.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/logged_on_user_info.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/logged_on_user_info.psd1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/logged_on_user_info.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/logged_on_user_info.psm1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/private/Get-UserInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/private/Get-UserInfo.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/private/Get-UserSid.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/private/Get-UserSid.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/private/Invoke-RegLoadUserHive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/private/Invoke-RegLoadUserHive.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserEnvVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserEnvVariable.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserInfo.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserItemPropertyValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserItemPropertyValue.ps1 -------------------------------------------------------------------------------- /src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserShellFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/helper_functions/logged_on_user_info/public/Get-LoggedOnUserShellFolder.ps1 -------------------------------------------------------------------------------- /src/modules/network/network.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/network.psd1 -------------------------------------------------------------------------------- /src/modules/network/network.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/network.psm1 -------------------------------------------------------------------------------- /src/modules/network/private/NetFirewallRules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/NetFirewallRules.ps1 -------------------------------------------------------------------------------- /src/modules/network/private/Set-NetAdapterProtocolState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/Set-NetAdapterProtocolState.ps1 -------------------------------------------------------------------------------- /src/modules/network/private/Set-NetProtocol6to4.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/Set-NetProtocol6to4.ps1 -------------------------------------------------------------------------------- /src/modules/network/private/Set-NetProtocolIPHttps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/Set-NetProtocolIPHttps.ps1 -------------------------------------------------------------------------------- /src/modules/network/private/Set-NetProtocolIsatap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/Set-NetProtocolIsatap.ps1 -------------------------------------------------------------------------------- /src/modules/network/private/Set-NetProtocolTeredo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/private/Set-NetProtocolTeredo.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Block-DefenderFirewallInboundRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Block-DefenderFirewallInboundRule.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Export-DefaultNetAdapterProtocolsState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Export-DefaultNetAdapterProtocolsState.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-DefenderFirewallRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-DefenderFirewallRule.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetAdapterProtocol.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetAdapterProtocol.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetBiosOverTcpIP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetBiosOverTcpIP.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetIPSourceRouting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetIPSourceRouting.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetIPv6Transition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetIPv6Transition.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetIcmpRedirects.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetIcmpRedirects.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetLlmnr.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetLlmnr.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetLmhosts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetLmhosts.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetMulicastDns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetMulicastDns.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetProxyAutoDetect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetProxyAutoDetect.ps1 -------------------------------------------------------------------------------- /src/modules/network/public/Set-NetSmhnr.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/network/public/Set-NetSmhnr.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/power_options.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/power_options.psd1 -------------------------------------------------------------------------------- /src/modules/power_options/power_options.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/power_options.psm1 -------------------------------------------------------------------------------- /src/modules/power_options/public/Set-AdvancedBatterySetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/public/Set-AdvancedBatterySetting.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/public/Set-FastStartup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/public/Set-FastStartup.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/public/Set-HardDiskTimeout.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/public/Set-HardDiskTimeout.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/public/Set-Hibernate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/public/Set-Hibernate.ps1 -------------------------------------------------------------------------------- /src/modules/power_options/public/Set-ModernStandbyNetworkConnectivity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/power_options/public/Set-ModernStandbyNetworkConnectivity.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Copy-BraveDataForSymlink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Copy-BraveDataForSymlink.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Copy-BravePersistentData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Copy-BravePersistentData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Copy-Data.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Copy-Data.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Get-BraveBrowserPathInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Get-BraveBrowserPathInfo.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Get-DataToSymlink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Get-DataToSymlink.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Get-DrivePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Get-DrivePath.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/New-RamDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/New-RamDisk.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/New-RamDiskUserProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/New-RamDiskUserProfile.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/New-SymbolicLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/New-SymbolicLink.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/New-SymbolicLinksPair.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/New-SymbolicLinksPair.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Remove-SymbolicLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Remove-SymbolicLink.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/Set-DataToRamDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/Set-DataToRamDisk.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/app_data/BraveBrowserData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/app_data/BraveBrowserData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/app_data/VSCodeData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/app_data/VSCodeData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskRamDiskCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskRamDiskCreation.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskRamDiskSetData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskRamDiskSetData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scheduled_tasks/New-ScheduledTaskScript.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/New-GpoScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/New-GpoScript.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/New-GpoScriptBackupBravePersistentData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/New-GpoScriptBackupBravePersistentData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/New-ScriptBackupBravePersistentData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/New-ScriptBackupBravePersistentData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/New-ScriptRamDiskCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/New-ScriptRamDiskCreation.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/New-ScriptRamDiskSetData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/New-ScriptRamDiskSetData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/Test-GpoScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/Test-GpoScript.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/Write-Function.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/Write-Function.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/Write-ScriptBackupBravePersistentData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/Write-ScriptBackupBravePersistentData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/Write-ScriptRamDiskCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/Write-ScriptRamDiskCreation.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/private/scripts/Write-ScriptRamDiskSetData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/private/scripts/Write-ScriptRamDiskSetData.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/public/Install-OSFMount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/public/Install-OSFMount.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/public/Set-RamDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/public/Set-RamDisk.ps1 -------------------------------------------------------------------------------- /src/modules/ramdisk/ramdisk.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/ramdisk.psd1 -------------------------------------------------------------------------------- /src/modules/ramdisk/ramdisk.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/ramdisk/ramdisk.psm1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/AdobeAcrobat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/AdobeAcrobat.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/Diagnostic.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/Diagnostic.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/Features.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/Features.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/MicrosoftOffice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/MicrosoftOffice.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/Miscellaneous.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/Miscellaneous.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/SystemDrivers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/SystemDrivers.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/private/Telemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/private/Telemetry.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/public/Export-DefaultScheduledTasksState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/public/Export-DefaultScheduledTasksState.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/public/Set-ScheduledTaskState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/public/Set-ScheduledTaskState.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/public/Set-ScheduledTaskStateGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/public/Set-ScheduledTaskStateGroup.ps1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/scheduled_tasks.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/scheduled_tasks.psd1 -------------------------------------------------------------------------------- /src/modules/scheduled_tasks/scheduled_tasks.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/scheduled_tasks/scheduled_tasks.psm1 -------------------------------------------------------------------------------- /src/modules/services/private/AdobeAcrobat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/AdobeAcrobat.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Autoplay.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Autoplay.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Bluetooth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Bluetooth.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/CastAndProject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/CastAndProject.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/DefenderPhishingProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/DefenderPhishingProtection.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Deprecated.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Deprecated.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/DiagnosticAndUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/DiagnosticAndUsage.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Features.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Features.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/FileAndPrinterSharing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/FileAndPrinterSharing.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/HyperV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/HyperV.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Intel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Intel.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/MicrosoftEdge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/MicrosoftEdge.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/MicrosoftOffice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/MicrosoftOffice.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/MicrosoftStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/MicrosoftStore.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Miscellaneous.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Miscellaneous.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Network.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Network.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/NetworkDiscovery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/NetworkDiscovery.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Nvidia.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Nvidia.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/OthersServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/OthersServices.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Printer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Printer.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/RemoteDesktop.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Sensor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Sensor.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/SmartCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/SmartCard.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/SystemDrivers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/SystemDrivers.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Telemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Telemetry.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/VirtualReality.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/VirtualReality.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Vpn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Vpn.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Webcam.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Webcam.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/WindowsBackupAndSystemRestore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/WindowsBackupAndSystemRestore.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/WindowsSearch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/WindowsSearch.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/WindowsSubsystemForLinux.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/WindowsSubsystemForLinux.ps1 -------------------------------------------------------------------------------- /src/modules/services/private/Xbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/private/Xbox.ps1 -------------------------------------------------------------------------------- /src/modules/services/public/Export-DefaultServicesStartupType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/public/Export-DefaultServicesStartupType.ps1 -------------------------------------------------------------------------------- /src/modules/services/public/Export-DefaultSystemDriversStartupType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/public/Export-DefaultSystemDriversStartupType.ps1 -------------------------------------------------------------------------------- /src/modules/services/public/Get-ServiceNotHandledInModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/public/Get-ServiceNotHandledInModule.ps1 -------------------------------------------------------------------------------- /src/modules/services/public/Set-ServiceStartupType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/public/Set-ServiceStartupType.ps1 -------------------------------------------------------------------------------- /src/modules/services/public/Set-ServiceStartupTypeGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/public/Set-ServiceStartupTypeGroup.ps1 -------------------------------------------------------------------------------- /src/modules/services/services.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/services.psd1 -------------------------------------------------------------------------------- /src/modules/services/services.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/services/services.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/accessibility.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/accessibility.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/accessibility.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/accessibility.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/Get-UpdatedIntegerBitFlag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/Get-UpdatedIntegerBitFlag.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/contrast_themes/Set-ContrastThemesKeyboardShorcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/contrast_themes/Set-ContrastThemesKeyboardShorcut.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardFilterKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardFilterKeys.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardPrintScreenKeyOpenScreenCapture.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardPrintScreenKeyOpenScreenCapture.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardStickyKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardStickyKeys.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardToggleKeysTone.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/keyboard/Set-KeyboardToggleKeysTone.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/mouse/Set-MouseKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/mouse/Set-MouseKeys.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/narrator/Set-NarratorAutoSendTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/narrator/Set-NarratorAutoSendTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/narrator/Set-NarratorKeyboardShorcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/narrator/Set-NarratorKeyboardShorcut.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/speech/Set-VoiceTypingKeyboardShorcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/speech/Set-VoiceTypingKeyboardShorcut.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/visual_effects/Set-VisualEffectsAlwaysShowScrollbars.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/visual_effects/Set-VisualEffectsAlwaysShowScrollbars.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/private/visual_effects/Set-VisualEffectsAnimation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/private/visual_effects/Set-VisualEffectsAnimation.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accessibility/public/Set-AccessibilitySetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accessibility/public/Set-AccessibilitySetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/accounts.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/accounts.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/accounts.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/accounts.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninAutoFinishSettingUpAfterUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninAutoFinishSettingUpAfterUpdate.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninAutoRestartApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninAutoRestartApps.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninBiometrics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninBiometrics.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninDynamicLock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninDynamicLock.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninOnlyWindowsHelloForMSAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninOnlyWindowsHelloForMSAccount.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninRequiredIfAway.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninRequiredIfAway.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninShowAccountDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninShowAccountDetails.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/sign-in_options/Set-SigninWithExternalDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/sign-in_options/Set-SigninWithExternalDevice.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/windows_backup/Set-WinBackupRememberAppsAndPrefs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/windows_backup/Set-WinBackupRememberAppsAndPrefs.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/private/your_info/Set-YourInfoBlockMicrosoftAccounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/private/your_info/Set-YourInfoBlockMicrosoftAccounts.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/public/Set-SigninOptionsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/public/Set-SigninOptionsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/public/Set-WinBackupSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/public/Set-WinBackupSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/accounts/public/Set-YourInfoSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/accounts/public/Set-YourInfoSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/apps.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/apps.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/apps.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/apps.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/advanced_app_settings/Set-AppsAutoArchive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/advanced_app_settings/Set-AppsAutoArchive.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/advanced_app_settings/Set-AppsShareAcrossDevices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/advanced_app_settings/Set-AppsShareAcrossDevices.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/advanced_app_settings/Set-ChooseWhereToGetApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/advanced_app_settings/Set-ChooseWhereToGetApps.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/apps_for_websites/Set-AppsOpenLinksInsteadOfBrowser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/apps_for_websites/Set-AppsOpenLinksInsteadOfBrowser.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/offline_maps/Set-OfflineMapsAutoUpdateOnACAndWifi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/offline_maps/Set-OfflineMapsAutoUpdateOnACAndWifi.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/offline_maps/Set-OfflineMapsDownloadOverMeteredConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/offline_maps/Set-OfflineMapsDownloadOverMeteredConnection.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/private/resume/Set-AppsResume.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/private/resume/Set-AppsResume.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/public/Set-GeneralAppsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/public/Set-GeneralAppsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/apps/public/Set-OfflineMapsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/apps/public/Set-OfflineMapsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/bluetooth_&_devices.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/bluetooth_&_devices.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/bluetooth_&_devices.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/bluetooth_&_devices.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlay.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlay.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlayMemoryCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlayMemoryCard.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlayRemovableDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/autoplay/Set-AutoPlayRemovableDrive.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/devices/Set-Bluetooth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/devices/Set-Bluetooth.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/devices/Set-BluetoothDiscoveryMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/devices/Set-BluetoothDiscoveryMode.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/devices/Set-BluetoothLowEnergyAudio.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/devices/Set-BluetoothLowEnergyAudio.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mobile_devices/Set-MobileDevices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mobile_devices/Set-MobileDevices.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mobile_devices/Set-MobileDevicesPhoneLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mobile_devices/Set-MobileDevicesPhoneLink.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseEnhancedPointerPrecision.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseEnhancedPointerPrecision.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MousePointerSpeed.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MousePointerSpeed.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MousePrimaryButton.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MousePrimaryButton.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseScrollInactiveWindowsOnHover.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseScrollInactiveWindowsOnHover.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseScrollingDirection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseScrollingDirection.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseWheelScroll.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/mouse/Set-MouseWheelScroll.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-Touchpad.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-Touchpad.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadCursorSpeed.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadCursorSpeed.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesFourFingersSwipes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesFourFingersSwipes.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesFourFingersTap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesFourFingersTap.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesThreeFingersTap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadGesturesThreeFingersTap.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadLeaveOnWithMouse.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadLeaveOnWithMouse.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadPinchToZoom.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadPinchToZoom.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadRightClickButton.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadRightClickButton.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadScrollingDirection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadScrollingDirection.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadSensitivity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadSensitivity.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadSingleFingerTapToClick.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadSingleFingerTapToClick.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadTwoFingersTapToRightClick.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadTwoFingersTapToRightClick.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadTwoFingersToScroll.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/touchpad/Set-TouchpadTwoFingersToScroll.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbBatterySaver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbBatterySaver.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbNotificationOnErrors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbNotificationOnErrors.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbNotificationOnWeakCharger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/private/usb/Set-UsbNotificationOnWeakCharger.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-AutoPlaySetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-AutoPlaySetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-BluetoothSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-BluetoothSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-DevicesSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-DevicesSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-MobileDevicesSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-MobileDevicesSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-MouseSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-MouseSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-TouchpadSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-TouchpadSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/bluetooth_&_devices/public/Set-UsbSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/bluetooth_&_devices/public/Set-UsbSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/defender_security_center.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/defender_security_center.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/defender_security_center.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/defender_security_center.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/private/notifications/Set-DefenderAccountNotifs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/private/notifications/Set-DefenderAccountNotifs.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/private/notifications/Test-DefenderNotifsEnabled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/private/notifications/Test-DefenderNotifsEnabled.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/public/Set-DefenderNotificationsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/public/Set-DefenderNotificationsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/defender_security_center/public/Set-DefenderSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/defender_security_center/public/Set-DefenderSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/gaming.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/gaming.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/gaming.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/gaming.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/private/Set-GameBarOpenWithController.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/private/Set-GameBarOpenWithController.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/private/Set-GameBarUseViewMenuAsGuideButtonInApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/private/Set-GameBarUseViewMenuAsGuideButtonInApps.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/private/Set-GameMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/private/Set-GameMode.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/private/Set-GameRecording.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/private/Set-GameRecording.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/gaming/public/Set-GamingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/gaming/public/Set-GamingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/network_&_internet.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/network_&_internet.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/network_&_internet.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/network_&_internet.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/private/DnsProvidersList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/private/DnsProvidersList.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/private/Set-NetConnectedDevicesAutoSetup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/private/Set-NetConnectedDevicesAutoSetup.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/private/Set-ProxyAutoDetectSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/private/Set-ProxyAutoDetectSettings.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/private/Set-VpnOverMeteredNetworks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/private/Set-VpnOverMeteredNetworks.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/private/Set-VpnWhileRoaming.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/private/Set-VpnWhileRoaming.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/public/Set-DnsServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/public/Set-DnsServer.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/public/Set-NetworkSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/public/Set-NetworkSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/network_&_internet/public/Set-NetworkSharingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/network_&_internet/public/Set-NetworkSharingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/optional_features.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/optional_features.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/optional_features.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/optional_features.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/private/WindowsCapabilitiesList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/private/WindowsCapabilitiesList.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/private/WindowsOptionalFeaturesList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/private/WindowsOptionalFeaturesList.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/public/Export-EnabledWindowsOptionalFeaturesNames.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/public/Export-EnabledWindowsOptionalFeaturesNames.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/public/Export-InstalledWindowsCapabilitiesNames.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/public/Export-InstalledWindowsCapabilitiesNames.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/public/Remove-PreinstalledOptionalFeature.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/public/Remove-PreinstalledOptionalFeature.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/public/Set-WindowsCapability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/public/Set-WindowsCapability.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/optional_features/public/Set-WindowsOptionalFeature.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/optional_features/public/Set-WindowsOptionalFeature.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/personnalization.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/personnalization.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/personnalization.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/personnalization.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/background/Set-BackgroundWallpaper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/background/Set-BackgroundWallpaper.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/background/Set-BackgroundWallpaperStyle.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/background/Set-BackgroundWallpaperStyle.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/colors/Set-AccentColorMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/colors/Set-AccentColorMode.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/colors/Set-AccentColorShowOnStartAndTaskbar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/colors/Set-AccentColorShowOnStartAndTaskbar.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/colors/Set-AccentColorShowOnTitleAndBorders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/colors/Set-AccentColorShowOnTitleAndBorders.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/colors/Set-ColorsTheme.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/colors/Set-ColorsTheme.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/colors/Set-ColorsTransparency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/colors/Set-ColorsTransparency.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/dynamic_lighting/Set-DynamicLighting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/dynamic_lighting/Set-DynamicLighting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenGetFunFactsTipsTricks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenGetFunFactsTipsTricks.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenToPicture.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenToPicture.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenYourWidgets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/lock_screen/Set-LockScreenYourWidgets.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartFoldersNextToPowerButton.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartFoldersNextToPowerButton.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartLayoutMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartLayoutMode.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowAccountNotifications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowAccountNotifications.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowAllPins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowAllPins.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowMobileDevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowMobileDevice.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowMostUsedApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowMostUsedApps.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowRecentlyAddedApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowRecentlyAddedApps.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowRecentlyOpenedItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowRecentlyOpenedItems.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowRecommendations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowRecommendations.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/start/Set-StartShowWebsitesFromHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/start/Set-StartShowWebsitesFromHistory.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarAlignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarAlignment.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarAutoHide.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarAutoHide.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShareAnyWindow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShareAnyWindow.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowAppsBadges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowAppsBadges.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowAppsFlashing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowAppsFlashing.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowJumplistOnHover.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowJumplistOnHover.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowOnAllDisplays.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowOnAllDisplays.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowSmallerButtons.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarShowSmallerButtons.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarTouchOptimized.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/behaviors/Set-TaskbarTouchOptimized.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarAskCopilot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarAskCopilot.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarPenMenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarPenMenu.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarSearchBox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarSearchBox.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarTaskView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarTaskView.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarWidgets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/taskbar/items_&_tray_icons/Set-TaskbarWidgets.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/themes/Set-ThemesCanChangeDesktopIcons.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/themes/Set-ThemesCanChangeDesktopIcons.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/private/themes/Set-ThemesDesktopIcons.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/private/themes/Set-ThemesDesktopIcons.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-BackgroundSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-BackgroundSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-ColorsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-ColorsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-DeviceUsageSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-DeviceUsageSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-DynamicLightingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-DynamicLightingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-LockScreenSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-LockScreenSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-StartSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-StartSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-TaskbarSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-TaskbarSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/personnalization/public/Set-ThemesSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/personnalization/public/Set-ThemesSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/classes/AppPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/classes/AppPermissions.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/privacy_&_security.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/privacy_&_security.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/privacy_&_security.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/privacy_&_security.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/private/app_permissions/Tablet/Set-AppPermissionsMotion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/private/app_permissions/Tablet/Set-AppPermissionsMotion.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/public/Set-AppPermissionsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/public/Set-AppPermissionsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/privacy_&_security/public/Set-WinPermissionsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/privacy_&_security/public/Set-WinPermissionsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/advanced/Set-SudoCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/advanced/Set-SudoCommand.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/advanced/Set-TaskbarEndTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/advanced/Set-TaskbarEndTask.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/clipboard/Set-ClipboardHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/clipboard/Set-ClipboardHistory.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/clipboard/Set-ClipboardSuggestedActions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/clipboard/Set-ClipboardSuggestedActions.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/clipboard/Set-ClipboardSyncAcrossDevices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/clipboard/Set-ClipboardSyncAcrossDevices.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/display/Set-DisplayBrightness.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/display/Set-DisplayBrightness.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/display/Set-DisplayBrightnessAdjustBasedOnContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/display/Set-DisplayBrightnessAdjustBasedOnContent.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/display/Set-DisplayBrightnessAdjustOnLightingChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/display/Set-DisplayBrightnessAdjustOnLightingChanges.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/display/Set-DisplayGraphics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/display/Set-DisplayGraphics.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/display/Set-DisplayGraphicsGpuScheduling.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/display/Set-DisplayGraphicsGpuScheduling.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-MultitaskingShowAppsTabsOnSnapAndAltTab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-MultitaskingShowAppsTabsOnSnapAndAltTab.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapBeforeReachingScreenEdge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapBeforeReachingScreenEdge.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapShowLayoutOnMaxButtonHover.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapShowLayoutOnMaxButtonHover.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapShowLayoutOnTopScreen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapShowLayoutOnTopScreen.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapShowSnappedWindowGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapShowSnappedWindowGroup.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapSuggestions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapSuggestions.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-SnapWindows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-SnapWindows.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-TitleBarWindowShake.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-TitleBarWindowShake.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-VirtualDesktopShowAllWindowsOnAltTab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-VirtualDesktopShowAllWindowsOnAltTab.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/multitasking/Set-VirtualDesktopShowAllWindowsOnTaskbar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/multitasking/Set-VirtualDesktopShowAllWindowsOnTaskbar.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharing.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharingDragTray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharingDragTray.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharingFileSaveLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/nearby_sharing/Set-NearbySharingFileSaveLocation.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-Notifications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-Notifications.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsAppsAndOtherSenders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsAppsAndOtherSenders.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsPlaySounds.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsPlaySounds.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsScreenIndicatorsPosition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsScreenIndicatorsPosition.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsShowBellIcon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsShowBellIcon.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsShowOnLockScreen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsShowOnLockScreen.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsShowWelcomeExperience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsShowWelcomeExperience.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsSuggestWaysToFinishConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsSuggestWaysToFinishConfig.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/notifications/Set-NotificationsTipsAndSuggestions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/notifications/Set-NotificationsTipsAndSuggestions.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverAlwaysOn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverAlwaysOn.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverLowerBrightness.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverLowerBrightness.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverTurnOnAtBatteryLevel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-EnergySaverTurnOnAtBatteryLevel.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-PowerBatteryPercentage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-PowerBatteryPercentage.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-PowerButtonControls.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-PowerButtonControls.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-PowerMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-PowerMode.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/power_&_battery/Set-PowerStateTimeout.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/power_&_battery/Set-PowerStateTimeout.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/recovery/Get-QuickMachineRecoverySetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/recovery/Get-QuickMachineRecoverySetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktop.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktopNetworkLevelAuthentication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktopNetworkLevelAuthentication.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktopPortNumber.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/remote_desktop/Set-RemoteDesktopPortNumber.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/sound/Set-SoundAdjustVolumeOnCommunication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/sound/Set-SoundAdjustVolumeOnCommunication.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/storage_sense/Set-StorageSense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/storage_sense/Set-StorageSense.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/private/storage_sense/Set-StorageSenseCleanupTempFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/private/storage_sense/Set-StorageSenseCleanupTempFiles.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-ClipboardSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-ClipboardSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-DisplayBrightnessSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-DisplayBrightnessSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-DisplayGraphicsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-DisplayGraphicsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-EnergySaverSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-EnergySaverSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-MultitaskingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-MultitaskingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-NearbySharingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-NearbySharingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-NotificationsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-NotificationsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-PowerSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-PowerSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-ProjectingToThisPC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-ProjectingToThisPC.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-QuickMachineRecovery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-QuickMachineRecovery.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-RemoteDesktopSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-RemoteDesktopSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-SnapWindowsSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-SnapWindowsSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-SoundSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-SoundSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-StorageSenseSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-StorageSenseSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-SystemAdvancedSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-SystemAdvancedSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/public/Set-TroubleshooterPreference.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/public/Set-TroubleshooterPreference.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/system.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/system.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/system/system.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/system/system.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowAbbreviatedValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowAbbreviatedValue.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowInSystemTray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowInSystemTray.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowTimeInNotifCenter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-DateAndTimeShowTimeInNotifCenter.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeAutomatically.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeAutomatically.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeServer.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeZoneAutomatically.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/date_&_time/Set-TimeZoneAutomatically.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/language_&_region/Set-RegionalFormatDate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/language_&_region/Set-RegionalFormatDate.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-KeyboardHotKeySwitchInputLanguage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-KeyboardHotKeySwitchInputLanguage.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-KeyboardHotKeySwitchKeyboardLayout.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-KeyboardHotKeySwitchKeyboardLayout.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-KeyboardLanguageBar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-KeyboardLanguageBar.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsMultilingual.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsMultilingual.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsOnPhysicalKeyboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsOnPhysicalKeyboard.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsOnSoftwareKeyboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TextSuggestionsOnSoftwareKeyboard.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TypingAutocorrectMisspelledWords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TypingAutocorrectMisspelledWords.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TypingHighlightMisspelledWords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TypingHighlightMisspelledWords.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/private/typing/Set-TypingInsights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/private/typing/Set-TypingInsights.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/public/Set-DateAndTimeSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/public/Set-DateAndTimeSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/public/Set-LanguageAndRegionSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/public/Set-LanguageAndRegionSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/public/Set-LanguageFeatures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/public/Set-LanguageFeatures.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/public/Set-TypingSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/public/Set-TypingSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/time_&_language.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/time_&_language.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/time_&_language/time_&_language.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/time_&_language/time_&_language.psm1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateActiveHours.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateActiveHours.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateDeliveryOptimization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateDeliveryOptimization.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateGetLatestAsSoonAsAvailable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateGetLatestAsSoonAsAvailable.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateGetMeUpToDate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateGetMeUpToDate.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateInsiderProgramPageVisibility.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateInsiderProgramPageVisibility.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateOtherMicrosoftProducts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateOtherMicrosoftProducts.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateOverMeteredConnections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateOverMeteredConnections.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdatePauseUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdatePauseUpdates.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/private/Set-WinUpdateRestartNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/private/Set-WinUpdateRestartNotification.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/public/Set-WinUpdateSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/public/Set-WinUpdateSetting.ps1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/windows_update.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/windows_update.psd1 -------------------------------------------------------------------------------- /src/modules/settings_app/windows_update/windows_update.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/settings_app/windows_update/windows_update.psm1 -------------------------------------------------------------------------------- /src/modules/system_properties/classes/Enums.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/classes/Enums.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/RemoteAssistance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/RemoteAssistance.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/VisualEffectsCustomSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/VisualEffectsCustomSetting.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/system_failure/Set-SystemFailureAlwaysKeepMemoryDump.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/system_failure/Set-SystemFailureAlwaysKeepMemoryDump.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/system_failure/Set-SystemFailureAutoRestart.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/system_failure/Set-SystemFailureAutoRestart.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/system_failure/Set-SystemFailureOverwriteExistingDebugFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/system_failure/Set-SystemFailureOverwriteExistingDebugFile.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/system_failure/Set-SystemFailureWriteDebugInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/system_failure/Set-SystemFailureWriteDebugInfo.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/private/system_failure/Set-SystemFailureWriteEventToSystemLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/private/system_failure/Set-SystemFailureWriteEventToSystemLog.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-DataExecutionPrevention.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-DataExecutionPrevention.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-ManufacturerAppsAutoDownload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-ManufacturerAppsAutoDownload.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-PagingFileSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-PagingFileSize.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-RemoteAssistance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-RemoteAssistance.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-SystemFailureSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-SystemFailureSetting.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-SystemRestore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-SystemRestore.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/public/Set-VisualEffects.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/public/Set-VisualEffects.ps1 -------------------------------------------------------------------------------- /src/modules/system_properties/system_properties.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/system_properties.psd1 -------------------------------------------------------------------------------- /src/modules/system_properties/system_properties.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/system_properties/system_properties.psm1 -------------------------------------------------------------------------------- /src/modules/telemetry/private/Disable-NvidiaGameSessionTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/private/Disable-NvidiaGameSessionTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/private/Set-DiagnosticTracing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/private/Set-DiagnosticTracing.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Disable-DotNetTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Disable-DotNetTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Disable-NvidiaTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Disable-NvidiaTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Disable-PowerShellTelemetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Disable-PowerShellTelemetry.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-AppAndDeviceInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-AppAndDeviceInventory.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-ApplicationCompatibility.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-ApplicationCompatibility.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-Ceip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-Ceip.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-CloudContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-CloudContent.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-ConsumerExperience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-ConsumerExperience.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-DiagnosticLogAndDumpCollectionLimit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-DiagnosticLogAndDumpCollectionLimit.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-DiagnosticsAutoLogger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-DiagnosticsAutoLogger.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-ErrorReporting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-ErrorReporting.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-GroupPolicySettingsLogging.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-GroupPolicySettingsLogging.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-HandwritingPersonalization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-HandwritingPersonalization.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-KmsClientActivationDataSharing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-KmsClientActivationDataSharing.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-MsrtDiagnosticReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-MsrtDiagnosticReport.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-OneSettingsDownloads.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-OneSettingsDownloads.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/public/Set-UserInfoSharing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/public/Set-UserInfoSharing.ps1 -------------------------------------------------------------------------------- /src/modules/telemetry/telemetry.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/telemetry.psd1 -------------------------------------------------------------------------------- /src/modules/telemetry/telemetry.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/telemetry/telemetry.psm1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-HomeGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-HomeGroup.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-Hotspot2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-Hotspot2.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-LocalAccountsSecurityQuestions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-LocalAccountsSecurityQuestions.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-LockScreenCameraAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-LockScreenCameraAccess.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-MessagingCloudSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-MessagingCloudSync.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-NotificationsNetworkUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-NotificationsNetworkUsage.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-PasswordExpiration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-PasswordExpiration.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-PasswordRevealButton.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-PasswordRevealButton.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-PrinterDriversDownloadOverHttp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-PrinterDriversDownloadOverHttp.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-PrintingOverHttp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-PrintingOverHttp.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-WifiSense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-WifiSense.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/security_privacy_and_networking/Set-Wpbt.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/security_privacy_and_networking/Set-Wpbt.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-FirstSigninAnimation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-FirstSigninAnimation.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-FullscreenOptimizations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-FullscreenOptimizations.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-LongPaths.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-LongPaths.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-NtfsLastAccessTime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-NtfsLastAccessTime.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-NumLockAtStartup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-NumLockAtStartup.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-ServiceHostSplitting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-ServiceHostSplitting.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-Short8Dot3FileName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-Short8Dot3FileName.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-StartupAppsDelay.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-StartupAppsDelay.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/system_and_performance/Set-StartupShutdownVerboseStatusMessages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/system_and_performance/Set-StartupShutdownVerboseStatusMessages.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Disable-GameBarLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Disable-GameBarLinks.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-ActionCenterLayout.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-ActionCenterLayout.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-CopyPasteDialogShowMoreDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-CopyPasteDialogShowMoreDetails.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-HelpTips.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-HelpTips.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-MenuShowDelay.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-MenuShowDelay.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-OnlineTips.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-OnlineTips.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-ShortcutNameSuffix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-ShortcutNameSuffix.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-StartMenuAllAppsViewMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-StartMenuAllAppsViewMode.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-StartMenuRecommendedSection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-StartMenuRecommendedSection.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-SuggestedContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-SuggestedContent.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsExperimentation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsExperimentation.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsInputExperience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsInputExperience.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsPrivacySettingsExperience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsPrivacySettingsExperience.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSettingsSearchAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSettingsSearchAgent.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSharedExperience.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSharedExperience.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSpotlight.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/user_interface_and_experience/Set-WindowsSpotlight.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Move-CharacterMapShortcutToWindowsTools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Move-CharacterMapShortcutToWindowsTools.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-DisplayModeChangeAnimation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-DisplayModeChangeAnimation.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-EaseOfAccessReadScanSection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-EaseOfAccessReadScanSection.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-EventLogLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-EventLogLocation.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-FileHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-FileHistory.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-FontProviders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-FontProviders.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-HomeSettingPageVisibility.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-HomeSettingPageVisibility.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-LocationPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-LocationPermission.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-LocationScriptingPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-LocationScriptingPermission.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-OpenWithDialogStoreAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-OpenWithDialogStoreAccess.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-SensorsPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-SensorsPermission.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-TaskbarLastActiveClick.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-TaskbarLastActiveClick.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-WindowsHelpSupportSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-WindowsHelpSupportSetting.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-WindowsMediaDrmOnlineAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-WindowsMediaDrmOnlineAccess.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/public/windows_features_and_settings/Set-WindowsUpdateSearchDrivers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/public/windows_features_and_settings/Set-WindowsUpdateSearchDrivers.ps1 -------------------------------------------------------------------------------- /src/modules/tweaks/tweaks.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/tweaks.psd1 -------------------------------------------------------------------------------- /src/modules/tweaks/tweaks.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/src/modules/tweaks/tweaks.psm1 -------------------------------------------------------------------------------- /todo_manually.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/todo_manually.md -------------------------------------------------------------------------------- /tools/Download_WindowsMize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/tools/Download_WindowsMize.ps1 -------------------------------------------------------------------------------- /tools/MsOffice365_Install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/tools/MsOffice365_Install.cmd -------------------------------------------------------------------------------- /tools/New-WindowsAnswerFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/tools/New-WindowsAnswerFile.ps1 -------------------------------------------------------------------------------- /tools/autounattend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agadiffe/WindowsMize/HEAD/tools/autounattend.xml --------------------------------------------------------------------------------