diff --git a/powershell/README.md b/powershell/README.md new file mode 100644 index 0000000..b91cb0a --- /dev/null +++ b/powershell/README.md @@ -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}" +``` \ No newline at end of file