• Trace:

This is an old revision of the document!


windows 11 create short to Windows Terminal on Desktop
$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut("$env:APPDATA\Desktop\Windows Terminal.lnk")
$Shortcut.TargetPath = "$APPDATALocal\Microsoft\WindowsApps\wt.exe"
$Shortcut.Save()
pub/windows_11_create_short_to_windows_terminal_on_desktop.1645208786.txt.gz ยท Last modified: 2022/02/18 18:26 by derek