DS1NMA Blog

윈10 최신 업데이트후 탐색기 쉬프트 우측 명령창 열기가 아닌 power shell 열기로 바뀌어진 분들에게

 

해당되는 팁입니다.

 

regedit 여시고

 

HKEY_CLASSES_ROOT\Directory\Background\shell

 

가시면 cmd가 있습니다

 

그 폴더의 권한을 취득하신후

 

HideBasedOnVelocityId 를 ShowBasedOnVelocityId 로 바꾸세요


원본 글 - https://gigglehd.com/gg/?mid=soft&document_srl=1178609 : 윈 10 탐색기 창에서 우측 여기에 명령창 띄우기 - 인터넷 / 소프트웨어 - 기글하드웨어



Windows Registry Editor Version 5.00

; 마우스 우클릭 컨텍스트 메뉴 PowerShell -> CMD 변경 레지스트리

; extrememanual.net


[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]

@="@shell32.dll,-8506"

"Extended"=""

"NoWorkingDirectory"=""


[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]

@="cmd.exe /s /k pushd \"%V\""


[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]

@="@shell32.dll,-8506"

"Extended"=""

"NoWorkingDirectory"=""


[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]

@="cmd.exe /s /k pushd \"%V\""


[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]

@="@shell32.dll,-8506"

"Extended"=""

"NoWorkingDirectory"=""


[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]

@="cmd.exe /s /k pushd \"%V\""

RDP Wrapper Library v1.6.2

@binarymaster binarymaster released this on 28 Dec 2017 · 2 commits to master since this release

  • Installer updated
    • Include updated INI file for latest Windows builds
    • Added check for supported Windows versions (#155)
    • Added feature to take INI file from current directory (#300)
    • Added feature to restore rfxvmt.dll (missing in Windows 10 Home #194)
  • RDP Config updated
  • MSI installation package added (#14)




https://github.com/stascorp/rdpwrap/releases/tag/v1.6.2