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.
2 parents 82e300c + 7dfb512 commit 265b8beCopy full SHA for 265b8be
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