Giter Site home page Giter Site logo

swodniw's Introduction

swodniw

Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

Disable windows defender (Administrator required). Please disable all windows defender setting before run this command

reg.exe import .\disable-windows-defender.reg

Disable windows update (Administrator required)

reg.exe import .\disable-windows-update.reg

Remove all windows embedded application - before update app in store (TrustedInstaller required)

# AdvanceRun
curl.exe -L -O "https://www.nirsoft.net/utils/advancedrun-x64.zip"

# Open a shell with TrustedInstaller an run
powershell.exe -ExecutionPolicy Bypass .\RemoveWindowsEmbeddedApps.ps1 

Remove Windows embedded Micsosoft OneDrive (Administrator required)

powershell.exe -ExecutionPolicy Bypass .\RemoveWindowsEmbeddedOneDrive.ps1

Update app in windows store and install App Installer. Install essential application

powershell.exe -ExecutionPolicy Bypass .\InstallEssentialApps.ps1

Install group apps

powershell.exe -ExecutionPolicy Bypass .\Install_RE_Apps.ps1
powershell.exe -ExecutionPolicy Bypass .\Install_DFIR_Apps.ps1

Activate Windows 10

powershell.exe -executionpolicy bypass "irm https://massgrave.dev/get | iex"

Windows tweaks

# maybe need add hosts file `127.0.0.1 chocolatey.org` beacause chocolatey.org is auto install
powershell.exe -executionpolicy bypass "irm christitus.com/win | iex"

Hosts file

127.0.0.1 chocolatey.org
#152.199.21.175 cdn.winget.microsoft.com
152.199.39.108 cdn.winget.microsoft.com

swodniw's People

Contributors

trq-hoan avatar

Watchers

 avatar

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.