Advertisement
BaSs_HaXoR

Shift + Right Click File Explorer CMD not Powershell FIX

Oct 17th, 2023 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. This way will replace PowerShell with Command Prompt in Windows 10 File Explorer when press "Shift" key and right-click.
  2.  
  3. 1. Press "Windows +R" to open Run box, type in "regedit", and then press Enter or click on Ok to open Registry Editor.
  4. 2. Navigate to: Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\cmd.
  5. If there is address bar on Registry Editor, you can paste the address on it and press Enter to navigate to cmd.
  6. 3. On the left sidebar, select cmd, right-click on it, and select Permissions.
  7. 4. Click on "Advanced".
  8. 5. Click on "Change" on the left top.
  9. 6. On the text field type in your user name, and press Enter.
  10. 7. Go back to Permissions for cmd window, select Administrator under Group or user names, under Permissions for Administrator check the box on the right side of Full Control, and then click on Apply.
  11. 8. After taking ownership of the key and adding your user account to full permissions: Change the name of the DWORD from HideBasedOnVelocityId to ShowBasedOnVelocityId to enable the command prompt entry again.
  12. 9. Open File Explorer, press on "Shift" key on keyboard, at the same time right-click on File Explorer, you will see the option of "Open Command windows here".
  13.  
  14. Have a great day...!!
  15.  
  16. https://www.linkedin.com/pulse/replace-powershell-command-prompt-windows-10-buddhi-sampath#:~:text=Open%20File%20Explorer%2C%20press%20on,%22Open%20Command%20windows%20here%22.
  17. https://superuser.com/questions/1201988/how-do-i-change-open-with-powershell-to-open-with-command-prompt-when-shift
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement