Merged PR 8326: fix powershell, dism, messaging

This commit is contained in:
Jeanie Decker
2018-05-17 19:34:18 +00:00
parent 4cf9a2d9fc
commit 39a54ab13a

View File

@ -78,7 +78,7 @@ Use the following PowerShell cmdlet to remove carriage returns and line feeds fr
```PS
$path="file path"
(Get-Content $path -Raw).Replace("'r'n","") | Set-Content $path -Force
(Get-Content $admxFile -Raw).Replace("`r`n","") | Set-Content $path -Force
```
## Category and policy in ADMX