빈 "NoWorkingDirectory"문자열 값은 사용자 정의 Right-Click 메뉴 항목이 작성 될 때 Windows 레지스트리에서 자주 사용됩니다. 예를 들어 Windows 탐색기에서 폴더를 마우스 오른쪽 단추로 클릭 할 때 PowerShell을 열려면 (폴더 자체를 마우스 오른쪽 단추로 클릭하는 경우와 달리 "NoWorkingDirectory"는 사용하지 않음) :
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell]
@="Open PowerShell Here"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell\command]
@="C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%V'"
그러나 나는이 가치의 실제 목적에 대해 명확하지 않다. 내가 찾은 모든 샘플에서 항상 빈 상태로 사용됩니다. 그것은 정확히 무엇을 의미합니까?