Skip to content

Instantly share code, notes, and snippets.

@markcam1
Created January 5, 2019 01:40
Show Gist options
  • Save markcam1/ac1704c6c89838edc59344ab1bfdd8ec to your computer and use it in GitHub Desktop.
Save markcam1/ac1704c6c89838edc59344ab1bfdd8ec to your computer and use it in GitHub Desktop.
Add Powershell to rightclick menu | Windows

Add Powershell to right-click menu

  • Open RegEdit
  1. Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\cmd
  2. Computer\HKEY_CLASSES_ROOT\Directory\shell\Powershell
  • Right-click on the menu it, choose permissions
  • Permissions > Advanced
  • Owner: change to you
  • CHECK: Replace owner on subcontainers
  • Apply and Save
  • Change the permissions for the “Administrator” Group > Full Control
  • In this example we are configuring the powershell to show on right-click and NOT Shift + right-click
  • Rename “Extended” to something new
@markcam1
Copy link
Author

markcam1 commented Jan 5, 2019

image
Right-click on the menu it, choose permissions

@markcam1
Copy link
Author

markcam1 commented Jan 5, 2019

image
image
image

Permissions > Advanced
Owner: change to you

@markcam1
Copy link
Author

markcam1 commented Jan 5, 2019

image
image

CHECK: Replace owner on subcontainers
Change the permissions for the “Administrator” Group > Full Control

@markcam1
Copy link
Author

markcam1 commented Jan 5, 2019

image

Rename “Extended” to something new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment