Add powershell/README.md
This commit is contained in:
3
powershell/README.md
Normal file
3
powershell/README.md
Normal 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}"
|
||||
```
|
||||
Reference in New Issue
Block a user