Giter VIP home page Giter VIP logo

windowsterminal-shell's Introduction

PowerShell Scripts to Install/Uninstall Context Menu Items for Windows Terminal

A project backed by LeXtudio Inc.

Install

  1. Install Windows Terminal.

  2. Install PowerShell 7.

  3. Launch PowerShell 7 console as administrator, and run install.ps1 to install context menu items to Windows Explorer.

    Quickest way to run the latest script from GitHub at an elevated PowerShell 7 console is

    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lextm/windowsterminal-shell/master/install.ps1'))

Now the menu items are added to Windows Explorer context menu.

default layout

Figure 1: Default layout

The menu items are organized in the default layout. Other layouts such as mini and flat give different look and feel. To apply an alternative layout (like mini), simply run install.ps1 mini.

flat layout

Figure 2: Flat layout

mini layout

Figure 3: Mini layout

Uninstall

  1. Run uninstall.ps1 to uninstall context menu items from Windows Explorer.

To uninstall an alternative layout (like mini), run uninstall.ps1 mini.

Notes

The current release only supports Windows 10 machines (Windows Terminal restriction).

The scripts must be run as administrator.

install.ps1 and uninstall.ps1 only manipulate Windows Explorer settings for the context menu items, and do not write to Windows Terminal settings.

Downloading Windows Terminal icon from GitHub (in install.ps1) requires internet connection, but in general is just an optional step that won't be executed in most cases.

More Products

To learn more about other cool products from LeXtudio Inc. , please visit our homepage.

windowsterminal-shell's People

Contributors

adrianghc avatar lextm avatar mo523 avatar squnit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.