Skip to content

Instantly share code, notes, and snippets.

@canthis
Created April 18, 2019 06:42
Show Gist options
  • Save canthis/e7ce6c3c86ee295ce9cb1f70b804a741 to your computer and use it in GitHub Desktop.
Save canthis/e7ce6c3c86ee295ce9cb1f70b804a741 to your computer and use it in GitHub Desktop.
Wiindows 10 bring cmd back to context menu
  1. Launch regedit
  2. Navigate to Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\cmd
  3. Right click on cmd folder on registry tree and choose "Permissions"
  4. Click on "Advanced" button
  5. On the top click on "Change" link
  6. Type in your user name and click "Check Names"
  7. Check "Replace owner on subcontainers and objects" checkbox then click "Apply" and "OK"
  8. From "Group or user names" list select "Administrators (YOURPCNAME\Administrators)" and Allow "Full Control"
  9. Select "HideBasedOnVelocityId" key and rename it to "ShowBasedOnVelocityId"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment