Skip to content

Commit b20d340

Browse files
authored
Update README.md
1 parent c65be5b commit b20d340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Windows Powershell Profile
22

33
# Installation
4+
- Powershell (as Administrator)
5+
- `Set-ExecutionPolicy RemoteSigned`
46
- Powershell (as normal user)
57
- `get-item $profile | rename-item -newname { $_.Name -replace 'ps1',(Get-Date -Format yyyyMMdd-HHmmss) } -whatif`
68
- `Invoke-WebRequest -outfile $profile https://raw.githubusercontent.com/andylytical/powershell/master/Microsoft.PowerShell_profile.ps1`

0 commit comments

Comments
 (0)