All Projects → EdiWang → EnvSetup

EdiWang / EnvSetup

Licence: MIT license
Choco script for setting up my dev box.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to EnvSetup

FakeGPS
[NOT MAINTAINED] FakeGPS driver for Windows
Stars: ✭ 85 (-30.33%)
Mutual labels:  windows-10
LocalNotifications
Create and manage in-app notifications in Universal Windows applications.
Stars: ✭ 37 (-69.67%)
Mutual labels:  windows-10
gacpass
a password management software using GacUI.
Stars: ✭ 22 (-81.97%)
Mutual labels:  windows-10
Scambaiting-Setup
A full setup guide for scam-baiting with Oracle's VirtualBox.
Stars: ✭ 232 (+90.16%)
Mutual labels:  windows-10
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (-68.85%)
Mutual labels:  windows-10
WindowsAppSDK
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Stars: ✭ 3,089 (+2431.97%)
Mutual labels:  windows-10
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-28.69%)
Mutual labels:  windows-10
Textylic
A note taking app developed for the 22nd century
Stars: ✭ 34 (-72.13%)
Mutual labels:  windows-10
Light-Switch
Easily switch from light to dark theme, or the other way around, in Windows 10/11.
Stars: ✭ 25 (-79.51%)
Mutual labels:  windows-10
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+3.28%)
Mutual labels:  windows-10
wor-flasher
Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
Stars: ✭ 451 (+269.67%)
Mutual labels:  windows-10
Queries
SQLite queries
Stars: ✭ 57 (-53.28%)
Mutual labels:  windows-10
WindowsSimplify
Windows 系統優化精簡 / Windows Simplify Project
Stars: ✭ 234 (+91.8%)
Mutual labels:  windows-10
Nagisa-ClassicUWP
(Superseded by NanaGet) An open source file transfer utility on Universal Windows Platform.
Stars: ✭ 57 (-53.28%)
Mutual labels:  windows-10
ArtixWSL
Install Artix Linux as a WSL Instance.
Stars: ✭ 45 (-63.11%)
Mutual labels:  windows-10
windows10
MS Windows 10 cheat-sheet
Stars: ✭ 13 (-89.34%)
Mutual labels:  windows-10
kiosk-demo-electron
Package and distribute Electron Apps and run them in Kiosk mode on Windows 10
Stars: ✭ 68 (-44.26%)
Mutual labels:  windows-10
WindowsMediaController
Allows developers to more easily get information from and interact with the Windows 10/11 OS media interface.
Stars: ✭ 41 (-66.39%)
Mutual labels:  windows-10
tor-rootkit
A Python 3 standalone Windows 10 / Linux Rootkit using Tor.
Stars: ✭ 142 (+16.39%)
Mutual labels:  windows-10
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-54.1%)
Mutual labels:  windows-10

Windows 10 Developer Machine Setup

This is the script for Edi Wang to setup a new dev box. You can modify the scripts to fit your own requirements.

Prerequisites

  • A clean install of Windows 10 Pro v21H1 en-us or above.
  • If you are in China: a stable "Internet" connection.

This script has not been tested on other version of Windows, please be careful if you are using it on other Windows versions.

One-key install

Open Windows PowerShell(Admin)

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/EdiWang/EnvSetup/master/Install.ps1'))

Optional

Import "Add_PS1_Run_as_administrator.reg" to your registry to enable context menu on the powershell files to run as Administrator.

Run Install.ps1

  • Set a New Computer Name
  • Disable Sleep on AC Power
  • Add 'This PC' Desktop Icon (need refresh desktop)
  • Enable Developer Mode
  • Enable Remote Desktop
  • Install IIS
    • ASP.NET 4.8
    • Dynamic and Static Compression
    • Basic Authentication
    • Windows Authentication
    • Server Side Includes
    • WebSockets
  • Install Chocolate for Windows
    • 7-Zip
    • Google Chrome
    • VLC
    • Microsoft Teams
    • SysInternals
    • Lightshot
    • FileZilla
    • NuGet Command Line
    • Postman
    • Notepad++
    • Visual Studio Code
    • DotPeek
    • LINQPad
    • Fiddler
    • Git
    • GitHub for Windows
    • FFMpeg
    • OpenSSL
    • Beyond Compare
    • Node.Js
    • Azure CLI
    • IrfanView
    • PowerShell 7
    • Chocolatey GUI
    • OBS
  • Remove a few pre-installed UWP applications
    • Messaging
    • CandyCrush
    • Bing News
    • Solitaire
    • People
    • Feedback Hub
    • Your Phone
    • My Office
    • FitbitCoach
    • Netflix
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].