Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open terminal in current folder windows

Windows Registry Editor Version 5.00

; Command Prompt

[HKEY_CLASSES_ROOTDirectoryshell1MenuCmd]
"MUIVerb"="Command Prompts"
"Icon"="cmd.exe"
"ExtendedSubCommandsKey"="DirectoryContextMenusMenuCmd"

[HKEY_CLASSES_ROOTDirectoryackgroundshell1MenuCmd]
"MUIVerb"="Command Prompts"
"Icon"="cmd.exe"
"ExtendedSubCommandsKey"="DirectoryContextMenusMenuCmd"

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuCmdshellopen]
"MUIVerb"="Command Prompt"
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuCmdshellopencommand]
@="cmd.exe /s /k pushd "%V""

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuCmdshell
unas]
"MUIVerb"="Command Prompt Elevated"
"Icon"="cmd.exe"
"HasLUAShield"=""

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuCmdshell
unascommand]
@="cmd.exe /s /k pushd "%V""


; PowerShell

[HKEY_CLASSES_ROOTDirectoryshell2MenuPowerShell]
"MUIVerb"="PowerShell Prompts"
"Icon"="powershell.exe"
"ExtendedSubCommandsKey"="DirectoryContextMenusMenuPowerShell"

[HKEY_CLASSES_ROOTDirectoryackgroundshell2MenuPowerShell]
"MUIVerb"="PowerShell Prompts"
"Icon"="powershell.exe"
"ExtendedSubCommandsKey"="DirectoryContextMenusMenuPowerShell"

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuPowerShellshellopen]
"MUIVerb"="PowerShell"
"Icon"="powershell.exe"

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuPowerShellshellopencommand]
@="powershell.exe -noexit -command Set-Location '%V'"

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuPowerShellshell
unas]
"MUIVerb"="PowerShell Elevated"
"Icon"="powershell.exe"
"HasLUAShield"=""

[HKEY_CLASSES_ROOTDirectoryContextMenusMenuPowerShellshell
unascommand]
@="powershell.exe -noexit -command Set-Location '%V'"


; Ensure OS Entries are on the Extended Menu (Shift-Right Click)

[HKEY_CLASSES_ROOTDirectoryshellcmd]
"Extended"=""

[HKEY_CLASSES_ROOTDirectoryackgroundshellcmd]
"Extended"=""

[HKEY_CLASSES_ROOTDirectoryshellPowershell]
"Extended"=""

[HKEY_CLASSES_ROOTDirectoryackgroundshellPowershell]
"Extended"=""
Comment

PREVIOUS NEXT
Code Example
Shell :: install kubectl on ubuntu 
Shell :: show changes done by a user git bash 
Shell :: write command in linux 
Shell :: lintcode 
Shell :: how to I paste in gitbash windows 
Shell :: linux date command live update 
Shell :: how to search in git bash 
Shell :: send tag to remote git 
Shell :: yay see package files 
Shell :: annullare i cambiamenti git 
Shell :: awk select second field stored in a variable 
Shell :: libqtgui4 : Depends: libpng12-0 (= 1.2.13-4) but it is not installed 
Shell :: composer install delete from parameters.yml symfony 3 
Shell :: find all file with tilda sign? 
Php :: php console log array 
Php :: ubuntu restart php-fpm 
Php :: laravel order by random 
Php :: php header utf8 json 
Php :: brew remove php 
Php :: laravel specified key was too long 
Php :: php convert string to date 
Php :: laravel collection reverse 
Php :: use of segment in laravel 8 
Php :: check if ajax request php 
Php :: wordpress loop permalink 
Php :: laravel foreach else 
Php :: wordpress print all categories 
Php :: curl follow redirect php 
Php :: php get current datetime mysql format 
Php :: if any comma in string in php 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =