Windows

Windows

PowerShellのHistory File(PSReadLine)の場所

userのPSReadLineファイルは~\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txtにある
Windows

Windows 11のコンテキストメニューを以前のものに戻す方法

左:新コンテキストメニュー、右:従来コンテキストメニュースタートボタンを右クリックして「ファイル名を指定して実行」をクリックテキストボックスにregeditを入力してOKを押すコンピューター\HKEY_CURRENT_USER\Softwa...
cygwin

CygwinでDeleteキー、Homeキー、Endキーが効かない

.zshrcに以下を記述する。# Deletebindkey "^[[3~" delete-char# Homebindkey "^[[1~" beginning-of-line# Endbindkey "^[[4~" end-of-lin...
Windows

Windows 10のUbuntuで,起動時のユーザを変更する

ubuntu config --default-user root