Coder Social home page Coder Social logo

win10-setup's Introduction

Windows 10 Setup Scripts

Windows 10 setup scripts for fresh installs. By executing the script, you can complete your scheduled system configuration and the installation of common software semi-automatically.

What will the scripts do

The following is my personal configuration, you can modify the script to suit your usage habits.

Modify system config

  • Activate win10 by kmspro
  • Set a new computer name
  • Set power settings
  • Excute Tweaks from Disassembler0/Win10-Initial-Setup-Script
    • Disable Cortana, AdvertisingID, UpdateRestart...
    • Set DeveloperMode, DarkMode, SmallTaskbarIcons...
    • Hide LibraryMenu, RecentShortcuts...
    • Uninstall OneDrive, Xbox...

Install Applications

  • Remove built-in apps
    • Skype
    • YourPhone
    • Print3D
    • GetHelp
    • ...
  • Install apps by Winget
    • Visual Studio Code
    • QQ, WeChat
    • Git, NodeJS, Miniconda
    • ...
  • Install apps by Chocolaty (that can't be installed from Winget)
    • v2ray
    • ffmpeg
    • traffic-monitor
    • ...
  • Show other app tips that have not been downloaded (add -url can be downloaded via wget)
    • Snipaste
    • WGestures
    • ...

Others

  • Configure the environment
    • Set git name and email
    • Enable git proxy
    • Enable npm taobao registry
  • Install npm global packages
    • whistle
  • Clone my repos
    • awesome-ahk
  • Restart computer

Prerequisites

  • A fresh install of Windows 10.
  • If in China: prepare proxy software to access the true internet.

Usage

Fork or download this repo, MODIFY the scripts, and execute setup.cmd in your fresh installed computer.

Run it as Administrator to ensure that the script can run normally.

The script has not been fully tested after each modification, please be careful if you are using it.

Youโ€™d better understand what the scripts do if you run them. Some functions lower security, hide controls or uninstall applications. You'll most likely need to modify the scripts.

Structure

setup.cmd

Execute setup.ps1 bypassing the default setting that does not allow .ps1 scripts to be executed in Win10.

setup.ps1

Contains the main flow of the script, which calls functions in setup.psm1

setup.psm1

Some wrapped atomic operations are called by setup.ps1

tweaks.*

A transplant from Disassembler0/Win10-Initial-Setup-Script.

tweaks.preset is my custom preset. You'd better write a preset yourself compared with the original project.

optional

Some scripts or registries that you can selectively execute. Please check the README in the folder for details.

Thanks

License

MIT ยฉ ceynri

win10-setup's People

Contributors

ceynri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

win10-setup's Issues

Config list

Need to backup config softwares list:

  • nomacs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.