GitHub Desktop
Focus on what matters instead of fighting with Git. Whether you’re new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.
By downloading, you agree to the Open Source Applications Terms.
Attribute commits with collaborators easily
Quickly add co-authors to your commit. Great for pairing and excellent for sending a little love/credit to that special someone who helped fix that gnarly bug of yours. See the attribution on the history page, undo an accidental attribution, and see the co-authors on github.com
Checkout branches with pull requests and view CI statuses
See all open pull requests for your repositories and check them out as if they were a local branch, even if they’re from upstream branches or forks. See which pull requests pass commit status checks, too!
Syntax highlighted diffs
The new GitHub Desktop supports syntax highlighting when viewing diffs for a variety of different languages.
Expanded image diff support
Easily compare changed images. See the before and after, swipe or fade between the two, or look at just the changed parts.
Extensive editor & shell integrations
Open your favorite editor or shell from the app, or jump back to GitHub Desktop from your shell. GitHub Desktop is your springboard for work.
Community supported
GitHub Desktop is open source now! Check out our roadmap, contribute, and help us make collaboration even easier.
Windows 10 tool github
Windows 10 Sophia Script
A PowerShell module for Windows 10 fine-tuning and automating the routine tasks 🏆
Available in:
- Due to the fact that the script includes more than 150 functions with different arguments, you must read the entire Sophia.ps1 carefully and comment out/uncomment those functions that you do/do not want to be executed. Every tweak in the preset file has its’ corresponding function to restore the default settings.
- Running the script is best done on a fresh install because running it on wrong tweaked system may result in errors occurring.
Supported Windows 10 versions
Version | Marketing name | Build | Arch | Editions | Script version |
---|---|---|---|---|---|
21H1 | Spring 2021 Update | 19043 | x64 | Home/Pro/Enterprise | 5.10.1 |
20H2 | October 2020 Update | 19042 | x64 | Home/Pro/Enterprise | 5.10.1 |
2004 | May 2020 Update | 19041 | x64 | Home/Pro/Enterprise | 5.10.1 |
1809 | LTSC Enterprise 2019 | 17763 | x64 | Enterprise | 5.2.1 |
- Set up Privacy & Telemetry;
- Turn off diagnostics tracking scheduled tasks with pop-up form written in WPF;
- Set up UI & Personalization;
- Uninstall OneDrive «correctly»;
- Interactive prompts;
- Change %TEMP% environment variable path to %SystemDrive%\Temp
- Change location of the user folders programmatically (without moving user files) within interactive menu using arrows to select a drive
- «Desktop»;
- «Documents»;
- «Downloads»;
- «Music»;
- «Pictures»
- «Videos.
- Uninstall UWP apps displaying friendly packages names with pop-up form written in WPF;
- Dynamically generated UWP apps list installed for all users
- Restore the default uninstalled UWP apps for current user displaying friendly packages names with pop-up form written in WPF;
- The Tab completion for functions and their arguments by typing its’ first letters
- Disable Windows features displaying friendly packages names with pop-up form written in WPF;
- Uninstall Windows capabilities displaying friendly packages names with pop-up form written in WPF;
- Download and install the HEVC Video Extensions from Device Manufacturer from Microsoft server using https://store.rg-adguard.net parser to be able to open .heic and .heif formats;
- Register app, calculate hash, and set as default for specific extension without the «How do you want to open this» pop-up using special function;
- Install and setup WSL
- Create a Windows Cleanup and Windows Cleanup Notification scheduled tasks for Windows cleaning up unused files and updates;
- A native toast notification will be displayed where you can choose to snooze, run the cleanup task or dismiss
- Create tasks in the Task Scheduler to clear
- %SystemRoot%\SoftwareDistribution\Download
- %TEMP%
- Pin shortcuts to Start via pure PowerShell
- Three shortcuts are pre-configured to be pinned: Control Panel, «old style» Devices and Printers, and Windows PowerShell
- Unpin all Start menu tiles;
- Turn on Controlled folder access and add protected folders using dialog menu;
- Add exclusion folder from Microsoft Defender Antivirus scanning using dialog menu;
- Add exclusion file from Microsoft Defender Antivirus scanning using dialog menu;
- Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
- Setup Windows 10 security;
- Many more File Explorer and context menu «deep» tweaks.
Expand the archive;
Open folder with the expanded archive;
Look through the Sophia.ps1 file to configure functions that you want to be run;
- Comment out function with the # char if you don’t want it to be run;
- Uncomment function by removing the # char if you want it to be run.
Click «File» in File Explorer, hover over «Open Windows PowerShell», and select «Open Windows PowerShell as Administrator» (how-to with screenshots);
Set execution policy to be able to run scripts only in the current PowerShell session
Type .\Sophia.ps1 to run the whole preset file;
To run the specific function(s) dot source the Functions.ps1 file first:
Or use an old-style format without the TAB functions autocomplete
- Regardless of the functions entered as an argument the Checkings function will be executed first, and the Refresh and Errors functions will be executed at the end;
- The quotation marks required.
How to translate
- Get your OS UI culture by $PSUICulture .
- Create a folder with the UI culture name;
- Place your localized Sophia.psd1 file into this folder.
Ask a question on
SophiApp Community Edition (C# + WPF)
SophiApp is still in development.
About
⚡ A powerful PowerShell module for fine-tuning and tweaking Windows 10
Windows 10 tool github
Script/Utility/Application to debloat Windows 10, to remove Windows pre-installed unnecessary applications, stop some telemetry functions, stop Cortana from being used as your Search Index, to disable unnecessary scheduled tasks, and more.
Donate a cup of coffee
Be sure to look at the Contributors’ Githubs to see if they have GitHub sponsorships as well, since they have contributed to this open source project. (https://github.com/Sycnex/Windows10Debloater/graphs/contributors)
WARNING: I do NOT take responsibility for what may happen to your system! Run scripts at your own risk! Also, other variants of this repo are not technically «new» versions of this, but they are different in their own respective ways. There are some sites saying that other projects are «new» versions of this, but that is inaccurate.
How To Run the Windows10Debloater.ps1 and the Windows10DebloaterGUI.ps1 files
There are different methods of running the PowerShell script. The methods are as follows:
- Download the .zip file on the main page of the github and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- Enable PowerShell execution Set-ExecutionPolicy Unrestricted -Force
- On the prompt, change to the directory where you extracted the files: e.g. — cd c:\temp
- Next, to run either script, enter in the following: e.g. — .\Windows10DebloaterGUI.ps1
- Download the .zip file on the main page of the github and extract the .zip file to your desired location
- Right click the PowerShell file that you’d like to run and click on «Run With PowerShell»
- This will allow the script to run without having to do the above steps but Powershell will ask if you’re sure you want to run this script.
Remember this script NEEDS to be run as admin in order to function properly.
How To Run the Windows10SysPrepDebloater.ps1 file
For the WindowsSysPrepDebloater.ps1 file, there are a couple of parameters that you can run so that you can specify which functions are used. The parameters are: -SysPrep , -Debloat and -Privacy .
To run this with parameters, do the following:
- Download the .zip file on the main page of the github and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- On the prompt, change to the directory where you extracted the files: e.g. — cd c:\temp
- Next, to run either script, enter in the following: e.g. — .\Windows10SysPrepDebloater.ps1 -Sysprep, -Debloat -Privacy
Sysprep, Interactive, and GUI Application
There are now 3 versions of Windows10Debloater — There is an interactive version, a GUI app version, and a pure silent version.
Windows10SysPrepDebloater.ps1 -> The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process.
Windows10Debloater.ps1 -> This interactive version is what it implies — a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does.
Windows10DebloaterGUI.ps1 -> There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you’d prefer to just see an application screen.
There are 3 switch parameters in the Windows10SysPrepDebloater.ps1 script.
-SysPrep , which runs the command within a function: get-appxpackage | remove-appxpackage. This is useful since some administrators need that command to run first in order for machines to be able to properly provision the apps for removal.
-Debloat , switch parameter which does as it suggests. It runs the following functions: Start-Debloat, Remove-Keys, and Protect-Privacy. Remove-Keys removes registry keys leftover that are associated with the bloatware apps listed above, but not removed during the Start-Debloat function.
-Privacy , adds and/or changes registry keys to stop some telemetry functions, stops Cortana from being used as your Search Index, disables «unneccessary» scheduled tasks, and more.
This script will remove the bloatware from Windows 10 when using Remove-AppXPackage/Remove-AppXProvisionedPackage, and then delete specific registry keys that are were not removed beforehand. For best results, this script should be ran before a user profile is configured, otherwise you will likely see that apps that should have been removed will remain, and if they are removed you will find broken tiles on the start menu.
These registry keys are
EclipseManager, ActiproSoftwareLLC, Microsoft.PPIProjection, Microsoft.XboxGameCallableUI
You can choose to either ‘Debloat’ or ‘Revert’. Depending on your choice, either one will run specific code to either debloat your Windows 10 machine.
The Debloat switch choice runs the following functions
Debloat, Remove-Keys, Protect-Privacy, Stop-EdgePDF (If chosen)
The Revert switch choice runs the following functions
The Revert option reinstalls the bloatware and changes your registry keys back to default.
The scheduled tasks that are disabled are
XblGameSaveTaskLogon, XblGameSaveTask, Consolidator, UsbCeip, DmClient
These scheduled tasks that are disabled have absolutely no impact on the function of the OS.
Bloatware that is removed
3DBuilder, ActiproSoftware, Alarms, Appconnector, Asphalt8, Autodesk SketchBook, MSN Money, Food And Drink, Health And Fitness, Microsoft News, MSN Sports, MSN Travel, MSN Weather, BioEnrollment, Windows Camera, CandyCrush, CandyCrushSoda, Caesars Slots Free Casino, ContactSupport, CyberLink MediaSuite Essentials, DrawboardPDF, Duolingo, EclipseManager, Facebook, FarmVille 2 Country Escape, Flipboard, Fresh Paint, Get started, iHeartRadio, King apps, Maps, March of Empires, Messaging, Microsoft Office Hub, Microsoft Solitaire Collection, Microsoft Sticky Notes, Minecraft, Netflix, Network Speed Test, NYT Crossword, Office Sway, OneNote, OneConnect, Pandora, People, Phone, Phototastic Collage, PicsArt-PhotoStudio, PowerBI, Royal Revolt 2, Shazam, Skype for Desktop, SoundRecorder, TuneInRadio, Twitter, Windows communications apps, Windows Feedback, Windows Feedback Hub, Windows Reading List, XboxApp, Xbox Game CallableUI, Xbox Identity Provider, Zune Music, Zune Video.
Quick download link
iwr -useb https://git.io/debloat|iex
Allowlist and Blocklist
There may be some confusion, but when using the Allowlist/Blocklist, the checkmark means it is on the blocklist, and that it will be removed.