Steps for creating a debloat win10 vm, and uninstall windows defender
Due to the machine (SP7 pro) with 8gb ram, I would I to have a light 10 vm for development and doesn't use lots of resources
Preps:
* We'll need to create a get an image of win10 from [microsoft](https://www.microsoft.com/zh-tw/software-download/windows10ISO)
* Download Microsoft-Activation-Scripts from [massgravel](https://github.com/massgravel/Microsoft-Activation-Scripts)
* Download debloat script from [CTT](https://github.com/ChrisTitusTech/winutil)
* Download disable defender script from [jeremybeaume](https://github.com/jeremybeaume/tools/tree/master)
開始複製粘貼:
1. create an vm with what ever vm supervisor you like
2. Run Activation script in powershell(admin) or this: `irm https://massgrave.dev/get | iex`
3. After that boot into safe mode, by run `msconfig` and choose `Boot` and check `safe boot` and restart
4. run `wintil.ps1` with powershell(admin) and defloat it
5. run `disable-defender.ps1`, disable window defender(it may get you to reboot once)
done bye
