User Tools

Site Tools


windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows [2017/05/16 18:40] – Microsoft Online section shawnwindows [2020/08/21 21:19] (current) shawn
Line 1: Line 1:
 ====== Install/update ====== ====== Install/update ======
 +
 +[[https://www.microsoft.com/en-us/software-download/windows10ISO|Download Windows10 image]]
  
 ===== Run Windows Update from commandline ===== ===== Run Windows Update from commandline =====
Line 17: Line 19:
  
 **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. **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 ====
 +
 +<code cmd>
 +start http://google.com
 +</code>
 +
 +==== Get part of an environment variable ====
 +
 +<code cmd>
 +Syntax
 +      %variable:~num_chars_to_skip%
 +      %variable:~num_chars_to_skip,num_chars_to_keep%
 +</code>
 +
 +**References:**
 +
 +  * [[https://ss64.com/nt/syntax-substring.html]]
 +
 +
windows.1494960054.txt.gz · Last modified: 2017/05/16 18:40 by shawn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki