Table of Contents

Install/update

Download Windows10 image

Run Windows Update from commandline

Use the WUA_SearchDownloadInstall.vbs script provided by Microsoft.

References:

Microsoft Online/Office365/Azure

NOTE: Azure accounts cannot be closed. A subscription can be closed/removed, but the account remains. Neither can a credit card currently be removed from an account.

Command-line (CMD.EXE)

Run default browser

start http://google.com

Get part of an environment variable

Syntax
      %variable:~num_chars_to_skip%
      %variable:~num_chars_to_skip,num_chars_to_keep%

References: