├── Assets
├── Sound.mp3
├── GTweak.ico
├── GTweak.png
├── GTweak.psd
├── 3D-GTweak.png
├── ImagesPkgs
│ ├── Edge.png
│ ├── Mail.png
│ ├── Maps.png
│ ├── Xbox.png
│ ├── Alarms.png
│ ├── Camera.png
│ ├── Music.png
│ ├── People.png
│ ├── Phone.png
│ ├── Photos.png
│ ├── Todos.png
│ ├── Video.png
│ ├── BingNews.png
│ ├── Clipchamp.png
│ ├── Copilot.png
│ ├── Cortana.png
│ ├── DevHome.png
│ ├── GetHelp.png
│ ├── Linkedin.png
│ ├── Notepad.png
│ ├── OneDrive.png
│ ├── OneNote.png
│ ├── Outlook.png
│ ├── Paint3D.png
│ ├── SandTimer.png
│ ├── SkypeApp.png
│ ├── Terminal.png
│ ├── Widgets.png
│ ├── BingFinance.png
│ ├── BingSearch.png
│ ├── BingSports.png
│ ├── BingWeather.png
│ ├── Calculator.png
│ ├── FeedbackHub.png
│ ├── GetStarted.png
│ ├── QuickAssist.png
│ ├── MicrosoftStore.png
│ ├── MicrosoftTeams.png
│ ├── MixedReality.png
│ ├── ScreenSketch.png
│ ├── SoundRecorder.png
│ ├── Microsoft3DViewer.png
│ ├── MicrosoftOfficeHub.png
│ ├── WebMediaExtensions.png
│ ├── MicrosoftFamilySafety.png
│ ├── MicrosoftStickyNotes.png
│ ├── MobilePlanOneConnect.png
│ ├── MicrosoftPowerAutomate.png
│ └── MicrosoftSolitaireCollection.png
├── TitleBar
│ ├── Minimize.svg
│ ├── Moon.svg
│ ├── AvatarProfile.svg
│ ├── Close.svg
│ └── Sun.svg
├── SystemInfo
│ ├── LogoWin.svg
│ ├── Vision.svg
│ ├── No vision.svg
│ ├── Network.svg
│ ├── IPaddress.svg
│ └── VideoCard.svg
└── SettingsPanel
│ ├── Git.svg
│ └── VolumeMute.svg
├── .github
├── button.png
├── Preview.gif
├── screenshots
│ ├── en
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── fr
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── hu
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── it
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── ko
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── ru
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ ├── uk
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Interface.png
│ │ ├── Services.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
│ └── pt-br
│ │ ├── System.png
│ │ ├── Utils.png
│ │ ├── Services.png
│ │ ├── Interface.png
│ │ ├── Applications.png
│ │ └── Confidentiality.png
├── ISSUE_TEMPLATE
│ ├── ❓-questions-and-answers.yaml
│ ├── 🐞-bug-report.yaml
│ └── ✨-feature-request-.yaml
└── workflows
│ └── build.yaml
├── .Source
└── GTweak
│ ├── GTweak.ico
│ ├── Resources
│ ├── Blank.gz
│ ├── hosts.gz
│ ├── NSudoLC.gz
│ ├── Sound.wav
│ └── UltPower.gz
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Settings.settings
│ ├── Settings.Designer.cs
│ ├── AssemblyInfo.tt
│ └── Resources.Designer.cs
│ ├── Assets
│ ├── Fonts
│ │ ├── Jura-Medium.ttf
│ │ ├── Play-Regular.ttf
│ │ └── Fonts.xaml
│ ├── ImagePackages
│ │ ├── Alarms.png
│ │ ├── Camera.png
│ │ ├── Edge.png
│ │ ├── Mail.png
│ │ ├── Maps.png
│ │ ├── Music.png
│ │ ├── People.png
│ │ ├── Phone.png
│ │ ├── Photos.png
│ │ ├── Todos.png
│ │ ├── Video.png
│ │ ├── Xbox.png
│ │ ├── BingNews.png
│ │ ├── Copilot.png
│ │ ├── Cortana.png
│ │ ├── DevHome.png
│ │ ├── GetHelp.png
│ │ ├── Linkedin.png
│ │ ├── Notepad.png
│ │ ├── OneDrive.png
│ │ ├── OneNote.png
│ │ ├── Outlook.png
│ │ ├── Paint3D.png
│ │ ├── SkypeApp.png
│ │ ├── Terminal.png
│ │ ├── Widgets.png
│ │ ├── BingFinance.png
│ │ ├── BingSearch.png
│ │ ├── BingSports.png
│ │ ├── BingWeather.png
│ │ ├── Calculator.png
│ │ ├── Clipchamp.png
│ │ ├── FeedbackHub.png
│ │ ├── GetStarted.png
│ │ ├── QuickAssist.png
│ │ ├── SandTimer.png
│ │ ├── MixedReality.png
│ │ ├── ScreenSketch.png
│ │ ├── SoundRecorder.png
│ │ ├── MicrosoftStore.png
│ │ ├── MicrosoftTeams.png
│ │ ├── Microsoft3DViewer.png
│ │ ├── MicrosoftOfficeHub.png
│ │ ├── WebMediaExtensions.png
│ │ ├── MicrosoftFamilySafety.png
│ │ ├── MicrosoftStickyNotes.png
│ │ ├── MobilePlanOneConnect.png
│ │ ├── MicrosoftPowerAutomate.png
│ │ └── MicrosoftSolitaireCollection.png
│ └── UserControl
│ │ ├── DescriptionBlock.xaml.cs
│ │ ├── DescriptionBlock.xaml
│ │ ├── ToggleButton.xaml
│ │ ├── Card.xaml.cs
│ │ └── Card.xaml
│ ├── FodyWeavers.xml
│ ├── App.config
│ ├── Core
│ ├── Model
│ │ ├── InterfaceModel.cs
│ │ ├── ServicesModel.cs
│ │ ├── ConfidentialityModel.cs
│ │ ├── SystemModel.cs
│ │ ├── DataSystemModel.cs
│ │ ├── MainWinModel.cs
│ │ └── PakagesModel.cs
│ ├── ButtonNavigation.cs
│ ├── Base
│ │ ├── ViewModelBase.cs
│ │ └── ViewModelPageBase.cs
│ ├── ViewModel
│ │ ├── ServicesViewModel.cs
│ │ ├── SystemViewModel.cs
│ │ ├── ConfidentialityViewModel.cs
│ │ ├── InterfaceViewModel.cs
│ │ └── PakagesViewModel.cs
│ ├── RelayCommand.cs
│ └── DataTemplate.xaml
│ ├── packages.config
│ ├── Windows
│ ├── OverlayWindow.xaml
│ ├── MessageWindow.xaml.cs
│ ├── OverlayWindow.xaml.cs
│ ├── UpdateWindow.xaml.cs
│ ├── NotificationWindow.xaml.cs
│ ├── UpdateWindow.xaml
│ ├── LoadingWindow.xaml.cs
│ ├── ImportWindow.xaml
│ └── NotificationWindow.xaml
│ ├── app.manifest
│ ├── Utilities
│ ├── Managers
│ │ ├── ArchiveManager.cs
│ │ ├── ControlWriterManager.cs
│ │ ├── TimerControlManager.cs
│ │ ├── OverlayDialogManager.cs
│ │ └── ExplorerManager.cs
│ ├── Helpers
│ │ ├── BackgroundQueue.cs
│ │ └── DisablingWinKeys.cs
│ ├── Animation
│ │ ├── FactoryAnimation.cs
│ │ ├── BrushAnimation.cs
│ │ ├── NumberAnimation.cs
│ │ └── TypewriterAnimation.cs
│ ├── Controls
│ │ ├── RunGuard.cs
│ │ └── ErrorLogging.cs
│ ├── Configuration
│ │ └── HardwareData.cs
│ ├── Storage
│ │ └── WinKeyStorage.cs
│ └── Maintenance
│ │ └── NTFSCompressor.cs
│ ├── Languages
│ └── LanguageCatalog.xaml
│ ├── View
│ ├── ServicesView.xaml.cs
│ ├── ConfidentialityView.xaml.cs
│ ├── InterfaceView.xaml.cs
│ └── SystemView.xaml.cs
│ ├── Styles
│ ├── Page.xaml
│ ├── Inputs
│ │ ├── ComboBox.xaml
│ │ └── TextBox.xaml
│ ├── Themes
│ │ ├── Dark
│ │ │ └── Colors.xaml
│ │ └── Light
│ │ │ └── Colors.xaml
│ └── Display
│ │ ├── Images.xaml
│ │ └── TextBlock.xaml
│ └── App.xaml
├── GTweak.sln
├── LICENSE
└── .gitattributes
/Assets/Sound.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/Sound.mp3
--------------------------------------------------------------------------------
/.github/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/button.png
--------------------------------------------------------------------------------
/Assets/GTweak.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/GTweak.ico
--------------------------------------------------------------------------------
/Assets/GTweak.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/GTweak.png
--------------------------------------------------------------------------------
/Assets/GTweak.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/GTweak.psd
--------------------------------------------------------------------------------
/.github/Preview.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/Preview.gif
--------------------------------------------------------------------------------
/Assets/3D-GTweak.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/3D-GTweak.png
--------------------------------------------------------------------------------
/.Source/GTweak/GTweak.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/GTweak.ico
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Edge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Edge.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Mail.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Maps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Maps.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Xbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Xbox.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Alarms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Alarms.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Camera.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Music.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/People.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/People.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Phone.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Photos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Photos.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Todos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Todos.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Video.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/BingNews.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/BingNews.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Clipchamp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Clipchamp.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Copilot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Copilot.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Cortana.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Cortana.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/DevHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/DevHome.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/GetHelp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/GetHelp.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Linkedin.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Notepad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Notepad.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/OneDrive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/OneDrive.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/OneNote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/OneNote.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Outlook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Outlook.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Paint3D.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Paint3D.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/SandTimer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/SandTimer.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/SkypeApp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/SkypeApp.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Terminal.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Widgets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Widgets.png
--------------------------------------------------------------------------------
/.Source/GTweak/Resources/Blank.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Resources/Blank.gz
--------------------------------------------------------------------------------
/.Source/GTweak/Resources/hosts.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Resources/hosts.gz
--------------------------------------------------------------------------------
/.github/screenshots/en/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/System.png
--------------------------------------------------------------------------------
/.github/screenshots/en/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/System.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/System.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/it/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/System.png
--------------------------------------------------------------------------------
/.github/screenshots/it/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/System.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/System.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/System.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/Utils.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/BingFinance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/BingFinance.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/BingSearch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/BingSearch.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/BingSports.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/BingSports.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/BingWeather.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/BingWeather.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Calculator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Calculator.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/FeedbackHub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/FeedbackHub.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/GetStarted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/GetStarted.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/QuickAssist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/QuickAssist.png
--------------------------------------------------------------------------------
/.Source/GTweak/Resources/NSudoLC.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Resources/NSudoLC.gz
--------------------------------------------------------------------------------
/.Source/GTweak/Resources/Sound.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Resources/Sound.wav
--------------------------------------------------------------------------------
/.Source/GTweak/Resources/UltPower.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Resources/UltPower.gz
--------------------------------------------------------------------------------
/.github/screenshots/en/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/en/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/it/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/it/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/System.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/Utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/Utils.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/Services.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/Services.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftStore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftStore.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftTeams.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftTeams.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MixedReality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MixedReality.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/ScreenSketch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/ScreenSketch.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/SoundRecorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/SoundRecorder.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/Services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/Services.png
--------------------------------------------------------------------------------
/.Source/GTweak/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/.github/screenshots/en/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/it/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/Interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/Interface.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/Applications.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/Microsoft3DViewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/Microsoft3DViewer.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftOfficeHub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftOfficeHub.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/WebMediaExtensions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/WebMediaExtensions.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/Fonts/Jura-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/Fonts/Jura-Medium.ttf
--------------------------------------------------------------------------------
/.github/screenshots/en/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/en/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/fr/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/fr/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/hu/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/hu/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/it/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/it/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/ko/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ko/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/Applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/Applications.png
--------------------------------------------------------------------------------
/.github/screenshots/ru/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/ru/Confidentiality.png
--------------------------------------------------------------------------------
/.github/screenshots/uk/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/uk/Confidentiality.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftFamilySafety.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftFamilySafety.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftStickyNotes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftStickyNotes.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MobilePlanOneConnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MobilePlanOneConnect.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/Fonts/Play-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/Fonts/Play-Regular.ttf
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Alarms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Alarms.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Camera.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Edge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Edge.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Mail.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Maps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Maps.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Music.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/People.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/People.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Phone.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Photos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Photos.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Todos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Todos.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Video.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Xbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Xbox.png
--------------------------------------------------------------------------------
/.github/screenshots/pt-br/Confidentiality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.github/screenshots/pt-br/Confidentiality.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftPowerAutomate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftPowerAutomate.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/BingNews.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/BingNews.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Copilot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Copilot.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Cortana.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Cortana.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/DevHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/DevHome.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/GetHelp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/GetHelp.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Linkedin.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Notepad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Notepad.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/OneDrive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/OneDrive.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/OneNote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/OneNote.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Outlook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Outlook.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Paint3D.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Paint3D.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/SkypeApp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/SkypeApp.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Terminal.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Widgets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Widgets.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/BingFinance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/BingFinance.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/BingSearch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/BingSearch.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/BingSports.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/BingSports.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/BingWeather.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/BingWeather.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Calculator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Calculator.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Clipchamp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Clipchamp.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/FeedbackHub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/FeedbackHub.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/GetStarted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/GetStarted.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/QuickAssist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/QuickAssist.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/SandTimer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/SandTimer.png
--------------------------------------------------------------------------------
/Assets/ImagesPkgs/MicrosoftSolitaireCollection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/Assets/ImagesPkgs/MicrosoftSolitaireCollection.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MixedReality.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MixedReality.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/ScreenSketch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/ScreenSketch.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/SoundRecorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/SoundRecorder.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftStore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftStore.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftTeams.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftTeams.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/Microsoft3DViewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/Microsoft3DViewer.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftOfficeHub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftOfficeHub.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/WebMediaExtensions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/WebMediaExtensions.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftFamilySafety.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftFamilySafety.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftStickyNotes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftStickyNotes.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MobilePlanOneConnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MobilePlanOneConnect.png
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftPowerAutomate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftPowerAutomate.png
--------------------------------------------------------------------------------
/.Source/GTweak/FodyWeavers.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/ImagePackages/MicrosoftSolitaireCollection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Greedeks/GTweak/HEAD/.Source/GTweak/Assets/ImagePackages/MicrosoftSolitaireCollection.png
--------------------------------------------------------------------------------
/.Source/GTweak/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.Source/GTweak/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/InterfaceModel.cs:
--------------------------------------------------------------------------------
1 | using GTweak.Core.Base;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class InterfaceModel : IBasePageItem
6 | {
7 | public string Name { get; set; }
8 | public bool State { get; set; }
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/ServicesModel.cs:
--------------------------------------------------------------------------------
1 | using GTweak.Core.Base;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class ServicesModel : IBasePageItem
6 | {
7 | public string Name { get; set; }
8 | public bool State { get; set; }
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/ConfidentialityModel.cs:
--------------------------------------------------------------------------------
1 | using GTweak.Core.Base;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class ConfidentialityModel : IBasePageItem
6 | {
7 | public string Name { get; set; }
8 | public bool State { get; set; }
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/SystemModel.cs:
--------------------------------------------------------------------------------
1 | using GTweak.Core.Base;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class SystemModel : ITypedPageItem
6 | {
7 | public string Name { get; set; }
8 | public bool State { get; set; }
9 | public double Value { get; set; }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/Assets/TitleBar/Minimize.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.Source/GTweak/Assets/Fonts/Fonts.xaml:
--------------------------------------------------------------------------------
1 |
3 |
4 | /Assets/Fonts/Jura-Medium.ttf#Jura
5 | /Assets/Fonts/Play-Regular.ttf#Play
6 |
7 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/DataSystemModel.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class DataSystemModel
6 | {
7 | public string Name { get; set; }
8 | public string Data { get; set; }
9 | internal int BlurValue { get; set; }
10 | internal Visibility IpVisibility { get; set; }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/ButtonNavigation.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 | using System.Windows.Controls;
3 |
4 | namespace GTweak.Core
5 | {
6 | internal sealed class ButtonNavigation : RadioButton
7 | {
8 | static ButtonNavigation() => DefaultStyleKeyProperty.OverrideMetadata(typeof(ButtonNavigation), new FrameworkPropertyMetadata(typeof(ButtonNavigation)));
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/MainWinModel.cs:
--------------------------------------------------------------------------------
1 | namespace GTweak.Core.Model
2 | {
3 | internal sealed class MainWinModel
4 | {
5 | public object CurrentView { get; set; }
6 | public string SelectedLanguage { get; set; }
7 |
8 | internal class LanguageItem
9 | {
10 | public string Code { get; set; }
11 | public string Display { get; set; }
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Base/ViewModelBase.cs:
--------------------------------------------------------------------------------
1 | using System.ComponentModel;
2 | using System.Runtime.CompilerServices;
3 |
4 | namespace GTweak.Core.Base
5 | {
6 | internal class ViewModelBase : INotifyPropertyChanged
7 | {
8 | public event PropertyChangedEventHandler PropertyChanged;
9 | public void OnPropertyChanged([CallerMemberName] string propName = null)
10 | {
11 | PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propName));
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/ViewModel/ServicesViewModel.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using GTweak.Core.Base;
3 | using GTweak.Core.Model;
4 | using GTweak.Utilities.Tweaks;
5 |
6 | namespace GTweak.Core.ViewModel
7 | {
8 | internal class ServicesViewModel : ViewModelPageBase
9 | {
10 | protected override Dictionary GetControlStates() => ServicesTweaks.ControlStates;
11 |
12 | protected override void Analyze(ServicesTweaks tweaks) => tweaks.AnalyzeAndUpdate();
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/❓-questions-and-answers.yaml:
--------------------------------------------------------------------------------
1 | name: "❓ Questions and Answers"
2 | description: "Frequently Asked Questions"
3 | title: "[Question] Title"
4 | labels:
5 | - documentation
6 | - question
7 | assignees:
8 | - Greedeks
9 |
10 | body:
11 | - type: textarea
12 | id: question
13 | attributes:
14 | label: "❓ Your Question"
15 | description: "Ask your question here. Provide as much detail as possible to get a clear and helpful answer."
16 | placeholder: "Write your question..."
17 | validations:
18 | required: true
19 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/🐞-bug-report.yaml:
--------------------------------------------------------------------------------
1 | name: "🐞 Bug Report"
2 | description: "Description of the error or the problem with the utility"
3 | title: "[BUG] Title"
4 | labels:
5 | - bug
6 | - help wanted
7 | - wontfix
8 | assignees:
9 | - Greedeks
10 |
11 | body:
12 | - type: textarea
13 | id: problem_description
14 | attributes:
15 | label: "🚨 Problem Description"
16 | description: "Describe the nature of your problem. Or the conditions of its occurrence and attach screenshots or error logs if possible."
17 | placeholder: "Explain the issue in detail..."
18 | validations:
19 | required: true
20 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/✨-feature-request-.yaml:
--------------------------------------------------------------------------------
1 | name: "✨ Feature Request"
2 | description: "Suggest an idea for this project"
3 | title: "[Feature Request] Title"
4 | labels:
5 | - enhancement
6 | - experience using
7 | assignees:
8 | - Greedeks
9 |
10 | body:
11 | - type: textarea
12 | id: description
13 | attributes:
14 | label: "📝 Description"
15 | description: "Provide a detailed description of the feature. Describe what the feature should do, how it is expected to work, and include any relevant background or context that explains its importance."
16 | placeholder: "Describe your feature request in detail..."
17 | validations:
18 | required: true
19 |
--------------------------------------------------------------------------------
/.Source/GTweak/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/ViewModel/SystemViewModel.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using System.Windows;
3 | using GTweak.Core.Base;
4 | using GTweak.Core.Model;
5 | using GTweak.Utilities.Configuration;
6 | using GTweak.Utilities.Tweaks;
7 |
8 | namespace GTweak.Core.ViewModel
9 | {
10 | internal class SystemViewModel : ViewModelPageBase
11 | {
12 | public Visibility RealtekSupportAvailable => HardwareData.VendorDetection.Realtek ? Visibility.Visible : Visibility.Collapsed;
13 |
14 | protected override Dictionary GetControlStates() => SystemTweaks.ControlStates;
15 |
16 | protected override void Analyze(SystemTweaks tweaks) => tweaks.AnalyzeAndUpdate();
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/.Source/GTweak/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | namespace GTweak.Properties {
2 |
3 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
4 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
5 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
6 |
7 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
8 |
9 | public static Settings Default {
10 | get {
11 | return defaultInstance;
12 | }
13 | }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/.github/workflows/build.yaml:
--------------------------------------------------------------------------------
1 | name: Intermediate Release Build
2 |
3 | on:
4 | workflow_dispatch:
5 | pull_request:
6 | branches: [ main ]
7 |
8 | jobs:
9 | build:
10 | runs-on: windows-latest
11 |
12 | steps:
13 | - name: Checkout code
14 | uses: actions/checkout@v4
15 |
16 | - name: Setup MSBuild
17 | uses: microsoft/setup-msbuild@v2
18 |
19 | - name: Restore NuGet packages
20 | run: nuget restore GTweak.sln
21 |
22 | - name: Build the solution (Release)
23 | run: msbuild GTweak.sln /t:Rebuild /p:Configuration=Release
24 |
25 | - name: Upload Build Artifacts
26 | uses: actions/upload-artifact@v4
27 | with:
28 | name: build
29 | path: |
30 | .Source/GTweak/bin/Release/
31 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/ViewModel/ConfidentialityViewModel.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using System.Windows;
3 | using GTweak.Core.Base;
4 | using GTweak.Core.Model;
5 | using GTweak.Utilities.Configuration;
6 | using GTweak.Utilities.Tweaks;
7 |
8 | namespace GTweak.Core.ViewModel
9 | {
10 | internal class ConfidentialityViewModel : ViewModelPageBase
11 | {
12 | public Visibility NvSupportAvailable => HardwareData.VendorDetection.Nvidia ? Visibility.Visible : Visibility.Collapsed;
13 |
14 | protected override Dictionary GetControlStates() => ConfidentialityTweaks.ControlStates;
15 |
16 | protected override void Analyze(ConfidentialityTweaks tweaks) => tweaks.AnalyzeAndUpdate();
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/Model/PakagesModel.cs:
--------------------------------------------------------------------------------
1 | using GTweak.Core.Base;
2 |
3 | namespace GTweak.Core.Model
4 | {
5 | internal sealed class PakagesModel : ViewModelBase
6 | {
7 | private string _name;
8 | private bool _installed;
9 | private bool _isUnavailable;
10 |
11 | public string Name
12 | {
13 | get => _name;
14 | set { _name = value; OnPropertyChanged(); }
15 | }
16 |
17 | public bool Installed
18 | {
19 | get => _installed;
20 | set { _installed = value; OnPropertyChanged(); }
21 | }
22 |
23 | public bool IsUnavailable
24 | {
25 | get => _isUnavailable;
26 | set { _isUnavailable = value; OnPropertyChanged(); }
27 | }
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/.Source/GTweak/Windows/OverlayWindow.xaml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/.Source/GTweak/app.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | true
19 | true
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/.Source/GTweak/Core/RelayCommand.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Windows.Input;
3 |
4 | namespace GTweak.Core
5 | {
6 | internal class RelayCommand : ICommand
7 | {
8 | private readonly Action