https://github.com/tez3998/shortening-windows-powershell-prompt
Windows PowerShellのプロンプトを短縮するスクリプト
https://github.com/tez3998/shortening-windows-powershell-prompt
windows-powershell
Last synced: 3 months ago
JSON representation
Windows PowerShellのプロンプトを短縮するスクリプト
- Host: GitHub
- URL: https://github.com/tez3998/shortening-windows-powershell-prompt
- Owner: tez3998
- Created: 2022-08-09T08:28:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T21:59:49.000Z (over 2 years ago)
- Last Synced: 2025-02-25T23:36:41.839Z (3 months ago)
- Topics: windows-powershell
- Language: PowerShell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 変更後のプロンプト
### ファイルの配置先
PowerShellで$PROFILEの値を確認し、ディレクトリがなければ作成する。### 権限の付与
管理者権限でPowerShellを起動し、次のコマンドを実行する。
```powershell
PowerShell Set-ExecutionPolicy RemoteSigned
```権限は次のコマンドで確認できる。
権限がRemoteSignedになっていればOK。
```powershell
Get-ExecutionPolicy
```