Keyword Macro

Full text search for "Shell"


Case-sensitive searching
Display context of search results
  • PowerShell . . . . 17 matches
         PowerShell 환경 변수는 PowerShell 스크립트에서 사용되는 변수이다. PowerShell 환경 변수는 일반적으로 $ 문자로 시작하며, 변수 이름은 대소문자를 구분한다.
         More: https://docs.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.2
         * 시스템 환경 변수: PowerShell은 시스템 환경 변수도 읽고 쓸 수 있다. 시스템 환경 변수는 `$env:` 접두사를 사용하여 접근할 수 있다. 예를 들어, `$env:Path` 변수를 사용하여 시스템 Path 환경 변수 값을 읽을 수 있다.
         PowerShell의 cmdlet은 PowerShell에서 사용되는 기본 명령어이다. cmdlet은 "커맨드 렛" 또는 "커맨드릿"이라고도 불리며, .NET Framework에서 구현된 C# 또는 VB.NET 코드로 작성된다. cmdlet은 PowerShell 스크립트나 명령줄에서 직접 사용할 수 있으며, 직접 만든 사용자 정의 cmdlet도 추가할 수 있습니다.
         PowerShell의 cmdlet은 명령어 이름, 매개 변수 및 명령어 출력을 지정하는데 사용되는 동사-명사 구조를 가진다. 예를 들어, `Get-Process` cmdlet은 현재 실행 중인 모든 프로세스를 검색하는 데 사용된다. 이 cmdlet의 이름은 "Get" 동사와 "Process" 명사로 구성되어 있다.
         PowerShell에는 수백 가지의 내장 cmdlet이 있으며, 이러한 cmdlet은 파일 및 폴더 관리, 프로세스 관리, 이벤트 로깅, 성능 모니터링 등 다양한 작업을 수행할 수 있다. 일부 cmdlet은 Windows 운영 체제의 서비스나 레지스트리와 상호 작용하는데 사용되기도 한다.
         PowerShell의 cmdlet은 PowerShell 스크립트 및 PowerShell 환경에서 일관된 명령 구문을 제공하므로, PowerShell을 사용하여 시스템 관리, 자동화 및 스크립팅을 보다 쉽게 수행할 수 있다.
         https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7.3
         ==== PowerShell용 kubectl 자동 완성 ====
         더 많은 정보 https://dev.to/ofhouse/add-a-bash-like-autocomplete-to-your-powershell-4257
         Set-PSReadlineKeyHandler는 PowerShell의 PSReadline 모듈에서 사용되는 cmdlet이다. 이 cmdlet은 키보드 입력과 PSReadline 명령을 매핑하는 데 사용된다. Set-PSReadlineKeyHandler cmdlet을 사용하면 키 매핑을 만들어 PowerShell 명령줄 편집을 개선할 수 있다.
         PSReadline 모듈은 PowerShell에서 명령줄 편집을 지원하는 모듈이며, 사용자 정의 키 매핑을 만들 수 있는 기능도 제공한다. Set-PSReadlineKeyHandler cmdlet을 사용하여 이러한 사용자 정의 키 매핑을 만들 수 있다.
  • Blog/2015-02 . . . . 6 matches
         Dim wshShell
         Set wshShell = WScript.CreateObject("WScript.Shell")
         strPath = wshShell.RegRead(strValuePath)
          wshShell.Run """" & strPath & """"
          wshShell.Run "explorer /select,""" & strPath & """"
  • C++/(MFC)디렉토리 선택 다이얼로그 열기 . . . . 4 matches
          LPSHELLFOLDER pShellFolder = NULL;
          HRESULT hr = SHGetDesktopFolder(&pShellFolder);
          hr = pShellFolder->ParseDisplayName(NULL, NULL, path, &nCharsParsed, ppidl, NULL);
          pShellFolder->Release();
  • 윈도우 레지스트리 . . . . 3 matches
         ||WSH Wscript.Shell ||
          * PowerShell: PowerShell에서 제공하는 명령어를 사용하여 레지스트리 조작 가능 (e.g. Get-ItemProperty, Set-ItemProperty 등)
  • AnimeReleased/mym . . . . 2 matches
         공각기동대.攻殼機動隊.Ghost In The Shell.1995 / **** / S /
          {{{#999999 ㅇ 주제는 나쁘지 않지만 이제는 너무 흔한 이야기라는 생각을 지울 수 없다. Ghost in the Shell 류는... }}}
  • C++ . . . . 2 matches
         ["/(Shell)바탕화면 아이콘 개체들 조회"]
         ["/(Shell)프로세스 아이콘 가져오기"]
  • C++/(Shell)바탕화면 아이콘 개체들 조회 . . . . 1 match
         #keywords C, Windows, Shell, 바탕화면
          LPSHELLFOLDER lpsf = NULL;
  • C++/(Shell)프로세스 아이콘 가져오기 . . . . 1 match
         #keywords Shell, Icon
  • C++/(Windows)기본 브라우저 열기 . . . . 1 match
         ::ShellExecute (NULL, _T("open"), GetDefaultBrowser(), _T("http://www.google.com"), NULL, SW_SHOWNORMAL);
  • Windows2003Tips . . . . 1 match
         HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder의 오른쪽 창에 있는 attributes 키를 마우스 오른쪽 버튼으로 누른 뒤 `수정`클릭. `이진 값 편집` 창이 열리면 `값의 데이터` 칸에서 40 01 00 20 대신 70 01 00 20을 집어넣는다. 추가적으로 "CallForAttributes"=dword:00000040 값을 삭제해주어야 한다.
         부팅직후나 탐색기를 실행할때 이상하게 A드라이브를 이유없이 읽는 경우가 있을 수 있다. 갑자기 이런 증상이 나타날 때는 이렇게 해보면 된다. 제어판->관리도구->서비스->shell hardware detection항목을 찾아 자동으로 설정 ? 재부팅 한다.
  • 레지스트리 키 내보내기 . . . . 1 match
         ShellExecute(m_hWnd, "open", "regedit.exe", "/e c:\aaa.reg HKEY_LOCAL_MACHINE\SOFTWARE\MyKey" NULL, SW_HIDE);
Found 11 matching pages out of 1201 total pages

You can also click here to search title.