“MAC” stands for Media Access Control, and is also known as a Physical Address. You can find the MAC address by typing the following command line:
- getmac /v /fo list
- ipconfig /all
- netsh wlan show interface (wifi)
A bunch of snippets
by Admin . Leave a Comment
“MAC” stands for Media Access Control, and is also known as a Physical Address. You can find the MAC address by typing the following command line:
by Admin . Leave a Comment
winget (Windows Package Manager) is a package manager designed by Microsoft. It consists of a command-line utility and a set of services for installing applications. You can install winget from Microsoft Store > App Installer
winget install
You can install multiple apps at once, to install VLC, IrfanView, Adobe Reader:winget install -e --id VideoLAN.VLC;winget install -e --id IrfanSkiljan.IrfanView;winget install -e --id Adobe.Acrobat.Reader.64-bit
install – Installs the given package
show – Shows information about a package
source – Manage sources of packages
search – Find and show basic info of packages
list – Display installed packages
upgrade – Upgrades the given package
uninstall – Uninstalls the given package
More command line would be here: https://winget.run and it’s faster than using https://ninite.com