This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Uninstall-DefaultWindows11Apps.ps1 | |
| # Run this script as Administrator in PowerShell | |
| Write-Host "Uninstalling default Windows 11 apps unnecessary for development..." | |
| # List of common Windows 11 apps to remove (add or remove as needed) | |
| $appsToRemove = @( | |
| "Microsoft.BingNews" | |
| "Microsoft.BingWeather" | |
| "Microsoft.BingFinance" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Instructions to run this Boxstarter script: | |
| # 1. Save this script as Boxstarter-DevTools.ps1 on your Windows VM or upload it to a public/secret GitHub Gist and get the raw URL. | |
| # 2. Open an elevated PowerShell prompt (Run as Administrator). | |
| # 3. Ensure Boxstarter is installed by running: choco install -y boxstarter | |
| # 4. Run the script using one of the following commands: | |
| # - Local file: Install-BoxstarterPackage -PackageName C:\Path\To\Boxstarter-DevTools.ps1 -DisableReboots | |
| # - Gist URL: Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/username/uniqueid/raw/Boxstarter-DevTools.ps1 -DisableReboots | |
| # 5. The -DisableReboots flag is optional; remove it to allow Boxstarter to handle reboots automatically. | |
| # 6. Monitor the installation; check $env:LocalAppData\Boxstarter\Boxstarter.log for errors if any package fails. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _ | |
| - - /, /, |\ 222222222222222 | |
| )/ )/ ) ' _ \\ 2:::::::::::::::22 | |
| )__)__) \\ /\\ < \, ,._-_ / \\ _-_, 2::::::222222:::::2 | |
| ~)__)__) || / /-|| || || || ||_. 2222222 2:::::2 | |
| ) ) ) || /\\ (( || || || || ~ || 2:::::2 | |
| /-_/-_/ \\ || \/\\ \\, \\/ ,-_- 2:::::2 :::::: | |
| / 2222::::2 :::::: | |
| (, 22222::::::22 :::::: | |
| .--.--.-----. 22::::::::222 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Taken form: http://javisantana.com/a/hello_spainjs.html | |
| Original author: Javier Santana. | |
| Some code cleaning, added comments to make it instructional: Iván Loire | |
| --> | |
| <html> | |
| <head> | |
| <style> | |
| html, body { |