You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Windows Terminal shortcut in Windows + X context menu
In Windows PowerShell do the following:
$folderPath="$ENV:LOCALAPPDATA\Microsoft\Windows\WinX\Group3"$adminFilePath=Join-Path$folderPath"00 - Windows Terminal.lnk"$normalFilePath=Join-Path$folderPath"00a - Windows Terminal.lnk"