by Marco van den Oever

  • home
  • about
  • projects
  • github
  • rss
  • email
  • Slendermod
  • FM Studio
  • InLine
  • Cheatsheets
Home Subscribe

windows

A 4-post collection

  • Enable Docker Remote Access On Windows Server 2019

    4 December 2019

    (unencrypted, for development purposes)

    read more »
  • Get Windows OS revision (eg. 1709, 1803, 1809, 1903, etc.)

    1 October 2019

    Using PowerShell:

    (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ReleaseId
    
    read more »
  • Exporting non-exportable certificates from the Windows certificate store

    26 September 2019

    Caveat: you must be administrator

    read more »
  • Docker On Windows 10 Without Hyper-V

    3 August 2019

    Currently, there are a couple of methods of installing Docker on Windows:

    read more »
Page 1 of 1

© 2019 Marco van den Oever