We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ae2a0 commit 7dfb512Copy full SHA for 7dfb512
articles/virtual-desktop/windows-11-language-packs.md
@@ -79,7 +79,7 @@ You can create a custom image by following these steps:
79
80
##Set Path of CSV File##
81
$CSVFile = "Windows-10-1809-FOD-to-LP-Mapping-Table.csv"
82
- $filePath = (Get-Location).Path + "/$CSVFile"
+ $filePath = (Get-Location).Path + "\$CSVFile"
83
84
##Import Necesarry CSV File##
85
$FODList = Import-Csv -Path $filePath -Delimiter ";"
0 commit comments