Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

20210427

連休前の換金売りによって下落することは予想していた。どれだけ下がるかが問題だった。
日経よりもTOPIXの下げが激しいのは、ファーストリテイリングの影響だろう。単純平均の方が、上昇分が指数をより大きく牽引する。

TOPIX -0.76%
さわかみ -0.68%
日経平均 -0.46%
ポートフォリオ -0.42%
ひふみ -0.23%
ひふみらいと -0.02%
ひふみワールド 0.71%
続きを読む

Mount ISO and change its drive letter with PowerShell - Drive letter assignment to volume, not partition

Refer 2023 edition. This post is 2020 edition.

The WMI command-line (WMIC) utility is deprecated as of Windows 10, version 21H1, and as of the 21H1 semi-annual channel release of Windows Server.

wmic | Microsoft Learn
Due to deprecation of WMIC utility for 21H1 of Windows 10 and Windows Server (semi-annual edition), this article was reposted as 2023 edition. Please refer to the new edition here.
impsbl.hatenablog.jp

Abstract

Windows 10 can mount ISO file, but user can't specify drive letter in advance of mounting. Its drive letter is dynamically assigned by Windows. If specific drive letter should be assigned, assigned drive letter must be changed after mounting.

This article introduces PowerShell script to mount ISO and change its drive letter.

  • Refer 2023 edition. This post is 2020 edition.
  • Abstract
  • Note
  • Revisit the basics
  • Approach - Bad pattern
  • Approach - Good pattern
  • Code
    • Bad pattern
    • Good pattern
  • Reference
続きを読む

MID (MaXX Interactive Desktop) v2.1.1 on WSL2 + Ubuntu 20.04 LTS


The new post introduces refined installation process with minimum packages. Without special reason, refer the new post below.

impsbl.hatenablog.jp

  • Abstract
  • Prerequisite
  • Preparation - make 3 script files
    • Step.1 - install required packages
    • Step.2 - download and install MID
    • Step.3 - set up user environment
  • Run 3 scripts in turn
  • Write script to run MID
  • Reference
続きを読む