We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65be5b commit b20d340Copy full SHA for b20d340
README.md
@@ -1,6 +1,8 @@
1
# Windows Powershell Profile
2
3
# Installation
4
+- Powershell (as Administrator)
5
+ - `Set-ExecutionPolicy RemoteSigned`
6
- Powershell (as normal user)
7
- `get-item $profile | rename-item -newname { $_.Name -replace 'ps1',(Get-Date -Format yyyyMMdd-HHmmss) } -whatif`
8
- `Invoke-WebRequest -outfile $profile https://raw.githubusercontent.com/andylytical/powershell/master/Microsoft.PowerShell_profile.ps1`
0 commit comments