WindowsOS개발환경/PowerShell
-
PowerShell Tutorials❤️which (Get-Command ❤️파워셀명령어) 만들어보자(pwsh.exe)(cmd에서 where cmd.exe이렇게하자WindowsOS개발환경/PowerShell 2023. 1. 24. 09:05
https://youtu.be/yj4aqwcKuCE 파워셀에서 which명령어는 Get-Command 인듯 테스트 해보자 alias 로 모든 명령어 볼 수 있다. Get-Command https://www.shellhacks.com/windows-which-equivalent-cmd-powershell/ Windows: `Which` Equivalent - CMD & PowerShell - ShellHacks Find executable command location in Windows command-line prompt (CMD) and Windows PowerShell. The Windows equivalent of 'which' command. www.shellhacks.com powershell ..
-
PowerShell 디지털 서명이 안되었다는거 승인시키기WindowsOS개발환경/PowerShell 2022. 12. 18. 22:39
https://nasemo.com/archives/1995 디지털 사인이 되지 않은 PowerShell ps1 Script 실행하기 — 나세모의 저시력 (Low Vision), 컴퓨터, 가젯 Digital Sign이 되지 않은 PowerShell 스크립트를 실행하는 방법. Windows – R 키를 눌러 실행을 엽니다. powershell.exe -noexit -executionpolicy unrestricted 를 붙여넣기 하여, 열린 PowerShell을 이용하면 됩니다. 위 nasemo.com
-
PowerShell에서 ctrl+del 로 터미널 창에 있는 문자 한방에 지우기 settingWindowsOS개발환경/PowerShell 2022. 12. 18. 22:29
https://github.com/PowerShell/PSReadLine GitHub - PowerShell/PSReadLine: A bash inspired readline implementation for PowerShell A bash inspired readline implementation for PowerShell - GitHub - PowerShell/PSReadLine: A bash inspired readline implementation for PowerShell github.com
-
Run CMD or Powershell as Administrator(win+R 그 다음 powershell.exe 이상태에서 Ctrl+Shift+Enter동시에 눌러요.윈도우터미널wt.exe 난 윈도우 터미널을 많이 씀WindowsOS개발환경/PowerShell 2022. 12. 15. 16:53
https://kiros33.github.io/8c04743d Run CMD or Powershell as Administrator cmd.exe 나 powershell.exe 를 관리자 권한으로 실행하는 방법 (Run cmd.exe or powershell.exe as Administrator) 다음 글은 다양한 방식으로 구현하는 관리자 권한으로 실행하는 방법들 중에서 Microsoft HTML Application kiros33.github.io
-
powershell 자동완성WindowsOS개발환경/PowerShell 2022. 12. 14. 20:48
https://www.powershellgallery.com/packages/PSReadLine/2.1.0 PSReadLine 2.2.6 Great command line editing in the PowerShell console host www.powershellgallery.com https://stackoverflow.com/questions/63208417/windows-terminal-powershell-intellisense Windows Terminal/Powershell Intellisense I'm not sure if these are the correct terms, but in some tutorial videos I've watched, I've seen terminal "aut..