An open API service indexing awesome lists of open source software.

https://github.com/thecodingcarson/powershellcontexttools

A set of useful options for the Windows context menu to help speed up development tasks using PowerShell
https://github.com/thecodingcarson/powershellcontexttools

context-menu powershell wix-toolset

Last synced: 9 months ago
JSON representation

A set of useful options for the Windows context menu to help speed up development tasks using PowerShell

Awesome Lists containing this project

README

          

# PowerShell Context Tools
A set of useful options for the Windows context menu to help speed up development tasks using PowerShell!

#### Table of Contents:
- [PowerShell Context Tools](#powershell-context-tools)
- [Table of Contents:](#table-of-contents)
- [Features](#features)
- [Screenshots](#screenshots)
- [Usage](#usage)
- [Easy Method:](#easy-method)
- [DIY Method:](#diy-method)
- [Built Using](#built-using)

## Features
- Open Current Directory in PowerShell
- Open Current Directory as Administrator in PowerShell
- Take Ownership of Current Directory

## Screenshots
If you are looking for another feature please request it and I will add it as soon as possible!
| Directory & Drive Context Menu | File Context Menu |
| :----: | :----: |
| ![PowerShell Context Tools Screenshot](/assets/screenshots/contextmenu-screenshot.png?raw=true) | ![PowerShell Context Tools Screenshot](/assets/screenshots/file-contextmenu-screenshot.png?raw=true) |

## Usage
#### Easy Method:
Download the [latest release installer](https://github.com/TheCodingCarson/PowershellContextTools/releases) and run the installer and you are set to go! If you are using the installer method you can easily uninstall and revert back to before PowerShell Context Tools was ever installed from the normal windows control panel.

#### DIY Method:
Download either the [latest release source code](https://github.com/TheCodingCarson/PowershellContextTools/releases) or the main repo (not guaranteed to be working properly) and install [WiX Toolset 3.11.2](https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm) from [the WiX Toolset github repo](https://github.com/wixtoolset/wix3) and the [WiX Toolset Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2022Extension) and then open the solution in Visual Studio 2022 and build the solution.

## Built Using
- [Visual Studio 2022 Community](https://visualstudio.microsoft.com/vs/community/)
- [WiX Toolset 3.11.2](https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm)
- [WiX Toolset Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2022Extension)

---
Made by [CodingCarson](https://www.youtube.com/@CodingCarson)