mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
Merged PR 8326: fix powershell, dism, messaging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user