Add powershell/README.md

This commit is contained in:
2025-02-28 18:31:32 +00:00
parent 163d67efca
commit b1c15a30f8

3
powershell/README.md Normal file
View File

@@ -0,0 +1,3 @@
```powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; if(!(Test-Path $PROFILE)){New-Item $PROFILE -Force}; Add-Content $PROFILE "'curl','iwr','wget'|ForEach-Object{Remove-Item alias:`$_ -EA 0}"
```