From b27fa4a0ffcdb57cd638153fa478d03be31154c2 Mon Sep 17 00:00:00 2001 From: Belim Date: Wed, 7 May 2025 19:39:40 +0200 Subject: [PATCH] Push 0.50-stable_refactor --- src/MSCFixer.sln => MSCFixer.sln | 0 {src/MSCFixer => MSCFixer}/App.config | 0 {src/MSCFixer => MSCFixer}/AppIcon.ico | Bin {src/MSCFixer => MSCFixer}/AppIcon.png | Bin {src/MSCFixer => MSCFixer}/AppIcon32.png | Bin {src/MSCFixer => MSCFixer}/AppManagerService.cs | 0 {src/MSCFixer => MSCFixer}/FeatureBase.cs | 0 {src/MSCFixer => MSCFixer}/FeatureLoader.cs | 0 {src/MSCFixer => MSCFixer}/FeatureManager.cs | 0 {src/MSCFixer => MSCFixer}/FeatureNode.cs | 0 .../Features/AI/CopilotTaskbar.cs | 0 {src/MSCFixer => MSCFixer}/Features/AI/Recall.cs | 0 .../Features/AI/RecallMachine.cs | 0 .../MSCFixer => MSCFixer}/Features/AI/RecallUser.cs | 0 .../Features/Ads/FileExlorerAds.cs | 0 .../Features/Ads/FinishSetupAds.cs | 0 .../Features/Ads/LockScreenAds.cs | 0 .../Features/Ads/PersonalizedAds.cs | 0 .../Features/Ads/SettingsAds.cs | 0 .../Features/Ads/StartmenuAds.cs | 0 .../Features/Ads/TailoredExperiences.cs | 0 .../Features/Ads/TipsAndSuggestions.cs | 0 .../Features/Ads/WelcomeExperienceAds.cs | 0 .../Features/Edge/BrowserSignin.cs | 0 .../Features/Edge/DefaultTopSites.cs | 0 .../Features/Edge/DefautBrowserSetting.cs | 0 .../Features/Edge/EdgeCollections.cs | 0 .../Features/Edge/EdgeShoppingAssistant.cs | 0 .../Features/Edge/FirstRunExperience.cs | 0 .../Features/Edge/GamerMode.cs | 0 .../Features/Edge/HubsSidebar.cs | 0 .../Features/Edge/ImportOnEachLaunch.cs | 0 .../Features/Edge/StartupBoost.cs | 0 .../Features/Edge/TabPageQuickLinks.cs | 0 .../Features/Edge/UserFeedback.cs | 0 .../Features/Gaming/GameDVR.cs | 0 .../Features/Gaming/PowerThrotteling.cs | 0 .../Features/Gaming/VisualFX.cs | 0 .../Features/Issues/BasicCleanup.cs | 0 .../Features/Issues/WingetUpgrade.cs | 0 .../Features/Privacy/ActivityHistory.cs | 0 .../Features/Privacy/LocationTracking.cs | 0 .../Features/Privacy/PrivacyExperience.cs | 0 .../Features/Privacy/Telemetry.cs | 0 .../Features/System/BSODDetails.cs | 0 .../Features/System/MenuShowDelay.cs | 0 .../Features/System/NetworkThrottling.cs | 0 .../Features/System/SpeedUpShutdown.cs | 0 .../Features/System/SystemResponsiveness.cs | 0 .../Features/System/VerboseStatus.cs | 0 {src/MSCFixer => MSCFixer}/Features/UI/DarkMode.cs | 0 .../Features/UI/FullContextMenus.cs | 0 .../MSCFixer => MSCFixer}/Features/UI/LockScreen.cs | 0 .../Features/UI/SearchBoxSuggestions.cs | 0 .../Features/UI/SearchboxTaskbarMode.cs | 0 .../Features/UI/ShowOrHideMostUsedApps.cs | 0 .../Features/UI/ShowTaskViewButton.cs | 0 .../Features/UI/SnapAssistFlyout.cs | 0 .../Features/UI/StartLayout.cs | 0 .../Features/UI/TaskbarAlignment.cs | 0 .../Features/UI/Transparency.cs | 0 {src/MSCFixer => MSCFixer}/Helpers/Logger.cs | 0 {src/MSCFixer => MSCFixer}/Helpers/OSHelper.cs | 0 {src/MSCFixer => MSCFixer}/Helpers/Utils.cs | 0 {src/MSCFixer => MSCFixer}/MSCFixer.csproj | 0 {src/MSCFixer => MSCFixer}/MainForm.Designer.cs | 0 {src/MSCFixer => MSCFixer}/MainForm.cs | 0 {src/MSCFixer => MSCFixer}/MainForm.resx | 0 {src/MSCFixer => MSCFixer}/NavigationHandler.cs | 0 {src/MSCFixer => MSCFixer}/NavigationManager.cs | 0 {src/MSCFixer => MSCFixer}/PluginManager.cs | 0 {src/MSCFixer => MSCFixer}/Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../MSCFixer => MSCFixer}/Properties/Resources.resx | 0 .../Properties/Settings.Designer.cs | 0 .../Properties/Settings.settings | 0 .../Views/SettingsView.Designer.cs | 0 {src/MSCFixer => MSCFixer}/Views/SettingsView.cs | 0 {src/MSCFixer => MSCFixer}/Views/SettingsView.resx | 0 {src/MSCFixer => MSCFixer}/app.manifest | 0 81 files changed, 0 insertions(+), 0 deletions(-) rename src/MSCFixer.sln => MSCFixer.sln (100%) rename {src/MSCFixer => MSCFixer}/App.config (100%) rename {src/MSCFixer => MSCFixer}/AppIcon.ico (100%) rename {src/MSCFixer => MSCFixer}/AppIcon.png (100%) rename {src/MSCFixer => MSCFixer}/AppIcon32.png (100%) rename {src/MSCFixer => MSCFixer}/AppManagerService.cs (100%) rename {src/MSCFixer => MSCFixer}/FeatureBase.cs (100%) rename {src/MSCFixer => MSCFixer}/FeatureLoader.cs (100%) rename {src/MSCFixer => MSCFixer}/FeatureManager.cs (100%) rename {src/MSCFixer => MSCFixer}/FeatureNode.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/AI/CopilotTaskbar.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/AI/Recall.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/AI/RecallMachine.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/AI/RecallUser.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/FileExlorerAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/FinishSetupAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/LockScreenAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/PersonalizedAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/SettingsAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/StartmenuAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/TailoredExperiences.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/TipsAndSuggestions.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Ads/WelcomeExperienceAds.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/BrowserSignin.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/DefaultTopSites.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/DefautBrowserSetting.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/EdgeCollections.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/EdgeShoppingAssistant.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/FirstRunExperience.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/GamerMode.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/HubsSidebar.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/ImportOnEachLaunch.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/StartupBoost.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/TabPageQuickLinks.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Edge/UserFeedback.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Gaming/GameDVR.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Gaming/PowerThrotteling.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Gaming/VisualFX.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Issues/BasicCleanup.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Issues/WingetUpgrade.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Privacy/ActivityHistory.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Privacy/LocationTracking.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Privacy/PrivacyExperience.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/Privacy/Telemetry.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/BSODDetails.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/MenuShowDelay.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/NetworkThrottling.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/SpeedUpShutdown.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/SystemResponsiveness.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/System/VerboseStatus.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/DarkMode.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/FullContextMenus.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/LockScreen.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/SearchBoxSuggestions.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/SearchboxTaskbarMode.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/ShowOrHideMostUsedApps.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/ShowTaskViewButton.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/SnapAssistFlyout.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/StartLayout.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/TaskbarAlignment.cs (100%) rename {src/MSCFixer => MSCFixer}/Features/UI/Transparency.cs (100%) rename {src/MSCFixer => MSCFixer}/Helpers/Logger.cs (100%) rename {src/MSCFixer => MSCFixer}/Helpers/OSHelper.cs (100%) rename {src/MSCFixer => MSCFixer}/Helpers/Utils.cs (100%) rename {src/MSCFixer => MSCFixer}/MSCFixer.csproj (100%) rename {src/MSCFixer => MSCFixer}/MainForm.Designer.cs (100%) rename {src/MSCFixer => MSCFixer}/MainForm.cs (100%) rename {src/MSCFixer => MSCFixer}/MainForm.resx (100%) rename {src/MSCFixer => MSCFixer}/NavigationHandler.cs (100%) rename {src/MSCFixer => MSCFixer}/NavigationManager.cs (100%) rename {src/MSCFixer => MSCFixer}/PluginManager.cs (100%) rename {src/MSCFixer => MSCFixer}/Program.cs (100%) rename {src/MSCFixer => MSCFixer}/Properties/AssemblyInfo.cs (100%) rename {src/MSCFixer => MSCFixer}/Properties/Resources.Designer.cs (100%) rename {src/MSCFixer => MSCFixer}/Properties/Resources.resx (100%) rename {src/MSCFixer => MSCFixer}/Properties/Settings.Designer.cs (100%) rename {src/MSCFixer => MSCFixer}/Properties/Settings.settings (100%) rename {src/MSCFixer => MSCFixer}/Views/SettingsView.Designer.cs (100%) rename {src/MSCFixer => MSCFixer}/Views/SettingsView.cs (100%) rename {src/MSCFixer => MSCFixer}/Views/SettingsView.resx (100%) rename {src/MSCFixer => MSCFixer}/app.manifest (100%) diff --git a/src/MSCFixer.sln b/MSCFixer.sln similarity index 100% rename from src/MSCFixer.sln rename to MSCFixer.sln diff --git a/src/MSCFixer/App.config b/MSCFixer/App.config similarity index 100% rename from src/MSCFixer/App.config rename to MSCFixer/App.config diff --git a/src/MSCFixer/AppIcon.ico b/MSCFixer/AppIcon.ico similarity index 100% rename from src/MSCFixer/AppIcon.ico rename to MSCFixer/AppIcon.ico diff --git a/src/MSCFixer/AppIcon.png b/MSCFixer/AppIcon.png similarity index 100% rename from src/MSCFixer/AppIcon.png rename to MSCFixer/AppIcon.png diff --git a/src/MSCFixer/AppIcon32.png b/MSCFixer/AppIcon32.png similarity index 100% rename from src/MSCFixer/AppIcon32.png rename to MSCFixer/AppIcon32.png diff --git a/src/MSCFixer/AppManagerService.cs b/MSCFixer/AppManagerService.cs similarity index 100% rename from src/MSCFixer/AppManagerService.cs rename to MSCFixer/AppManagerService.cs diff --git a/src/MSCFixer/FeatureBase.cs b/MSCFixer/FeatureBase.cs similarity index 100% rename from src/MSCFixer/FeatureBase.cs rename to MSCFixer/FeatureBase.cs diff --git a/src/MSCFixer/FeatureLoader.cs b/MSCFixer/FeatureLoader.cs similarity index 100% rename from src/MSCFixer/FeatureLoader.cs rename to MSCFixer/FeatureLoader.cs diff --git a/src/MSCFixer/FeatureManager.cs b/MSCFixer/FeatureManager.cs similarity index 100% rename from src/MSCFixer/FeatureManager.cs rename to MSCFixer/FeatureManager.cs diff --git a/src/MSCFixer/FeatureNode.cs b/MSCFixer/FeatureNode.cs similarity index 100% rename from src/MSCFixer/FeatureNode.cs rename to MSCFixer/FeatureNode.cs diff --git a/src/MSCFixer/Features/AI/CopilotTaskbar.cs b/MSCFixer/Features/AI/CopilotTaskbar.cs similarity index 100% rename from src/MSCFixer/Features/AI/CopilotTaskbar.cs rename to MSCFixer/Features/AI/CopilotTaskbar.cs diff --git a/src/MSCFixer/Features/AI/Recall.cs b/MSCFixer/Features/AI/Recall.cs similarity index 100% rename from src/MSCFixer/Features/AI/Recall.cs rename to MSCFixer/Features/AI/Recall.cs diff --git a/src/MSCFixer/Features/AI/RecallMachine.cs b/MSCFixer/Features/AI/RecallMachine.cs similarity index 100% rename from src/MSCFixer/Features/AI/RecallMachine.cs rename to MSCFixer/Features/AI/RecallMachine.cs diff --git a/src/MSCFixer/Features/AI/RecallUser.cs b/MSCFixer/Features/AI/RecallUser.cs similarity index 100% rename from src/MSCFixer/Features/AI/RecallUser.cs rename to MSCFixer/Features/AI/RecallUser.cs diff --git a/src/MSCFixer/Features/Ads/FileExlorerAds.cs b/MSCFixer/Features/Ads/FileExlorerAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/FileExlorerAds.cs rename to MSCFixer/Features/Ads/FileExlorerAds.cs diff --git a/src/MSCFixer/Features/Ads/FinishSetupAds.cs b/MSCFixer/Features/Ads/FinishSetupAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/FinishSetupAds.cs rename to MSCFixer/Features/Ads/FinishSetupAds.cs diff --git a/src/MSCFixer/Features/Ads/LockScreenAds.cs b/MSCFixer/Features/Ads/LockScreenAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/LockScreenAds.cs rename to MSCFixer/Features/Ads/LockScreenAds.cs diff --git a/src/MSCFixer/Features/Ads/PersonalizedAds.cs b/MSCFixer/Features/Ads/PersonalizedAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/PersonalizedAds.cs rename to MSCFixer/Features/Ads/PersonalizedAds.cs diff --git a/src/MSCFixer/Features/Ads/SettingsAds.cs b/MSCFixer/Features/Ads/SettingsAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/SettingsAds.cs rename to MSCFixer/Features/Ads/SettingsAds.cs diff --git a/src/MSCFixer/Features/Ads/StartmenuAds.cs b/MSCFixer/Features/Ads/StartmenuAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/StartmenuAds.cs rename to MSCFixer/Features/Ads/StartmenuAds.cs diff --git a/src/MSCFixer/Features/Ads/TailoredExperiences.cs b/MSCFixer/Features/Ads/TailoredExperiences.cs similarity index 100% rename from src/MSCFixer/Features/Ads/TailoredExperiences.cs rename to MSCFixer/Features/Ads/TailoredExperiences.cs diff --git a/src/MSCFixer/Features/Ads/TipsAndSuggestions.cs b/MSCFixer/Features/Ads/TipsAndSuggestions.cs similarity index 100% rename from src/MSCFixer/Features/Ads/TipsAndSuggestions.cs rename to MSCFixer/Features/Ads/TipsAndSuggestions.cs diff --git a/src/MSCFixer/Features/Ads/WelcomeExperienceAds.cs b/MSCFixer/Features/Ads/WelcomeExperienceAds.cs similarity index 100% rename from src/MSCFixer/Features/Ads/WelcomeExperienceAds.cs rename to MSCFixer/Features/Ads/WelcomeExperienceAds.cs diff --git a/src/MSCFixer/Features/Edge/BrowserSignin.cs b/MSCFixer/Features/Edge/BrowserSignin.cs similarity index 100% rename from src/MSCFixer/Features/Edge/BrowserSignin.cs rename to MSCFixer/Features/Edge/BrowserSignin.cs diff --git a/src/MSCFixer/Features/Edge/DefaultTopSites.cs b/MSCFixer/Features/Edge/DefaultTopSites.cs similarity index 100% rename from src/MSCFixer/Features/Edge/DefaultTopSites.cs rename to MSCFixer/Features/Edge/DefaultTopSites.cs diff --git a/src/MSCFixer/Features/Edge/DefautBrowserSetting.cs b/MSCFixer/Features/Edge/DefautBrowserSetting.cs similarity index 100% rename from src/MSCFixer/Features/Edge/DefautBrowserSetting.cs rename to MSCFixer/Features/Edge/DefautBrowserSetting.cs diff --git a/src/MSCFixer/Features/Edge/EdgeCollections.cs b/MSCFixer/Features/Edge/EdgeCollections.cs similarity index 100% rename from src/MSCFixer/Features/Edge/EdgeCollections.cs rename to MSCFixer/Features/Edge/EdgeCollections.cs diff --git a/src/MSCFixer/Features/Edge/EdgeShoppingAssistant.cs b/MSCFixer/Features/Edge/EdgeShoppingAssistant.cs similarity index 100% rename from src/MSCFixer/Features/Edge/EdgeShoppingAssistant.cs rename to MSCFixer/Features/Edge/EdgeShoppingAssistant.cs diff --git a/src/MSCFixer/Features/Edge/FirstRunExperience.cs b/MSCFixer/Features/Edge/FirstRunExperience.cs similarity index 100% rename from src/MSCFixer/Features/Edge/FirstRunExperience.cs rename to MSCFixer/Features/Edge/FirstRunExperience.cs diff --git a/src/MSCFixer/Features/Edge/GamerMode.cs b/MSCFixer/Features/Edge/GamerMode.cs similarity index 100% rename from src/MSCFixer/Features/Edge/GamerMode.cs rename to MSCFixer/Features/Edge/GamerMode.cs diff --git a/src/MSCFixer/Features/Edge/HubsSidebar.cs b/MSCFixer/Features/Edge/HubsSidebar.cs similarity index 100% rename from src/MSCFixer/Features/Edge/HubsSidebar.cs rename to MSCFixer/Features/Edge/HubsSidebar.cs diff --git a/src/MSCFixer/Features/Edge/ImportOnEachLaunch.cs b/MSCFixer/Features/Edge/ImportOnEachLaunch.cs similarity index 100% rename from src/MSCFixer/Features/Edge/ImportOnEachLaunch.cs rename to MSCFixer/Features/Edge/ImportOnEachLaunch.cs diff --git a/src/MSCFixer/Features/Edge/StartupBoost.cs b/MSCFixer/Features/Edge/StartupBoost.cs similarity index 100% rename from src/MSCFixer/Features/Edge/StartupBoost.cs rename to MSCFixer/Features/Edge/StartupBoost.cs diff --git a/src/MSCFixer/Features/Edge/TabPageQuickLinks.cs b/MSCFixer/Features/Edge/TabPageQuickLinks.cs similarity index 100% rename from src/MSCFixer/Features/Edge/TabPageQuickLinks.cs rename to MSCFixer/Features/Edge/TabPageQuickLinks.cs diff --git a/src/MSCFixer/Features/Edge/UserFeedback.cs b/MSCFixer/Features/Edge/UserFeedback.cs similarity index 100% rename from src/MSCFixer/Features/Edge/UserFeedback.cs rename to MSCFixer/Features/Edge/UserFeedback.cs diff --git a/src/MSCFixer/Features/Gaming/GameDVR.cs b/MSCFixer/Features/Gaming/GameDVR.cs similarity index 100% rename from src/MSCFixer/Features/Gaming/GameDVR.cs rename to MSCFixer/Features/Gaming/GameDVR.cs diff --git a/src/MSCFixer/Features/Gaming/PowerThrotteling.cs b/MSCFixer/Features/Gaming/PowerThrotteling.cs similarity index 100% rename from src/MSCFixer/Features/Gaming/PowerThrotteling.cs rename to MSCFixer/Features/Gaming/PowerThrotteling.cs diff --git a/src/MSCFixer/Features/Gaming/VisualFX.cs b/MSCFixer/Features/Gaming/VisualFX.cs similarity index 100% rename from src/MSCFixer/Features/Gaming/VisualFX.cs rename to MSCFixer/Features/Gaming/VisualFX.cs diff --git a/src/MSCFixer/Features/Issues/BasicCleanup.cs b/MSCFixer/Features/Issues/BasicCleanup.cs similarity index 100% rename from src/MSCFixer/Features/Issues/BasicCleanup.cs rename to MSCFixer/Features/Issues/BasicCleanup.cs diff --git a/src/MSCFixer/Features/Issues/WingetUpgrade.cs b/MSCFixer/Features/Issues/WingetUpgrade.cs similarity index 100% rename from src/MSCFixer/Features/Issues/WingetUpgrade.cs rename to MSCFixer/Features/Issues/WingetUpgrade.cs diff --git a/src/MSCFixer/Features/Privacy/ActivityHistory.cs b/MSCFixer/Features/Privacy/ActivityHistory.cs similarity index 100% rename from src/MSCFixer/Features/Privacy/ActivityHistory.cs rename to MSCFixer/Features/Privacy/ActivityHistory.cs diff --git a/src/MSCFixer/Features/Privacy/LocationTracking.cs b/MSCFixer/Features/Privacy/LocationTracking.cs similarity index 100% rename from src/MSCFixer/Features/Privacy/LocationTracking.cs rename to MSCFixer/Features/Privacy/LocationTracking.cs diff --git a/src/MSCFixer/Features/Privacy/PrivacyExperience.cs b/MSCFixer/Features/Privacy/PrivacyExperience.cs similarity index 100% rename from src/MSCFixer/Features/Privacy/PrivacyExperience.cs rename to MSCFixer/Features/Privacy/PrivacyExperience.cs diff --git a/src/MSCFixer/Features/Privacy/Telemetry.cs b/MSCFixer/Features/Privacy/Telemetry.cs similarity index 100% rename from src/MSCFixer/Features/Privacy/Telemetry.cs rename to MSCFixer/Features/Privacy/Telemetry.cs diff --git a/src/MSCFixer/Features/System/BSODDetails.cs b/MSCFixer/Features/System/BSODDetails.cs similarity index 100% rename from src/MSCFixer/Features/System/BSODDetails.cs rename to MSCFixer/Features/System/BSODDetails.cs diff --git a/src/MSCFixer/Features/System/MenuShowDelay.cs b/MSCFixer/Features/System/MenuShowDelay.cs similarity index 100% rename from src/MSCFixer/Features/System/MenuShowDelay.cs rename to MSCFixer/Features/System/MenuShowDelay.cs diff --git a/src/MSCFixer/Features/System/NetworkThrottling.cs b/MSCFixer/Features/System/NetworkThrottling.cs similarity index 100% rename from src/MSCFixer/Features/System/NetworkThrottling.cs rename to MSCFixer/Features/System/NetworkThrottling.cs diff --git a/src/MSCFixer/Features/System/SpeedUpShutdown.cs b/MSCFixer/Features/System/SpeedUpShutdown.cs similarity index 100% rename from src/MSCFixer/Features/System/SpeedUpShutdown.cs rename to MSCFixer/Features/System/SpeedUpShutdown.cs diff --git a/src/MSCFixer/Features/System/SystemResponsiveness.cs b/MSCFixer/Features/System/SystemResponsiveness.cs similarity index 100% rename from src/MSCFixer/Features/System/SystemResponsiveness.cs rename to MSCFixer/Features/System/SystemResponsiveness.cs diff --git a/src/MSCFixer/Features/System/VerboseStatus.cs b/MSCFixer/Features/System/VerboseStatus.cs similarity index 100% rename from src/MSCFixer/Features/System/VerboseStatus.cs rename to MSCFixer/Features/System/VerboseStatus.cs diff --git a/src/MSCFixer/Features/UI/DarkMode.cs b/MSCFixer/Features/UI/DarkMode.cs similarity index 100% rename from src/MSCFixer/Features/UI/DarkMode.cs rename to MSCFixer/Features/UI/DarkMode.cs diff --git a/src/MSCFixer/Features/UI/FullContextMenus.cs b/MSCFixer/Features/UI/FullContextMenus.cs similarity index 100% rename from src/MSCFixer/Features/UI/FullContextMenus.cs rename to MSCFixer/Features/UI/FullContextMenus.cs diff --git a/src/MSCFixer/Features/UI/LockScreen.cs b/MSCFixer/Features/UI/LockScreen.cs similarity index 100% rename from src/MSCFixer/Features/UI/LockScreen.cs rename to MSCFixer/Features/UI/LockScreen.cs diff --git a/src/MSCFixer/Features/UI/SearchBoxSuggestions.cs b/MSCFixer/Features/UI/SearchBoxSuggestions.cs similarity index 100% rename from src/MSCFixer/Features/UI/SearchBoxSuggestions.cs rename to MSCFixer/Features/UI/SearchBoxSuggestions.cs diff --git a/src/MSCFixer/Features/UI/SearchboxTaskbarMode.cs b/MSCFixer/Features/UI/SearchboxTaskbarMode.cs similarity index 100% rename from src/MSCFixer/Features/UI/SearchboxTaskbarMode.cs rename to MSCFixer/Features/UI/SearchboxTaskbarMode.cs diff --git a/src/MSCFixer/Features/UI/ShowOrHideMostUsedApps.cs b/MSCFixer/Features/UI/ShowOrHideMostUsedApps.cs similarity index 100% rename from src/MSCFixer/Features/UI/ShowOrHideMostUsedApps.cs rename to MSCFixer/Features/UI/ShowOrHideMostUsedApps.cs diff --git a/src/MSCFixer/Features/UI/ShowTaskViewButton.cs b/MSCFixer/Features/UI/ShowTaskViewButton.cs similarity index 100% rename from src/MSCFixer/Features/UI/ShowTaskViewButton.cs rename to MSCFixer/Features/UI/ShowTaskViewButton.cs diff --git a/src/MSCFixer/Features/UI/SnapAssistFlyout.cs b/MSCFixer/Features/UI/SnapAssistFlyout.cs similarity index 100% rename from src/MSCFixer/Features/UI/SnapAssistFlyout.cs rename to MSCFixer/Features/UI/SnapAssistFlyout.cs diff --git a/src/MSCFixer/Features/UI/StartLayout.cs b/MSCFixer/Features/UI/StartLayout.cs similarity index 100% rename from src/MSCFixer/Features/UI/StartLayout.cs rename to MSCFixer/Features/UI/StartLayout.cs diff --git a/src/MSCFixer/Features/UI/TaskbarAlignment.cs b/MSCFixer/Features/UI/TaskbarAlignment.cs similarity index 100% rename from src/MSCFixer/Features/UI/TaskbarAlignment.cs rename to MSCFixer/Features/UI/TaskbarAlignment.cs diff --git a/src/MSCFixer/Features/UI/Transparency.cs b/MSCFixer/Features/UI/Transparency.cs similarity index 100% rename from src/MSCFixer/Features/UI/Transparency.cs rename to MSCFixer/Features/UI/Transparency.cs diff --git a/src/MSCFixer/Helpers/Logger.cs b/MSCFixer/Helpers/Logger.cs similarity index 100% rename from src/MSCFixer/Helpers/Logger.cs rename to MSCFixer/Helpers/Logger.cs diff --git a/src/MSCFixer/Helpers/OSHelper.cs b/MSCFixer/Helpers/OSHelper.cs similarity index 100% rename from src/MSCFixer/Helpers/OSHelper.cs rename to MSCFixer/Helpers/OSHelper.cs diff --git a/src/MSCFixer/Helpers/Utils.cs b/MSCFixer/Helpers/Utils.cs similarity index 100% rename from src/MSCFixer/Helpers/Utils.cs rename to MSCFixer/Helpers/Utils.cs diff --git a/src/MSCFixer/MSCFixer.csproj b/MSCFixer/MSCFixer.csproj similarity index 100% rename from src/MSCFixer/MSCFixer.csproj rename to MSCFixer/MSCFixer.csproj diff --git a/src/MSCFixer/MainForm.Designer.cs b/MSCFixer/MainForm.Designer.cs similarity index 100% rename from src/MSCFixer/MainForm.Designer.cs rename to MSCFixer/MainForm.Designer.cs diff --git a/src/MSCFixer/MainForm.cs b/MSCFixer/MainForm.cs similarity index 100% rename from src/MSCFixer/MainForm.cs rename to MSCFixer/MainForm.cs diff --git a/src/MSCFixer/MainForm.resx b/MSCFixer/MainForm.resx similarity index 100% rename from src/MSCFixer/MainForm.resx rename to MSCFixer/MainForm.resx diff --git a/src/MSCFixer/NavigationHandler.cs b/MSCFixer/NavigationHandler.cs similarity index 100% rename from src/MSCFixer/NavigationHandler.cs rename to MSCFixer/NavigationHandler.cs diff --git a/src/MSCFixer/NavigationManager.cs b/MSCFixer/NavigationManager.cs similarity index 100% rename from src/MSCFixer/NavigationManager.cs rename to MSCFixer/NavigationManager.cs diff --git a/src/MSCFixer/PluginManager.cs b/MSCFixer/PluginManager.cs similarity index 100% rename from src/MSCFixer/PluginManager.cs rename to MSCFixer/PluginManager.cs diff --git a/src/MSCFixer/Program.cs b/MSCFixer/Program.cs similarity index 100% rename from src/MSCFixer/Program.cs rename to MSCFixer/Program.cs diff --git a/src/MSCFixer/Properties/AssemblyInfo.cs b/MSCFixer/Properties/AssemblyInfo.cs similarity index 100% rename from src/MSCFixer/Properties/AssemblyInfo.cs rename to MSCFixer/Properties/AssemblyInfo.cs diff --git a/src/MSCFixer/Properties/Resources.Designer.cs b/MSCFixer/Properties/Resources.Designer.cs similarity index 100% rename from src/MSCFixer/Properties/Resources.Designer.cs rename to MSCFixer/Properties/Resources.Designer.cs diff --git a/src/MSCFixer/Properties/Resources.resx b/MSCFixer/Properties/Resources.resx similarity index 100% rename from src/MSCFixer/Properties/Resources.resx rename to MSCFixer/Properties/Resources.resx diff --git a/src/MSCFixer/Properties/Settings.Designer.cs b/MSCFixer/Properties/Settings.Designer.cs similarity index 100% rename from src/MSCFixer/Properties/Settings.Designer.cs rename to MSCFixer/Properties/Settings.Designer.cs diff --git a/src/MSCFixer/Properties/Settings.settings b/MSCFixer/Properties/Settings.settings similarity index 100% rename from src/MSCFixer/Properties/Settings.settings rename to MSCFixer/Properties/Settings.settings diff --git a/src/MSCFixer/Views/SettingsView.Designer.cs b/MSCFixer/Views/SettingsView.Designer.cs similarity index 100% rename from src/MSCFixer/Views/SettingsView.Designer.cs rename to MSCFixer/Views/SettingsView.Designer.cs diff --git a/src/MSCFixer/Views/SettingsView.cs b/MSCFixer/Views/SettingsView.cs similarity index 100% rename from src/MSCFixer/Views/SettingsView.cs rename to MSCFixer/Views/SettingsView.cs diff --git a/src/MSCFixer/Views/SettingsView.resx b/MSCFixer/Views/SettingsView.resx similarity index 100% rename from src/MSCFixer/Views/SettingsView.resx rename to MSCFixer/Views/SettingsView.resx diff --git a/src/MSCFixer/app.manifest b/MSCFixer/app.manifest similarity index 100% rename from src/MSCFixer/app.manifest rename to MSCFixer/app.manifest