यहाँ उस reg फ़ाइल की एक प्रति है जिसका उपयोग मैं CMD और POWERSHELL दोनों को विंडोज 10 में पृष्ठभूमि संदर्भ मेनू में जोड़ने के लिए करता हूँ:
विंडोज रजिस्ट्री संपादक संस्करण 5.00
; Add_Open_CMD_and_Powershell_to_Context_Menu.reg
केवल पृष्ठभूमि पर राइट-क्लिक करें
; सीएमडी प्रॉम्प्ट
[HKEY_CLASSES_ROOT \ Directory \ Background \ खोल \ 01MenuCmd] "MUIVerb" = "कमांड प्रॉम्प्ट" "चिह्न" = "cmd.exe" "ExtendedSubCommandsKey" = "निर्देशिका" पृष्ठभूमि \ ContextMenus \ MenuCmd "
[HKEY_CLASSES_ROOT \ Directory \ Background \ खोल \ 01MenuCmd] "MUIVerb" = "कमांड प्रॉम्प्ट" "चिह्न" = "cmd.exe" "ExtendedSubCommandsKey" = "निर्देशिका" पृष्ठभूमि \ ContextMenus \ MenuCmd "
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ open] "MUIVerb" = "कमांड प्रॉम्प्ट" "आइकन" = "cmd.exe"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ open \ कमांड] @ = "cmd.exe / s / k pushd \"% V \ ""
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ runas] "MUIVerb" = "कमांड प्रॉम्प्ट एलिवेटेड" "आइकन" = "cmd.exe" "HasLUAShield" = "" ""
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuCmd \ shell \ runas \ कमांड] @ = "cmd.exe / s / k pushd \"% V \ ""
; शक्ति कोशिका
[HKEY_CLASSES_ROOT \ Directory \ Background \ Shell \ 02MenuPowerShell] "MUIVerb" = "PowerShell प्रॉम्प्ट" "आइकन" = "पॉवर्सशेल। Exe" "ExtendedSubCommuneKey" = "निर्देशिका \ बैकग्राउंड \ ContextMenus \ MenuPowerShell"
[HKEY_CLASSES_ROOT \ Directory \ Background \ Shell \ 02MenuPowerShell] "MUIVerb" = "PowerShell प्रॉम्प्ट" "आइकन" = "पॉवर्सशेल। Exe" "ExtendedSubCommuneKey" = "निर्देशिका \ बैकग्राउंड \ ContextMenus \ MenuPowerShell"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ open] "MUIVerb" = "PowerShell" "Icon" = "powershell.exe"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ open \ command] @ = "powershell.exe -noexit -command सेट-लोकेशन '% V'"
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ runas] "MUIVerb" = "पॉवरशेल एलिवेटेड" "आइकन" = "पॉवर्सशेल.exe" "HasLUAShield" = "" ""
[HKEY_CLASSES_ROOT \ Directory \ Background \ ContextMenus \ MenuPowerShell \ shell \ runas \ कमांड] @ = "powershell.exe -noexit -command सेट-लोकेशन '% V'"