mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix formatting.
This commit is contained in:
parent
0fbf289e3c
commit
e47099866b
@ -18,6 +18,7 @@ rather than plain text.
|
|||||||
[Read more here.](https://technet.microsoft.com/en-us/library/bb978526.aspx)
|
[Read more here.](https://technet.microsoft.com/en-us/library/bb978526.aspx)
|
||||||
|
|
||||||
If you are uncertain about your environment:
|
If you are uncertain about your environment:
|
||||||
|
|
||||||
```
|
```
|
||||||
Get-ExecutionPolicy -List
|
Get-ExecutionPolicy -List
|
||||||
Set-ExecutionPolicy AllSigned
|
Set-ExecutionPolicy AllSigned
|
||||||
@ -33,6 +34,7 @@ $PSVersionTable
|
|||||||
```
|
```
|
||||||
|
|
||||||
Getting help:
|
Getting help:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Find commands
|
# Find commands
|
||||||
Get-Command about_* # alias: gcm
|
Get-Command about_* # alias: gcm
|
||||||
@ -49,6 +51,7 @@ Update-Help # Run as admin
|
|||||||
```
|
```
|
||||||
|
|
||||||
The tutorial starts here:
|
The tutorial starts here:
|
||||||
|
|
||||||
```
|
```
|
||||||
# As you already figured, comments start with #
|
# As you already figured, comments start with #
|
||||||
|
|
||||||
@ -292,6 +295,7 @@ $Shortcut.Save()
|
|||||||
|
|
||||||
|
|
||||||
Configuring your shell
|
Configuring your shell
|
||||||
|
|
||||||
```
|
```
|
||||||
# $Profile is the full path for your `Microsoft.PowerShell_profile.ps1`
|
# $Profile is the full path for your `Microsoft.PowerShell_profile.ps1`
|
||||||
# All code there will be executed when the PS session starts
|
# All code there will be executed when the PS session starts
|
||||||
|
Loading…
Reference in New Issue
Block a user