Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carsonslovoka/powershell
powershell 相關腳本,提升您工作效率
https://github.com/carsonslovoka/powershell
chinese powershell powershell-modules script taiwan tool
Last synced: 7 days ago
JSON representation
powershell 相關腳本,提升您工作效率
- Host: GitHub
- URL: https://github.com/carsonslovoka/powershell
- Owner: CarsonSlovoka
- License: mit
- Created: 2023-05-18T09:57:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-10T04:39:24.000Z (6 months ago)
- Last Synced: 2024-05-10T05:31:38.060Z (6 months ago)
- Topics: chinese, powershell, powershell-modules, script, taiwan, tool
- Language: PowerShell
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powershell
一些簡單的腳本,幫助您工作更有效率
## Install
有3種方法都可以使用本專案寫的腳本
1. 自行加入系統變數
2. 使用腳本來加入系統變數
3. 使用腳本來安裝(Install by script)其中1, 2都需自行clone專案,再執行相應動作
### 自行加入系統變數
只要將本專案的src目錄告知給環境變數: `PSModulePath` 之後打開powershell即可開始使用,
如果您想要使用UI加入可以透過SystemPropertiesProtection.exe來加入
> start $env:SystemRoot\System32\SystemPropertiesProtection.exe # 可以快速開啟env的設定
### 使用腳本來加入系統變數
clone專案,之後點擊[install.bat](install.bat)即可 (需安裝[pwsh.exe](docs/pwsh.md#Install),主要是避免編碼的問題)
### 使用腳本來安裝(Install by script)
你可以打開pwsh.exe直接將[install2.ps1](install2.ps1)的內容貼上也可以安裝
## Usage
所有的指令都寫在[src](src/)的目錄之中,您可以自行逛逛,
大部分的指令都有寫上Help,也都有在裡頭寫Example,所以您都可以透過[Get-Help xxx -full](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-help?view=powershell-7.3)來查看用法