- Latest BIOS file
- ME Analyzer
- (CS)ME System Tools
- (CS)ME Firmware
first thing to do
| - id: choco | |
| name: Chocolatey | |
| icon: chocolatey.0.11.3.png | |
| info: Install this if this is your first time. | |
| - id: chocolateygui | |
| name: Chocolatey GUI | |
| icon: ChocolateyGUI.0.20.0.png | |
| info: The official Chocolatey user graphical interface app | |
| - id: googlechrome | |
| name: Google Chrome |
Source: superuser.com
ffmpeg -i ac.mp4 -af volume=7 -vcodec copy ac2.mp4Install android platform tools
sudo apt-get install android-tools-adb android-tools-fastboot
Start adb in windows powershell
adb tcpip 555
Connect adb in wsl2
adb connect :5555
Regedit navigate toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
DevicePasswordLessBuildVersion set to 0netplwizUsers must enter a username and password to use this computer| ########## | |
| # Win10 Initial Setup Script | |
| # Author: Disassembler <[email protected]> | |
| # Version: 1.4, 2016-01-16 | |
| ########## | |
| # Ask for elevated permissions if required | |
| If (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")) { | |
| Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs | |
| Exit |